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/04 03:05:36 UTC

[JENKINS] Lucene-Solr-NightlyTests-master - Build # 1558 - Still Unstable

Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1558/

4 tests failed.
FAILED:  org.apache.solr.cloud.DistributedQueueTest.testPeekElements

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([945DB15E289F10C:F46B613432B0A511]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at org.apache.solr.cloud.DistributedQueueTest.testPeekElements(DistributedQueueTest.java:265)
	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.LeaderFailureAfterFreshStartTest.test

Error Message:
timeout waiting to see all nodes active

Stack Trace:
java.lang.AssertionError: timeout waiting to see all nodes active
	at __randomizedtesting.SeedInfo.seed([945DB15E289F10C:8111E4CF4C759CF4]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.LeaderFailureAfterFreshStartTest.waitTillNodesActive(LeaderFailureAfterFreshStartTest.java:234)
	at org.apache.solr.cloud.LeaderFailureAfterFreshStartTest.restartNodes(LeaderFailureAfterFreshStartTest.java:174)
	at org.apache.solr.cloud.LeaderFailureAfterFreshStartTest.test(LeaderFailureAfterFreshStartTest.java:149)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	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.RollingRestartTest.test

Error Message:
Unable to restart (#2): CloudJettyRunner [url=https://127.0.0.1:47186/collection1_shard2_replica_n65]

Stack Trace:
java.lang.AssertionError: Unable to restart (#2): CloudJettyRunner [url=https://127.0.0.1:47186/collection1_shard2_replica_n65]
	at __randomizedtesting.SeedInfo.seed([945DB15E289F10C:8111E4CF4C759CF4]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.RollingRestartTest.restartWithRolesTest(RollingRestartTest.java:103)
	at org.apache.solr.cloud.RollingRestartTest.test(RollingRestartTest.java:52)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	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.update.MaxSizeAutoCommitTest.endToEndTest {seed=[945DB15E289F10C:A74508DF36F91D22]}

Error Message:
Tlog size exceeds the max size bound. Tlog path: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.update.MaxSizeAutoCommitTest_945DB15E289F10C-001/init-core-data-001/tlog/tlog.0000000000000000006, tlog size: 5553

Stack Trace:
java.lang.AssertionError: Tlog size exceeds the max size bound. Tlog path: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.update.MaxSizeAutoCommitTest_945DB15E289F10C-001/init-core-data-001/tlog/tlog.0000000000000000006, tlog size: 5553
	at __randomizedtesting.SeedInfo.seed([945DB15E289F10C:A74508DF36F91D22]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.update.MaxSizeAutoCommitTest.getTlogFileSizes(MaxSizeAutoCommitTest.java:379)
	at org.apache.solr.update.MaxSizeAutoCommitTest.endToEndTest(MaxSizeAutoCommitTest.java:231)
	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 13382 lines...]
   [junit4] Suite: org.apache.solr.cloud.DistributedQueueTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.DistributedQueueTest_945DB15E289F10C-001/init-core-data-001
   [junit4]   2> 436863 WARN  (SUITE-DistributedQueueTest-seed#[945DB15E289F10C]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 436863 INFO  (SUITE-DistributedQueueTest-seed#[945DB15E289F10C]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 436865 INFO  (SUITE-DistributedQueueTest-seed#[945DB15E289F10C]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 436865 INFO  (SUITE-DistributedQueueTest-seed#[945DB15E289F10C]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 436867 INFO  (TEST-DistributedQueueTest.testDistributedQueue-seed#[945DB15E289F10C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDistributedQueue
   [junit4]   2> 436868 INFO  (TEST-DistributedQueueTest.testDistributedQueue-seed#[945DB15E289F10C]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 436868 INFO  (Thread-386) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 436868 INFO  (Thread-386) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 436869 ERROR (Thread-386) [    ] 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> 436968 INFO  (TEST-DistributedQueueTest.testDistributedQueue-seed#[945DB15E289F10C]) [    ] o.a.s.c.ZkTestServer start zk server on port:40724
   [junit4]   2> 437030 INFO  (zkConnectionManagerCallback-625-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 439319 INFO  (TEST-DistributedQueueTest.testDistributedQueue-seed#[945DB15E289F10C]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDistributedQueue
   [junit4]   2> 439328 ERROR (TEST-DistributedQueueTest.testDistributedQueue-seed#[945DB15E289F10C]) [    ] 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> 439344 INFO  (TEST-DistributedQueueTest.testDistributedQueue-seed#[945DB15E289F10C]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:40724 40724
   [junit4]   2> 439569 INFO  (Thread-386) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:40724 40724
   [junit4]   2> 439573 INFO  (TEST-DistributedQueueTest.testDistributedQueueBlocking-seed#[945DB15E289F10C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDistributedQueueBlocking
   [junit4]   2> 439573 INFO  (TEST-DistributedQueueTest.testDistributedQueueBlocking-seed#[945DB15E289F10C]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 439576 INFO  (Thread-389) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 439576 INFO  (Thread-389) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 439607 ERROR (Thread-389) [    ] 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> 439676 INFO  (TEST-DistributedQueueTest.testDistributedQueueBlocking-seed#[945DB15E289F10C]) [    ] o.a.s.c.ZkTestServer start zk server on port:49822
   [junit4]   2> 439757 INFO  (zkConnectionManagerCallback-628-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 441037 WARN  (zkConnectionManagerCallback-628-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@859a name: ZooKeeperConnection Watcher:127.0.0.1:49822/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 441037 WARN  (zkConnectionManagerCallback-628-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 443026 WARN  (TEST-DistributedQueueTest.testDistributedQueueBlocking-seed#[945DB15E289F10C]-SendThread(127.0.0.1:49822)) [    ] o.a.z.ClientCnxn Unable to reconnect to ZooKeeper service, session 0x106985b0f600000 has expired
   [junit4]   2> 443026 WARN  (zkConnectionManagerCallback-628-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@859a name: ZooKeeperConnection Watcher:127.0.0.1:49822/solr got event WatchedEvent state:Expired type:None path:null path: null type: None
   [junit4]   2> 443026 WARN  (zkConnectionManagerCallback-628-thread-1) [    ] o.a.s.c.c.ConnectionManager Our previous ZooKeeper session was expired. Attempting to reconnect to recover relationship with ZooKeeper...
   [junit4]   2> 443026 WARN  (zkConnectionManagerCallback-628-thread-1) [    ] o.a.s.c.c.DefaultConnectionStrategy Connection expired - starting a new one...
   [junit4]   2> 443037 INFO  (zkConnectionManagerCallback-628-thread-1-EventThread) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 443038 INFO  (zkConnectionManagerCallback-628-thread-1) [    ] o.a.s.c.c.ConnectionManager Connection with ZooKeeper reestablished.
   [junit4]   2> 443038 INFO  (zkConnectionManagerCallback-628-thread-1) [    ] o.a.s.c.c.DefaultConnectionStrategy Reconnected to ZooKeeper
   [junit4]   2> 443038 INFO  (zkConnectionManagerCallback-628-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient Connected:true
   [junit4]   2> 444147 INFO  (TEST-DistributedQueueTest.testDistributedQueueBlocking-seed#[945DB15E289F10C]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDistributedQueueBlocking
   [junit4]   2> 444149 ERROR (TEST-DistributedQueueTest.testDistributedQueueBlocking-seed#[945DB15E289F10C]) [    ] 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> 444149 INFO  (TEST-DistributedQueueTest.testDistributedQueueBlocking-seed#[945DB15E289F10C]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:49822 49822
   [junit4]   2> 444296 INFO  (Thread-389) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:49822 49822
   [junit4]   2> 444296 WARN  (Thread-389) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/distqueue/test
   [junit4]   2> 
   [junit4]   2> 444324 INFO  (TEST-DistributedQueueTest.testLeakChildWatcher-seed#[945DB15E289F10C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testLeakChildWatcher
   [junit4]   2> 444325 INFO  (TEST-DistributedQueueTest.testLeakChildWatcher-seed#[945DB15E289F10C]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 444329 INFO  (Thread-390) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 444329 INFO  (Thread-390) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 444356 ERROR (Thread-390) [    ] 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> 444429 INFO  (TEST-DistributedQueueTest.testLeakChildWatcher-seed#[945DB15E289F10C]) [    ] o.a.s.c.ZkTestServer start zk server on port:58381
   [junit4]   2> 444725 INFO  (zkConnectionManagerCallback-631-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 444847 INFO  (TEST-DistributedQueueTest.testLeakChildWatcher-seed#[945DB15E289F10C]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testLeakChildWatcher
   [junit4]   2> 444849 ERROR (TEST-DistributedQueueTest.testLeakChildWatcher-seed#[945DB15E289F10C]) [    ] 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> 444849 INFO  (TEST-DistributedQueueTest.testLeakChildWatcher-seed#[945DB15E289F10C]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:58381 58381
   [junit4]   2> 444953 INFO  (Thread-390) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:58381 58381
   [junit4]   2> 444960 INFO  (TEST-DistributedQueueTest.testLocallyOffer-seed#[945DB15E289F10C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testLocallyOffer
   [junit4]   2> 444961 INFO  (TEST-DistributedQueueTest.testLocallyOffer-seed#[945DB15E289F10C]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 445038 INFO  (Thread-391) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 445038 INFO  (Thread-391) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 445138 ERROR (Thread-391) [    ] 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> 445168 INFO  (TEST-DistributedQueueTest.testLocallyOffer-seed#[945DB15E289F10C]) [    ] o.a.s.c.ZkTestServer start zk server on port:46705
   [junit4]   2> 445188 INFO  (zkConnectionManagerCallback-634-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 446618 INFO  (TEST-DistributedQueueTest.testLocallyOffer-seed#[945DB15E289F10C]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testLocallyOffer
   [junit4]   2> 446640 ERROR (TEST-DistributedQueueTest.testLocallyOffer-seed#[945DB15E289F10C]) [    ] 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> 446644 INFO  (TEST-DistributedQueueTest.testLocallyOffer-seed#[945DB15E289F10C]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:46705 46705
   [junit4]   2> 451792 INFO  (Thread-391) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:46705 46705
   [junit4]   2> 451815 INFO  (TEST-DistributedQueueTest.testPeekElements-seed#[945DB15E289F10C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testPeekElements
   [junit4]   2> 451816 INFO  (TEST-DistributedQueueTest.testPeekElements-seed#[945DB15E289F10C]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 451820 INFO  (Thread-392) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 451820 INFO  (Thread-392) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 451901 ERROR (Thread-392) [    ] 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> 451920 INFO  (TEST-DistributedQueueTest.testPeekElements-seed#[945DB15E289F10C]) [    ] o.a.s.c.ZkTestServer start zk server on port:46387
   [junit4]   2> 451964 INFO  (zkConnectionManagerCallback-637-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 454151 INFO  (TEST-DistributedQueueTest.testPeekElements-seed#[945DB15E289F10C]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testPeekElements
   [junit4]   2> 454277 ERROR (TEST-DistributedQueueTest.testPeekElements-seed#[945DB15E289F10C]) [    ] 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> 454278 INFO  (TEST-DistributedQueueTest.testPeekElements-seed#[945DB15E289F10C]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:46387 46387
   [junit4]   2> 454488 INFO  (Thread-392) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:46387 46387
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=DistributedQueueTest -Dtests.method=testPeekElements -Dtests.seed=945DB15E289F10C -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt -Dtests.locale=ar-MA -Dtests.timezone=Atlantic/Stanley -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 2.68s J2 | DistributedQueueTest.testPeekElements <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([945DB15E289F10C:F46B613432B0A511]:0)
   [junit4]    > 	at org.apache.solr.cloud.DistributedQueueTest.testPeekElements(DistributedQueueTest.java:265)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 454501 INFO  (TEST-DistributedQueueTest.testDistributedQueueCache-seed#[945DB15E289F10C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDistributedQueueCache
   [junit4]   2> 454502 INFO  (TEST-DistributedQueueTest.testDistributedQueueCache-seed#[945DB15E289F10C]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 454514 INFO  (Thread-393) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 454514 INFO  (Thread-393) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 454525 ERROR (Thread-393) [    ] 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> 454614 INFO  (TEST-DistributedQueueTest.testDistributedQueueCache-seed#[945DB15E289F10C]) [    ] o.a.s.c.ZkTestServer start zk server on port:59639
   [junit4]   2> 454823 INFO  (zkConnectionManagerCallback-640-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 454896 INFO  (TEST-DistributedQueueTest.testDistributedQueueCache-seed#[945DB15E289F10C]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDistributedQueueCache
   [junit4]   2> 454898 ERROR (TEST-DistributedQueueTest.testDistributedQueueCache-seed#[945DB15E289F10C]) [    ] 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> 454898 INFO  (TEST-DistributedQueueTest.testDistributedQueueCache-seed#[945DB15E289F10C]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:59639 59639
   [junit4]   2> 455089 INFO  (Thread-393) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:59639 59639
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.DistributedQueueTest_945DB15E289F10C-001
   [junit4]   2> Jun 04, 2018 1:00:26 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=1971, maxMBSortInHeap=6.739516025151713, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@467dd638), locale=ar-MA, timezone=Atlantic/Stanley
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_172 (64-bit)/cpus=4,threads=1,free=261317416,total=476053504
   [junit4]   2> NOTE: All tests run in this JVM: [TestCloudJSONFacetJoinDomain, TestHighFrequencyDictionaryFactory, SuggestComponentContextFilterQueryTest, SecurityConfHandlerTest, TestCloudConsistency, DeleteReplicaTest, TestInfoStreamLogging, StressHdfsTest, TestDocTermOrds, SolrRrdBackendFactoryTest, DistributedFacetPivotWhiteBoxTest, ExecutePlanActionTest, ForceLeaderTest, TestCustomDocTransformer, MetricsConfigTest, IndexSchemaRuntimeFieldTest, TestFastWriter, PreAnalyzedFieldTest, TimeZoneUtilsTest, RegexBoostProcessorTest, TestConfigSetsAPIZkFailure, TestAtomicUpdateErrorCases, TestSubQueryTransformerCrossCore, TestTrieFacet, DirectoryFactoryTest, AddBlockUpdateTest, CopyFieldTest, CloneFieldUpdateProcessorFactoryTest, CloudExitableDirectoryReaderTest, BasicDistributedZk2Test, ChaosMonkeySafeLeaderWithPullReplicasTest, TestFieldCollectionResource, OverseerRolesTest, DistributedQueueTest]
   [junit4] Completed [72/812 (1!)] on J2 in 18.53s, 6 tests, 1 failure <<< FAILURES!

[...truncated 42 lines...]
   [junit4] Suite: org.apache.solr.update.MaxSizeAutoCommitTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.update.MaxSizeAutoCommitTest_945DB15E289F10C-001/init-core-data-001
   [junit4]   2> 480616 WARN  (SUITE-MaxSizeAutoCommitTest-seed#[945DB15E289F10C]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=105 numCloses=105
   [junit4]   2> 480616 INFO  (SUITE-MaxSizeAutoCommitTest-seed#[945DB15E289F10C]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 480618 INFO  (SUITE-MaxSizeAutoCommitTest-seed#[945DB15E289F10C]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 480619 INFO  (SUITE-MaxSizeAutoCommitTest-seed#[945DB15E289F10C]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 480647 INFO  (TEST-MaxSizeAutoCommitTest.deleteTest-seed#[945DB15E289F10C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting deleteTest
   [junit4]   2> 484406 INFO  (TEST-MaxSizeAutoCommitTest.deleteTest-seed#[945DB15E289F10C]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 484407 INFO  (TEST-MaxSizeAutoCommitTest.deleteTest-seed#[945DB15E289F10C]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 484862 INFO  (TEST-MaxSizeAutoCommitTest.deleteTest-seed#[945DB15E289F10C]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 484913 INFO  (TEST-MaxSizeAutoCommitTest.deleteTest-seed#[945DB15E289F10C]) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 485509 INFO  (TEST-MaxSizeAutoCommitTest.deleteTest-seed#[945DB15E289F10C]) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 486230 INFO  (TEST-MaxSizeAutoCommitTest.deleteTest-seed#[945DB15E289F10C]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ba0477e
   [junit4]   2> 486460 INFO  (TEST-MaxSizeAutoCommitTest.deleteTest-seed#[945DB15E289F10C]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ba0477e
   [junit4]   2> 486461 INFO  (TEST-MaxSizeAutoCommitTest.deleteTest-seed#[945DB15E289F10C]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ba0477e
   [junit4]   2> 486526 INFO  (coreLoadExecutor-552-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 486527 INFO  (coreLoadExecutor-552-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 486626 INFO  (coreLoadExecutor-552-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 486641 INFO  (coreLoadExecutor-552-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 487206 INFO  (coreLoadExecutor-552-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 487502 INFO  (coreLoadExecutor-552-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 487502 INFO  (coreLoadExecutor-552-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ba0477e
   [junit4]   2> 487502 INFO  (coreLoadExecutor-552-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 487502 INFO  (coreLoadExecutor-552-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.update.MaxSizeAutoCommitTest_945DB15E289F10C-001/init-core-data-001/]
   [junit4]   2> 487616 INFO  (coreLoadExecutor-552-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=43.48828125, floorSegmentMB=0.291015625, forceMergeDeletesPctAllowed=20.341936955720225, segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 487711 WARN  (coreLoadExecutor-552-thread-1) [    x:collection1] 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> 488127 INFO  (coreLoadExecutor-552-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 488127 INFO  (coreLoadExecutor-552-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 488128 INFO  (coreLoadExecutor-552-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 488128 INFO  (coreLoadExecutor-552-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 488130 INFO  (coreLoadExecutor-552-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1298889122, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 488138 INFO  (coreLoadExecutor-552-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@318d7229[collection1] main]
   [junit4]   2> 488139 WARN  (coreLoadExecutor-552-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 488139 INFO  (coreLoadExecutor-552-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 488139 INFO  (coreLoadExecutor-552-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1602301785445236736
   [junit4]   2> 488142 INFO  (TEST-MaxSizeAutoCommitTest.deleteTest-seed#[945DB15E289F10C]) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 488155 INFO  (searcherExecutor-553-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@318d7229[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 488213 INFO  (commitScheduler-556-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 488213 INFO  (commitScheduler-556-thread-1) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@438945dd commitCommandVersion:0
   [junit4]   2> 488679 INFO  (TEST-MaxSizeAutoCommitTest.deleteTest-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[0 (1602301785450479616), 1 (1602301785459916800), 2 (1602301785460965376), 3 (1602301785474596864), 4 (1602301785476694016), 5 (1602301785478791168), 6 (1602301785478791169), 7 (1602301785480888320), 8 (1602301785489276928), 9 (1602301785489276929), ... (150 adds)]} 0 535
   [junit4]   2> 488891 INFO  (TEST-MaxSizeAutoCommitTest.deleteTest-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[0 (-1602301786232717312), 1 (-1602301786232717313), 2 (-1602301786233765888), 3 (-1602301786233765889), 4 (-1602301786233765890), 5 (-1602301786233765891), 6 (-1602301786233765892), 7 (-1602301786233765893), 8 (-1602301786233765894), 9 (-1602301786233765895), ... (15 deletes)]} 0 1
   [junit4]   2> 489116 INFO  (TEST-MaxSizeAutoCommitTest.deleteTest-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[15 (-1602301786468646912), 16 (-1602301786468646913), 17 (-1602301786468646914), 18 (-1602301786468646915), 19 (-1602301786468646916), 20 (-1602301786468646917), 21 (-1602301786468646918), 22 (-1602301786468646919), 23 (-1602301786469695488), 24 (-1602301786469695489), ... (15 deletes)]} 0 1
   [junit4]   2> 489219 INFO  (commitScheduler-556-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@74b12bab[collection1] realtime]
   [junit4]   2> 489219 INFO  (commitScheduler-556-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 489219 INFO  (commitScheduler-556-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 489219 INFO  (commitScheduler-556-thread-1) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@438945dd commitCommandVersion:0
   [junit4]   2> 489237 INFO  (TEST-MaxSizeAutoCommitTest.deleteTest-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[30 (-1602301786594476032), 31 (-1602301786595524608), 32 (-1602301786595524609), 33 (-1602301786595524610), 34 (-1602301786595524611), 35 (-1602301786595524612), 36 (-1602301786595524613), 37 (-1602301786595524614), 38 (-1602301786595524615), 39 (-1602301786595524616), ... (15 deletes)]} 0 1
   [junit4]   2> 489452 INFO  (TEST-MaxSizeAutoCommitTest.deleteTest-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[45 (-1602301786820968448), 46 (-1602301786820968449), 47 (-1602301786820968450), 48 (-1602301786820968451), 49 (-1602301786820968452), 50 (-1602301786820968453), 51 (-1602301786820968454), 52 (-1602301786820968455), 53 (-1602301786822017024), 54 (-1602301786822017025), ... (15 deletes)]} 0 1
   [junit4]   2> 489463 INFO  (commitScheduler-556-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4d21f2cf[collection1] realtime]
   [junit4]   2> 489467 INFO  (commitScheduler-556-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 489676 INFO  (TEST-MaxSizeAutoCommitTest.deleteTest-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[60 (-1602301787055849472), 61 (-1602301787056898048), 62 (-1602301787056898049), 63 (-1602301787056898050), 64 (-1602301787056898051), 65 (-1602301787056898052), 66 (-1602301787056898053), 67 (-1602301787056898054), 68 (-1602301787056898055), 69 (-1602301787056898056), ... (15 deletes)]} 0 1
   [junit4]   2> 489886 INFO  (TEST-MaxSizeAutoCommitTest.deleteTest-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[75 (-1602301787276050432), 76 (-1602301787276050433), 77 (-1602301787276050434), 78 (-1602301787276050435), 79 (-1602301787277099008), 80 (-1602301787277099009), 81 (-1602301787277099010), 82 (-1602301787277099011), 83 (-1602301787277099012), 84 (-1602301787277099013), ... (15 deletes)]} 0 1
   [junit4]   2> 489887 INFO  (commitScheduler-556-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 489887 INFO  (commitScheduler-556-thread-1) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@438945dd commitCommandVersion:0
   [junit4]   2> 489890 INFO  (commitScheduler-556-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@27a182d0[collection1] realtime]
   [junit4]   2> 489890 INFO  (commitScheduler-556-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 489960 INFO  (TEST-MaxSizeAutoCommitTest.deleteTest-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[90 (-1602301787353645056), 91 (-1602301787354693632), 92 (-1602301787354693633), 93 (-1602301787354693634), 94 (-1602301787354693635), 95 (-1602301787354693636), 96 (-1602301787354693637), 97 (-1602301787354693638), 98 (-1602301787354693639), 99 (-1602301787354693640), ... (15 deletes)]} 0 1
   [junit4]   2> 490169 INFO  (TEST-MaxSizeAutoCommitTest.deleteTest-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[105 (-1602301787572797440), 106 (-1602301787572797441), 107 (-1602301787572797442), 108 (-1602301787572797443), 109 (-1602301787572797444), 110 (-1602301787572797445), 111 (-1602301787573846016), 112 (-1602301787573846017), 113 (-1602301787573846018), 114 (-1602301787573846019), ... (15 deletes)]} 0 1
   [junit4]   2> 490401 INFO  (TEST-MaxSizeAutoCommitTest.deleteTest-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[120 (-1602301787817115648), 121 (-1602301787817115649), 122 (-1602301787817115650), 123 (-1602301787817115651), 124 (-1602301787817115652), 125 (-1602301787817115653), 126 (-1602301787817115654), 127 (-1602301787817115655), 128 (-1602301787817115656), 129 (-1602301787817115657), ... (15 deletes)]} 0 1
   [junit4]   2> 490620 INFO  (TEST-MaxSizeAutoCommitTest.deleteTest-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[135 (-1602301788045705216), 136 (-1602301788045705217), 137 (-1602301788045705218), 138 (-1602301788045705219), 139 (-1602301788045705220), 140 (-1602301788045705221), 141 (-1602301788045705222), 142 (-1602301788045705223), 143 (-1602301788045705224), 144 (-1602301788046753792), ... (15 deletes)]} 0 1
   [junit4]   2> 490639 INFO  (commitScheduler-556-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 490639 INFO  (commitScheduler-556-thread-1) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@438945dd commitCommandVersion:0
   [junit4]   2> 490669 INFO  (commitScheduler-556-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@584e54e0[collection1] realtime]
   [junit4]   2> 490670 INFO  (commitScheduler-556-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 490671 INFO  (TEST-MaxSizeAutoCommitTest.deleteTest-seed#[945DB15E289F10C]) [    ] o.a.s.SolrTestCaseJ4 ###Ending deleteTest
   [junit4]   2> 490671 INFO  (TEST-MaxSizeAutoCommitTest.deleteTest-seed#[945DB15E289F10C]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 490671 INFO  (TEST-MaxSizeAutoCommitTest.deleteTest-seed#[945DB15E289F10C]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1047486352
   [junit4]   2> 490671 INFO  (TEST-MaxSizeAutoCommitTest.deleteTest-seed#[945DB15E289F10C]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 490672 INFO  (TEST-MaxSizeAutoCommitTest.deleteTest-seed#[945DB15E289F10C]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@37cc2a33: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@38ffa2f5
   [junit4]   2> 490722 INFO  (TEST-MaxSizeAutoCommitTest.deleteTest-seed#[945DB15E289F10C]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 490722 INFO  (TEST-MaxSizeAutoCommitTest.deleteTest-seed#[945DB15E289F10C]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@29f426cf: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@2fe40685
   [junit4]   2> 490725 INFO  (TEST-MaxSizeAutoCommitTest.deleteTest-seed#[945DB15E289F10C]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 490725 INFO  (TEST-MaxSizeAutoCommitTest.deleteTest-seed#[945DB15E289F10C]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4b69aa89: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@4aa2a638
   [junit4]   2> 490895 INFO  (coreCloseExecutor-558-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@565861fe
   [junit4]   2> 490895 INFO  (coreCloseExecutor-558-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=565861fe
   [junit4]   2> 490895 INFO  (coreCloseExecutor-558-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@89f0528: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@1eaafec1
   [junit4]   2> 491027 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testRedundantDeletes
   [junit4]   2> 491028 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 491028 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 491265 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 491966 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 492492 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 492853 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ba0477e
   [junit4]   2> 492931 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ba0477e
   [junit4]   2> 492931 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ba0477e
   [junit4]   2> 492953 INFO  (coreLoadExecutor-566-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 492954 INFO  (coreLoadExecutor-566-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 493183 INFO  (coreLoadExecutor-566-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 493570 INFO  (coreLoadExecutor-566-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 494920 INFO  (coreLoadExecutor-566-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 495033 INFO  (coreLoadExecutor-566-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 495034 INFO  (coreLoadExecutor-566-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ba0477e
   [junit4]   2> 495034 INFO  (coreLoadExecutor-566-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 495034 INFO  (coreLoadExecutor-566-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.update.MaxSizeAutoCommitTest_945DB15E289F10C-001/init-core-data-001/]
   [junit4]   2> 495074 INFO  (coreLoadExecutor-566-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=43.48828125, floorSegmentMB=0.291015625, forceMergeDeletesPctAllowed=20.341936955720225, segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 495081 WARN  (coreLoadExecutor-566-thread-1) [    x:collection1] 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> 495564 INFO  (coreLoadExecutor-566-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 495564 INFO  (coreLoadExecutor-566-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 495565 INFO  (coreLoadExecutor-566-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 495565 INFO  (coreLoadExecutor-566-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 495579 INFO  (coreLoadExecutor-566-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1298889122, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 495581 INFO  (coreLoadExecutor-566-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2b51f4f[collection1] main]
   [junit4]   2> 495582 WARN  (coreLoadExecutor-566-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 495583 INFO  (coreLoadExecutor-566-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 495585 INFO  (searcherExecutor-567-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2b51f4f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 495585 INFO  (coreLoadExecutor-566-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1602301793252933632
   [junit4]   2> 495593 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 495740 INFO  (commitScheduler-570-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 495740 INFO  (commitScheduler-570-thread-1) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@2b412866 commitCommandVersion:0
   [junit4]   2> 495867 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[0 (1602301793288585216), 1 (1602301793296973824), 2 (1602301793301168128), 3 (1602301793301168129), 4 (1602301793301168130), 5 (1602301793305362432), 6 (1602301793305362433), 7 (1602301793305362434), 8 (1602301793309556736), 9 (1602301793309556737), ... (150 adds)]} 0 273
   [junit4]   2> 495922 INFO  (commitScheduler-570-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@36ec85c7[collection1] realtime]
   [junit4]   2> 495923 INFO  (commitScheduler-570-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 495923 INFO  (commitScheduler-570-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 495923 INFO  (commitScheduler-570-thread-1) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@2b412866 commitCommandVersion:0
   [junit4]   2> 496020 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793708015616)]} 0 51
   [junit4]   2> 496020 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793709064192)]} 0 51
   [junit4]   2> 496020 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793709064193)]} 0 51
   [junit4]   2> 496020 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793709064194)]} 0 52
   [junit4]   2> 496021 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793709064195)]} 0 52
   [junit4]   2> 496021 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793710112768)]} 0 52
   [junit4]   2> 496021 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793710112769)]} 0 52
   [junit4]   2> 496021 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793710112770)]} 0 52
   [junit4]   2> 496021 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793710112771)]} 0 53
   [junit4]   2> 496021 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793710112772)]} 0 53
   [junit4]   2> 496021 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793710112773)]} 0 53
   [junit4]   2> 496022 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793711161344)]} 0 53
   [junit4]   2> 496022 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793711161345)]} 0 53
   [junit4]   2> 496022 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793711161346)]} 0 53
   [junit4]   2> 496022 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793711161347)]} 0 53
   [junit4]   2> 496022 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793711161348)]} 0 54
   [junit4]   2> 496022 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793711161349)]} 0 54
   [junit4]   2> 496022 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793711161350)]} 0 54
   [junit4]   2> 496038 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793712209920)]} 0 69
   [junit4]   2> 496038 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793727938560)]} 0 70
   [junit4]   2> 496039 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793728987136)]} 0 70
   [junit4]   2> 496039 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793728987137)]} 0 70
   [junit4]   2> 496039 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793728987138)]} 0 70
   [junit4]   2> 496039 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793728987139)]} 0 70
   [junit4]   2> 496039 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793728987140)]} 0 71
   [junit4]   2> 496039 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793728987141)]} 0 71
   [junit4]   2> 496040 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793728987142)]} 0 71
   [junit4]   2> 496040 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793730035712)]} 0 71
   [junit4]   2> 496040 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793730035713)]} 0 71
   [junit4]   2> 496040 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793730035714)]} 0 71
   [junit4]   2> 496040 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793730035715)]} 0 71
   [junit4]   2> 496040 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793730035716)]} 0 72
   [junit4]   2> 496040 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793730035717)]} 0 72
   [junit4]   2> 496041 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793730035718)]} 0 72
   [junit4]   2> 496041 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793731084288)]} 0 72
   [junit4]   2> 496041 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793731084289)]} 0 72
   [junit4]   2> 496041 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793731084290)]} 0 72
   [junit4]   2> 496041 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793731084291)]} 0 72
   [junit4]   2> 496041 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793731084292)]} 0 73
   [junit4]   2> 496041 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793731084293)]} 0 73
   [junit4]   2> 496042 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793732132864)]} 0 73
   [junit4]   2> 496042 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793732132865)]} 0 73
   [junit4]   2> 496042 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793732132866)]} 0 73
   [junit4]   2> 496042 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793732132867)]} 0 73
   [junit4]   2> 496042 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793732132868)]} 0 73
   [junit4]   2> 496042 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793732132869)]} 0 74
   [junit4]   2> 496042 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793732132870)]} 0 74
   [junit4]   2> 496043 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793733181440)]} 0 74
   [junit4]   2> 496043 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793733181441)]} 0 74
   [junit4]   2> 496043 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793733181442)]} 0 74
   [junit4]   2> 496070 INFO  (commitScheduler-570-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@af91b8c[collection1] realtime]
   [junit4]   2> 496070 INFO  (commitScheduler-570-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 496070 INFO  (commitScheduler-570-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 496070 INFO  (commitScheduler-570-thread-1) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@2b412866 commitCommandVersion:0
   [junit4]   2> 496094 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793785610240)]} 0 125
   [junit4]   2> 496094 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793786658816)]} 0 125
   [junit4]   2> 496094 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793786658817)]} 0 126
   [junit4]   2> 496094 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793786658818)]} 0 126
   [junit4]   2> 496095 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793786658819)]} 0 126
   [junit4]   2> 496095 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793787707392)]} 0 126
   [junit4]   2> 496095 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793787707393)]} 0 126
   [junit4]   2> 496095 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793787707394)]} 0 126
   [junit4]   2> 496095 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793787707395)]} 0 126
   [junit4]   2> 496095 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793787707396)]} 0 127
   [junit4]   2> 496095 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793787707397)]} 0 127
   [junit4]   2> 496096 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793787707398)]} 0 127
   [junit4]   2> 496096 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793788755968)]} 0 127
   [junit4]   2> 496096 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793788755969)]} 0 127
   [junit4]   2> 496096 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793788755970)]} 0 127
   [junit4]   2> 496096 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793788755971)]} 0 127
   [junit4]   2> 496096 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793788755972)]} 0 127
   [junit4]   2> 496096 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793788755973)]} 0 128
   [junit4]   2> 496096 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793788755974)]} 0 128
   [junit4]   2> 496097 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793789804544)]} 0 128
   [junit4]   2> 496097 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793789804545)]} 0 128
   [junit4]   2> 496097 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793789804546)]} 0 128
   [junit4]   2> 496097 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793789804547)]} 0 128
   [junit4]   2> 496097 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793789804548)]} 0 128
   [junit4]   2> 496097 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793789804549)]} 0 129
   [junit4]   2> 496097 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793789804550)]} 0 129
   [junit4]   2> 496098 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793789804551)]} 0 129
   [junit4]   2> 496098 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793790853120)]} 0 129
   [junit4]   2> 496098 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793790853121)]} 0 129
   [junit4]   2> 496098 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793790853122)]} 0 129
   [junit4]   2> 496098 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793790853123)]} 0 129
   [junit4]   2> 496098 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793790853124)]} 0 130
   [junit4]   2> 496098 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793790853125)]} 0 130
   [junit4]   2> 496099 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793790853126)]} 0 130
   [junit4]   2> 496103 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793791901696)]} 0 134
   [junit4]   2> 496103 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793796096000)]} 0 134
   [junit4]   2> 496103 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793796096001)]} 0 134
   [junit4]   2> 496103 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793796096002)]} 0 135
   [junit4]   2> 496103 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793796096003)]} 0 135
   [junit4]   2> 496104 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793796096004)]} 0 135
   [junit4]   2> 496104 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793797144576)]} 0 135
   [junit4]   2> 496104 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793797144577)]} 0 135
   [junit4]   2> 496104 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793797144578)]} 0 135
   [junit4]   2> 496104 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793797144579)]} 0 135
   [junit4]   2> 496104 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793797144580)]} 0 135
   [junit4]   2> 496104 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793797144581)]} 0 136
   [junit4]   2> 496105 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793797144582)]} 0 136
   [junit4]   2> 496105 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793798193152)]} 0 136
   [junit4]   2> 496105 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793798193153)]} 0 136
   [junit4]   2> 496105 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793798193154)]} 0 136
   [junit4]   2> 496126 INFO  (commitScheduler-570-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@662fb96c[collection1] realtime]
   [junit4]   2> 496127 INFO  (commitScheduler-570-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 496127 INFO  (commitScheduler-570-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 496127 INFO  (commitScheduler-570-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 496127 INFO  (commitScheduler-570-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 496156 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793850621952)]} 0 187
   [junit4]   2> 496156 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793851670528)]} 0 188
   [junit4]   2> 496157 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793852719104)]} 0 188
   [junit4]   2> 496157 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793852719105)]} 0 188
   [junit4]   2> 496157 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793852719106)]} 0 188
   [junit4]   2> 496157 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793852719107)]} 0 188
   [junit4]   2> 496157 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793852719108)]} 0 189
   [junit4]   2> 496157 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793852719109)]} 0 189
   [junit4]   2> 496158 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793852719110)]} 0 189
   [junit4]   2> 496158 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793853767680)]} 0 189
   [junit4]   2> 496158 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793853767681)]} 0 189
   [junit4]   2> 496158 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793853767682)]} 0 189
   [junit4]   2> 496158 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793853767683)]} 0 189
   [junit4]   2> 496158 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793853767684)]} 0 189
   [junit4]   2> 496158 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793853767685)]} 0 190
   [junit4]   2> 496158 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793853767686)]} 0 190
   [junit4]   2> 496158 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793853767687)]} 0 190
   [junit4]   2> 496167 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793854816256)]} 0 198
   [junit4]   2> 496167 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793863204864)]} 0 198
   [junit4]   2> 496167 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793863204865)]} 0 198
   [junit4]   2> 496167 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793863204866)]} 0 198
   [junit4]   2> 496167 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793863204867)]} 0 199
   [junit4]   2> 496167 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793863204868)]} 0 199
   [junit4]   2> 496168 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793863204869)]} 0 199
   [junit4]   2> 496168 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793864253440)]} 0 199
   [junit4]   2> 496168 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793864253441)]} 0 199
   [junit4]   2> 496168 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793864253442)]} 0 199
   [junit4]   2> 496168 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793864253443)]} 0 199
   [junit4]   2> 496168 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793864253444)]} 0 199
   [junit4]   2> 496168 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[945DB15E289F10C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1602301793864253445)]} 0 200
   [junit4]   2> 496168 INFO  (TEST-MaxSizeAu

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

o 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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

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 76ms :: artifacts dl 14ms
	---------------------------------------------------------------------
	|                  |            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: 454 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-NightlyTests-master - Build # 1574 - Still Unstable

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

1 tests failed.
FAILED:  org.apache.solr.update.SoftAutoCommitTest.testHardCommitWithinAndSoftCommitMaxTimeMixedAdds

Error Message:
Tracker reports too many soft commits expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: Tracker reports too many soft commits expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([221449B83BEEB73D:E1F395A90AD26040]: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.update.SoftAutoCommitTest.doTestSoftAndHardCommitMaxTimeMixedAdds(SoftAutoCommitTest.java:273)
	at org.apache.solr.update.SoftAutoCommitTest.testHardCommitWithinAndSoftCommitMaxTimeMixedAdds(SoftAutoCommitTest.java:174)
	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 13166 lines...]
   [junit4] Suite: org.apache.solr.update.SoftAutoCommitTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.update.SoftAutoCommitTest_221449B83BEEB73D-001/init-core-data-001
   [junit4]   2> 186297 INFO  (SUITE-SoftAutoCommitTest-seed#[221449B83BEEB73D]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 186309 INFO  (SUITE-SoftAutoCommitTest-seed#[221449B83BEEB73D]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 186310 INFO  (SUITE-SoftAutoCommitTest-seed#[221449B83BEEB73D]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 186311 INFO  (SUITE-SoftAutoCommitTest-seed#[221449B83BEEB73D]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 186311 INFO  (SUITE-SoftAutoCommitTest-seed#[221449B83BEEB73D]-worker) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 186622 INFO  (SUITE-SoftAutoCommitTest-seed#[221449B83BEEB73D]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 186682 INFO  (SUITE-SoftAutoCommitTest-seed#[221449B83BEEB73D]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 187411 INFO  (SUITE-SoftAutoCommitTest-seed#[221449B83BEEB73D]-worker) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 188011 INFO  (SUITE-SoftAutoCommitTest-seed#[221449B83BEEB73D]-worker) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 188011 INFO  (SUITE-SoftAutoCommitTest-seed#[221449B83BEEB73D]-worker) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 188082 INFO  (SUITE-SoftAutoCommitTest-seed#[221449B83BEEB73D]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@c454ae3
   [junit4]   2> 188133 INFO  (SUITE-SoftAutoCommitTest-seed#[221449B83BEEB73D]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@c454ae3
   [junit4]   2> 188133 INFO  (SUITE-SoftAutoCommitTest-seed#[221449B83BEEB73D]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@c454ae3
   [junit4]   2> 188150 INFO  (coreLoadExecutor-596-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 188265 INFO  (coreLoadExecutor-596-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 188338 INFO  (coreLoadExecutor-596-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 188781 INFO  (coreLoadExecutor-596-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 188818 INFO  (coreLoadExecutor-596-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 188819 INFO  (coreLoadExecutor-596-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@c454ae3
   [junit4]   2> 188819 INFO  (coreLoadExecutor-596-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 188819 INFO  (coreLoadExecutor-596-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.update.SoftAutoCommitTest_221449B83BEEB73D-001/init-core-data-001/]
   [junit4]   2> 188840 INFO  (coreLoadExecutor-596-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=13, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8064210139848956]
   [junit4]   2> 189316 INFO  (coreLoadExecutor-596-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 189316 INFO  (coreLoadExecutor-596-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 189317 INFO  (coreLoadExecutor-596-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 189317 INFO  (coreLoadExecutor-596-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 189319 INFO  (coreLoadExecutor-596-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=19, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=30.02734375, floorSegmentMB=2.134765625, forceMergeDeletesPctAllowed=28.325031765804734, segmentsPerTier=8.0, maxCFSSegmentSizeMB=0.8896484375, noCFSRatio=0.4091939390478154, reclaimDeletesWeight=1.40326945354896
   [junit4]   2> 189319 INFO  (coreLoadExecutor-596-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@100a433a[collection1] main]
   [junit4]   2> 189321 INFO  (coreLoadExecutor-596-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 189368 INFO  (coreLoadExecutor-596-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 189786 INFO  (coreLoadExecutor-596-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 189787 INFO  (searcherExecutor-597-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 189787 INFO  (searcherExecutor-597-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 189787 INFO  (searcherExecutor-597-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 189787 INFO  (searcherExecutor-597-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 189788 INFO  (searcherExecutor-597-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 189789 INFO  (coreLoadExecutor-596-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1604571173918605312
   [junit4]   2> 189790 INFO  (searcherExecutor-597-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 189790 INFO  (searcherExecutor-597-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 189796 INFO  (searcherExecutor-597-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 189796 INFO  (searcherExecutor-597-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 189797 INFO  (searcherExecutor-597-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@100a433a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 189799 INFO  (SUITE-SoftAutoCommitTest-seed#[221449B83BEEB73D]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 189805 INFO  (TEST-SoftAutoCommitTest.testHardCommitWithinAndSoftCommitMaxTimeRapidAdds-seed#[221449B83BEEB73D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testHardCommitWithinAndSoftCommitMaxTimeRapidAdds
   [junit4]   2> 194830 INFO  (TEST-SoftAutoCommitTest.testHardCommitWithinAndSoftCommitMaxTimeRapidAdds-seed#[221449B83BEEB73D]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5000 (1604571179185602560)]} 0 21
   [junit4]   2> 194845 INFO  (TEST-SoftAutoCommitTest.testHardCommitWithinAndSoftCommitMaxTimeRapidAdds-seed#[221449B83BEEB73D]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5001 (1604571179218108416)]} 0 11
   [junit4]   2> 194848 INFO  (TEST-SoftAutoCommitTest.testHardCommitWithinAndSoftCommitMaxTimeRapidAdds-seed#[221449B83BEEB73D]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5002 (1604571179221254144)]} 0 2
   [junit4]   2> 194853 INFO  (TEST-SoftAutoCommitTest.testHardCommitWithinAndSoftCommitMaxTimeRapidAdds-seed#[221449B83BEEB73D]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5003 (1604571179224399872)]} 0 4
   [junit4]   2> 194857 INFO  (TEST-SoftAutoCommitTest.testHardCommitWithinAndSoftCommitMaxTimeRapidAdds-seed#[221449B83BEEB73D]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5004 (1604571179230691328)]} 0 1
   [junit4]   2> 194857 INFO  (TEST-SoftAutoCommitTest.testHardCommitWithinAndSoftCommitMaxTimeRapidAdds-seed#[221449B83BEEB73D]) [    ] o.a.s.u.SoftAutoCommitTest maxTimeMillis: 30490219521463279ns - 30490219472830436ns == 48ms
   [junit4]   2> 194857 INFO  (TEST-SoftAutoCommitTest.testHardCommitWithinAndSoftCommitMaxTimeRapidAdds-seed#[221449B83BEEB73D]) [    ] o.a.s.u.SoftAutoCommitTest maxExpectedSoft=1
   [junit4]   2> 194857 INFO  (TEST-SoftAutoCommitTest.testHardCommitWithinAndSoftCommitMaxTimeRapidAdds-seed#[221449B83BEEB73D]) [    ] o.a.s.u.SoftAutoCommitTest maxExpectedHard=1
   [junit4]   2> 195330 INFO  (commitScheduler-601-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 195436 INFO  (commitScheduler-601-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@259075d6[collection1] main]
   [junit4]   2> 195436 INFO  (commitScheduler-601-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 195438 INFO  (searcherExecutor-597-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@259075d6[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):c5)))}
   [junit4]   2> 196032 INFO  (commitScheduler-600-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 196032 INFO  (commitScheduler-600-thread-1) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@39a2b3f2 commitCommandVersion:0
   [junit4]   2> 196035 INFO  (commitScheduler-600-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@65a17125[collection1] realtime]
   [junit4]   2> 196036 INFO  (commitScheduler-600-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 201540 INFO  (TEST-SoftAutoCommitTest.testHardCommitWithinAndSoftCommitMaxTimeRapidAdds-seed#[221449B83BEEB73D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testHardCommitWithinAndSoftCommitMaxTimeRapidAdds
   [junit4]   2> 201545 INFO  (TEST-SoftAutoCommitTest.testSoftCommitWithinAndHardCommitMaxTimeDelete-seed#[221449B83BEEB73D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSoftCommitWithinAndHardCommitMaxTimeDelete
   [junit4]   2> 206549 INFO  (TEST-SoftAutoCommitTest.testSoftCommitWithinAndHardCommitMaxTimeDelete-seed#[221449B83BEEB73D]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[529 (1604571191489593344)]} 0 3
   [junit4]   2> 206550 INFO  (TEST-SoftAutoCommitTest.testSoftCommitWithinAndHardCommitMaxTimeDelete-seed#[221449B83BEEB73D]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1604571191493787648,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 206550 INFO  (TEST-SoftAutoCommitTest.testSoftCommitWithinAndHardCommitMaxTimeDelete-seed#[221449B83BEEB73D]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@39a2b3f2 commitCommandVersion:1604571191493787648
   [junit4]   2> 206614 INFO  (TEST-SoftAutoCommitTest.testSoftCommitWithinAndHardCommitMaxTimeDelete-seed#[221449B83BEEB73D]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2b3accdf[collection1] main]
   [junit4]   2> 206615 INFO  (TEST-SoftAutoCommitTest.testSoftCommitWithinAndHardCommitMaxTimeDelete-seed#[221449B83BEEB73D]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 206617 INFO  (searcherExecutor-597-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2b3accdf[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):c5) Uninverting(_1(8.0.0):c1)))}
   [junit4]   2> 206618 INFO  (TEST-SoftAutoCommitTest.testSoftCommitWithinAndHardCommitMaxTimeDelete-seed#[221449B83BEEB73D]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 68
   [junit4]   2> 206621 INFO  (TEST-SoftAutoCommitTest.testSoftCommitWithinAndHardCommitMaxTimeDelete-seed#[221449B83BEEB73D]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{delete=[529 (-1604571191566139392)]} 0 2
   [junit4]   2> 207121 INFO  (commitScheduler-601-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 207123 INFO  (commitScheduler-601-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5fe244f2[collection1] main]
   [junit4]   2> 207123 INFO  (commitScheduler-601-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 207129 INFO  (searcherExecutor-597-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5fe244f2[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):c5)))}
   [junit4]   2> 207134 INFO  (TEST-SoftAutoCommitTest.testSoftCommitWithinAndHardCommitMaxTimeDelete-seed#[221449B83BEEB73D]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[550 (1604571192104058880)]} 0 4
   [junit4]   2> 207634 INFO  (commitScheduler-601-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 207702 INFO  (commitScheduler-601-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@3ff942c4[collection1] main]
   [junit4]   2> 207704 INFO  (searcherExecutor-597-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3ff942c4[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):c5) Uninverting(_2(8.0.0):c1)))}
   [junit4]   2> 207704 INFO  (commitScheduler-601-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 207821 INFO  (commitScheduler-600-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 207822 INFO  (commitScheduler-600-thread-1) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@39a2b3f2 commitCommandVersion:0
   [junit4]   2> 207825 INFO  (commitScheduler-600-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@64f5dccb[collection1] realtime]
   [junit4]   2> 207826 INFO  (commitScheduler-600-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 213832 INFO  (TEST-SoftAutoCommitTest.testSoftCommitWithinAndHardCommitMaxTimeDelete-seed#[221449B83BEEB73D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSoftCommitWithinAndHardCommitMaxTimeDelete
   [junit4]   2> 213835 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[221449B83BEEB73D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSoftAndHardCommitMaxTimeDelete
   [junit4]   2> 218838 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[221449B83BEEB73D]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[529 (1604571204375543808)]} 0 2
   [junit4]   2> 218838 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[221449B83BEEB73D]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1604571204378689536,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 218838 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[221449B83BEEB73D]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@39a2b3f2 commitCommandVersion:1604571204378689536
   [junit4]   2> 218883 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[221449B83BEEB73D]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@820a56d[collection1] main]
   [junit4]   2> 218884 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[221449B83BEEB73D]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 218885 INFO  (searcherExecutor-597-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@820a56d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):c5) Uninverting(_2(8.0.0):c1) Uninverting(_3(8.0.0):c1)))}
   [junit4]   2> 218887 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[221449B83BEEB73D]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 48
   [junit4]   2> 218888 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[221449B83BEEB73D]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{delete=[529 (-1604571204431118336)]} 0 0
   [junit4]   2> 219388 INFO  (commitScheduler-601-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 219390 INFO  (commitScheduler-601-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@50743dc4[collection1] main]
   [junit4]   2> 219390 INFO  (commitScheduler-601-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 219392 INFO  (searcherExecutor-597-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@50743dc4[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):c5) Uninverting(_2(8.0.0):c1)))}
   [junit4]   2> 219394 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[221449B83BEEB73D]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[550 (1604571204960649216)]} 0 1
   [junit4]   2> 219895 INFO  (commitScheduler-601-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 219922 INFO  (commitScheduler-601-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5c3dcd93[collection1] main]
   [junit4]   2> 219924 INFO  (searcherExecutor-597-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5c3dcd93[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):c5) Uninverting(_4(8.0.0):c1)))}
   [junit4]   2> 219926 INFO  (commitScheduler-601-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 220088 INFO  (commitScheduler-600-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 220089 INFO  (commitScheduler-600-thread-1) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@39a2b3f2 commitCommandVersion:0
   [junit4]   2> 220091 INFO  (commitScheduler-600-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@338f44da[collection1] realtime]
   [junit4]   2> 220094 INFO  (commitScheduler-600-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 226092 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[221449B83BEEB73D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSoftAndHardCommitMaxTimeDelete
   [junit4]   2> 226100 INFO  (TEST-SoftAutoCommitTest.testHardCommitWithinAndSoftCommitMaxTimeDelete-seed#[221449B83BEEB73D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testHardCommitWithinAndSoftCommitMaxTimeDelete
   [junit4]   2> 231270 INFO  (TEST-SoftAutoCommitTest.testHardCommitWithinAndSoftCommitMaxTimeDelete-seed#[221449B83BEEB73D]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[529 (1604571217405149184)]} 0 9
   [junit4]   2> 231270 INFO  (TEST-SoftAutoCommitTest.testHardCommitWithinAndSoftCommitMaxTimeDelete-seed#[221449B83BEEB73D]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1604571217414586368,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 231271 INFO  (TEST-SoftAutoCommitTest.testHardCommitWithinAndSoftCommitMaxTimeDelete-seed#[221449B83BEEB73D]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@39a2b3f2 commitCommandVersion:1604571217414586368
   [junit4]   2> 231313 INFO  (TEST-SoftAutoCommitTest.testHardCommitWithinAndSoftCommitMaxTimeDelete-seed#[221449B83BEEB73D]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@287f0cec[collection1] main]
   [junit4]   2> 231314 INFO  (TEST-SoftAutoCommitTest.testHardCommitWithinAndSoftCommitMaxTimeDelete-seed#[221449B83BEEB73D]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 231316 INFO  (searcherExecutor-597-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@287f0cec[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):c5) Uninverting(_4(8.0.0):c1) Uninverting(_5(8.0.0):c1)))}
   [junit4]   2> 231320 INFO  (TEST-SoftAutoCommitTest.testHardCommitWithinAndSoftCommitMaxTimeDelete-seed#[221449B83BEEB73D]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 49
   [junit4]   2> 231327 INFO  (TEST-SoftAutoCommitTest.testHardCommitWithinAndSoftCommitMaxTimeDelete-seed#[221449B83BEEB73D]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{delete=[529 (-1604571217473306624)]} 0 4
   [junit4]   2> 231827 INFO  (commitScheduler-601-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 231829 INFO  (commitScheduler-601-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1bc9e020[collection1] main]
   [junit4]   2> 231830 INFO  (commitScheduler-601-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 231831 INFO  (searcherExecutor-597-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1bc9e020[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):c5) Uninverting(_4(8.0.0):c1)))}
   [junit4]   2> 231837 INFO  (TEST-SoftAutoCommitTest.testHardCommitWithinAndSoftCommitMaxTimeDelete-seed#[221449B83BEEB73D]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[550 (1604571218003886080)]} 0 4
   [junit4]   2> 232337 INFO  (commitScheduler-601-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 232358 INFO  (commitScheduler-601-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@58796dd[collection1] main]
   [junit4]   2> 232361 INFO  (searcherExecutor-597-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@58796dd[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):c5) Uninverting(_6(8.0.0):c1)))}
   [junit4]   2> 232363 INFO  (commitScheduler-601-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 232527 INFO  (commitScheduler-600-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 232527 INFO  (commitScheduler-600-thread-1) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@39a2b3f2 commitCommandVersion:0
   [junit4]   2> 232529 INFO  (commitScheduler-600-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@617353c8[collection1] realtime]
   [junit4]   2> 232531 INFO  (commitScheduler-600-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 238530 INFO  (TEST-SoftAutoCommitTest.testHardCommitWithinAndSoftCommitMaxTimeDelete-seed#[221449B83BEEB73D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testHardCommitWithinAndSoftCommitMaxTimeDelete
   [junit4]   2> 238537 INFO  (TEST-SoftAutoCommitTest.testSoftCommitWithinAndHardCommitMaxTimeMixedAdds-seed#[221449B83BEEB73D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSoftCommitWithinAndHardCommitMaxTimeMixedAdds
   [junit4]   2> 246943 INFO  (TEST-SoftAutoCommitTest.testSoftCommitWithinAndHardCommitMaxTimeMixedAdds-seed#[221449B83BEEB73D]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[529 (1604571233846820864)]} 0 2
   [junit4]   2> 247444 INFO  (commitScheduler-601-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 247465 INFO  (commitScheduler-601-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@27dd0f6a[collection1] main]
   [junit4]   2> 247467 INFO  (searcherExecutor-597-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@27dd0f6a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):c5) Uninverting(_6(8.0.0):c1) Uninverting(_7(8.0.0):c1)))}
   [junit4]   2> 247467 INFO  (commitScheduler-601-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 248260 INFO  (commitScheduler-600-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 248260 INFO  (commitScheduler-600-thread-1) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@39a2b3f2 commitCommandVersion:0
   [junit4]   2> 248265 INFO  (commitScheduler-600-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@45cebe15[collection1] realtime]
   [junit4]   2> 248266 INFO  (commitScheduler-600-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 248268 INFO  (TEST-SoftAutoCommitTest.testSoftCommitWithinAndHardCommitMaxTimeMixedAdds-seed#[221449B83BEEB73D]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[530 (1604571235235135488)]} 0 3
   [junit4]   2> 248768 INFO  (commitScheduler-601-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 248786 INFO  (commitScheduler-601-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@14ccd14b[collection1] main]
   [junit4]   2> 248788 INFO  (searcherExecutor-597-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@14ccd14b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):c5) Uninverting(_6(8.0.0):c1) Uninverting(_7(8.0.0):c1) Uninverting(_8(8.0.0):c1)))}
   [junit4]   2> 248789 INFO  (commitScheduler-601-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 249468 INFO  (commitScheduler-600-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 249468 INFO  (commitScheduler-600-thread-1) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@39a2b3f2 commitCommandVersion:0
   [junit4]   2> 249470 INFO  (commitScheduler-600-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@441e81e5[collection1] realtime]
   [junit4]   2> 249473 INFO  (commitScheduler-600-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 250470 INFO  (TEST-SoftAutoCommitTest.testSoftCommitWithinAndHardCommitMaxTimeMixedAdds-seed#[221449B83BEEB73D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSoftCommitWithinAndHardCommitMaxTimeMixedAdds
   [junit4]   2> 250473 INFO  (TEST-SoftAutoCommitTest.testSoftCommitWithinAndHardCommitMaxTimeRapidAdds-seed#[221449B83BEEB73D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSoftCommitWithinAndHardCommitMaxTimeRapidAdds
   [junit4]   2> 255478 INFO  (TEST-SoftAutoCommitTest.testSoftCommitWithinAndHardCommitMaxTimeRapidAdds-seed#[221449B83BEEB73D]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5000 (1604571242794319872)]} 0 4
   [junit4]   2> 255487 INFO  (TEST-SoftAutoCommitTest.testSoftCommitWithinAndHardCommitMaxTimeRapidAdds-seed#[221449B83BEEB73D]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5001 (1604571242799562752)]} 0 8
   [junit4]   2> 255489 INFO  (TEST-SoftAutoCommitTest.testSoftCommitWithinAndHardCommitMaxTimeRapidAdds-seed#[221449B83BEEB73D]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5002 (1604571242808999936)]} 0 1
   [junit4]   2> 255490 INFO  (TEST-SoftAutoCommitTest.testSoftCommitWithinAndHardCommitMaxTimeRapidAdds-seed#[221449B83BEEB73D]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5003 (1604571242810048512)]} 0 0
   [junit4]   2> 255491 INFO  (TEST-SoftAutoCommitTest.testSoftCommitWithinAndHardCommitMaxTimeRapidAdds-seed#[221449B83BEEB73D]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5004 (1604571242812145664)]} 0 0
   [junit4]   2> 255492 INFO  (TEST-SoftAutoCommitTest.testSoftCommitWithinAndHardCommitMaxTimeRapidAdds-seed#[221449B83BEEB73D]) [    ] o.a.s.u.SoftAutoCommitTest maxTimeMillis: 30490280156085026ns - 30490280137494046ns == 18ms
   [junit4]   2> 255492 INFO  (TEST-SoftAutoCommitTest.testSoftCommitWithinAndHardCommitMaxTimeRapidAdds-seed#[221449B83BEEB73D]) [    ] o.a.s.u.SoftAutoCommitTest maxExpectedSoft=1
   [junit4]   2> 255492 INFO  (TEST-SoftAutoCommitTest.testSoftCommitWithinAndHardCommitMaxTimeRapidAdds-seed#[221449B83BEEB73D]) [    ] o.a.s.u.SoftAutoCommitTest maxExpectedHard=1
   [junit4]   2> 256007 INFO  (commitScheduler-601-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 256240 INFO  (commitScheduler-601-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@50762b94[collection1] main]
   [junit4]   2> 256243 INFO  (searcherExecutor-597-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@50762b94[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_6(8.0.0):c1) Uninverting(_7(8.0.0):c1) Uninverting(_8(8.0.0):c1) Uninverting(_9(8.0.0):c5)))}
   [junit4]   2> 256247 INFO  (commitScheduler-601-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 256678 INFO  (commitScheduler-600-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 256678 INFO  (commitScheduler-600-thread-1) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@39a2b3f2 commitCommandVersion:0
   [junit4]   2> 256682 INFO  (commitScheduler-600-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@342afcf5[collection1] realtime]
   [junit4]   2> 256683 INFO  (commitScheduler-600-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 262348 INFO  (TEST-SoftAutoCommitTest.testSoftCommitWithinAndHardCommitMaxTimeRapidAdds-seed#[221449B83BEEB73D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSoftCommitWithinAndHardCommitMaxTimeRapidAdds
   [junit4]   2> 262351 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxDocs-seed#[221449B83BEEB73D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSoftAndHardCommitMaxDocs
   [junit4]   2> 270363 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxDocs-seed#[221449B83BEEB73D]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8000 (1604571258402373632)]} 0 7
   [junit4]   2> 270372 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxDocs-seed#[221449B83BEEB73D]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8001 (1604571258414956544)]} 0 8
   [junit4]   2> 270375 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxDocs-seed#[221449B83BEEB73D]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8002 (1604571258418102272)]} 0 2
   [junit4]   2> 270376 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxDocs-seed#[221449B83BEEB73D]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8003 (1604571258420199424)]} 0 0
   [junit4]   2> 270381 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxDocs-seed#[221449B83BEEB73D]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8004 (1604571258424393728)]} 0 0
   [junit4]   2> 270418 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxDocs-seed#[221449B83BEEB73D]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8005 (1604571258463191040)]} 0 36
   [junit4]   2> 270420 INFO  (commitScheduler-601-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 270420 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxDocs-seed#[221449B83BEEB73D]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8006 (1604571258465288192)]} 0 1
   [junit4]   2> 270441 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxDocs-seed#[221449B83BEEB73D]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8007 (1604571258484162560)]} 0 9
   [junit4]   2> 270442 INFO  (commitScheduler-600-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 270488 INFO  (commitScheduler-601-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@ddbb549[collection1] main]
   [junit4]   2> 270492 INFO  (searcherExecutor-597-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@ddbb549[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_6(8.0.0):c1) Uninverting(_7(8.0.0):c1) Uninverting(_8(8.0.0):c1) Uninverting(_9(8.0.0):c5) Uninverting(_a(8.0.0):c7)))}
   [junit4]   2> 270492 INFO  (commitScheduler-600-thread-1) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@39a2b3f2 commitCommandVersion:0
   [junit4]   2> 270492 INFO  (commitScheduler-601-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 270506 INFO  (commitScheduler-600-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@640de64c[collection1] realtime]
   [junit4]   2> 270509 INFO  (commitScheduler-600-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 271507 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxDocs-seed#[221449B83BEEB73D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSoftAndHardCommitMaxDocs
   [junit4]   2> 271511 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[221449B83BEEB73D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSoftAndHardCommitMaxTimeRapidAdds
   [junit4]   2> 276517 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[221449B83BEEB73D]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5000 (1604571264855310336)]} 0 4
   [junit4]   2> 276518 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[221449B83BEEB73D]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5001 (1604571264859504640)]} 0 0
   [junit4]   2> 276519 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[221449B83BEEB73D]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5002 (1604571264861601792)]} 0 0
   [junit4]   2> 276527 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[221449B83BEEB73D]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5003 (1604571264868941824)]} 0 0
   [junit4]   2> 276528 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[221449B83BEEB73D]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5004 (1604571264871038976)]} 0 0
   [junit4]   2> 276529 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[221449B83BEEB73D]) [    ] o.a.s.u.SoftAutoCommitTest maxTimeMillis: 30490301193158957ns - 30490301176440271ns == 16ms
   [junit4]   2> 276529 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[221449B83BEEB73D]) [    ] o.a.s.u.SoftAutoCommitTest maxExpectedSoft=1
   [junit4]   2> 276529 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[221449B83BEEB73D]) [    ] o.a.s.u.SoftAutoCommitTest maxExpectedHard=1
   [junit4]   2> 277017 INFO  (commitScheduler-601-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 277050 INFO  (commitScheduler-601-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1b22621c[collection1] main]
   [junit4]   2> 277051 INFO  (commitScheduler-601-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 277053 INFO  (searcherExecutor-597-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1b22621c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_6(8.0.0):c1) Uninverting(_7(8.0.0):c1) Uninverting(_8(8.0.0):c1) Uninverting(_a(8.0.0):c7) Uninverting(_b(8.0.0):c1) Uninverting(_c(8.0.0):c5)))}
   [junit4]   2> 277717 INFO  (commitScheduler-600-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 277717 INFO  (commitScheduler-600-thread-1) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@39a2b3f2 commitCommandVersion:0
   [junit4]   2> 277722 INFO  (commitScheduler-600-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@522711[collection1] realtime]
   [junit4]   2> 277725 INFO  (commitScheduler-600-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 283152 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[221449B83BEEB73D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSoftAndHardCommitMaxTimeRapidAdds
   [junit4]   2> 283155 INFO  (TEST-SoftAutoCommitTest.testHardCommitWithinAndSoftCommitMaxTimeMixedAdds-seed#[221449B83BEEB73D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testHardCommitWithinAndSoftCommitMaxTimeMixedAdds
   [junit4]   2> 291559 INFO  (TEST-SoftAutoCommitTest.testHardCommitWithinAndSoftCommitMaxTimeMixedAdds-seed#[221449B83BEEB73D]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[529 (1604571280629039104)]} 0 2
   [junit4]   2> 292059 INFO  (commitScheduler-601-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 292153 INFO  (commitScheduler-601-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2b3d9110[collection1] main]
   [junit4]   2> 292156 INFO  (searcherExecutor-597-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2b3d9110[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_6(8.0.0):c1) Uninverting(_8(8.0.0):c1) Uninverting(_a(8.0.0):c7) Uninverting(_b(8.0.0):c1) Uninverting(_c(8.0.0):c5) Uninverting(_d(8.0.0):c1)))}
   [junit4]   2> 292171 INFO  (commitScheduler-601-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 292759 INFO  (commitScheduler-600-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 292759 INFO  (commitScheduler-600-thread-1) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@39a2b3f2 commitCommandVersion:0
   [junit4]   2> 292770 INFO  (TEST-SoftAutoCommitTest.testHardCommitWithinAndSoftCommitMaxTimeMixedAdds-seed#[221449B83BEEB73D]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[530 (1604571281891524608)]} 0 9
   [junit4]   2> 292771 INFO  (commitScheduler-600-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2b3cf9ca[collection1] realtime]
   [junit4]   2> 292772 INFO  (commitScheduler-600-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 293270 INFO  (commitScheduler-601-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 293970 INFO  (commitScheduler-600-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 294141 INFO  (commitScheduler-601-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6161aec6[collection1] main]
   [junit4]   2> 294144 INFO  (searcherExecutor-597-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6161aec6[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_6(8.0.0):c1) Uninverting(_a(8.0.0):c7) Uninverting(_b(8.0.0):c1) Uninverting(_c(8.0.0):c5) Uninverting(_d(8.0.0):c1) Uninverting(_e(8.0.0):c1)))}
   [junit4]   2> 294146 INFO  (commitScheduler-600-thread-1) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@39a2b3f2 commitCommandVersion:0
   [junit4]   2> 294147 INFO  (commitScheduler-600-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2a4b0763[collection1] realtime]
   [junit4]   2> 294148 INFO  (TEST-SoftAutoCommitTest.testHardCommitWithinAndSoftCommitMaxTimeMixedAdds-seed#[221449B83BEEB73D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testHardCommitWithinAndSoftCommitMaxTimeMixedAdds
   [junit4]   2> 294152 INFO  (commitScheduler-600-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SoftAutoCommitTest -Dtests.method=testHardCommitWithinAndSoftCommitMaxTimeMixedAdds -Dtests.seed=221449B83BEEB73D -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt -Dtests.locale=nl-BE -Dtests.timezone=Etc/GMT+10 -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 11.0s J2 | SoftAutoCommitTest.testHardCommitWithinAndSoftCommitMaxTimeMixedAdds <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Tracker reports too many soft commits expected:<1> but was:<2>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([221449B83BEEB73D:E1F395A90AD26040]:0)
   [junit4]    > 	at org.apache.solr.update.SoftAutoCommitTest.doTestSoftAndHardCommitMaxTimeMixedAdds(SoftAutoCommitTest.java:273)
   [junit4]    > 	at org.apache.solr.update.SoftAutoCommitTest.testHardCommitWithinAndSoftCommitMaxTimeMixedAdds(SoftAutoCommitTest.java:174)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 294170 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[221449B83BEEB73D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSoftAndHardCommitMaxTimeMixedAdds
   [junit4]   2> 294177 INFO  (commitScheduler-601-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 301577 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[221449B83BEEB73D]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[529 (1604571291130527744)]} 0 7
   [junit4]   2> 302077 INFO  (commitScheduler-601-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 302189 INFO  (commitScheduler-601-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@7902875d[collection1] main]
   [junit4]   2> 302190 INFO  (commitScheduler-601-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 302192 INFO  (searcherExecutor-597-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7902875d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_6(8.0.0):c1) Uninverting(_a(8.0.0):c7) Uninverting(_b(8.0.0):c1) Uninverting(_c(8.0.0):c5) Uninverting(_e(8.0.0):c1) Uninverting(_f(8.0.0):c1)))}
   [junit4]   2> 302777 INFO  (commitScheduler-600-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 302777 INFO  (commitScheduler-600-thread-1) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@39a2b3f2 commitCommandVersion:0
   [junit4]   2> 302781 INFO  (commitScheduler-600-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@9e0418[collection1] realtime]
   [junit4]   2> 303077 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[221449B83BEEB73D]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[530 (1604571292397207552)]} 0 297
   [junit4]   2> 303080 INFO  (commitScheduler-600-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 303577 INFO  (commitScheduler-601-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 303631 INFO  (commitScheduler-601-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@3c720527[collection1] main]
   [junit4]   2> 303635 INFO  (searcherExecutor-597-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3c720527[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_6(8.0.0):c1) Uninverting(_a(8.0.0):c7) Uninverting(_b(8.0.0):c1) Uninverting(_c(8.0.0):c5) Uninverting(_f(8.0.0):c1) Uninverting(_g(8.0.0):c1)))}
   [junit4]   2> 303636 INFO  (commitScheduler-601-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 304277 INFO  (commitScheduler-600-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 304277 INFO  (commitScheduler-600-thread-1) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@39a2b3f2 commitCommandVersion:0
   [junit4]   2> 304281 INFO  (commitScheduler-600-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4a2a222c[collection1] realtime]
   [junit4]   2> 304294 INFO  (commitScheduler-600-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 305281 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[221449B83BEEB73D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSoftAndHardCommitMaxTimeMixedAdds
   [junit4]   2> 305281 INFO  (SUITE-SoftAutoCommitTest-seed#[221449B83BEEB73D]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 305281 INFO  (SUITE-SoftAutoCommitTest-seed#[221449B83BEEB73D]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=239689303
   [junit4]   2> 305282 INFO  (SUITE-SoftAutoCommitTest-seed#[221449B83BEEB73D]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 305282 INFO  (SUITE-SoftAutoCommitTest-seed#[221449B83BEEB73D]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3ce46880: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@4c11852
   [junit4]   2> 305287 INFO  (SUITE-SoftAutoCommitTest-seed#[221449B83BEEB73D]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 305287 INFO  (SUITE-SoftAutoCommitTest-seed#[221449B83BEEB73D]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@72d7e9a8: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@3630e2f1
   [junit4]   2> 305300 INFO  (SUITE-SoftAutoCommitTest-seed#[221449B83BEEB73D]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 305300 INFO  (SUITE-SoftAutoCommitTest-seed#[221449B83BEEB73D]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@efca438: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@744eb17a
   [junit4]   2> 305308 INFO  (coreCloseExecutor-602-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7af5cc53
   [junit4]   2> 305308 INFO  (coreCloseExecutor-602-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=7af5cc53
   [junit4]   2> 305308 INFO  (coreCloseExecutor-602-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1f0d8a13: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@36f9ec5f
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.update.SoftAutoCommitTest_221449B83BEEB73D-001
   [junit4]   2> Jun 29, 2018 2:13:53 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {multiDefault=Lucene50(blocksize=128), subject=Lucene50(blocksize=128), id=Lucene50(blocksize=128), text=PostingsFormat(name=LuceneVarGapFixedInterval)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Asserting), _version_=DocValuesFormat(name=Lucene70), range_facet_i_dv=DocValuesFormat(name=Lucene70), intDvoDefault=DocValuesFormat(name=Direct), timestamp=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1299, maxMBSortInHeap=7.2165144308939855, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@665a524a), locale=nl-BE, timezone=Etc/GMT+10
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_172 (64-bit)/cpus=4,threads=1,free=263547528,total=477102080
   [junit4]   2> NOTE: All tests run in this JVM: [TestCSVResponseWriter, TestMiniSolrCloudClusterSSL, CircularListTest, SolrTestCaseJ4Test, BadComponentTest, TestSQLHandlerNonCloud, TestHalfAndHalfDocValues, AtomicUpdateProcessorFactoryTest, TestShardHandlerFactory, SoftAutoCommitTest]
   [junit4] Completed [50/820 (1!)] on J2 in 119.54s, 10 tests, 1 failure <<< FAILURES!

[...truncated 53183 lines...]
[asciidoctor:convert] asciidoctor: ERROR: about-this-guide.adoc: line 1: invalid part, must have at least one section (e.g., chapter, appendix, etc.)
[asciidoctor:convert] asciidoctor: ERROR: solr-glossary.adoc: line 1: invalid part, must have at least one section (e.g., chapter, appendix, etc.)
     [java] Processed 2240 links (1790 relative) to 3131 anchors in 247 files
     [echo] Validated Links & Anchors via: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-ref-guide/bare-bones-html/

-documentation-lint:
    [jtidy] Checking for broken html (such as invalid tags)...
   [delete] Deleting directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/jtidy_tmp
     [echo] Checking for broken links...
     [exec] 
     [exec] Crawl/parse...
     [exec] 
     [exec] Verify...
     [echo] Checking for malformed docs...

jar-checksums:

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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

common.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-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

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 62ms :: artifacts dl 11ms
	---------------------------------------------------------------------
	|                  |            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: 392 minutes 50 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-NightlyTests-master - Build # 1573 - Still unstable

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

1 tests failed.
FAILED:  org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_stored_idx

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

Stack Trace:
java.lang.AssertionError: Some docs had errors -- check logs expected:<0> but was:<11>
	at __randomizedtesting.SeedInfo.seed([48BEA0E634891E01:58DF0D1F212B5B2F]: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_stored_idx(TestStressCloudBlindAtomicUpdates.java:241)
	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 13341 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_48BEA0E634891E01-001/init-core-data-001
   [junit4]   2> 535227 WARN  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[48BEA0E634891E01]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=30 numCloses=30
   [junit4]   2> 535228 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[48BEA0E634891E01]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 535229 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[48BEA0E634891E01]-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> 535229 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[48BEA0E634891E01]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 535231 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[48BEA0E634891E01]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 10 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_48BEA0E634891E01-001/tempDir-001
   [junit4]   2> 535232 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[48BEA0E634891E01]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 535232 INFO  (Thread-738) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 535232 INFO  (Thread-738) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 535252 ERROR (Thread-738) [    ] 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> 535332 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[48BEA0E634891E01]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:35781
   [junit4]   2> 535353 INFO  (zkConnectionManagerCallback-261-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 535383 INFO  (jetty-launcher-258-thread-2) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 535384 INFO  (jetty-launcher-258-thread-4) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 535384 INFO  (jetty-launcher-258-thread-3) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 535384 INFO  (jetty-launcher-258-thread-5) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 535385 INFO  (jetty-launcher-258-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 535385 INFO  (jetty-launcher-258-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 535385 INFO  (jetty-launcher-258-thread-6) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 535385 INFO  (jetty-launcher-258-thread-4) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 535398 INFO  (jetty-launcher-258-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@a21b08d{/solr,null,AVAILABLE}
   [junit4]   2> 535398 INFO  (jetty-launcher-258-thread-1) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 535398 INFO  (jetty-launcher-258-thread-7) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 535399 INFO  (jetty-launcher-258-thread-8) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 535400 INFO  (jetty-launcher-258-thread-9) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 535416 INFO  (jetty-launcher-258-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 535416 INFO  (jetty-launcher-258-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 535416 INFO  (jetty-launcher-258-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 535417 INFO  (jetty-launcher-258-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@221b8de9{/solr,null,AVAILABLE}
   [junit4]   2> 535419 INFO  (jetty-launcher-258-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@57aade22{HTTP/1.1,[http/1.1]}{127.0.0.1:35951}
   [junit4]   2> 535419 INFO  (jetty-launcher-258-thread-2) [    ] o.e.j.s.Server Started @535491ms
   [junit4]   2> 535419 INFO  (jetty-launcher-258-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35951}
   [junit4]   2> 535419 INFO  (jetty-launcher-258-thread-9) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 535419 INFO  (jetty-launcher-258-thread-9) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 535419 INFO  (jetty-launcher-258-thread-9) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 535419 ERROR (jetty-launcher-258-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 535419 INFO  (jetty-launcher-258-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 535419 INFO  (jetty-launcher-258-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 535419 INFO  (jetty-launcher-258-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 535419 INFO  (jetty-launcher-258-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 535419 INFO  (jetty-launcher-258-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-28T01:24:43.130Z
   [junit4]   2> 535419 INFO  (jetty-launcher-258-thread-9) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4b3aa200{/solr,null,AVAILABLE}
   [junit4]   2> 535420 INFO  (jetty-launcher-258-thread-9) [    ] o.e.j.s.AbstractConnector Started ServerConnector@13ffa823{HTTP/1.1,[http/1.1]}{127.0.0.1:45916}
   [junit4]   2> 535420 INFO  (jetty-launcher-258-thread-9) [    ] o.e.j.s.Server Started @535492ms
   [junit4]   2> 535420 INFO  (jetty-launcher-258-thread-9) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45916}
   [junit4]   2> 535420 ERROR (jetty-launcher-258-thread-9) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 535420 INFO  (jetty-launcher-258-thread-9) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 535420 INFO  (jetty-launcher-258-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@234972cb{HTTP/1.1,[http/1.1]}{127.0.0.1:38066}
   [junit4]   2> 535420 INFO  (jetty-launcher-258-thread-9) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 535420 INFO  (jetty-launcher-258-thread-9) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 535420 INFO  (jetty-launcher-258-thread-9) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 535420 INFO  (jetty-launcher-258-thread-9) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-28T01:24:43.131Z
   [junit4]   2> 535427 INFO  (jetty-launcher-258-thread-4) [    ] o.e.j.s.Server Started @535492ms
   [junit4]   2> 535427 INFO  (jetty-launcher-258-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38066}
   [junit4]   2> 535427 ERROR (jetty-launcher-258-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 535427 INFO  (jetty-launcher-258-thread-4) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 535427 INFO  (jetty-launcher-258-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 535427 INFO  (jetty-launcher-258-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 535427 INFO  (jetty-launcher-258-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 535427 INFO  (jetty-launcher-258-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-28T01:24:43.138Z
   [junit4]   2> 535452 INFO  (jetty-launcher-258-thread-10) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 535456 INFO  (jetty-launcher-258-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 535456 INFO  (jetty-launcher-258-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 535456 INFO  (jetty-launcher-258-thread-3) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 535468 INFO  (zkConnectionManagerCallback-263-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 535471 INFO  (jetty-launcher-258-thread-7) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 535471 INFO  (jetty-launcher-258-thread-7) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 535471 INFO  (jetty-launcher-258-thread-7) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 535472 INFO  (jetty-launcher-258-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@f660a20{/solr,null,AVAILABLE}
   [junit4]   2> 535472 INFO  (jetty-launcher-258-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 535472 INFO  (jetty-launcher-258-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 535472 INFO  (jetty-launcher-258-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 535472 INFO  (jetty-launcher-258-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1e9e472c{/solr,null,AVAILABLE}
   [junit4]   2> 535473 INFO  (jetty-launcher-258-thread-7) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@493cbd83{/solr,null,AVAILABLE}
   [junit4]   2> 535473 INFO  (jetty-launcher-258-thread-7) [    ] o.e.j.s.AbstractConnector Started ServerConnector@17fea3c9{HTTP/1.1,[http/1.1]}{127.0.0.1:42911}
   [junit4]   2> 535473 INFO  (jetty-launcher-258-thread-7) [    ] o.e.j.s.Server Started @535545ms
   [junit4]   2> 535473 INFO  (jetty-launcher-258-thread-7) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42911}
   [junit4]   2> 535474 ERROR (jetty-launcher-258-thread-7) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 535474 INFO  (jetty-launcher-258-thread-7) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 535474 INFO  (jetty-launcher-258-thread-7) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 535474 INFO  (jetty-launcher-258-thread-7) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 535474 INFO  (jetty-launcher-258-thread-7) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 535474 INFO  (jetty-launcher-258-thread-7) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-28T01:24:43.185Z
   [junit4]   2> 535500 INFO  (jetty-launcher-258-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 535500 INFO  (jetty-launcher-258-thread-8) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 535500 INFO  (jetty-launcher-258-thread-8) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 535500 INFO  (jetty-launcher-258-thread-8) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 535500 INFO  (zkConnectionManagerCallback-265-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 535526 INFO  (jetty-launcher-258-thread-8) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1b0774f9{/solr,null,AVAILABLE}
   [junit4]   2> 535533 INFO  (zkConnectionManagerCallback-267-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 535536 INFO  (jetty-launcher-258-thread-6) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 535536 INFO  (jetty-launcher-258-thread-6) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 535536 INFO  (jetty-launcher-258-thread-6) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 535536 INFO  (jetty-launcher-258-thread-6) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@75551f95{/solr,null,AVAILABLE}
   [junit4]   2> 535537 INFO  (jetty-launcher-258-thread-6) [    ] o.e.j.s.AbstractConnector Started ServerConnector@21dc11c7{HTTP/1.1,[http/1.1]}{127.0.0.1:40343}
   [junit4]   2> 535537 INFO  (jetty-launcher-258-thread-6) [    ] o.e.j.s.Server Started @535609ms
   [junit4]   2> 535537 INFO  (jetty-launcher-258-thread-6) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40343}
   [junit4]   2> 535537 INFO  (jetty-launcher-258-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6e6c5f9d{HTTP/1.1,[http/1.1]}{127.0.0.1:38657}
   [junit4]   2> 535537 INFO  (jetty-launcher-258-thread-3) [    ] o.e.j.s.Server Started @535609ms
   [junit4]   2> 535537 INFO  (jetty-launcher-258-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38657}
   [junit4]   2> 535537 ERROR (jetty-launcher-258-thread-6) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 535537 INFO  (jetty-launcher-258-thread-6) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 535537 INFO  (jetty-launcher-258-thread-6) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 535537 ERROR (jetty-launcher-258-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 535537 INFO  (jetty-launcher-258-thread-6) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 535537 INFO  (jetty-launcher-258-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 535537 INFO  (jetty-launcher-258-thread-6) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 535537 INFO  (jetty-launcher-258-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 535537 INFO  (jetty-launcher-258-thread-6) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-28T01:24:43.248Z
   [junit4]   2> 535537 INFO  (jetty-launcher-258-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 535537 INFO  (jetty-launcher-258-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 535537 INFO  (jetty-launcher-258-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-28T01:24:43.248Z
   [junit4]   2> 535557 INFO  (jetty-launcher-258-thread-8) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5c1da1a8{HTTP/1.1,[http/1.1]}{127.0.0.1:44157}
   [junit4]   2> 535557 INFO  (jetty-launcher-258-thread-8) [    ] o.e.j.s.Server Started @535629ms
   [junit4]   2> 535557 INFO  (jetty-launcher-258-thread-8) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44157}
   [junit4]   2> 535557 ERROR (jetty-launcher-258-thread-8) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 535557 INFO  (jetty-launcher-258-thread-8) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 535557 INFO  (jetty-launcher-258-thread-8) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 535557 INFO  (jetty-launcher-258-thread-8) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 535557 INFO  (jetty-launcher-258-thread-8) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 535557 INFO  (jetty-launcher-258-thread-8) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-28T01:24:43.268Z
   [junit4]   2> 535558 INFO  (zkConnectionManagerCallback-269-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 535573 INFO  (jetty-launcher-258-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6f05cda6{HTTP/1.1,[http/1.1]}{127.0.0.1:40838}
   [junit4]   2> 535573 INFO  (jetty-launcher-258-thread-1) [    ] o.e.j.s.Server Started @535645ms
   [junit4]   2> 535573 INFO  (jetty-launcher-258-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40838}
   [junit4]   2> 535574 ERROR (jetty-launcher-258-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 535574 INFO  (jetty-launcher-258-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 535574 INFO  (jetty-launcher-258-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 535574 INFO  (jetty-launcher-258-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 535574 INFO  (jetty-launcher-258-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 535574 INFO  (jetty-launcher-258-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-28T01:24:43.285Z
   [junit4]   2> 535574 INFO  (jetty-launcher-258-thread-9) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 535575 INFO  (zkConnectionManagerCallback-275-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 535614 INFO  (zkConnectionManagerCallback-271-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 535615 INFO  (jetty-launcher-258-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 535634 INFO  (jetty-launcher-258-thread-10) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 535634 INFO  (jetty-launcher-258-thread-10) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 535634 INFO  (jetty-launcher-258-thread-10) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 535635 INFO  (jetty-launcher-258-thread-10) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@9cb319f{/solr,null,AVAILABLE}
   [junit4]   2> 535635 INFO  (jetty-launcher-258-thread-10) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1d1d240f{HTTP/1.1,[http/1.1]}{127.0.0.1:39940}
   [junit4]   2> 535635 INFO  (jetty-launcher-258-thread-10) [    ] o.e.j.s.Server Started @535707ms
   [junit4]   2> 535635 INFO  (jetty-launcher-258-thread-10) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39940}
   [junit4]   2> 535636 ERROR (jetty-launcher-258-thread-10) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 535636 INFO  (jetty-launcher-258-thread-10) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 535636 INFO  (jetty-launcher-258-thread-7) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 535657 INFO  (jetty-launcher-258-thread-10) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 535658 INFO  (jetty-launcher-258-thread-10) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 535658 INFO  (jetty-launcher-258-thread-10) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 535740 INFO  (jetty-launcher-258-thread-10) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-28T01:24:43.451Z
   [junit4]   2> 535740 INFO  (jetty-launcher-258-thread-8) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 535760 INFO  (jetty-launcher-258-thread-6) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 535756 INFO  (jetty-launcher-258-thread-5) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 535767 INFO  (jetty-launcher-258-thread-5) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 535767 INFO  (jetty-launcher-258-thread-5) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 535792 INFO  (zkConnectionManagerCallback-273-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 535915 INFO  (jetty-launcher-258-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5f1e8748{/solr,null,AVAILABLE}
   [junit4]   2> 535915 INFO  (jetty-launcher-258-thread-5) [    ] o.e.j.s.AbstractConnector Started ServerConnector@678f33aa{HTTP/1.1,[http/1.1]}{127.0.0.1:44610}
   [junit4]   2> 535915 INFO  (jetty-launcher-258-thread-5) [    ] o.e.j.s.Server Started @535987ms
   [junit4]   2> 535915 INFO  (zkConnectionManagerCallback-277-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 535915 INFO  (jetty-launcher-258-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44610}
   [junit4]   2> 535916 ERROR (jetty-launcher-258-thread-5) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 535916 INFO  (jetty-launcher-258-thread-5) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 535916 INFO  (jetty-launcher-258-thread-5) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 535916 INFO  (jetty-launcher-258-thread-5) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 535916 INFO  (jetty-launcher-258-thread-5) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 535916 INFO  (jetty-launcher-258-thread-5) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-28T01:24:43.627Z
   [junit4]   2> 536140 INFO  (jetty-launcher-258-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 536189 INFO  (zkConnectionManagerCallback-281-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 536210 INFO  (jetty-launcher-258-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 536275 INFO  (zkConnectionManagerCallback-279-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 536295 INFO  (jetty-launcher-258-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 536510 INFO  (jetty-launcher-258-thread-10) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 537023 INFO  (jetty-launcher-258-thread-7) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35781/solr
   [junit4]   2> 537169 INFO  (zkConnectionManagerCallback-285-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 537584 INFO  (jetty-launcher-258-thread-8) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35781/solr
   [junit4]   2> 537713 INFO  (zkConnectionManagerCallback-287-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 537736 INFO  (jetty-launcher-258-thread-9) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35781/solr
   [junit4]   2> 537798 INFO  (zkConnectionManagerCallback-291-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 537849 INFO  (jetty-launcher-258-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35781/solr
   [junit4]   2> 537961 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 0x102e8409fa9000c, likely client has closed socket
   [junit4]   2> 538047 INFO  (zkConnectionManagerCallback-295-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 538095 INFO  (zkConnectionManagerCallback-299-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 538163 INFO  (jetty-launcher-258-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35781/solr
   [junit4]   2> 538335 INFO  (jetty-launcher-258-thread-10) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35781/solr
   [junit4]   2> 538346 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 0x102e8409fa9000f, likely client has closed socket
   [junit4]   2> 538505 INFO  (zkConnectionManagerCallback-301-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 538602 INFO  (zkConnectionManagerCallback-305-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 538607 INFO  (jetty-launcher-258-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35781/solr
   [junit4]   2> 538645 INFO  (jetty-launcher-258-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35781/solr
   [junit4]   2> 538744 INFO  (zkConnectionManagerCallback-313-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 538748 INFO  (jetty-launcher-258-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35781/solr
   [junit4]   2> 538770 INFO  (zkConnectionManagerCallback-311-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 538770 INFO  (zkConnectionManagerCallback-323-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 538785 INFO  (zkConnectionManagerCallback-316-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 538814 INFO  (zkConnectionManagerCallback-319-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 538815 INFO  (zkConnectionManagerCallback-327-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 538838 INFO  (zkConnectionManagerCallback-329-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 538838 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 0x102e8409fa90013, likely client has closed socket
   [junit4]   2> 538840 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 0x102e8409fa90016, likely client has closed socket
   [junit4]   2> 538840 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 0x102e8409fa90015, likely client has closed socket
   [junit4]   2> 538915 INFO  (zkConnectionManagerCallback-334-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 538957 INFO  (jetty-launcher-258-thread-8) [n:127.0.0.1:44157_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 538958 INFO  (jetty-launcher-258-thread-8) [n:127.0.0.1:44157_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44157_solr
   [junit4]   2> 538977 INFO  (jetty-launcher-258-thread-8) [n:127.0.0.1:44157_solr    ] o.a.s.c.Overseer Overseer (id=72875908245553168-127.0.0.1:44157_solr-n_0000000000) starting
   [junit4]   2> 538993 INFO  (jetty-launcher-258-thread-2) [n:127.0.0.1:35951_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 538993 INFO  (jetty-launcher-258-thread-1) [n:127.0.0.1:40838_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 538995 INFO  (jetty-launcher-258-thread-2) [n:127.0.0.1:35951_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35951_solr
   [junit4]   2> 538995 INFO  (jetty-launcher-258-thread-1) [n:127.0.0.1:40838_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40838_solr
   [junit4]   2> 539045 INFO  (zkConnectionManagerCallback-337-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 539095 INFO  (zkConnectionManagerCallback-335-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 539324 INFO  (zkConnectionManagerCallback-339-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 539382 INFO  (zkCallback-328-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 539512 INFO  (jetty-launcher-258-thread-6) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35781/solr
   [junit4]   2> 539622 INFO  (zkCallback-300-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 539622 INFO  (zkCallback-315-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 539638 INFO  (jetty-launcher-258-thread-9) [n:127.0.0.1:45916_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 539654 INFO  (zkConnectionManagerCallback-350-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 539654 INFO  (zkConnectionManagerCallback-355-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 539655 INFO  (zkConnectionManagerCallback-359-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 539745 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 0x102e8409fa9001f, likely client has closed socket
   [junit4]   2> 539762 INFO  (jetty-launcher-258-thread-1) [n:127.0.0.1:40838_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 539765 INFO  (jetty-launcher-258-thread-2) [n:127.0.0.1:35951_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 539776 INFO  (zkConnectionManagerCallback-365-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 539777 INFO  (jetty-launcher-258-thread-3) [n:127.0.0.1:38657_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 539778 INFO  (jetty-launcher-258-thread-1) [n:127.0.0.1:40838_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35781/solr ready
   [junit4]   2> 539778 INFO  (jetty-launcher-258-thread-9) [n:127.0.0.1:45916_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 539778 INFO  (jetty-launcher-258-thread-1) [n:127.0.0.1:40838_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 539800 INFO  (jetty-launcher-258-thread-4) [n:127.0.0.1:38066_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 539821 INFO  (zkConnectionManagerCallback-372-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 539822 INFO  (jetty-launcher-258-thread-10) [n:127.0.0.1:39940_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 539823 INFO  (jetty-launcher-258-thread-4) [n:127.0.0.1:38066_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 539823 INFO  (jetty-launcher-258-thread-8) [n:127.0.0.1:44157_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 539833 INFO  (jetty-launcher-258-thread-2) [n:127.0.0.1:35951_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35781/solr ready
   [junit4]   2> 539841 INFO  (jetty-launcher-258-thread-2) [n:127.0.0.1:35951_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 539922 INFO  (jetty-launcher-258-thread-8) [n:127.0.0.1:44157_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35781/solr ready
   [junit4]   2> 539925 INFO  (jetty-launcher-258-thread-9) [n:127.0.0.1:45916_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 539925 INFO  (jetty-launcher-258-thread-9) [n:127.0.0.1:45916_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45916_solr
   [junit4]   2> 539988 INFO  (jetty-launcher-258-thread-4) [n:127.0.0.1:38066_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 539988 INFO  (jetty-launcher-258-thread-4) [n:127.0.0.1:38066_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38066_solr
   [junit4]   2> 540003 INFO  (jetty-launcher-258-thread-3) [n:127.0.0.1:38657_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 540060 INFO  (jetty-launcher-258-thread-3) [n:127.0.0.1:38657_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 540060 INFO  (jetty-launcher-258-thread-3) [n:127.0.0.1:38657_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38657_solr
   [junit4]   2> 540061 INFO  (zkCallback-328-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 540068 INFO  (jetty-launcher-258-thread-10) [n:127.0.0.1:39940_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 540099 INFO  (zkCallback-315-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 540117 INFO  (jetty-launcher-258-thread-6) [n:127.0.0.1:40343_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 540117 INFO  (jetty-launcher-258-thread-2) [n:127.0.0.1:35951_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35951.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b5e68b8
   [junit4]   2> 540118 INFO  (OverseerStateUpdate-72875908245553168-127.0.0.1:44157_solr-n_0000000000) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 540118 INFO  (zkCallback-328-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (5)
   [junit4]   2> 540119 INFO  (jetty-launcher-258-thread-1) [n:127.0.0.1:40838_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40838.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b5e68b8
   [junit4]   2> 540154 INFO  (zkCallback-315-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (5)
   [junit4]   2> 540208 INFO  (zkCallback-312-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 540208 INFO  (zkCallback-349-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 540208 INFO  (zkCallback-336-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (5)
   [junit4]   2> 540209 INFO  (zkCallback-333-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (5)
   [junit4]   2> 540209 INFO  (zkCallback-371-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (5)
   [junit4]   2> 540228 INFO  (zkCallback-354-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (5)
   [junit4]   2> 540228 INFO  (jetty-launcher-258-thread-8) [n:127.0.0.1:44157_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 540228 INFO  (jetty-launcher-258-thread-8) [n:127.0.0.1:44157_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44157_solr
   [junit4]   2> 540228 INFO  (zkCallback-332-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (5)
   [junit4]   2> 540228 INFO  (zkCallback-300-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (5)
   [junit4]   2> 540230 INFO  (jetty-launcher-258-thread-1) [n:127.0.0.1:40838_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40838.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b5e68b8
   [junit4]   2> 540263 INFO  (jetty-launcher-258-thread-1) [n:127.0.0.1:40838_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40838.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b5e68b8
   [junit4]   2> 540353 INFO  (zkCallback-312-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (5)
   [junit4]   2> 540328 INFO  (jetty-launcher-258-thread-5) [n:127.0.0.1:44610_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 540402 INFO  (jetty-launcher-258-thread-1) [n:127.0.0.1:40838_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_48BEA0E634891E01-001/tempDir-001/node1/.
   [junit4]   2> 540411 INFO  (zkCallback-349-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 540418 INFO  (zkCallback-364-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (5)
   [junit4]   2> 540510 INFO  (jetty-launcher-258-thread-2) [n:127.0.0.1:35951_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35951.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b5e68b8
   [junit4]   2> 540510 INFO  (jetty-launcher-258-thread-2) [n:127.0.0.1:35951_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35951.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b5e68b8
   [junit4]   2> 540549 INFO  (jetty-launcher-258-thread-2) [n:127.0.0.1:35951_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_48BEA0E634891E01-001/tempDir-001/node2/.
   [junit4]   2> 540577 INFO  (zkConnectionManagerCallback-384-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 540596 INFO  (zkCallback-333-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 540596 INFO  (zkCallback-354-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 540596 INFO  (zkCallback-336-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 540596 INFO  (zkCallback-332-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 540600 INFO  (zkCallback-371-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 540600 INFO  (zkCallback-315-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 540600 INFO  (zkCallback-300-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 540600 INFO  (zkCallback-349-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 540601 INFO  (zkCallback-328-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 540601 INFO  (zkCallback-312-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 540602 INFO  (zkCallback-364-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 540637 INFO  (jetty-launcher-258-thread-6) [n:127.0.0.1:40343_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 540669 INFO  (jetty-launcher-258-thread-8) [n:127.0.0.1:44157_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 540769 INFO  (jetty-launcher-258-thread-10) [n:127.0.0.1:39940_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 540769 INFO  (jetty-launcher-258-thread-10) [n:127.0.0.1:39940_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39940_solr
   [junit4]   2> 540779 INFO  (zkConnectionManagerCallback-388-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 540796 INFO  (jetty-launcher-258-thread-4) [n:127.0.0.1:38066_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (6)
   [junit4]   2> 540803 INFO  (zkCallback-338-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 540832 INFO  (zkCallback-336-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
   [junit4]   2> 540832 INFO  (zkCallback-371-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
   [junit4]   2> 540832 INFO  (zkCallback-333-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
   [junit4]   2> 540832 INFO  (zkCallback-354-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
   [junit4]   2> 540853 INFO  (zkCallback-315-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
   [junit4]   2> 540987 INFO  (zkCallback-312-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
   [junit4]   2> 540987 INFO  (zkCallback-332-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
   [junit4]   2> 540999 INFO  (zkConnectionManagerCallback-394-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 541003 INFO  (jetty-launcher-258-thread-4) [n:127.0.0.1:38066_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35781/solr ready
   [junit4]   2> 541004 INFO  (zkCallback-328-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
   [junit4]   2> 541004 INFO  (zkCallback-383-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
   [junit4]   2> 541015 INFO  (zkCallback-349-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
   [junit4]   2> 541015 INFO  (jetty-launcher-258-thread-4) [n:127.0.0.1:38066_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 541023 INFO  (zkCallback-300-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
   [junit4]   2> 541023 INFO  (jetty-launcher-258-thread-5) [n:127.0.0.1:44610_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 541023 INFO  (zkCallback-364-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
   [junit4]   2> 541031 INFO  (zkCallback-338-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
   [junit4]   2> 541060 INFO  (jetty-launcher-258-thread-9) [n:127.0.0.1:45916_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (7)
   [junit4]   2> 541096 INFO  (jetty-launcher-258-thread-6) [n:127.0.0.1:40343_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 541096 INFO  (jetty-launcher-258-thread-6) [n:127.0.0.1:40343_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40343_solr
   [junit4]   2> 541108 INFO  (jetty-launcher-258-thread-3) [n:127.0.0.1:38657_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (7)
   [junit4]   2> 541133 INFO  (jetty-launcher-258-thread-9) [n:127.0.0.1:45916_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35781/solr ready
   [junit4]   2> 541138 INFO  (zkCallback-300-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
   [junit4]   2> 541138 INFO  (zkCallback-328-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
   [junit4]   2> 541138 INFO  (jetty-launcher-258-thread-9) [n:127.0.0.1:45916_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 541141 INFO  (zkCallback-371-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
   [junit4]   2> 541141 INFO  (zkCallback-315-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
   [junit4]   2> 541145 INFO  (zkCallback-333-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
   [junit4]   2> 541145 INFO  (zkCallback-336-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
   [junit4]   2> 541145 INFO  (zkCallback-354-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
   [junit4]   2> 541158 INFO  (zkCallback-383-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
   [junit4]   2> 541158 INFO  (zkCallback-364-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
   [junit4]   2> 541163 INFO  (jetty-launcher-258-thread-4) [n:127.0.0.1:38066_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38066.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b5e68b8
   [junit4]   2> 541170 INFO  (zkCallback-349-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
   [junit4]   2> 541170 INFO  (zkCallback-332-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
   [junit4]   2> 541170 INFO  (zkCallback-312-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
   [junit4]   2> 541170 INFO  (zkCallback-338-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
   [junit4]   2> 541178 INFO  (zkConnectionManagerCallback-400-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 541205 INFO  (jetty-launcher-258-thread-4) [n:127.0.0.1:38066_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38066.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b5e68b8
   [junit4]   2> 541205 INFO  (jetty-launcher-258-thread-4) [n:127.0.0.1:38066_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38066.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b5e68b8
   [junit4]   2> 541208 INFO  (jetty-launcher-258-thread-8) [n:127.0.0.1:44157_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44157.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b5e68b8
   [junit4]   2> 541243 INFO  (jetty-launcher-258-thread-4) [n:127.0.0.1:38066_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_48BEA0E634891E01-001/tempDir-001/node4/.
   [junit4]   2> 541274 INFO  (zkCallback-387-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
   [junit4]   2> 541274 INFO  (jetty-launcher-258-thread-3) [n:127.0.0.1:38657_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35781/solr ready
   [junit4]   2> 541276 INFO  (zkCallback-393-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
   [junit4]   2> 541295 INFO  (jetty-launcher-258-thread-3) [n:127.0.0.1:38657_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 541332 INFO  (jetty-launcher-258-thread-5) [n:127.0.0.1:44610_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 541332 INFO  (jetty-launcher-258-thread-5) [n:127.0.0.1:44610_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44610_solr
   [junit4]   2> 541478 INFO  (zkCallback-338-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 541478 INFO  (zkCallback-349-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 541478 INFO  (zkCallback-364-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 541478 INFO  (zkCallback-312-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 541478 INFO  (zkCallback-354-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 541478 INFO  (zkCallback-332-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 541478 INFO  (zkCallback-336-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 541486 INFO  (zkCallback-328-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 541490 INFO  (zkCallback-371-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 541490 INFO  (zkCallback-383-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 541490 INFO  (zkCallback-315-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 541494 INFO  (zkCallback-333-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 541495 INFO  (jetty-launcher-258-thread-10) [n:127.0.0.1:39940_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (9)
   [junit4]   2> 541496 INFO  (jetty-launcher-258-thread-10) [n:127.0.0.1:39940_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35781/solr ready
   [junit4]   2> 541532 INFO  (zkCallback-300-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 541555 INFO  (jetty-launcher-258-thread-7) [n:127.0.0.1:42911_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (9)
   [junit4]   2> 541567 INFO  (jetty-launcher-258-thread-10) [n:127.0.0.1:39940_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 541578 INFO  (jetty-launcher-258-thread-8) [n:127.0.0.1:44157_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44157.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b5e68b8
   [junit4]   2> 541578 INFO  (jetty-launcher-258-thread-8) [n:127.0.0.1:44157_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44157.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b5e68b8
   [junit4]   2> 541604 INFO  (zkCallback-387-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 541605 INFO  (zkCallback-393-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 541624 INFO  (jetty-launcher-258-thread-7) [n:127.0.0.1:42911_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 541627 INFO  (jetty-launcher-258-thread-7) [n:127.0.0.1:42911_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 541627 INFO  (jetty-launcher-258-thread-7) [n:127.0.0.1:42911_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42911_solr
   [junit4]   2> 541634 INFO  (jetty-launcher-258-thread-8) [n:127.0.0.1:44157_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_48BEA0E634891E01-001/tempDir-001/node8/.
   [junit4]   2> 541641 INFO  (zkConnectionManagerCallback-407-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 541669 INFO  (zkCallback-328-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 541669 INFO  (zkCallback-315-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 541669 INFO  (zkCallback-371-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 541669 INFO  (zkCallback-383-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 541700 INFO  (zkCallback-349-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 541700 INFO  (zkCallback-333-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 541700 INFO  (zkCallback-338-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 541700 INFO  (zkCallback-336-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 541700 INFO  (zkCallback-332-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 541700 INFO  (zkCallback-364-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 541700 INFO  (zkCallback-300-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 541700 INFO  (zkCallback-354-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 541700 INFO  (zkCallback-387-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 541700 INFO  (zkCallback-393-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 541718 INFO  (zkCallback-286-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 541719 INFO  (zkCallback-312-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 541721 INFO  (jetty-launcher-258-thread-6) [n:127.0.0.1:40343_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (10)
   [junit4]   2> 541730 INFO  (jetty-launcher-258-thread-6) [n:127.0.0.1:40343_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35781/solr ready
   [junit4]   2> 541731 INFO  (zkConnectionManagerCallback-413-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 541758 INFO  (zkCallback-399-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 541759 INFO  (jetty-launcher-258-thread-6) [n:127.0.0.1:40343_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 541849 INFO  (jetty-launcher-258-thread-9) [n:127.0.0.1:45916_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45916.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b5e68b8
   [junit4]   2> 541933 INFO  (jetty-launcher-258-thread-3) [n:127.0.0.1:38657_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38657.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b5e68b8
   [junit4]   2> 542038 INFO  (zkConnectionManagerCallback-419-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 542050 INFO  (jetty-launcher-258-thread-5) [n:127.0.0.1:44610_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (10)
   [junit4]   2> 542054 INFO  (jetty-launcher-258-thread-3) [n:127.0.0.1:38657_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38657.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b5e68b8
   [junit4]   2> 542054 INFO  (jetty-launcher-258-thread-3) [n:127.0.0.1:38657_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38657.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b5e68b8
   [junit4]   2> 542069 INFO  (jetty-launcher-258-thread-10) [n:127.0.0.1:39940_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39940.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b5e68b8
   [junit4]   2> 542105 INFO  (jetty-launcher-258-thread-6) [n:127.0.0.1:40343_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40343.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b5e68b8
   [junit4]   2> 542108 INFO  (jetty-launcher-258-thread-3) [n:127.0.0.1:38657_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_48BEA0E634891E01-001/tempDir-001/node3/.
   [junit4]   2> 542134 INFO  (jetty-launcher-258-thread-7) [n:127.0.0.1:42911_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (10)
   [junit4]   2> 542135 INFO  (jetty-launcher-258-thread-7) [n:127.0.0.1:42911_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35781/solr ready
   [junit4]   2> 542152 INFO  (jetty-launcher-258-thread-7) [n:127.0.0.1:42911_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 542158 INFO  (jetty-launcher-258-thread-9) [n:127.0.0.1:45916_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45916.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b5e68b8
   [junit4]   2> 542159 INFO  (jetty-launcher-258-thread-9) [n:127.0.0.1:45916_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45916.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b5e68b8
   [junit4]   2> 542160 INFO  (jetty-launcher-258-thread-5) [n:127.0.0.1:44610_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35781/solr ready
   [junit4]   2> 542178 INFO  (jetty-launcher-258-thread-9) [n:127.0.0.1:45916_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_48BEA0E634891E01-001/tempDir-001/node9/.
   [junit4]   2> 542196 INFO  (jetty-launcher-258-thread-5) [n:127.0.0.1:44610_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 542974 INFO  (jetty-launcher-258-thread-6) [n:127.0.0.1:40343_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40343.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b5e68b8
   [junit4]   2> 542974 INFO  (jetty-launcher-258-thread-6) [n:127.0.0.1:40343_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40343.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b5e68b8
   [junit4]   2> 543012 INFO  (jetty-launcher-258-thread-6) [n:127.0.0.1:40343_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_48BEA0E634891E01-001/tempDir-001/node6/.
   [junit4]   2> 543177 INFO  (jetty-launcher-258-thread-7) [n:127.0.0.1:42911_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42911.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b5e68b8
   [junit4]   2> 543230 INFO  (jetty-launcher-258-thread-10) [n:127.0.0.1:39940_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39940.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b5e68b8
   [junit4]   2> 543230 INFO  (jetty-launcher-258-thread-10) [n:127.0.0.1:39940_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39940.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b5e68b8
   [junit4]   2> 543231 INFO  (jetty-launcher-258-thread-10) [n:127.0.0.1:39940_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_48BEA0E634891E01-001/tempDir-001/node10/.
   [junit4]   2> 543256 INFO  (jetty-launcher-258-thread-5) [n:127.0.0.1:44610_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44610.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b5e68b8
   [junit4]   2> 543267 INFO  (jetty-launcher-258-thread-7) [n:127.0.0.1:42911_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42911.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b5e68b8
   [junit4]   2> 543267 INFO  (jetty-launcher-258-thread-7) [n:127.0.0.1:42911_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42911.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b5e68b8
   [junit4]   2> 543268 INFO  (jetty-launcher-258-thread-7) [n:127.0.0.1:42911_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_48BEA0E634891E01-001/tempDir-001/node7/.
   [junit4]   2> 543328 INFO  (jetty-launcher-258-thread-5) [n:127.0.0.1:44610_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44610.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b5e68b8
   [junit4]   2> 543328 INFO  (jetty-launcher-258-thread-5) [n:127.0.0.1:44610_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44610.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b5e68b8
   [junit4]   2> 543329 INFO  (jetty-launcher-258-thread-5) [n:127.0.0.1:44610_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_48BEA0E634891E01-001/tempDir-001/node5/.
   [junit4]   2> 545462 INFO  (zkConnectionManagerCallback-423-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 545543 INFO  (zkConnectionManagerCallback-428-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 545544 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[48BEA0E634891E01]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (10)
   [junit4]   2> 545545 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[48BEA0E634891E01]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35781/solr ready
   [junit4]   2> 547264 INFO  (qtp487017806-1888) [n:127.0.0.1:42911_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=5&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 547300 INFO  (OverseerThreadFactory-911-thread-1) [    ] o.a.s.c.a.c.CreateCollectionCmd Create collection test_col
   [junit4]   2> 547538 INFO  (OverseerStateUpdate-72875908245553168-127.0.0.1:44157_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:44157/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 547562 INFO  (OverseerStateUpdate-72875908245553168-127.0.0.1:44157_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_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:40343/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 547565 INFO  (OverseerStateUpdate-72875908245553168-127.0.0.1:44157_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:44610/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 547589 INFO  (OverseerStateUpdate-72875908245553168-127.0.0.1:44157_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_n7",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:38066/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 547630 INFO  (OverseerStateUpdate-72875908245553168-127.0.0.1:44157_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"test_col_shard3_replica_n9",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:40838/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 547649 INFO  (OverseerStateUpdate-72875908245553168-127.0.0.1:44157_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"test_col_shard3_replica_n11",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:38657/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 547666 INFO  (OverseerStateUpdate-72875908245553168-127.0.0.1:44157_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard4",
   [junit4]   2>   "core":"test_col_shard4_replica_n13",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:35951/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 547686 INFO  (OverseerStateUpdate-72875908245553168-127.0.0.1:44157_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard4",
   [junit4]   2>   "core":"test_col_shard4_replica_n15",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:42911/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 547697 INFO  (OverseerStateUpdate-72875908245553168-127.0.0.1:44157_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard5",
   [junit4]   2>   "core":"test_col_shard5_replica_n16",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:45916/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 547713 INFO  (OverseerStateUpdate-72875908245553168-127.0.0.1:44157_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard5",
   [junit4]   2>   "core":"test_col_shard5_replica_n18",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:39940/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 547933 INFO  (qtp2005047731-1914) [n:127.0.0.1:44157_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_node2&name=test_col_shard1_replica_n1&action=CREATE&numShards=5&shard=shard1&wt=javabin
   [junit4]   2> 547968 INFO  (qtp1798581410-1906) [n:127.0.0.1:40343_solr    x:test_col_shard1_replica_n3] 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_n3&action=CREATE&numShards=5&shard=shard1&wt=javabin
   [junit4]   2> 547977 INFO  (qtp1373148209-1902) [n:127.0.0.1:40838_solr    x:test_col_shard3_replica_n9] 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_node10&name=test_col_shard3_replica_n9&action=CREATE&numShards=5&shard=shard3&wt=javabin
   [junit4]   2> 547977 INFO  (qtp1373148209-1902) [n:127.0.0.1:40838_solr    x:test_col_shard3_replica_n9] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 548019 INFO  (qtp798538110-1836) [n:127.0.0.1:38066_solr    x:test_col_shard2_replica_n7] 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_n7&action=CREATE&numShards=5&shard=shard2&wt=javabin
   [junit4]   2> 548022 INFO  (qtp487017806-1848) [n:127.0.0.1:42911_solr    x:test_col_shard4_replica_n15] 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_node17&name=test_col_shard4_replica_n15&action=CREATE&numShards=5&shard=shard4&wt=javabin
   [junit4]   2> 548022 INFO  (qtp1932744681-1858) [n:127.0.0.1:35951_solr    x:test_col_shard4_replica_n13] 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_node14&name=test_col_shard4_replica_n13&action=CREATE&numShards=5&shard=shard4&wt=javabin
   [junit4]   2> 548022 INFO  (qtp1932744681-1858) [n:127.0.0.1:35951_solr    x:test_col_shard4_replica_n13] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 548025 INFO  (qtp1775603244-1941) [n:127.0.0.1:39940_solr    x:test_col_shard5_replica_n18] 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_node20&name=test_col_shard5_replica_n18&action=CREATE&numShards=5&shard=shard5&wt=javabin
   [junit4]   2> 548034 INFO  (qtp1653344462-1921) [n:127.0.0.1:44610_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_node6&name=test_col_shard2_replica_n4&action=CREATE&numShards=5&shard=shard2&wt=javabin
   [junit4]   2> 548035 INFO  (qtp1564312117-1867) [n:127.0.0.1:45916_solr    x:test_col_shard5_replica_n16] 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_node19&name=test_col_shard5_replica_n16&action=CREATE&numShards=5&shard=shard5&wt=javabin
   [junit4]   2> 548036 INFO  (qtp1052603553-1881) [n:127.0.0.1:38657_solr    x:test_col_shard3_replica_n11] 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_node12&name=test_col_shard3_replica_n11&action=CREATE&numShards=5&shard=shard3&wt=javabin
   [junit4]   2> 549007 INFO  (qtp1798581410-1906) [n:127.0.0.1:40343_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 549042 INFO  (qtp1798581410-1906) [n:127.0.0.1:40343_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n3] o.a.s.s.IndexSchema [test_col_shard1_replica_n3] Schema name=minimal-atomic-stress
   [junit4]   2> 549062 WARN  (qtp1798581410-1906) [n:127.0.0.1:40343_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_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> 549064 INFO  (qtp1798581410-1906) [n:127.0.0.1:40343_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n3] o.a.s.s.IndexSchema Loaded schema minimal-atomic-stress/1.6 with uniqueid field id
   [junit4]   2> 549064 INFO  (qtp1798581410-1906) [n:127.0.0.1:40343_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n3] o.a.s.c.CoreContainer Creating SolrCore 'test_col_shard1_replica_n3' using configuration from collection test_col, trusted=true
   [junit4]   2> 549068 INFO  (qtp2005047731-1914) [n:127.0.0.1:44157_solr c:test_col s:shard1 r:core_node2 x:test_col_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 549090 INFO  (qtp1798581410-1906) [n:127.0.0.1:40343_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40343.solr.core.test_col.shard1.replica_n3' (registry 'solr.core.test_col.shard1.replica_n3') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b5e68b8
   [junit4]   2> 549090 INFO  (qtp1798581410-1906) [n:127.0.0.1:40343_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 549090 INFO  (qtp1798581410-1906) [n:127.0.0.1:40343_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n3] o.a.s.c.SolrCore [[test_col_shard1_replica_n3] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_48BEA0E634891E01-001/tempDir-001/node6/test_col_shard1_replica_n3], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_48BEA0E634891E01-001/tempDir-001/node6/./test_col_shard1_replica_n3/data/]
   [junit4]   2> 549093 INFO  (qtp1798581410-1906) [n:127.0.0.1:40343_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=17, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=36.2587890625, floorSegmentMB=1.51171875, forceMergeDeletesPctAllowed=6.485650506621054, segmentsPerTier=29.0, maxCFSSegmentSizeMB=1.2373046875, noCFSRatio=0.5651317182490415, reclaimDeletesWeight=0.5653542948874235
   [junit4]   2> 549131 WARN  (qtp1798581410-1906) [n:127.0.0.1:40343_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n3] 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> 549152 INFO  (qtp2005047731-1914) [n:127.0.0.1:44157_solr c:test_col s:shard1 r:core_node2 x:test_col_shard1_replica_n1] o.a.s.s.IndexSchema [test_col_shard1_replica_n1] Schema name=minimal-atomic-stress
   [junit4]   2> 549169 INFO  (qtp1373148209-1902) [n:127.0.0.1:40838_solr c:test_col s:shard3 r:core_node10 x:test_col_shard3_replica_n9] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 549188 INFO  (qtp2005047731-1914) [n:127.0.0.1:44157_solr c:test_col s:shard1 r:core_node2 x:test_col_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal-atomic-stress/1.6 with uniqueid field id
   [junit4]   2> 549189 INFO  (qtp2005047731-1914) [n:127.0.0.1:44157_solr c:test_col s:shard1 r:core_node2 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> 549189 INFO  (qtp2005047731-1914) [n:127.0.0.1:44157_solr c:test_col s:shard1 r:core_node2 x:test_col_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44157.solr.core.test_col.shard1.replica_n1' (registry 'solr.core.test_col.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b5e68b8
   [junit4]   2> 549189 INFO  (qtp2005047731-1914) [n:127.0.0.1:44157_solr c:test_col s:shard1 r:core_node2 x:test_col_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 549189 INFO  (qtp2005047731-1914) [n:127.0.0.1:44157_solr c:test_col s:shard1 r:core_node2 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-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_48BEA0E634891E01-001/tempDir-001/node8/test_col_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_48BEA0E634891E01-001/tempDir-001/node8/./test_col_shard1_replica_n1/data/]
   [junit4]   2> 549224 INFO  (qtp2005047731-1914) [n:127.0.0.1:44157_solr c:test_col s:shard1 r:core_node2 x:test_col_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=17, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=36.2587890625, floorSegmentMB=1.51171875, forceMergeDeletesPctAllowed=6.485650506621054, segmentsPerTier=29.0, maxCFSSegmentSizeMB=1.2373046875, noCFSRatio=0.5651317182490415, reclaimDeletesWeight=0.5653542948874235
   [junit4]   2> 549315 INFO  (qtp1373148209-1902) [n:127.0.0.1:40838_solr c:test_col s:shard3 r:core_node10 x:test_col_shard3_replica_n9] o.a.s.s.IndexSchema [test_col_shard3_replica_n9] Schema name=minimal-atomic-stress
   [junit4]   2> 549315 WARN  (qtp2005047731-1914) [n:127.0.0.1:44157_solr c:test_col s:shard1 r:core_node2 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> 549317 INFO  (qtp1373148209-1902) [n:127.0.0.1:40838_solr c:test_col s:shard3 r:core_node10 x:test_col_shard3_replica_n9] o.a.s.s.IndexSchema Loaded schema minimal-atomic-stress/1.6 with uniqueid field id
   [junit4]   2> 549317 INFO  (qtp1373148209-1902) [n:127.0.0.1:40838_sol

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

length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

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 59ms :: artifacts dl 4ms
	---------------------------------------------------------------------
	|                  |            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: 506 minutes 1 second
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-NightlyTests-master - Build # 1572 - Failure

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

9 tests failed.
FAILED:  org.apache.lucene.index.TestIndexWriterDelete.testUpdatesOnDiskFull

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
	at __randomizedtesting.SeedInfo.seed([CB5429D89CDE2378]:0)


FAILED:  junit.framework.TestSuite.org.apache.lucene.index.TestIndexWriterDelete

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
	at __randomizedtesting.SeedInfo.seed([CB5429D89CDE2378]:0)


FAILED:  org.apache.solr.cloud.CollectionsAPISolrJTest.testCreateAndDeleteShard

Error Message:
Error from server at https://127.0.0.1:32890/solr: Error creating counter node in Zookeeper for collection:solrj_implicit

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:32890/solr: Error creating counter node in Zookeeper for collection:solrj_implicit
	at __randomizedtesting.SeedInfo.seed([7623FF8601E5210D:B37D4B9A8710EBF0]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1106)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:886)
	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.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.CollectionsAPISolrJTest.testCreateAndDeleteShard(CollectionsAPISolrJTest.java:220)
	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.FullSolrCloudDistribCmdsTest.test

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.LIROnShardRestartTest.testAllReplicasInLIR

Error Message:
Error from server at https://127.0.0.1:46221/solr: KeeperErrorCode = Session expired for /overseer/collection-queue-work/qnr-

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:46221/solr: KeeperErrorCode = Session expired for /overseer/collection-queue-work/qnr-
	at __randomizedtesting.SeedInfo.seed([7623FF8601E5210D:2CBBC5407F6546EA]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1106)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:886)
	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.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.LIROnShardRestartTest.testAllReplicasInLIR(LIROnShardRestartTest.java:175)
	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.SaslZkACLProviderTest.testSaslZkACLProvider

Error Message:
java.net.BindException: Address already in use

Stack Trace:
java.lang.RuntimeException: java.net.BindException: Address already in use
	at org.apache.solr.cloud.SaslZkACLProviderTest$SaslZkTestServer.run(SaslZkACLProviderTest.java:208)
	at org.apache.solr.cloud.SaslZkACLProviderTest.setUp(SaslZkACLProviderTest.java:76)
	at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
	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$9.evaluate(RandomizedRunner.java:968)
	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: java.net.BindException: Address already in use
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:433)
	at sun.nio.ch.Net.bind(Net.java:425)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
	at org.apache.mina.transport.socket.nio.NioSocketAcceptor.open(NioSocketAcceptor.java:252)
	at org.apache.mina.transport.socket.nio.NioSocketAcceptor.open(NioSocketAcceptor.java:49)
	at org.apache.mina.core.polling.AbstractPollingIoAcceptor.registerHandles(AbstractPollingIoAcceptor.java:525)
	at org.apache.mina.core.polling.AbstractPollingIoAcceptor.access$200(AbstractPollingIoAcceptor.java:67)
	at org.apache.mina.core.polling.AbstractPollingIoAcceptor$Acceptor.run(AbstractPollingIoAcceptor.java:409)
	at org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnable.java:65)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	... 1 more


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.SaslZkACLProviderTest

Error Message:
5 threads leaked from SUITE scope at org.apache.solr.cloud.SaslZkACLProviderTest:     1) Thread[id=18981, name=changePwdReplayCache.data, state=TIMED_WAITING, group=TGRP-SaslZkACLProviderTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)         at java.lang.Thread.run(Thread.java:748)    2) Thread[id=18982, name=groupCache.data, state=TIMED_WAITING, group=TGRP-SaslZkACLProviderTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)         at java.lang.Thread.run(Thread.java:748)    3) Thread[id=18979, name=apacheds, state=WAITING, group=TGRP-SaslZkACLProviderTest]         at java.lang.Object.wait(Native Method)         at java.lang.Object.wait(Object.java:502)         at java.util.TimerThread.mainLoop(Timer.java:526)         at java.util.TimerThread.run(Timer.java:505)    4) Thread[id=18980, name=ou=system.data, state=TIMED_WAITING, group=TGRP-SaslZkACLProviderTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)         at java.lang.Thread.run(Thread.java:748)    5) Thread[id=18983, name=kdcReplayCache.data, state=TIMED_WAITING, group=TGRP-SaslZkACLProviderTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 5 threads leaked from SUITE scope at org.apache.solr.cloud.SaslZkACLProviderTest: 
   1) Thread[id=18981, name=changePwdReplayCache.data, state=TIMED_WAITING, group=TGRP-SaslZkACLProviderTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
        at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
   2) Thread[id=18982, name=groupCache.data, state=TIMED_WAITING, group=TGRP-SaslZkACLProviderTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
        at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
   3) Thread[id=18979, name=apacheds, state=WAITING, group=TGRP-SaslZkACLProviderTest]
        at java.lang.Object.wait(Native Method)
        at java.lang.Object.wait(Object.java:502)
        at java.util.TimerThread.mainLoop(Timer.java:526)
        at java.util.TimerThread.run(Timer.java:505)
   4) Thread[id=18980, name=ou=system.data, state=TIMED_WAITING, group=TGRP-SaslZkACLProviderTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
        at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
   5) Thread[id=18983, name=kdcReplayCache.data, state=TIMED_WAITING, group=TGRP-SaslZkACLProviderTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
        at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([7623FF8601E5210D]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.SaslZkACLProviderTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=18981, name=changePwdReplayCache.data, state=TIMED_WAITING, group=TGRP-SaslZkACLProviderTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)         at java.lang.Thread.run(Thread.java:748)    2) Thread[id=18982, name=groupCache.data, state=TIMED_WAITING, group=TGRP-SaslZkACLProviderTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)         at java.lang.Thread.run(Thread.java:748)    3) Thread[id=18979, name=apacheds, state=WAITING, group=TGRP-SaslZkACLProviderTest]         at java.lang.Object.wait(Native Method)         at java.lang.Object.wait(Object.java:502)         at java.util.TimerThread.mainLoop(Timer.java:526)         at java.util.TimerThread.run(Timer.java:505)    4) Thread[id=18980, name=ou=system.data, state=TIMED_WAITING, group=TGRP-SaslZkACLProviderTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)         at java.lang.Thread.run(Thread.java:748)    5) Thread[id=18983, name=kdcReplayCache.data, state=TIMED_WAITING, group=TGRP-SaslZkACLProviderTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=18981, name=changePwdReplayCache.data, state=TIMED_WAITING, group=TGRP-SaslZkACLProviderTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
        at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
   2) Thread[id=18982, name=groupCache.data, state=TIMED_WAITING, group=TGRP-SaslZkACLProviderTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
        at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
   3) Thread[id=18979, name=apacheds, state=WAITING, group=TGRP-SaslZkACLProviderTest]
        at java.lang.Object.wait(Native Method)
        at java.lang.Object.wait(Object.java:502)
        at java.util.TimerThread.mainLoop(Timer.java:526)
        at java.util.TimerThread.run(Timer.java:505)
   4) Thread[id=18980, name=ou=system.data, state=TIMED_WAITING, group=TGRP-SaslZkACLProviderTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
        at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
   5) Thread[id=18983, name=kdcReplayCache.data, state=TIMED_WAITING, group=TGRP-SaslZkACLProviderTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
        at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([7623FF8601E5210D]:0)


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

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

Stack Trace:
java.lang.AssertionError: Some docs had errors -- check logs expected:<0> but was:<21>
	at __randomizedtesting.SeedInfo.seed([7623FF8601E5210D:6642527F14476423]: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_stored_idx(TestStressCloudBlindAtomicUpdates.java:241)
	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 2232 lines...]
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterDelete
   [junit4]   1> TEST: now get reader
   [junit4]   2> de juny 26, 2018 12:00:48 PM com.carrotsearch.randomizedtesting.ThreadLeakControl$2 evaluate
   [junit4]   2> WARNING: Suite execution timed out: org.apache.lucene.index.TestIndexWriterDelete
   [junit4]   2>    1) Thread[id=1, name=main, state=WAITING, group=main]
   [junit4]   2>         at java.lang.Object.wait(Native Method)
   [junit4]   2>         at java.lang.Thread.join(Thread.java:1252)
   [junit4]   2>         at java.lang.Thread.join(Thread.java:1326)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:636)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.run(RandomizedRunner.java:493)
   [junit4]   2>         at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:251)
   [junit4]   2>         at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:368)
   [junit4]   2>         at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
   [junit4]   2>    2) Thread[id=9, name=JUnit4-serializer-daemon, state=TIMED_WAITING, group=main]
   [junit4]   2>         at java.lang.Thread.sleep(Native Method)
   [junit4]   2>         at com.carrotsearch.ant.tasks.junit4.events.Serializer$1.run(Serializer.java:50)
   [junit4]   2>    3) Thread[id=7346, name=SUITE-TestIndexWriterDelete-seed#[CB5429D89CDE2378], state=RUNNABLE, group=TGRP-TestIndexWriterDelete]
   [junit4]   2>         at java.lang.Thread.getStackTrace(Thread.java:1559)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$4.run(ThreadLeakControl.java:696)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$4.run(ThreadLeakControl.java:693)
   [junit4]   2>         at java.security.AccessController.doPrivileged(Native Method)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.getStackTrace(ThreadLeakControl.java:693)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.getThreadsWithTraces(ThreadLeakControl.java:709)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.formatThreadStacksFull(ThreadLeakControl.java:689)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.access$1000(ThreadLeakControl.java:65)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:415)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:705)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:139)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:626)
   [junit4]   2>    4) Thread[id=7347, name=TEST-TestIndexWriterDelete.testUpdatesOnDiskFull-seed#[CB5429D89CDE2378], state=TIMED_WAITING, group=TGRP-TestIndexWriterDelete]
   [junit4]   2>         at java.lang.Thread.sleep(Native Method)
   [junit4]   2>         at org.apache.lucene.store.SlowClosingMockIndexInputWrapper.close(SlowClosingMockIndexInputWrapper.java:39)
   [junit4]   2>         at org.apache.lucene.util.IOUtils.close(IOUtils.java:88)
   [junit4]   2>         at org.apache.lucene.util.IOUtils.close(IOUtils.java:76)
   [junit4]   2>         at org.apache.lucene.codecs.lucene50.Lucene50PostingsReader.close(Lucene50PostingsReader.java:153)
   [junit4]   2>         at org.apache.lucene.util.IOUtils.close(IOUtils.java:88)
   [junit4]   2>         at org.apache.lucene.util.IOUtils.close(IOUtils.java:76)
   [junit4]   2>         at org.apache.lucene.codecs.blocktree.BlockTreeTermsReader.close(BlockTreeTermsReader.java:250)
   [junit4]   2>         at org.apache.lucene.codecs.memory.DirectPostingsFormat.fieldsProducer(DirectPostingsFormat.java:117)
   [junit4]   2>         at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsReader.<init>(PerFieldPostingsFormat.java:293)
   [junit4]   2>         at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat.fieldsProducer(PerFieldPostingsFormat.java:373)
   [junit4]   2>         at org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:113)
   [junit4]   2>         at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:82)
   [junit4]   2>         at org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:703)
   [junit4]   2>         at org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:300)
   [junit4]   2>         at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:865)
   [junit4]   2>         at org.apache.lucene.index.TestIndexWriterDelete.doTestOperationsOnDiskFull(TestIndexWriterDelete.java:699)
   [junit4]   2>         at org.apache.lucene.index.TestIndexWriterDelete.testUpdatesOnDiskFull(TestIndexWriterDelete.java:490)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>         at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
   [junit4]   2>         at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
   [junit4]   2>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestIndexWriterDelete -Dtests.method=testUpdatesOnDiskFull -Dtests.seed=CB5429D89CDE2378 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt -Dtests.locale=ca-ES -Dtests.timezone=America/North_Dakota/Center -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   7152s J2 | TestIndexWriterDelete.testUpdatesOnDiskFull <<<
   [junit4]    > Throwable #1: java.lang.Exception: Test abandoned because suite timeout was reached.
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([CB5429D89CDE2378]:0)
   [junit4]   2> de juny 26, 2018 12:00:48 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> de juny 26, 2018 12:01:08 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.lucene.index.TestIndexWriterDelete: 
   [junit4]   2>    1) Thread[id=7347, name=TEST-TestIndexWriterDelete.testUpdatesOnDiskFull-seed#[CB5429D89CDE2378], state=TIMED_WAITING, group=TGRP-TestIndexWriterDelete]
   [junit4]   2>         at java.lang.Thread.sleep(Native Method)
   [junit4]   2>         at org.apache.lucene.store.SlowClosingMockIndexInputWrapper.close(SlowClosingMockIndexInputWrapper.java:39)
   [junit4]   2>         at org.apache.lucene.store.BufferedChecksumIndexInput.close(BufferedChecksumIndexInput.java:60)
   [junit4]   2>         at org.apache.lucene.codecs.compressing.CompressingStoredFieldsReader.<init>(CompressingStoredFieldsReader.java:141)
   [junit4]   2>         at org.apache.lucene.codecs.compressing.CompressingStoredFieldsFormat.fieldsReader(CompressingStoredFieldsFormat.java:121)
   [junit4]   2>         at org.apache.lucene.codecs.lucene50.Lucene50StoredFieldsFormat.fieldsReader(Lucene50StoredFieldsFormat.java:173)
   [junit4]   2>         at org.apache.lucene.codecs.asserting.AssertingStoredFieldsFormat.fieldsReader(AssertingStoredFieldsFormat.java:43)
   [junit4]   2>         at org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:126)
   [junit4]   2>         at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:82)
   [junit4]   2>         at org.apache.lucene.index.StandardDirectoryReader$1.doBody(StandardDirectoryReader.java:65)
   [junit4]   2>         at org.apache.lucene.index.StandardDirectoryReader$1.doBody(StandardDirectoryReader.java:57)
   [junit4]   2>         at org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:680)
   [junit4]   2>         at org.apache.lucene.index.StandardDirectoryReader.open(StandardDirectoryReader.java:80)
   [junit4]   2>         at org.apache.lucene.index.DirectoryReader.open(DirectoryReader.java:63)
   [junit4]   2>         at org.apache.lucene.index.TestIndexWriterDelete.doTestOperationsOnDiskFull(TestIndexWriterDelete.java:649)
   [junit4]   2>         at org.apache.lucene.index.TestIndexWriterDelete.testUpdatesOnDiskFull(TestIndexWriterDelete.java:490)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>         at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
   [junit4]   2>         at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
   [junit4]   2>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> de juny 26, 2018 12:01:08 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=7347, name=TEST-TestIndexWriterDelete.testUpdatesOnDiskFull-seed#[CB5429D89CDE2378], state=TIMED_WAITING, group=TGRP-TestIndexWriterDelete]
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/test/J2/temp/lucene.index.TestIndexWriterDelete_CB5429D89CDE2378-001
   [junit4]   2> Jun 26, 2018 5:01:08 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {field=PostingsFormat(name=MockRandom), id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), body=PostingsFormat(name=MockRandom), value=PostingsFormat(name=Direct), content=PostingsFormat(name=Direct)}, docValues:{dv=DocValuesFormat(name=Asserting), id=DocValuesFormat(name=Lucene70), content=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=545, maxMBSortInHeap=6.407129714467286, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@3a87c9b2), locale=ca-ES, timezone=America/North_Dakota/Center
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 1.8.0_172 (64-bit)/cpus=4,threads=1,free=224522608,total=382205952
   [junit4]   2> NOTE: All tests run in this JVM: [TestSimilarityBase, TestParallelReaderEmptyIndex, TestFilterDirectoryReader, TestNoDeletionPolicy, TestBytesRefArray, TestTermsEnum, TestPerSegmentDeletes, TestForceMergeForever, TestSimpleExplanationsOfNonMatches, Test2BNumericDocValues, TestSegmentTermDocs, TestBooleanQueryVisitSubscorers, TestSpanSearchEquivalence, TestExternalCodecs, TestDelegatingAnalyzerWrapper, TestPerFieldPostingsFormat, TestIndependenceChiSquared, TestAddIndexes, TestFieldValueQuery, TestBagOfPositions, TestInfoStream, TestMultiDocValues, TestMergeRateLimiter, TestDocIdSetBuilder, TestOrdinalMap, MultiCollectorTest, TestIndexInput, TestPhraseQuery, TestBlockMaxConjunction, TestIndexWriterLockRelease, TestSortedSetSelector, TestNRTThreads, TestManyFields, TestTimSorter, TestLucene60PointsFormat, TestTieredMergePolicy, TestUniqueTermCount, TestVersion, TestPagedBytes, TestIndexReaderClose, TestDateTools, TestIndexWriterWithThreads, TestSimpleFSLockFactory, TestFixedBitSet, TestSpanCollection, TestMultiset, TestFilterSpans, TestStandardAnalyzer, TestLazyProxSkipping, TestCharsRefBuilder, TestNormsFieldExistsQuery, TestDocValuesRewriteMethod, TestCharArraySet, TestClassicSimilarity, TestSparseFixedBitSet, TestDirectPacked, TestFutureArrays, TestLucene70NormsFormat, TestEarlyTermination, TestMultiCollector, TestIndexWriterReader, TestReqOptSumScorer, TestCodecUtil, TestMathUtil, TestRadixSelector, TestRecyclingIntBlockAllocator, TestMultiTermsEnum, TestFuzzyQuery, TestSortRandom, TestFilterDirectory, TestAxiomaticF3EXP, TestCodecHoldsOpenFiles, TestExitableDirectoryReader, TestDemoParallelLeafReader, TestIntRangeFieldQueries, TestSPIClassIterator, TestBasicModelIn, TestStopFilter, TestIndexWriterOnJRECrash, TestAllFilesHaveChecksumFooter, TestGraphTokenStreamFiniteStrings, TestFlex, TestLucene50TermVectorsFormat, Test2BPostingsBytes, Test2BSortedDocValuesFixedSorted, Test2BSortedDocValuesOrds, TestAllFilesCheckIndexHeader, TestAllFilesHaveCodecHeader, TestBagOfPostings, TestBinaryDocValuesUpdates, TestBinaryTerms, TestByteSlices, TestCodecs, TestConcurrentMergeScheduler, TestConsistentFieldNumbers, TestCrashCausesCorruptIndex, TestCustomNorms, TestDirectoryReaderReopen, TestDoc, TestDocCount, TestDocIDMerger, TestDocInverterPerFieldErrorInfo, TestDocValues, TestDocValuesFieldUpdates, TestDocValuesIndexing, TestDocsWithFieldSet, TestDocumentWriter, TestDocumentsWriterStallControl, TestDuelingCodecs, TestFieldInfos, TestFieldInvertState, TestFieldReuse, TestFlushByRamOrCountsPolicy, TestIndexManyDocuments, TestIndexSorting, TestIndexTooManyDocs, TestIndexWriter, TestIndexWriterConfig, TestIndexWriterDelete]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestIndexWriterDelete -Dtests.seed=CB5429D89CDE2378 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt -Dtests.locale=ca-ES -Dtests.timezone=America/North_Dakota/Center -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J2 | TestIndexWriterDelete (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([CB5429D89CDE2378]:0)
   [junit4] Completed [496/496 (1!)] on J2 in 7220.10s, 12 tests, 2 errors, 1 skipped <<< FAILURES!

[...truncated 11257 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates
   [junit4]   2> 431485 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[7623FF8601E5210D]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_7623FF8601E5210D-001/init-core-data-001
   [junit4]   2> 431486 WARN  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[7623FF8601E5210D]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=8 numCloses=8
   [junit4]   2> 431486 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[7623FF8601E5210D]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 431487 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[7623FF8601E5210D]-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> 431502 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[7623FF8601E5210D]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 10 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_7623FF8601E5210D-001/tempDir-001
   [junit4]   2> 431502 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[7623FF8601E5210D]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 431518 INFO  (Thread-766) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 431518 INFO  (Thread-766) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 431555 ERROR (Thread-766) [    ] 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> 431618 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[7623FF8601E5210D]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:38535
   [junit4]   2> 431652 INFO  (zkConnectionManagerCallback-184-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 431666 INFO  (jetty-launcher-181-thread-1) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 431670 INFO  (jetty-launcher-181-thread-2) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 431726 INFO  (jetty-launcher-181-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 431726 INFO  (jetty-launcher-181-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 431726 INFO  (jetty-launcher-181-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 431726 INFO  (jetty-launcher-181-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@53af7d2f{/solr,null,AVAILABLE}
   [junit4]   2> 431734 INFO  (jetty-launcher-181-thread-3) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 431735 INFO  (jetty-launcher-181-thread-4) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 431743 INFO  (jetty-launcher-181-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 431743 INFO  (jetty-launcher-181-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 431743 INFO  (jetty-launcher-181-thread-3) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 431743 INFO  (jetty-launcher-181-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4903b031{/solr,null,AVAILABLE}
   [junit4]   2> 431744 INFO  (jetty-launcher-181-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@58fbb4e2{HTTP/1.1,[http/1.1]}{127.0.0.1:39377}
   [junit4]   2> 431744 INFO  (jetty-launcher-181-thread-3) [    ] o.e.j.s.Server Started @431917ms
   [junit4]   2> 431744 INFO  (jetty-launcher-181-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39377}
   [junit4]   2> 431745 ERROR (jetty-launcher-181-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 431745 INFO  (jetty-launcher-181-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 431745 INFO  (jetty-launcher-181-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 431745 INFO  (jetty-launcher-181-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 431745 INFO  (jetty-launcher-181-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 431745 INFO  (jetty-launcher-181-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-26T20:15:50.030Z
   [junit4]   2> 431746 INFO  (jetty-launcher-181-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@515fd30f{HTTP/1.1,[http/1.1]}{127.0.0.1:43722}
   [junit4]   2> 431746 INFO  (jetty-launcher-181-thread-2) [    ] o.e.j.s.Server Started @431919ms
   [junit4]   2> 431746 INFO  (jetty-launcher-181-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43722}
   [junit4]   2> 431746 ERROR (jetty-launcher-181-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 431746 INFO  (jetty-launcher-181-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 431746 INFO  (jetty-launcher-181-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 431746 INFO  (jetty-launcher-181-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 431746 INFO  (jetty-launcher-181-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 431746 INFO  (jetty-launcher-181-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-26T20:15:50.031Z
   [junit4]   2> 431755 INFO  (jetty-launcher-181-thread-5) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 431756 INFO  (jetty-launcher-181-thread-6) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 431757 INFO  (jetty-launcher-181-thread-7) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 431758 INFO  (jetty-launcher-181-thread-8) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 431759 INFO  (jetty-launcher-181-thread-9) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 431759 INFO  (jetty-launcher-181-thread-10) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 431760 INFO  (jetty-launcher-181-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 431760 INFO  (jetty-launcher-181-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 431760 INFO  (jetty-launcher-181-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 431760 INFO  (jetty-launcher-181-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4da240cb{/solr,null,AVAILABLE}
   [junit4]   2> 431761 INFO  (jetty-launcher-181-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@38eb7379{HTTP/1.1,[http/1.1]}{127.0.0.1:33948}
   [junit4]   2> 431761 INFO  (jetty-launcher-181-thread-1) [    ] o.e.j.s.Server Started @431934ms
   [junit4]   2> 431761 INFO  (jetty-launcher-181-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33948}
   [junit4]   2> 431761 ERROR (jetty-launcher-181-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 431761 INFO  (jetty-launcher-181-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 431761 INFO  (jetty-launcher-181-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 431761 INFO  (jetty-launcher-181-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 431761 INFO  (jetty-launcher-181-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 431761 INFO  (jetty-launcher-181-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-26T20:15:50.046Z
   [junit4]   2> 431783 INFO  (jetty-launcher-181-thread-10) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 431783 INFO  (jetty-launcher-181-thread-10) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 431783 INFO  (jetty-launcher-181-thread-10) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 431783 INFO  (jetty-launcher-181-thread-10) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@49fb3e45{/solr,null,AVAILABLE}
   [junit4]   2> 431785 INFO  (jetty-launcher-181-thread-9) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 431785 INFO  (jetty-launcher-181-thread-9) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 431785 INFO  (jetty-launcher-181-thread-9) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 431785 INFO  (jetty-launcher-181-thread-9) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@61be1586{/solr,null,AVAILABLE}
   [junit4]   2> 431785 INFO  (jetty-launcher-181-thread-9) [    ] o.e.j.s.AbstractConnector Started ServerConnector@74301b18{HTTP/1.1,[http/1.1]}{127.0.0.1:33991}
   [junit4]   2> 431786 INFO  (jetty-launcher-181-thread-9) [    ] o.e.j.s.Server Started @431958ms
   [junit4]   2> 431786 INFO  (jetty-launcher-181-thread-9) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33991}
   [junit4]   2> 431786 ERROR (jetty-launcher-181-thread-9) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 431786 INFO  (jetty-launcher-181-thread-9) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 431786 INFO  (jetty-launcher-181-thread-9) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 431786 INFO  (jetty-launcher-181-thread-9) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 431786 INFO  (jetty-launcher-181-thread-9) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 431786 INFO  (jetty-launcher-181-thread-9) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-26T20:15:50.071Z
   [junit4]   2> 431795 INFO  (jetty-launcher-181-thread-7) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 431795 INFO  (jetty-launcher-181-thread-7) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 431795 INFO  (jetty-launcher-181-thread-7) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 431795 INFO  (jetty-launcher-181-thread-7) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@851b9e1{/solr,null,AVAILABLE}
   [junit4]   2> 431796 INFO  (jetty-launcher-181-thread-7) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2d3e89ef{HTTP/1.1,[http/1.1]}{127.0.0.1:40526}
   [junit4]   2> 431796 INFO  (jetty-launcher-181-thread-7) [    ] o.e.j.s.Server Started @431969ms
   [junit4]   2> 431796 INFO  (jetty-launcher-181-thread-7) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40526}
   [junit4]   2> 431797 INFO  (jetty-launcher-181-thread-6) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 431797 INFO  (jetty-launcher-181-thread-6) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 431797 INFO  (jetty-launcher-181-thread-6) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 431797 INFO  (jetty-launcher-181-thread-6) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@242e663e{/solr,null,AVAILABLE}
   [junit4]   2> 431798 ERROR (jetty-launcher-181-thread-7) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 431798 INFO  (jetty-launcher-181-thread-7) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 431798 INFO  (jetty-launcher-181-thread-7) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 431798 INFO  (jetty-launcher-181-thread-7) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 431798 INFO  (jetty-launcher-181-thread-7) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 431798 INFO  (jetty-launcher-181-thread-7) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-26T20:15:50.083Z
   [junit4]   2> 431818 INFO  (jetty-launcher-181-thread-10) [    ] o.e.j.s.AbstractConnector Started ServerConnector@283838e2{HTTP/1.1,[http/1.1]}{127.0.0.1:45078}
   [junit4]   2> 431818 INFO  (jetty-launcher-181-thread-10) [    ] o.e.j.s.Server Started @431991ms
   [junit4]   2> 431818 INFO  (jetty-launcher-181-thread-10) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45078}
   [junit4]   2> 431819 ERROR (jetty-launcher-181-thread-10) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 431819 INFO  (jetty-launcher-181-thread-10) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 431819 INFO  (jetty-launcher-181-thread-10) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 431819 INFO  (jetty-launcher-181-thread-10) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 431819 INFO  (jetty-launcher-181-thread-10) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 431819 INFO  (jetty-launcher-181-thread-10) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-26T20:15:50.104Z
   [junit4]   2> 431841 INFO  (zkConnectionManagerCallback-190-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 431861 INFO  (zkConnectionManagerCallback-188-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 431926 INFO  (jetty-launcher-181-thread-8) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 431926 INFO  (jetty-launcher-181-thread-8) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 431926 INFO  (jetty-launcher-181-thread-8) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 431934 INFO  (jetty-launcher-181-thread-8) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5de1e71b{/solr,null,AVAILABLE}
   [junit4]   2> 431962 INFO  (jetty-launcher-181-thread-5) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 431962 INFO  (jetty-launcher-181-thread-5) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 431962 INFO  (jetty-launcher-181-thread-5) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 431963 INFO  (jetty-launcher-181-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4eff5420{/solr,null,AVAILABLE}
   [junit4]   2> 431963 INFO  (jetty-launcher-181-thread-5) [    ] o.e.j.s.AbstractConnector Started ServerConnector@62a34de{HTTP/1.1,[http/1.1]}{127.0.0.1:35868}
   [junit4]   2> 431963 INFO  (jetty-launcher-181-thread-5) [    ] o.e.j.s.Server Started @432136ms
   [junit4]   2> 431963 INFO  (jetty-launcher-181-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35868}
   [junit4]   2> 431964 ERROR (jetty-launcher-181-thread-5) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 431964 INFO  (jetty-launcher-181-thread-5) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 431964 INFO  (jetty-launcher-181-thread-5) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 431964 INFO  (jetty-launcher-181-thread-5) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 431964 INFO  (jetty-launcher-181-thread-5) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 431964 INFO  (jetty-launcher-181-thread-5) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-26T20:15:50.249Z
   [junit4]   2> 431965 INFO  (jetty-launcher-181-thread-6) [    ] o.e.j.s.AbstractConnector Started ServerConnector@655f09f4{HTTP/1.1,[http/1.1]}{127.0.0.1:41864}
   [junit4]   2> 431965 INFO  (jetty-launcher-181-thread-6) [    ] o.e.j.s.Server Started @432138ms
   [junit4]   2> 431965 INFO  (jetty-launcher-181-thread-6) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41864}
   [junit4]   2> 431966 ERROR (jetty-launcher-181-thread-6) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 431966 INFO  (jetty-launcher-181-thread-6) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 431966 INFO  (jetty-launcher-181-thread-6) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 431966 INFO  (jetty-launcher-181-thread-6) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 431966 INFO  (jetty-launcher-181-thread-6) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 431966 INFO  (jetty-launcher-181-thread-6) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-26T20:15:50.251Z
   [junit4]   2> 431990 INFO  (jetty-launcher-181-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 431992 INFO  (jetty-launcher-181-thread-8) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7cd56c74{HTTP/1.1,[http/1.1]}{127.0.0.1:42271}
   [junit4]   2> 431992 INFO  (jetty-launcher-181-thread-8) [    ] o.e.j.s.Server Started @432165ms
   [junit4]   2> 431992 INFO  (jetty-launcher-181-thread-8) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42271}
   [junit4]   2> 431992 ERROR (jetty-launcher-181-thread-8) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 431992 INFO  (jetty-launcher-181-thread-8) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 431993 INFO  (jetty-launcher-181-thread-8) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 431993 INFO  (jetty-launcher-181-thread-8) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 431993 INFO  (jetty-launcher-181-thread-8) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 431993 INFO  (jetty-launcher-181-thread-8) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-26T20:15:50.278Z
   [junit4]   2> 431993 INFO  (jetty-launcher-181-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 431994 INFO  (zkConnectionManagerCallback-194-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 432010 INFO  (zkConnectionManagerCallback-198-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 432010 INFO  (zkConnectionManagerCallback-186-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 432011 INFO  (zkConnectionManagerCallback-192-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 432015 INFO  (jetty-launcher-181-thread-7) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 432040 INFO  (zkConnectionManagerCallback-196-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 432041 INFO  (jetty-launcher-181-thread-9) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 432041 INFO  (jetty-launcher-181-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 432042 INFO  (jetty-launcher-181-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 432042 INFO  (jetty-launcher-181-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 432042 INFO  (zkConnectionManagerCallback-202-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 432042 INFO  (jetty-launcher-181-thread-4) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 432043 INFO  (jetty-launcher-181-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7de3a0d4{/solr,null,AVAILABLE}
   [junit4]   2> 432046 INFO  (jetty-launcher-181-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 432047 INFO  (jetty-launcher-181-thread-10) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 432048 INFO  (jetty-launcher-181-thread-8) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 432049 INFO  (jetty-launcher-181-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7d32e9c4{HTTP/1.1,[http/1.1]}{127.0.0.1:38630}
   [junit4]   2> 432049 INFO  (jetty-launcher-181-thread-4) [    ] o.e.j.s.Server Started @432222ms
   [junit4]   2> 432049 INFO  (jetty-launcher-181-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38630}
   [junit4]   2> 432050 ERROR (jetty-launcher-181-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 432050 INFO  (jetty-launcher-181-thread-4) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 432050 INFO  (jetty-launcher-181-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 432050 INFO  (jetty-launcher-181-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 432050 INFO  (jetty-launcher-181-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 432050 INFO  (jetty-launcher-181-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-26T20:15:50.335Z
   [junit4]   2> 432051 INFO  (zkConnectionManagerCallback-200-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 432058 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 0x102e1ff78a00007, likely client has closed socket
   [junit4]   2> 432062 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 0x102e1ff78a00005, likely client has closed socket
   [junit4]   2> 432068 INFO  (jetty-launcher-181-thread-6) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 432086 INFO  (zkConnectionManagerCallback-204-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 432091 INFO  (jetty-launcher-181-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 432295 INFO  (jetty-launcher-181-thread-10) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38535/solr
   [junit4]   2> 432326 INFO  (zkConnectionManagerCallback-208-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 432398 INFO  (jetty-launcher-181-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38535/solr
   [junit4]   2> 432447 INFO  (zkConnectionManagerCallback-212-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 432478 INFO  (zkConnectionManagerCallback-214-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 432499 INFO  (jetty-launcher-181-thread-9) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38535/solr
   [junit4]   2> 432539 INFO  (zkConnectionManagerCallback-216-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 432546 INFO  (zkConnectionManagerCallback-220-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 432598 INFO  (jetty-launcher-181-thread-6) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38535/solr
   [junit4]   2> 432625 INFO  (jetty-launcher-181-thread-8) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38535/solr
   [junit4]   2> 432682 INFO  (jetty-launcher-181-thread-7) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38535/solr
   [junit4]   2> 432699 INFO  (jetty-launcher-181-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38535/solr
   [junit4]   2> 432734 INFO  (jetty-launcher-181-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38535/solr
   [junit4]   2> 432745 INFO  (jetty-launcher-181-thread-10) [n:127.0.0.1:45078_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 432746 INFO  (jetty-launcher-181-thread-10) [n:127.0.0.1:45078_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:45078_solr
   [junit4]   2> 432746 INFO  (jetty-launcher-181-thread-4) [n:127.0.0.1:38630_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 432747 INFO  (jetty-launcher-181-thread-10) [n:127.0.0.1:45078_solr    ] o.a.s.c.Overseer Overseer (id=72869031348011021-127.0.0.1:45078_solr-n_0000000000) starting
   [junit4]   2> 432747 INFO  (jetty-launcher-181-thread-4) [n:127.0.0.1:38630_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38630_solr
   [junit4]   2> 432776 INFO  (zkConnectionManagerCallback-229-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 432797 INFO  (jetty-launcher-181-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38535/solr
   [junit4]   2> 432832 INFO  (zkCallback-215-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 432834 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 0x102e1ff78a00010, likely client has closed socket
   [junit4]   2> 432841 INFO  (zkConnectionManagerCallback-246-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 432869 INFO  (zkConnectionManagerCallback-250-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 432873 INFO  (zkConnectionManagerCallback-237-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 432889 INFO  (zkConnectionManagerCallback-242-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 432889 INFO  (zkConnectionManagerCallback-233-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 432922 INFO  (zkConnectionManagerCallback-240-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 432936 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 0x102e1ff78a00016, likely client has closed socket
   [junit4]   2> 432996 INFO  (zkCallback-213-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 433027 INFO  (zkConnectionManagerCallback-252-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [j

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

   [junit4]   2> 	30	/solr/clusterprops.json
   [junit4]   2> 	3	/solr/autoscaling.json
   [junit4]   2> 	2	/solr/overseer_elect/election/72869253191827470-127.0.0.1:42805_-n_0000000002
   [junit4]   2> 	2	/solr/collections/control_collection/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	31	/solr/collections
   [junit4]   2> 	28	/solr/live_nodes
   [junit4]   2> 	3	/solr/overseer/queue
   [junit4]   2> 	3	/solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 	3	/solr/overseer/collection-queue-work
   [junit4]   2> 	3	/solr/overseer/queue-work
   [junit4]   2> 	2	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=FullSolrCloudDistribCmdsTest -Dtests.method=test -Dtests.seed=7623FF8601E5210D -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt -Dtests.locale=lv -Dtests.timezone=Pacific/Auckland -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   1212s J2 | FullSolrCloudDistribCmdsTest.test <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: GC overhead limit exceededThrowable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=19848, name=Connection evictor, state=RUNNABLE, group=TGRP-FullSolrCloudDistribCmdsTest]
   [junit4]    > Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4]    > 	at java.util.HashMap$EntrySet.iterator(HashMap.java:1014)
   [junit4]    > 	at org.apache.http.pool.AbstractConnPool.purgePoolMap(AbstractConnPool.java:592)
   [junit4]    > 	at org.apache.http.pool.AbstractConnPool.enumAvailable(AbstractConnPool.java:567)
   [junit4]    > 	at org.apache.http.impl.conn.CPool.enumAvailable(CPool.java:76)
   [junit4]    > 	at org.apache.http.pool.AbstractConnPool.closeExpired(AbstractConnPool.java:633)
   [junit4]    > 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.closeExpiredConnections(PoolingHttpClientConnectionManager.java:415)
   [junit4]    > 	at org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:67)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)Throwable #3: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=19790, name=Connection evictor, state=RUNNABLE, group=TGRP-FullSolrCloudDistribCmdsTest]
   [junit4]    > Caused by: java.lang.OutOfMemoryError: GC overhead limit exceededThrowable #4: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=20417, name=httpShardExecutor-6287-thread-9, state=RUNNABLE, group=TGRP-FullSolrCloudDistribCmdsTest]
   [junit4]    > Caused by: java.lang.OutOfMemoryError: GC overhead limit exceededThrowable #5: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=19880, name=Connection evictor, state=RUNNABLE, group=TGRP-FullSolrCloudDistribCmdsTest]
   [junit4]    > Caused by: java.lang.OutOfMemoryError: GC overhead limit exceededThrowable #6: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=19850, name=Connection evictor, state=RUNNABLE, group=TGRP-FullSolrCloudDistribCmdsTest]
   [junit4]    > Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_7623FF8601E5210D-001
   [junit4]   2> NOTE: test params are: codec=Lucene70, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@3a7d8c71), locale=lv, timezone=Pacific/Auckland
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 1.8.0_172 (64-bit)/cpus=4,threads=1,free=52473288,total=533725184
   [junit4]   2> NOTE: All tests run in this JVM: [BlockJoinFacetDistribTest, HdfsRecoveryZkTest, DistributedQueueTest, TestSchemaVersionResource, BlobRepositoryCloudTest, TestSchemaManager, TestCSVResponseWriter, TestNoOpRegenerator, TestSweetSpotSimilarityFactory, SolrPluginUtilsTest, TestSearcherReuse, DistributedFacetPivotSmallTest, AnalyticsMergeStrategyTest, TestStressVersions, TestSolrCLIRunExample, ReplaceNodeTest, TestConfigSetsAPIZkFailure, BadComponentTest, CloudMLTQParserTest, TermVectorComponentTest, TestLFUCache, TestHdfsBackupRestoreCore, TestWordDelimiterFilterFactory, TestStressInPlaceUpdates, DistributedFacetSimpleRefinementLongTailTest, TestHalfAndHalfDocValues, TestLegacyNumericUtils, TestLRUStatsCache, ZkControllerTest, TestMaxScoreQueryParser, TestImpersonationWithHadoopAuth, TestSort, SparseHLLTest, TestLazyCores, ChaosMonkeySafeLeaderTest, HighlighterConfigTest, TestFieldResource, MaxSizeAutoCommitTest, OverseerRolesTest, TestSortByMinMaxFunction, TestPHPSerializedResponseWriter, TestCloudConsistency, HdfsChaosMonkeySafeLeaderTest, TestUtils, TestQuerySenderListener, TestRuleBasedAuthorizationPlugin, TestPhraseSuggestions, PeerSyncWithIndexFingerprintCachingTest, SpellPossibilityIteratorTest, PluginInfoTest, TestSolrFieldCacheBean, SliceStateTest, TestIBSimilarityFactory, BigEndianAscendingWordSerializerTest, AtomicUpdateProcessorFactoryTest, TestLocalFSCloudBackupRestore, TestTolerantUpdateProcessorCloud, MoreLikeThisHandlerTest, PKIAuthenticationIntegrationTest, TestCollectionAPIs, TestTrackingShardHandlerFactory, NoCacheHeaderTest, TestZkChroot, TestReload, TestAnalyzedSuggestions, TestManagedStopFilterFactory, TemplateUpdateProcessorTest, CollectionReloadTest, TestFastLRUCache, ConjunctionSolrSpellCheckerTest, TestFieldCacheReopen, SolrCoreMetricManagerTest, DistributedFacetPivotLargeTest, RollingRestartTest, TestSolrCloudWithKerberosAlt, TestExpandComponent, ExternalFileFieldSortTest, UUIDUpdateProcessorFallbackTest, TestDistribIDF, TestJettySolrRunner, SuggestComponentContextFilterQueryTest, TestFieldCacheVsDocValues, DateFieldTest, TestShardHandlerFactory, CoreAdminRequestStatusTest, SolrTestCaseJ4Test, TestConfigSets, TestSubQueryTransformerDistrib, TestValueSourceCache, CursorMarkTest, TestReqParamsAPI, HttpTriggerListenerTest, ZkShardTermsTest, OutputWriterTest, TriggerIntegrationTest, TestEmbeddedSolrServerAdminHandler, TestBinaryField, SoftAutoCommitTest, TestNumericRangeQuery32, TestDynamicFieldCollectionResource, TestSchemaNameResource, HdfsWriteToMultipleCollectionsTest, RecoveryZkTest, TestConfigOverlay, JSONWriterTest, SolrJmxReporterCloudTest, ReplicaListTransformerTest, TaggingAttributeTest, ManagedSchemaRoundRobinCloudTest, TestUpdate, TestDocSet, CdcrRequestHandlerTest, ComputePlanActionTest, CollectionsAPISolrJTest, ShufflingReplicaListTransformerTest, SolrMetricsIntegrationTest, ConfigureRecoveryStrategyTest, TestFiltering, TestExclusionRuleCollectionAccess, DeleteInactiveReplicaTest, TestJsonFacets, GraphQueryTest, ReturnFieldsTest, TestCloudPseudoReturnFields, TestWriterPerf, TestSolrDeletionPolicy1, TestInPlaceUpdatesDistrib, TestClassicSimilarityFactory, DataDrivenBlockJoinTest, OverriddenZkACLAndCredentialsProvidersTest, DefaultValueUpdateProcessorTest, ForceLeaderTest, TestJoin, ExitableDirectoryReaderTest, TestBadConfig, AnalysisAfterCoreReloadTest, BasicFunctionalityTest, ConvertedLegacyTest, CursorPagingTest, DisMaxRequestHandlerTest, DistributedIntervalFacetingTest, SampleTest, TestCursorMarkWithoutUniqueKey, TestDistributedGrouping, TestDistributedMissingSort, TestDistributedSearch, TestDocumentBuilder, TestGroupingSearch, TestRandomDVFaceting, TestRandomFaceting, AssignBackwardCompatibilityTest, AsyncCallRequestStatusResponseTest, BasicDistributedZk2Test, ClusterStateTest, ClusterStateUpdateTest, ConcurrentCreateRoutedAliasTest, ConfigSetsAPITest, ConnectionManagerTest, CreateCollectionCleanupTest, DeleteReplicaTest, FullSolrCloudDistribCmdsTest]
   [junit4] Completed [820/820 (5!)] on J2 in 1211.97s, 1 test, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] JVM J2: stdout was not empty, see: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/temp/junit4-J2-20180626_200837_9258101343511889631994.sysout
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Dumping heap to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/heapdumps/java_pid31259.hprof ...
   [junit4] Heap dump file created [583606298 bytes in 4.168 secs]
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/temp/junit4-J2-20180626_200837_9253282612619908370173.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "SessionTracker"
   [junit4] <<< JVM J2: EOF ----

[...truncated 9453 lines...]
BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/build.xml:651: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/build.xml:585: Some of the tests produced a heap dump, but did not fail. Maybe a suppressed OutOfMemoryError? Dumps created:
* java_pid31259.hprof

Total time: 520 minutes 31 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-NightlyTests-master - Build # 1571 - Still Unstable

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

3 tests failed.
FAILED:  org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_stored_idx

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

Stack Trace:
java.lang.AssertionError: Some docs had errors -- check logs expected:<0> but was:<1>
	at __randomizedtesting.SeedInfo.seed([915C419EB633AB03:813DEC67A391EE2D]: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_stored_idx(TestStressCloudBlindAtomicUpdates.java:241)
	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@37cdba1e, org.apache.solr.client.solrj.request.CollectionAdminRequest$MoveReplica@6bde24e2] 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@37cdba1e, org.apache.solr.client.solrj.request.CollectionAdminRequest$MoveReplica@6bde24e2] expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([915C419EB633AB03:F49F17E914900300]: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.metrics.rrd.SolrRrdBackendFactoryTest.testBasic

Error Message:
{} expected:<1> but was:<0>

Stack Trace:
java.lang.AssertionError: {} expected:<1> but was:<0>
	at __randomizedtesting.SeedInfo.seed([915C419EB633AB03:3AA65C8B69EF2D2D]: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.metrics.rrd.SolrRrdBackendFactoryTest.testBasic(SolrRrdBackendFactoryTest.java:90)
	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 13226 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates
   [junit4]   2> 145121 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[915C419EB633AB03]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_915C419EB633AB03-001/init-core-data-001
   [junit4]   2> 145122 WARN  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[915C419EB633AB03]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=19 numCloses=19
   [junit4]   2> 145123 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[915C419EB633AB03]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 145133 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[915C419EB633AB03]-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> 145160 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[915C419EB633AB03]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 10 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_915C419EB633AB03-001/tempDir-001
   [junit4]   2> 145163 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[915C419EB633AB03]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 145180 INFO  (Thread-57) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 145180 INFO  (Thread-57) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 145197 ERROR (Thread-57) [    ] 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> 145279 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[915C419EB633AB03]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:45607
   [junit4]   2> 145319 INFO  (zkConnectionManagerCallback-139-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 145374 INFO  (jetty-launcher-136-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> 145374 INFO  (jetty-launcher-136-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> 145374 INFO  (jetty-launcher-136-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> 145377 INFO  (jetty-launcher-136-thread-6) [    ] 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> 145383 INFO  (jetty-launcher-136-thread-5) [    ] 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> 145383 INFO  (jetty-launcher-136-thread-7) [    ] 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> 145385 INFO  (jetty-launcher-136-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> 145388 INFO  (jetty-launcher-136-thread-8) [    ] 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> 145393 INFO  (jetty-launcher-136-thread-9) [    ] 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> 145414 INFO  (jetty-launcher-136-thread-10) [    ] 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> 145447 INFO  (jetty-launcher-136-thread-6) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 145447 INFO  (jetty-launcher-136-thread-6) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 145447 INFO  (jetty-launcher-136-thread-6) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 145453 INFO  (jetty-launcher-136-thread-6) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4094c6c7{/solr,null,AVAILABLE}
   [junit4]   2> 145455 INFO  (jetty-launcher-136-thread-6) [    ] o.e.j.s.AbstractConnector Started ServerConnector@76cffddf{HTTP/1.1,[http/1.1]}{127.0.0.1:46408}
   [junit4]   2> 145456 INFO  (jetty-launcher-136-thread-6) [    ] o.e.j.s.Server Started @145748ms
   [junit4]   2> 145456 INFO  (jetty-launcher-136-thread-6) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46408}
   [junit4]   2> 145456 ERROR (jetty-launcher-136-thread-6) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 145456 INFO  (jetty-launcher-136-thread-6) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 145456 INFO  (jetty-launcher-136-thread-6) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 145456 INFO  (jetty-launcher-136-thread-6) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 145456 INFO  (jetty-launcher-136-thread-6) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 145456 INFO  (jetty-launcher-136-thread-6) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-25T18:20:23.067Z
   [junit4]   2> 145524 INFO  (jetty-launcher-136-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 145524 INFO  (jetty-launcher-136-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 145524 INFO  (jetty-launcher-136-thread-3) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 145544 INFO  (jetty-launcher-136-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@514cfa57{/solr,null,AVAILABLE}
   [junit4]   2> 145624 INFO  (jetty-launcher-136-thread-9) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 145624 INFO  (jetty-launcher-136-thread-9) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 145624 INFO  (jetty-launcher-136-thread-9) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 145628 INFO  (jetty-launcher-136-thread-9) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4ee6a10e{/solr,null,AVAILABLE}
   [junit4]   2> 145629 INFO  (jetty-launcher-136-thread-9) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7aca8ad8{HTTP/1.1,[http/1.1]}{127.0.0.1:43598}
   [junit4]   2> 145629 INFO  (jetty-launcher-136-thread-9) [    ] o.e.j.s.Server Started @145921ms
   [junit4]   2> 145629 INFO  (jetty-launcher-136-thread-9) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43598}
   [junit4]   2> 145629 ERROR (jetty-launcher-136-thread-9) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 145629 INFO  (jetty-launcher-136-thread-9) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 145629 INFO  (jetty-launcher-136-thread-9) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 145629 INFO  (jetty-launcher-136-thread-9) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 145629 INFO  (jetty-launcher-136-thread-9) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 145629 INFO  (jetty-launcher-136-thread-9) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-25T18:20:23.240Z
   [junit4]   2> 145704 INFO  (jetty-launcher-136-thread-7) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 145704 INFO  (jetty-launcher-136-thread-7) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 145705 INFO  (jetty-launcher-136-thread-7) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 145705 INFO  (jetty-launcher-136-thread-7) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@63261161{/solr,null,AVAILABLE}
   [junit4]   2> 145706 INFO  (jetty-launcher-136-thread-7) [    ] o.e.j.s.AbstractConnector Started ServerConnector@468cc9c5{HTTP/1.1,[http/1.1]}{127.0.0.1:34535}
   [junit4]   2> 145706 INFO  (jetty-launcher-136-thread-7) [    ] o.e.j.s.Server Started @145998ms
   [junit4]   2> 145706 INFO  (jetty-launcher-136-thread-7) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34535}
   [junit4]   2> 145706 ERROR (jetty-launcher-136-thread-7) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 145706 INFO  (jetty-launcher-136-thread-7) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 145706 INFO  (jetty-launcher-136-thread-7) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 145706 INFO  (jetty-launcher-136-thread-7) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 145706 INFO  (jetty-launcher-136-thread-7) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 145706 INFO  (jetty-launcher-136-thread-7) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-25T18:20:23.317Z
   [junit4]   2> 145752 INFO  (jetty-launcher-136-thread-5) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 145752 INFO  (jetty-launcher-136-thread-5) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 145752 INFO  (jetty-launcher-136-thread-5) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 145756 INFO  (jetty-launcher-136-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3402758d{/solr,null,AVAILABLE}
   [junit4]   2> 145757 INFO  (jetty-launcher-136-thread-5) [    ] o.e.j.s.AbstractConnector Started ServerConnector@950f9f4{HTTP/1.1,[http/1.1]}{127.0.0.1:33981}
   [junit4]   2> 145757 INFO  (jetty-launcher-136-thread-5) [    ] o.e.j.s.Server Started @146049ms
   [junit4]   2> 145757 INFO  (jetty-launcher-136-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33981}
   [junit4]   2> 145757 ERROR (jetty-launcher-136-thread-5) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 145757 INFO  (jetty-launcher-136-thread-5) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 145757 INFO  (jetty-launcher-136-thread-5) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 145757 INFO  (jetty-launcher-136-thread-5) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 145757 INFO  (jetty-launcher-136-thread-5) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 145757 INFO  (jetty-launcher-136-thread-5) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-25T18:20:23.368Z
   [junit4]   2> 145776 INFO  (jetty-launcher-136-thread-8) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 145776 INFO  (jetty-launcher-136-thread-8) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 145776 INFO  (jetty-launcher-136-thread-8) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 145780 INFO  (jetty-launcher-136-thread-8) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@484cce0e{/solr,null,AVAILABLE}
   [junit4]   2> 145781 INFO  (jetty-launcher-136-thread-8) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3f5c9978{HTTP/1.1,[http/1.1]}{127.0.0.1:38133}
   [junit4]   2> 145781 INFO  (jetty-launcher-136-thread-8) [    ] o.e.j.s.Server Started @146073ms
   [junit4]   2> 145781 INFO  (jetty-launcher-136-thread-8) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38133}
   [junit4]   2> 145781 ERROR (jetty-launcher-136-thread-8) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 145781 INFO  (jetty-launcher-136-thread-8) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 145781 INFO  (jetty-launcher-136-thread-8) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 145781 INFO  (jetty-launcher-136-thread-8) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 145781 INFO  (jetty-launcher-136-thread-8) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 145781 INFO  (jetty-launcher-136-thread-8) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-25T18:20:23.392Z
   [junit4]   2> 145832 INFO  (jetty-launcher-136-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 145832 INFO  (jetty-launcher-136-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 145832 INFO  (jetty-launcher-136-thread-4) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 145840 INFO  (jetty-launcher-136-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4b3379e{/solr,null,AVAILABLE}
   [junit4]   2> 145841 INFO  (jetty-launcher-136-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@27174096{HTTP/1.1,[http/1.1]}{127.0.0.1:35480}
   [junit4]   2> 145841 INFO  (jetty-launcher-136-thread-4) [    ] o.e.j.s.Server Started @146133ms
   [junit4]   2> 145841 INFO  (jetty-launcher-136-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35480}
   [junit4]   2> 145841 ERROR (jetty-launcher-136-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 145841 INFO  (jetty-launcher-136-thread-4) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 145841 INFO  (jetty-launcher-136-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 145841 INFO  (jetty-launcher-136-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 145841 INFO  (jetty-launcher-136-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 145841 INFO  (jetty-launcher-136-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-25T18:20:23.452Z
   [junit4]   2> 145888 INFO  (jetty-launcher-136-thread-10) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 145888 INFO  (jetty-launcher-136-thread-10) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 145888 INFO  (jetty-launcher-136-thread-10) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 145892 INFO  (jetty-launcher-136-thread-10) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@e09e9f1{/solr,null,AVAILABLE}
   [junit4]   2> 145892 INFO  (jetty-launcher-136-thread-10) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4f468c58{HTTP/1.1,[http/1.1]}{127.0.0.1:36890}
   [junit4]   2> 145893 INFO  (jetty-launcher-136-thread-10) [    ] o.e.j.s.Server Started @146185ms
   [junit4]   2> 145893 INFO  (jetty-launcher-136-thread-10) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36890}
   [junit4]   2> 145893 ERROR (jetty-launcher-136-thread-10) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 145893 INFO  (jetty-launcher-136-thread-10) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 145893 INFO  (jetty-launcher-136-thread-10) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 145893 INFO  (jetty-launcher-136-thread-10) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 145893 INFO  (jetty-launcher-136-thread-10) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 145893 INFO  (jetty-launcher-136-thread-10) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-25T18:20:23.504Z
   [junit4]   2> 145940 INFO  (jetty-launcher-136-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 145940 INFO  (jetty-launcher-136-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 145940 INFO  (jetty-launcher-136-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 145944 INFO  (jetty-launcher-136-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@442b48ea{/solr,null,AVAILABLE}
   [junit4]   2> 145945 INFO  (jetty-launcher-136-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@21616282{HTTP/1.1,[http/1.1]}{127.0.0.1:33009}
   [junit4]   2> 145945 INFO  (jetty-launcher-136-thread-2) [    ] o.e.j.s.Server Started @146237ms
   [junit4]   2> 145945 INFO  (jetty-launcher-136-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33009}
   [junit4]   2> 145945 ERROR (jetty-launcher-136-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 145945 INFO  (jetty-launcher-136-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 145945 INFO  (jetty-launcher-136-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 145945 INFO  (jetty-launcher-136-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 145945 INFO  (jetty-launcher-136-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 145945 INFO  (jetty-launcher-136-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-25T18:20:23.556Z
   [junit4]   2> 145952 INFO  (jetty-launcher-136-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@41526709{HTTP/1.1,[http/1.1]}{127.0.0.1:46702}
   [junit4]   2> 145952 INFO  (jetty-launcher-136-thread-3) [    ] o.e.j.s.Server Started @146244ms
   [junit4]   2> 145952 INFO  (jetty-launcher-136-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46702}
   [junit4]   2> 145952 ERROR (jetty-launcher-136-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 145953 INFO  (jetty-launcher-136-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 145953 INFO  (jetty-launcher-136-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 145953 INFO  (jetty-launcher-136-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 145953 INFO  (jetty-launcher-136-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 145953 INFO  (jetty-launcher-136-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-25T18:20:23.564Z
   [junit4]   2> 145992 INFO  (jetty-launcher-136-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 145992 INFO  (jetty-launcher-136-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 145992 INFO  (jetty-launcher-136-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 145996 INFO  (jetty-launcher-136-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5583e943{/solr,null,AVAILABLE}
   [junit4]   2> 145997 INFO  (jetty-launcher-136-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@440a1d3d{HTTP/1.1,[http/1.1]}{127.0.0.1:38514}
   [junit4]   2> 145998 INFO  (jetty-launcher-136-thread-1) [    ] o.e.j.s.Server Started @146290ms
   [junit4]   2> 145998 INFO  (jetty-launcher-136-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38514}
   [junit4]   2> 145998 ERROR (jetty-launcher-136-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 145998 INFO  (jetty-launcher-136-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 145998 INFO  (jetty-launcher-136-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 145998 INFO  (jetty-launcher-136-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 145998 INFO  (jetty-launcher-136-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 145998 INFO  (jetty-launcher-136-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-25T18:20:23.609Z
   [junit4]   2> 146021 INFO  (zkConnectionManagerCallback-157-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 146040 INFO  (zkConnectionManagerCallback-153-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 146040 INFO  (zkConnectionManagerCallback-145-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 146048 INFO  (zkConnectionManagerCallback-147-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 146056 INFO  (zkConnectionManagerCallback-151-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 146060 INFO  (zkConnectionManagerCallback-143-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 146084 INFO  (zkConnectionManagerCallback-149-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 146084 INFO  (zkConnectionManagerCallback-155-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 146090 INFO  (jetty-launcher-136-thread-7) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 146091 INFO  (jetty-launcher-136-thread-9) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 146091 INFO  (jetty-launcher-136-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 146091 INFO  (jetty-launcher-136-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 146091 INFO  (jetty-launcher-136-thread-10) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 146091 INFO  (jetty-launcher-136-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 146096 INFO  (zkConnectionManagerCallback-141-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 146123 INFO  (zkConnectionManagerCallback-159-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 146128 INFO  (jetty-launcher-136-thread-8) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 146181 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 0x102dc6f69f90007, likely client has closed socket
   [junit4]   2> 146182 INFO  (jetty-launcher-136-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 146182 INFO  (jetty-launcher-136-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 146182 INFO  (jetty-launcher-136-thread-6) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 146268 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 0x102dc6f69f90005, likely client has closed socket
   [junit4]   2> 146268 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 0x102dc6f69f90008, likely client has closed socket
   [junit4]   2> 146532 INFO  (jetty-launcher-136-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45607/solr
   [junit4]   2> 146632 INFO  (zkConnectionManagerCallback-163-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 146788 INFO  (zkConnectionManagerCallback-165-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 147112 INFO  (jetty-launcher-136-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45607/solr
   [junit4]   2> 147137 INFO  (jetty-launcher-136-thread-3) [n:127.0.0.1:46702_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 147138 INFO  (jetty-launcher-136-thread-3) [n:127.0.0.1:46702_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:46702_solr
   [junit4]   2> 147139 INFO  (jetty-launcher-136-thread-3) [n:127.0.0.1:46702_solr    ] o.a.s.c.Overseer Overseer (id=72862915068755980-127.0.0.1:46702_solr-n_0000000000) starting
   [junit4]   2> 147195 INFO  (jetty-launcher-136-thread-6) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45607/solr
   [junit4]   2> 147213 INFO  (zkConnectionManagerCallback-172-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 147242 INFO  (jetty-launcher-136-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45607/solr
   [junit4]   2> 147243 INFO  (zkConnectionManagerCallback-181-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 147243 INFO  (zkConnectionManagerCallback-184-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 147345 INFO  (jetty-launcher-136-thread-10) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45607/solr
   [junit4]   2> 147357 INFO  (jetty-launcher-136-thread-3) [n:127.0.0.1:46702_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45607/solr ready
   [junit4]   2> 147427 INFO  (jetty-launcher-136-thread-7) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45607/solr
   [junit4]   2> 147429 INFO  (zkConnectionManagerCallback-176-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 147471 INFO  (zkConnectionManagerCallback-188-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 147484 INFO  (jetty-launcher-136-thread-3) [n:127.0.0.1:46702_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46702_solr
   [junit4]   2> 147488 INFO  (zkConnectionManagerCallback-191-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 147492 INFO  (zkConnectionManagerCallback-196-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 147502 INFO  (jetty-launcher-136-thread-2) [n:127.0.0.1:33009_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 147511 INFO  (jetty-launcher-136-thread-2) [n:127.0.0.1:33009_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 147512 INFO  (jetty-launcher-136-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45607/solr
   [junit4]   2> 147520 INFO  (jetty-launcher-136-thread-2) [n:127.0.0.1:33009_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 147520 INFO  (jetty-launcher-136-thread-2) [n:127.0.0.1:33009_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33009_solr
   [junit4]   2> 147532 INFO  (zkConnectionManagerCallback-192-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 147544 INFO  (jetty-launcher-136-thread-1) [n:127.0.0.1:38514_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 147546 INFO  (jetty-launcher-136-thread-1) [n:127.0.0.1:38514_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 147565 INFO  (zkCallback-189-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 147605 INFO  (OverseerStateUpdate-72862915068755980-127.0.0.1:46702_solr-n_0000000000) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 147606 INFO  (jetty-launcher-136-thread-1) [n:127.0.0.1:38514_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 147607 INFO  (jetty-launcher-136-thread-1) [n:127.0.0.1:38514_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38514_solr
   [junit4]   2> 147616 INFO  (zkCallback-164-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 147628 INFO  (zkConnectionManagerCallback-202-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 147628 INFO  (zkConnectionManagerCallback-204-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 147659 INFO  (zkCallback-180-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 147660 INFO  (jetty-launcher-136-thread-8) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45607/solr
   [junit4]   2> 147672 INFO  (zkConnectionManagerCallback-209-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 147704 INFO  (zkCallback-189-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 147708 INFO  (jetty-launcher-136-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45607/solr
   [junit4]   2> 147711 INFO  (zkConnectionManagerCallback-214-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 147711 INFO  (jetty-launcher-136-thread-3) [n:127.0.0.1:46702_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 147717 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 0x102dc6f69f90019, likely client has closed socket
   [junit4]   2> 147724 INFO  (jetty-launcher-136-thread-10) [n:127.0.0.1:36890_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 147725 INFO  (jetty-launcher-136-thread-6) [n:127.0.0.1:46408_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 147729 INFO  (jetty-launcher-136-thread-10) [n:127.0.0.1:36890_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 147730 INFO  (jetty-launcher-136-thread-6) [n:127.0.0.1:46408_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 147731 INFO  (zkConnectionManagerCallback-211-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 147731 INFO  (jetty-launcher-136-thread-10) [n:127.0.0.1:36890_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 147731 INFO  (jetty-launcher-136-thread-10) [n:127.0.0.1:36890_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36890_solr
   [junit4]   2> 147736 INFO  (zkCallback-189-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 147746 INFO  (jetty-launcher-136-thread-7) [n:127.0.0.1:34535_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 147749 INFO  (jetty-launcher-136-thread-7) [n:127.0.0.1:34535_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 147752 INFO  (jetty-launcher-136-thread-7) [n:127.0.0.1:34535_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 147753 INFO  (jetty-launcher-136-thread-7) [n:127.0.0.1:34535_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34535_solr
   [junit4]   2> 147760 INFO  (zkCallback-189-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 147816 INFO  (zkCallback-190-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 147860 INFO  (zkCallback-190-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 147861 INFO  (jetty-launcher-136-thread-6) [n:127.0.0.1:46408_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 147861 INFO  (jetty-launcher-136-thread-6) [n:127.0.0.1:46408_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46408_solr
   [junit4]   2> 147863 INFO  (zkCallback-180-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (5)
   [junit4]   2> 147863 INFO  (zkCallback-189-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 147877 INFO  (jetty-launcher-136-thread-3) [n:127.0.0.1:46702_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46702.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a5197d7
   [junit4]   2> 147882 INFO  (jetty-launcher-136-thread-9) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45607/solr
   [junit4]   2> 147893 INFO  (zkCallback-190-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 147905 INFO  (jetty-launcher-136-thread-3) [n:127.0.0.1:46702_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46702.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a5197d7
   [junit4]   2> 147905 INFO  (jetty-launcher-136-thread-3) [n:127.0.0.1:46702_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46702.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a5197d7
   [junit4]   2> 147906 INFO  (jetty-launcher-136-thread-3) [n:127.0.0.1:46702_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_915C419EB633AB03-001/tempDir-001/node2/.
   [junit4]   2> 147907 INFO  (zkConnectionManagerCallback-249-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 147907 INFO  (zkCallback-180-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 147912 INFO  (zkConnectionManagerCallback-218-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 147979 INFO  (zkConnectionManagerCallback-236-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 147968 INFO  (zkCallback-164-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (6)
   [junit4]   2> 147940 INFO  (zkConnectionManagerCallback-221-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 147937 INFO  (zkConnectionManagerCallback-242-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 147931 INFO  (zkCallback-203-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (6)
   [junit4]   2> 147931 INFO  (zkCallback-208-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (6)
   [junit4]   2> 147931 INFO  (zkCallback-210-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 147984 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 0x102dc6f69f9001c, likely client has closed socket
   [junit4]   2> 147985 INFO  (jetty-launcher-136-thread-2) [n:127.0.0.1:33009_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (6)
   [junit4]   2> 147986 INFO  (jetty-launcher-136-thread-10) [n:127.0.0.1:36890_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (6)
   [junit4]   2> 147988 INFO  (jetty-launcher-136-thread-10) [n:127.0.0.1:36890_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45607/solr ready
   [junit4]   2> 147991 INFO  (jetty-launcher-136-thread-4) [n:127.0.0.1:35480_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (6)
   [junit4]   2> 148001 INFO  (jetty-launcher-136-thread-4) [n:127.0.0.1:35480_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 148012 INFO  (zkCallback-210-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 148013 INFO  (jetty-launcher-136-thread-4) [n:127.0.0.1:35480_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 148013 INFO  (jetty-launcher-136-thread-4) [n:127.0.0.1:35480_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35480_solr
   [junit4]   2> 148014 INFO  (zkCallback-190-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
   [junit4]   2> 148016 INFO  (zkCallback-189-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
   [junit4]   2> 148048 INFO  (jetty-launcher-136-thread-10) [n:127.0.0.1:36890_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 148066 INFO  (jetty-launcher-136-thread-2) [n:127.0.0.1:33009_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45607/solr ready
   [junit4]   2> 148100 INFO  (jetty-launcher-136-thread-2) [n:127.0.0.1:33009_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 148131 INFO  (zkConnectionManagerCallback-258-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 148133 INFO  (zkCallback-210-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
   [junit4]   2> 148133 INFO  (zkCallback-203-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
   [junit4]   2> 148135 INFO  (jetty-launcher-136-thread-6) [n:127.0.0.1:46408_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (7)
   [junit4]   2> 148136 INFO  (jetty-launcher-136-thread-6) [n:127.0.0.1:46408_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45607/solr ready
   [junit4]   2> 148144 INFO  (zkCallback-180-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
   [junit4]   2> 148145 INFO  (zkCallback-208-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
   [junit4]   2> 148164 INFO  (zkCallback-164-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
   [junit4]   2> 148166 INFO  (zkConnectionManagerCallback-246-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 148167 INFO  (jetty-launcher-136-thread-1) [n:127.0.0.1:38514_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (7)
   [junit4]   2> 148168 INFO  (jetty-launcher-136-thread-1) [n:127.0.0.1:38514_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45607/solr ready
   [junit4]   2> 148176 INFO  (jetty-launcher-136-thread-6) [n:127.0.0.1:46408_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 148234 INFO  (zkCallback-217-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
   [junit4]   2> 148235 INFO  (zkCallback-235-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
   [junit4]   2> 148235 INFO  (zkCallback-241-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
   [junit4]   2> 148236 INFO  (zkConnectionManagerCallback-254-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 148238 INFO  (jetty-launcher-136-thread-7) [n:127.0.0.1:34535_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (7)
   [junit4]   2> 148239 INFO  (jetty-launcher-136-thread-7) [n:127.0.0.1:34535_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45607/solr ready
   [junit4]   2> 148260 INFO  (zkConnectionManagerCallback-269-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 148262 INFO  (jetty-launcher-136-thread-4) [n:127.0.0.1:35480_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (7)
   [junit4]   2> 148263 INFO  (jetty-launcher-136-thread-4) [n:127.0.0.1:35480_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45607/solr ready
   [junit4]   2> 148269 INFO  (zkConnectionManagerCallback-271-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 148277 INFO  (jetty-launcher-136-thread-5) [n:127.0.0.1:33981_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (7)
   [junit4]   2> 148280 INFO  (jetty-launcher-136-thread-5) [n:127.0.0.1:33981_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 148287 INFO  (jetty-launcher-136-thread-5) [n:127.0.0.1:33981_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 148287 INFO  (jetty-launcher-136-thread-5) [n:127.0.0.1:33981_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33981_solr
   [junit4]   2> 148289 INFO  (zkCallback-203-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
   [junit4]   2> 148289 INFO  (zkCallback-189-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
   [junit4]   2> 148289 INFO  (zkCallback-208-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
   [junit4]   2> 148289 INFO  (zkCallback-180-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
   [junit4]   2> 148289 INFO  (zkCallback-164-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
   [junit4]   2> 148290 INFO  (zkCallback-190-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
   [junit4]   2> 148290 INFO  (zkCallback-210-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
   [junit4]   2> 148311 INFO  (jetty-launcher-136-thread-1) [n:127.0.0.1:38514_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 148336 INFO  (jetty-launcher-136-thread-4) [n:127.0.0.1:35480_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 148364 INFO  (zkConnectionManagerCallback-238-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 148376 INFO  (jetty-launcher-136-thread-8) [n:127.0.0.1:38133_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (8)
   [junit4]   2> 148379 INFO  (jetty-launcher-136-thread-8) [n:127.0.0.1:38133_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 148387 INFO  (jetty-launcher-136-thread-8) [n:127.0.0.1:38133_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 148387 INFO  (jetty-launcher-136-thread-8) [n:127.0.0.1:38133_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38133_solr
   [junit4]   2> 148389 INFO  (zkCallback-208-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 148389 INFO  (zkCallback-180-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 148389 INFO  (zkCallback-190-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 148389 INFO  (zkCallback-203-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 148390 INFO  (zkCallback-210-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 148390 INFO  (zkCallback-164-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 148392 INFO  (zkCallback-189-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 148408 INFO  (zkCallback-241-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (9)
   [junit4]   2> 148416 INFO  (zkCallback-217-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (9)
   [junit4]   2> 148453 INFO  (zkCallback-257-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (9)
   [junit4]   2> 148456 INFO  (zkCallback-235-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (9)
   [junit4]   2> 148456 INFO  (zkCallback-245-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (9)
   [junit4]   2> 148489 INFO  (zkCallback-253-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (9)
   [junit4]   2> 148489 INFO  (zkCallback-270-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (9)
   [junit4]   2> 148489 INFO  (zkCallback-268-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (9)
   [junit4]   2> 148516 INFO  (zkConnectionManagerCallback-264-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 148521 INFO  (zkConnectionManagerCallback-285-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 148524 INFO  (jetty-launcher-136-thread-8) [n:127.0.0.1:38133_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (9)
   [junit4]   2> 148527 INFO  (jetty-launcher-136-thread-8) [n:127.0.0.1:38133_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45607/solr ready
   [junit4]   2> 148530 INFO  (jetty-launcher-136-thread-9) [n:127.0.0.1:43598_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (9)
   [junit4]   2> 148532 INFO  (jetty-launcher-136-thread-7) [n:127.0.0.1:34535_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 148533 INFO  (jetty-launcher-136-thread-9) [n:127.0.0.1:43598_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 148535 INFO  (jetty-launcher-136-thread-9) [n:127.0.0.1:43598_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 148535 INFO  (jetty-launcher-136-thread-9) [n:127.0.0.1:43598_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43598_solr
   [junit4]   2> 148538 INFO  (zkCallback-190-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 148539 INFO  (zkCallback-241-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 148539 INFO  (zkCallback-235-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 148539 INFO  (zkCallback-189-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 148539 INFO  (zkCallback-253-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 148540 INFO  (zkCallback-203-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 148543 INFO  (zkCallback-180-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 148543 INFO  (zkCallback-208-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 148543 INFO  (zkCallback-210-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 148543 INFO  (zkCallback-164-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 148548 INFO  (zkCallback-217-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 148588 INFO  (zkCallback-237-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 148593 INFO  (jetty-launcher-136-thread-1) [n:127.0.0.1:38514_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38514.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a5197d7
   [junit4]   2> 148608 INFO  (zkConnectionManagerCallback-292-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 148609 INFO  (jetty-launcher-136-thread-5) [n:127.0.0.1:33981_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (10)
   [junit4]   2> 148611 INFO  (jetty-launcher-136-thread-5) [n:127.0.0.1:33981_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45607/solr ready
   [junit4]   2> 148616 INFO  (zkCallback-268-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 148620 INFO  (zkCallback-270-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 148628 INFO  (zkCallback-245-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 148628 INFO  (zkCallback-257-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 148657 INFO  (zkCallback-263-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 148658 INFO  (jetty-launcher-136-thread-8) [n:127.0.0.1:38133_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 148672 INFO  (jetty-launcher-136-thread-5) [n:127.0.0.1:33981_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 148682 INFO  (zkCallback-237-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 148734 INFO  (zkCallback-284-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 148741 INFO  (jetty-launcher-136-thread-6) [n:127.0.0.1:46408_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46408.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a5197d7
   [junit4]   2> 148744 INFO  (zkConnectionManagerCallback-298-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 148745 INFO  (jetty-launcher-136-thread-9) [n:127.0.0.1:43598_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (10)
   [junit4]   2> 148746 INFO  (jetty-launcher-136-thread-9) [n:127.0.0.1:43598_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45607/solr ready
   [junit4]   2> 148756 INFO  (jetty-launcher-136-thread-9) [n:127.0.0.1:43598_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 148810 INFO  (jetty-launcher-136-thread-6) [n:127.0.0.1:46408_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46408.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a5197d7
   [junit4]   2> 148811 INFO  (jetty-launcher-136-thread-6) [n:127.0.0.1:46408_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46408.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a5197d7
   [junit4]   2> 148827 INFO  (jetty-launcher-136-thread-2) [n:127.0.0.1:33009_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33009.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a5197d7
   [junit4]   2> 148843 INFO  (jetty-launcher-136-thread-6) [n:127.0.0.1:46408_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_915C419EB633AB03-001/tempDir-001/node4/.
   [junit4]   2> 148850 INFO  (jetty-launcher-136-thread-10) [n:127.0.0.1:36890_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36890.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a5197d7
   [junit4]   2> 148871 INFO  (jetty-launcher-136-thread-4) [n:127.0.0.1:35480_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35480.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a5197d7
   [junit4]   2> 148874 INFO  (jetty-launcher-136-thread-7) [n:127.0.0.1:34535_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34535.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a5197d7
   [junit4]   2> 148913 INFO  (jetty-launcher-136-thread-1) [n:127.0.0.1:38514_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38514.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a5197d7
   [junit4]   2> 148914 INFO  (jetty-launcher-136-thread-1) [n:127.0.0.1:38514_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38514.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a5197d7
   [junit4]   2> 148922 INFO  (jetty-launcher-136-thread-1) [n:127.0.0.1:38514_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_915C419EB633AB03-001/tempDir-001/node1/.
   [junit4]   2> 148970 INFO  (jetty-launcher-136-thread-2) [n:127.0.0.1:33009_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33009.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a5197d7
   [junit4]   2> 148971 INFO  (jetty-launcher-136-thread-2) [n:127.0.0.1:33009_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33009.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a5197d7
   [junit4]   2> 148988 INFO  (jetty-launcher-136-thread-5) [n:127.0.0.1:33981_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33981.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a5197d7
   [junit4]   2> 148989 INFO  (jetty-launcher-136-thread-8) [n:127.0.0.1:38133_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38133.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a5197d7
   [junit4]   2> 149020 INFO  (jetty-launcher-136-thread-10) [n:127.0.0.1:36890_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36890.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a5197d7
   [junit4]   2> 149020 INFO  (jetty-launcher-136-thread-10) [n:127.0.0.1:36890_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36890.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a5197d7
   [junit4]   2> 149030 INFO  (jetty-launcher-136-thread-4) [n:127.0.0.1:35480_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35480.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a5197d7
   [junit4]   2> 149031 INFO  (jetty-launcher-136-thread-4) [n:127.0.0.1:35480_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35480.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a5197d7
   [junit4]   2> 149032 INFO  (jetty-launcher-136-thread-10) [n:127.0.0.1:36890_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_915C419EB633AB03-001/tempDir-001/node10/.
   [junit4]   2> 149035 INFO  (jetty-launcher-136-thread-7) [n:127.0.0.1:34535_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34535.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a5197d7
   [junit4]   2> 149035 INFO  (jetty-launcher-136-thread-7) [n:127.0.0.1:34535_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34535.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a5197d7
   [junit4]   2> 149048 INFO  (jetty-launcher-136-thread-2) [n:127.0.0.1:33009_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_915C419EB633AB03-001/tempDir-001/node3/.
   [junit4]   2> 149050 INFO  (jetty-launcher-136-thread-4) [n:127.0.0.1:35480_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_915C419EB633AB03-001/tempDir-001/node7/.
   [junit4]   2> 149053 INFO  (jetty-launcher-136-thread-7) [n:127.0.0.1:34535_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_915C419EB633AB03-001/tempDir-001/node6/.
   [junit4]   2> 149054 INFO  (jetty-launcher-136-thread-9) [n:127.0.0.1:43598_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43598.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a5197d7
   [junit4]   2> 149088 INFO  (jetty-launcher-136-thread-8) [n:127.0.0.1:38133_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38133.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a5197d7
   [junit4]   2> 149089 INFO  (jetty-launcher-136-thread-8) [n:127.0.0.1:38133_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38133.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a5197d7
   [junit4]   2> 149090 INFO  (jetty-launcher-136-thread-8) [n:127.0.0.1:38133_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_915C419EB633AB03-001/tempDir-001/node8/.
   [junit4]   2> 149093 INFO  (jetty-launcher-136-thread-9) [n:127.0.0.1:43598_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43598.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a5197d7
   [junit4]   2> 149094 INFO  (jetty-launcher-136-thread-9) [n:127.0.0.1:43598_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43598.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a5197d7
   [junit4]   2> 149095 INFO  (jetty-launcher-136-thread-9) [n:127.0.0.1:43598_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_915C419EB633AB03-001/tempDir-001/node9/.
   [junit4]   2> 149087 INFO  (jetty-launcher-136-thread-5) [n:127.0.0.1:33981_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33981.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a5197d7
   [junit4]   2> 149095 INFO  (jetty-launcher-136-thread-5) [n:127.0.0.1:33981_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33981.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a5197d7
   [junit4]   2> 149096 INFO  (jetty-launcher-136-thread-5) [n:127.0.0.1:33981_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_915C419EB633AB03-001/tempDir-001/node5/.
   [junit4]   2> 150312 INFO  (zkConnectionManagerCallback-301-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 150356 INFO  (zkConnectionManagerCallback-306-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 150358 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[915C419EB633AB03]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (10)
   [junit4]   2> 150359 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[915C419EB633AB03]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45607/solr ready
   [junit4]   2> 151261 INFO  (qtp1208428384-477) [n:127.0.0.1:38133_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=5&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 151275 INFO  (OverseerThreadFactory-180-thread-1) [    ] o.a.s.c.a.c.CreateCollectionCmd Create collection test_col
   [junit4]   2> 151400 INFO  (OverseerStateUpdate-72862915068755980-127.0.0.1:46702_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:33981/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 151403 INFO  (OverseerStateUpdate-72862915068755980-127.0.0.1:46702_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:46408/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 151406 INFO  (OverseerStateUpdate-72862915068755980-127.0.0.1:46702_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:46702/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 151409 INFO  (OverseerStateUpdate-72862915068755980-127.0.0.1:46702_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:43598/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 151412 INFO  (OverseerStateUpdate-72862915068755980-127.0.0.1:46702_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"test_col_shard3_replica_n8",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:38514/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 151417 INFO  (OverseerStateUpdate-72862915068755980-127.0.0.1:46702_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"test_col_shard3_replica_n10",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:36890/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 151420 INFO  (OverseerStateUpdate-72862915068755980-127.0.0.1:46702_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard4",
   [junit4]   2>   "core":"test_col_shard4_replica_n12",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:34535/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 151423 INFO  (OverseerStateUpdate-72862915068755980-127.0.0.1:46702_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard4",
   [junit4]   2>   "core":"test_col_shard4_replica_n14",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:33009/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 151426 INFO  (OverseerStateUpdate-72862915068755980-127.0.0.1:46702_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard5",
   [junit4]   2>   "core":"test_col_shard5_replica_n16",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:38133/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 151430 INFO  (OverseerStateUpdate-72862915068755980-127.0.0.1:46702_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard5",
   [junit4]   2>   "core":"test_col_shard5_replica_n18",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:35480/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 151642 INFO  (qtp265530770-439) [n:127.0.0.1:46408_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=5&shard=shard1&wt=javabin
   [junit4]   2> 151648 INFO  (qtp162145606-538) [n:127.0.0.1:38514_solr    x:test_col_shard3_replica_n8] 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_node11&name=test_col_shard3_replica_n8&action=CREATE&numShards=5&shard=shard3&wt=javabin
   [junit4]   2> 151652 INFO  (qtp1208428384-471) [n:127.0.0.1:38133_solr    x:test_col_shard5_replica_n16] 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_node19&name=test_col_shard5_replica_n16&action=CREATE&numShards=5&shard=shard5&wt=javabin
   [junit4]   2> 151656 INFO  (qtp779476885-465) [n:127.0.0.1:43598_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_node9&name=test_col_shard2_replica_n6&action=CREATE&numShards=5&shard=shard2&wt=javabin
   [junit4]   2> 151668 INFO  (qtp669946023-494) [n:127.0.0.1:33981_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=5&shard=shard1&wt=javabin
   [junit4]   2> 151703 INFO  (qtp955002122-520) [n:127.0.0.1:36890_solr    x:test_col_shard3_replica_n10] 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_node13&name=test_col_shard3_replica_n10&action=CREATE&numShards=5&shard=shard3&wt=javabin
   [junit4]   2> 151712 INFO  (qtp432939657-483) [n:127.0.0.1:34535_solr    x:test_col_shard4_replica_n12] 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_node15&name=test_col_shard4_replica_n12&action=CREATE&numShards=5&shard=shard4&wt=javabin
   [junit4]   2> 151721 INFO  (qtp1994622966-509) [n:127.0.0.1:35480_solr    x:test_col_shard5_replica_n18] 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_node20&name=test_col_shard5_replica_n18&action=CREATE&numShards=5&shard=shard5&wt=javabin
   [junit4]   2> 151740 INFO  (qtp109370149-451) [n:127.0.0.1:46702_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=5&shard=shard2&wt=javabin
   [junit4]   2> 151740 INFO  (qtp109370149-451) [n:127.0.0.1:46702_solr    x:test_col_shard2_replica_n4] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 151741 INFO  (qtp1562283310-530) [n:127.0.0.1:33009_solr    x:test_col_shard4_replica_n14] 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_node17&name=test_col_shard4_replica_n14&action=CREATE&numShards=5&shard=shard4&wt=javabin
   [junit4]   2> 152708 INFO  (qtp265530770-439) [n:127.0.0.1:46408_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> 152739 INFO  (qtp162145606-538) [n:127.0.0.1:38514_solr c:test_col s:shard3 r:core_node11 x:test_col_shard3_replica_n8] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 152770 INFO  (qtp779476885-465) [n:127.0.0.1:43598_solr c:test_col s:shard2 r:core_node9 x:test_col_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 152801 INFO  (qtp1208428384-471) [n:127.0.0.1:38133_solr c:test_col s:shard5 r:core_node19 x:test_col_shard5_replica_n16] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 152805 INFO  (qtp265530770-439) [n:127.0.0.1:46408_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] S

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

ngth is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

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 33ms :: artifacts dl 4ms
	---------------------------------------------------------------------
	|                  |            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: 514 minutes 43 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-NightlyTests-master - Build # 1570 - Still unstable

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

2 tests failed.
FAILED:  org.apache.solr.cloud.api.collections.TestLocalFSCloudBackupRestore.test

Error Message:
Error from server at https://127.0.0.1:39386/solr: Solr cloud with available number of nodes:1 is insufficient for restoring a collection with 2 shards, total replicas per shard 3 and maxShardsPerNode 4. Consider increasing maxShardsPerNode value OR number of available nodes.

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:39386/solr: Solr cloud with available number of nodes:1 is insufficient for restoring a collection with 2 shards, total replicas per shard 3 and maxShardsPerNode 4. Consider increasing maxShardsPerNode value OR number of available nodes.
	at __randomizedtesting.SeedInfo.seed([622F3E9135CCDCD5:EA7B014B9B30B12D]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1106)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:886)
	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.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.api.collections.AbstractCloudBackupRestoreTestCase.testBackupAndRestore(AbstractCloudBackupRestoreTestCase.java:320)
	at org.apache.solr.cloud.api.collections.AbstractCloudBackupRestoreTestCase.test(AbstractCloudBackupRestoreTestCase.java:145)
	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.client.solrj.io.stream.StreamDecoratorTest.testLeftOuterJoinStream

Error Message:
org.apache.solr.common.SolrException: Could not load collection from ZK: collection1_collection

Stack Trace:
java.io.IOException: org.apache.solr.common.SolrException: Could not load collection from ZK: collection1_collection
	at __randomizedtesting.SeedInfo.seed([8DC5860AF43C3ED6:A9A35F2ADF7C0FAD]:0)
	at org.apache.solr.client.solrj.io.stream.CloudSolrStream.constructStreams(CloudSolrStream.java:378)
	at org.apache.solr.client.solrj.io.stream.CloudSolrStream.open(CloudSolrStream.java:274)
	at org.apache.solr.client.solrj.io.stream.PushBackStream.open(PushBackStream.java:71)
	at org.apache.solr.client.solrj.io.stream.JoinStream.open(JoinStream.java:150)
	at org.apache.solr.client.solrj.io.stream.StreamDecoratorTest.getTuples(StreamDecoratorTest.java:3916)
	at org.apache.solr.client.solrj.io.stream.StreamDecoratorTest.testLeftOuterJoinStream(StreamDecoratorTest.java:1822)
	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.solr.common.SolrException: Could not load collection from ZK: collection1_collection
	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$CollectionRef.get(ClusterState.java:386)
	at org.apache.solr.common.cloud.ClusterState.getCollectionsMap(ClusterState.java:164)
	at org.apache.solr.client.solrj.io.stream.CloudSolrStream.getSlices(CloudSolrStream.java:331)
	at org.apache.solr.client.solrj.io.stream.TupleStream.getShards(TupleStream.java:141)
	at org.apache.solr.client.solrj.io.stream.CloudSolrStream.constructStreams(CloudSolrStream.java:363)
	... 44 more
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1_collection/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)
	... 50 more




Build Log:
[...truncated 13400 lines...]
   [junit4] Suite: org.apache.solr.cloud.api.collections.TestLocalFSCloudBackupRestore
   [junit4]   2> 645059 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[622F3E9135CCDCD5]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.TestLocalFSCloudBackupRestore_622F3E9135CCDCD5-001/init-core-data-001
   [junit4]   2> 645059 WARN  (SUITE-TestLocalFSCloudBackupRestore-seed#[622F3E9135CCDCD5]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 645154 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[622F3E9135CCDCD5]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 645168 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[622F3E9135CCDCD5]-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> 645171 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[622F3E9135CCDCD5]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.TestLocalFSCloudBackupRestore_622F3E9135CCDCD5-001/tempDir-001
   [junit4]   2> 645171 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[622F3E9135CCDCD5]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 645192 INFO  (Thread-774) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 645192 INFO  (Thread-774) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 645229 ERROR (Thread-774) [    ] 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> 645302 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[622F3E9135CCDCD5]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:40215
   [junit4]   2> 645377 INFO  (zkConnectionManagerCallback-906-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 645435 INFO  (jetty-launcher-903-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> 645498 INFO  (jetty-launcher-903-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> 645557 INFO  (jetty-launcher-903-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 645606 INFO  (jetty-launcher-903-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 645608 INFO  (jetty-launcher-903-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 645643 INFO  (jetty-launcher-903-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 645643 INFO  (jetty-launcher-903-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 645643 INFO  (jetty-launcher-903-thread-2) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 645663 INFO  (jetty-launcher-903-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@575c6ece{/solr,null,AVAILABLE}
   [junit4]   2> 645665 INFO  (jetty-launcher-903-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@112cb1f7{SSL,[ssl, http/1.1]}{127.0.0.1:39386}
   [junit4]   2> 645665 INFO  (jetty-launcher-903-thread-2) [    ] o.e.j.s.Server Started @645743ms
   [junit4]   2> 645665 INFO  (jetty-launcher-903-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39386}
   [junit4]   2> 645665 ERROR (jetty-launcher-903-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 645665 INFO  (jetty-launcher-903-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 645665 INFO  (jetty-launcher-903-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 645665 INFO  (jetty-launcher-903-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 645665 INFO  (jetty-launcher-903-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 645665 INFO  (jetty-launcher-903-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-24T01:17:02.880Z
   [junit4]   2> 645683 INFO  (jetty-launcher-903-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5ce68993{/solr,null,AVAILABLE}
   [junit4]   2> 645683 INFO  (jetty-launcher-903-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@67f96de4{SSL,[ssl, http/1.1]}{127.0.0.1:40995}
   [junit4]   2> 645716 INFO  (jetty-launcher-903-thread-1) [    ] o.e.j.s.Server Started @645794ms
   [junit4]   2> 645716 INFO  (jetty-launcher-903-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40995}
   [junit4]   2> 645716 ERROR (jetty-launcher-903-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 645717 INFO  (jetty-launcher-903-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 645717 INFO  (jetty-launcher-903-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 645717 INFO  (jetty-launcher-903-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 645717 INFO  (jetty-launcher-903-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 645717 INFO  (jetty-launcher-903-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-24T01:17:02.932Z
   [junit4]   2> 645724 INFO  (zkConnectionManagerCallback-908-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 645737 INFO  (jetty-launcher-903-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 645755 INFO  (zkConnectionManagerCallback-910-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 645756 INFO  (jetty-launcher-903-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 647215 INFO  (jetty-launcher-903-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40215/solr
   [junit4]   2> 647256 INFO  (zkConnectionManagerCallback-914-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 647350 INFO  (zkConnectionManagerCallback-916-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 647901 INFO  (jetty-launcher-903-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40215/solr
   [junit4]   2> 647966 INFO  (zkConnectionManagerCallback-922-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 648055 INFO  (zkConnectionManagerCallback-924-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 648150 INFO  (jetty-launcher-903-thread-2) [n:127.0.0.1:39386_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 648151 INFO  (jetty-launcher-903-thread-2) [n:127.0.0.1:39386_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39386_solr
   [junit4]   2> 648165 INFO  (jetty-launcher-903-thread-2) [n:127.0.0.1:39386_solr    ] o.a.s.c.Overseer Overseer (id=72853228822265862-127.0.0.1:39386_solr-n_0000000000) starting
   [junit4]   2> 648254 INFO  (zkConnectionManagerCallback-931-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 648259 INFO  (jetty-launcher-903-thread-2) [n:127.0.0.1:39386_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40215/solr ready
   [junit4]   2> 648368 INFO  (jetty-launcher-903-thread-2) [n:127.0.0.1:39386_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39386_solr
   [junit4]   2> 648386 INFO  (jetty-launcher-903-thread-1) [n:127.0.0.1:40995_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 648401 INFO  (jetty-launcher-903-thread-1) [n:127.0.0.1:40995_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 648402 INFO  (jetty-launcher-903-thread-1) [n:127.0.0.1:40995_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40995_solr
   [junit4]   2> 648531 INFO  (zkCallback-915-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 648551 INFO  (zkCallback-930-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 648641 INFO  (zkCallback-915-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 648641 INFO  (zkCallback-923-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 648838 INFO  (jetty-launcher-903-thread-2) [n:127.0.0.1:39386_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 648896 INFO  (zkConnectionManagerCallback-936-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 648967 INFO  (jetty-launcher-903-thread-1) [n:127.0.0.1:40995_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 648968 INFO  (jetty-launcher-903-thread-1) [n:127.0.0.1:40995_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40215/solr ready
   [junit4]   2> 648968 INFO  (jetty-launcher-903-thread-1) [n:127.0.0.1:40995_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 649170 INFO  (jetty-launcher-903-thread-2) [n:127.0.0.1:39386_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39386.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3c5360d2
   [junit4]   2> 649309 INFO  (jetty-launcher-903-thread-2) [n:127.0.0.1:39386_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39386.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3c5360d2
   [junit4]   2> 649309 INFO  (jetty-launcher-903-thread-2) [n:127.0.0.1:39386_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39386.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3c5360d2
   [junit4]   2> 649310 INFO  (jetty-launcher-903-thread-2) [n:127.0.0.1:39386_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.TestLocalFSCloudBackupRestore_622F3E9135CCDCD5-001/tempDir-001/node2/.
   [junit4]   2> 649365 INFO  (jetty-launcher-903-thread-1) [n:127.0.0.1:40995_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40995.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3c5360d2
   [junit4]   2> 649496 INFO  (jetty-launcher-903-thread-1) [n:127.0.0.1:40995_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40995.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3c5360d2
   [junit4]   2> 649497 INFO  (jetty-launcher-903-thread-1) [n:127.0.0.1:40995_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40995.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3c5360d2
   [junit4]   2> 649530 INFO  (jetty-launcher-903-thread-1) [n:127.0.0.1:40995_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.TestLocalFSCloudBackupRestore_622F3E9135CCDCD5-001/tempDir-001/node1/.
   [junit4]   2> 649815 INFO  (zkConnectionManagerCallback-940-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 649904 INFO  (zkConnectionManagerCallback-945-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 649957 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[622F3E9135CCDCD5]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 650030 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[622F3E9135CCDCD5]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40215/solr ready
   [junit4]   2> 650360 INFO  (TEST-TestLocalFSCloudBackupRestore.test-seed#[622F3E9135CCDCD5]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 650508 INFO  (qtp1971084044-3742) [n:127.0.0.1:39386_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&router.name=implicit&version=2&pullReplicas=1&shards=shard1,shard2&property.customKey=customValue&maxShardsPerNode=-1&router.field=shard_s&name=backuprestore&nrtReplicas=2&action=CREATE&tlogReplicas=0&wt=javabin and sendToOCPQueue=true
   [junit4]   2> 650542 INFO  (OverseerThreadFactory-1467-thread-1) [    ] o.a.s.c.a.c.CreateCollectionCmd Create collection backuprestore
   [junit4]   2> 650564 WARN  (OverseerThreadFactory-1467-thread-1) [    ] o.a.s.c.a.c.CreateCollectionCmd Specified number of replicas of 3 on collection backuprestore is higher than the number of Solr instances currently live or live and part of your createNodeSet(2). It's unusual to run two replica of the same slice on the same Solr-instance.
   [junit4]   2> 650763 INFO  (OverseerStateUpdate-72853228822265862-127.0.0.1:39386_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"backuprestore_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40995/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 650782 INFO  (OverseerStateUpdate-72853228822265862-127.0.0.1:39386_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"backuprestore_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:39386/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 650799 INFO  (OverseerStateUpdate-72853228822265862-127.0.0.1:39386_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"backuprestore_shard1_replica_p5",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40995/solr",
   [junit4]   2>   "type":"PULL",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 650820 INFO  (OverseerStateUpdate-72853228822265862-127.0.0.1:39386_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"backuprestore_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:39386/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 650835 INFO  (OverseerStateUpdate-72853228822265862-127.0.0.1:39386_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"backuprestore_shard2_replica_n8",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40995/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 650837 INFO  (OverseerStateUpdate-72853228822265862-127.0.0.1:39386_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"backuprestore_shard2_replica_p10",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:39386/solr",
   [junit4]   2>   "type":"PULL",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 651341 INFO  (qtp1971084044-3743) [n:127.0.0.1:39386_solr    x:backuprestore_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&collection=backuprestore&version=2&replicaType=NRT&property.customKey=customValue&coreNodeName=core_node4&name=backuprestore_shard1_replica_n2&action=CREATE&numShards=2&shard=shard1&wt=javabin
   [junit4]   2> 651342 INFO  (qtp1971084044-3743) [n:127.0.0.1:39386_solr    x:backuprestore_shard1_replica_n2] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 651412 INFO  (qtp1971084044-3740) [n:127.0.0.1:39386_solr    x:backuprestore_shard2_replica_n6] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&collection=backuprestore&version=2&replicaType=NRT&property.customKey=customValue&coreNodeName=core_node9&name=backuprestore_shard2_replica_n6&action=CREATE&numShards=2&shard=shard2&wt=javabin
   [junit4]   2> 651413 INFO  (qtp1971084044-3736) [n:127.0.0.1:39386_solr    x:backuprestore_shard2_replica_p10] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&collection=backuprestore&version=2&replicaType=PULL&property.customKey=customValue&coreNodeName=core_node12&name=backuprestore_shard2_replica_p10&action=CREATE&numShards=2&shard=shard2&wt=javabin
   [junit4]   2> 651708 INFO  (qtp1596203610-3731) [n:127.0.0.1:40995_solr    x:backuprestore_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&collection=backuprestore&version=2&replicaType=NRT&property.customKey=customValue&coreNodeName=core_node3&name=backuprestore_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin
   [junit4]   2> 651786 INFO  (qtp1596203610-3735) [n:127.0.0.1:40995_solr    x:backuprestore_shard2_replica_n8] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&collection=backuprestore&version=2&replicaType=NRT&property.customKey=customValue&coreNodeName=core_node11&name=backuprestore_shard2_replica_n8&action=CREATE&numShards=2&shard=shard2&wt=javabin
   [junit4]   2> 651822 INFO  (qtp1596203610-3732) [n:127.0.0.1:40995_solr    x:backuprestore_shard1_replica_p5] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&collection=backuprestore&version=2&replicaType=PULL&property.customKey=customValue&coreNodeName=core_node7&name=backuprestore_shard1_replica_p5&action=CREATE&numShards=2&shard=shard1&wt=javabin
   [junit4]   2> 652090 INFO  (qtp1971084044-3743) [n:127.0.0.1:39386_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 652224 INFO  (qtp1971084044-3743) [n:127.0.0.1:39386_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica_n2] o.a.s.s.IndexSchema [backuprestore_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 652260 INFO  (qtp1971084044-3743) [n:127.0.0.1:39386_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 652260 INFO  (qtp1971084044-3743) [n:127.0.0.1:39386_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'backuprestore_shard1_replica_n2' using configuration from collection backuprestore, trusted=true
   [junit4]   2> 652260 INFO  (qtp1971084044-3743) [n:127.0.0.1:39386_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39386.solr.core.backuprestore.shard1.replica_n2' (registry 'solr.core.backuprestore.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3c5360d2
   [junit4]   2> 652260 INFO  (qtp1971084044-3743) [n:127.0.0.1:39386_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 652261 INFO  (qtp1971084044-3743) [n:127.0.0.1:39386_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica_n2] o.a.s.c.SolrCore [[backuprestore_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.TestLocalFSCloudBackupRestore_622F3E9135CCDCD5-001/tempDir-001/node2/backuprestore_shard1_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.TestLocalFSCloudBackupRestore_622F3E9135CCDCD5-001/tempDir-001/node2/./backuprestore_shard1_replica_n2/data/]
   [junit4]   2> 652688 INFO  (qtp1971084044-3736) [n:127.0.0.1:39386_solr c:backuprestore s:shard2 r:core_node12 x:backuprestore_shard2_replica_p10] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 652761 INFO  (qtp1971084044-3736) [n:127.0.0.1:39386_solr c:backuprestore s:shard2 r:core_node12 x:backuprestore_shard2_replica_p10] o.a.s.s.IndexSchema [backuprestore_shard2_replica_p10] Schema name=minimal
   [junit4]   2> 652853 INFO  (qtp1971084044-3736) [n:127.0.0.1:39386_solr c:backuprestore s:shard2 r:core_node12 x:backuprestore_shard2_replica_p10] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 652853 INFO  (qtp1971084044-3736) [n:127.0.0.1:39386_solr c:backuprestore s:shard2 r:core_node12 x:backuprestore_shard2_replica_p10] o.a.s.c.CoreContainer Creating SolrCore 'backuprestore_shard2_replica_p10' using configuration from collection backuprestore, trusted=true
   [junit4]   2> 652854 INFO  (qtp1971084044-3736) [n:127.0.0.1:39386_solr c:backuprestore s:shard2 r:core_node12 x:backuprestore_shard2_replica_p10] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39386.solr.core.backuprestore.shard2.replica_p10' (registry 'solr.core.backuprestore.shard2.replica_p10') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3c5360d2
   [junit4]   2> 652854 INFO  (qtp1971084044-3736) [n:127.0.0.1:39386_solr c:backuprestore s:shard2 r:core_node12 x:backuprestore_shard2_replica_p10] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 652854 INFO  (qtp1971084044-3736) [n:127.0.0.1:39386_solr c:backuprestore s:shard2 r:core_node12 x:backuprestore_shard2_replica_p10] o.a.s.c.SolrCore [[backuprestore_shard2_replica_p10] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.TestLocalFSCloudBackupRestore_622F3E9135CCDCD5-001/tempDir-001/node2/backuprestore_shard2_replica_p10], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.TestLocalFSCloudBackupRestore_622F3E9135CCDCD5-001/tempDir-001/node2/./backuprestore_shard2_replica_p10/data/]
   [junit4]   2> 652981 INFO  (qtp1596203610-3731) [n:127.0.0.1:40995_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 653320 INFO  (qtp1971084044-3740) [n:127.0.0.1:39386_solr c:backuprestore s:shard2 r:core_node9 x:backuprestore_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 653345 INFO  (qtp1596203610-3732) [n:127.0.0.1:40995_solr c:backuprestore s:shard1 r:core_node7 x:backuprestore_shard1_replica_p5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 653366 INFO  (qtp1596203610-3731) [n:127.0.0.1:40995_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1] o.a.s.s.IndexSchema [backuprestore_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 653404 INFO  (qtp1596203610-3731) [n:127.0.0.1:40995_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 653404 INFO  (qtp1596203610-3731) [n:127.0.0.1:40995_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'backuprestore_shard1_replica_n1' using configuration from collection backuprestore, trusted=true
   [junit4]   2> 653432 INFO  (qtp1971084044-3740) [n:127.0.0.1:39386_solr c:backuprestore s:shard2 r:core_node9 x:backuprestore_shard2_replica_n6] o.a.s.s.IndexSchema [backuprestore_shard2_replica_n6] Schema name=minimal
   [junit4]   2> 653454 INFO  (qtp1596203610-3731) [n:127.0.0.1:40995_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40995.solr.core.backuprestore.shard1.replica_n1' (registry 'solr.core.backuprestore.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3c5360d2
   [junit4]   2> 653454 INFO  (qtp1596203610-3731) [n:127.0.0.1:40995_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 653454 INFO  (qtp1596203610-3731) [n:127.0.0.1:40995_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1] o.a.s.c.SolrCore [[backuprestore_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.TestLocalFSCloudBackupRestore_622F3E9135CCDCD5-001/tempDir-001/node1/backuprestore_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.TestLocalFSCloudBackupRestore_622F3E9135CCDCD5-001/tempDir-001/node1/./backuprestore_shard1_replica_n1/data/]
   [junit4]   2> 653468 INFO  (qtp1596203610-3732) [n:127.0.0.1:40995_solr c:backuprestore s:shard1 r:core_node7 x:backuprestore_shard1_replica_p5] o.a.s.s.IndexSchema [backuprestore_shard1_replica_p5] Schema name=minimal
   [junit4]   2> 653504 INFO  (qtp1971084044-3740) [n:127.0.0.1:39386_solr c:backuprestore s:shard2 r:core_node9 x:backuprestore_shard2_replica_n6] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 653505 INFO  (qtp1971084044-3740) [n:127.0.0.1:39386_solr c:backuprestore s:shard2 r:core_node9 x:backuprestore_shard2_replica_n6] o.a.s.c.CoreContainer Creating SolrCore 'backuprestore_shard2_replica_n6' using configuration from collection backuprestore, trusted=true
   [junit4]   2> 653505 INFO  (qtp1971084044-3740) [n:127.0.0.1:39386_solr c:backuprestore s:shard2 r:core_node9 x:backuprestore_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39386.solr.core.backuprestore.shard2.replica_n6' (registry 'solr.core.backuprestore.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3c5360d2
   [junit4]   2> 653505 INFO  (qtp1971084044-3740) [n:127.0.0.1:39386_solr c:backuprestore s:shard2 r:core_node9 x:backuprestore_shard2_replica_n6] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 653505 INFO  (qtp1971084044-3740) [n:127.0.0.1:39386_solr c:backuprestore s:shard2 r:core_node9 x:backuprestore_shard2_replica_n6] o.a.s.c.SolrCore [[backuprestore_shard2_replica_n6] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.TestLocalFSCloudBackupRestore_622F3E9135CCDCD5-001/tempDir-001/node2/backuprestore_shard2_replica_n6], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.TestLocalFSCloudBackupRestore_622F3E9135CCDCD5-001/tempDir-001/node2/./backuprestore_shard2_replica_n6/data/]
   [junit4]   2> 653520 INFO  (qtp1596203610-3735) [n:127.0.0.1:40995_solr c:backuprestore s:shard2 r:core_node11 x:backuprestore_shard2_replica_n8] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 653539 INFO  (qtp1596203610-3732) [n:127.0.0.1:40995_solr c:backuprestore s:shard1 r:core_node7 x:backuprestore_shard1_replica_p5] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 653540 INFO  (qtp1596203610-3732) [n:127.0.0.1:40995_solr c:backuprestore s:shard1 r:core_node7 x:backuprestore_shard1_replica_p5] o.a.s.c.CoreContainer Creating SolrCore 'backuprestore_shard1_replica_p5' using configuration from collection backuprestore, trusted=true
   [junit4]   2> 653540 INFO  (qtp1596203610-3732) [n:127.0.0.1:40995_solr c:backuprestore s:shard1 r:core_node7 x:backuprestore_shard1_replica_p5] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40995.solr.core.backuprestore.shard1.replica_p5' (registry 'solr.core.backuprestore.shard1.replica_p5') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3c5360d2
   [junit4]   2> 653540 INFO  (qtp1596203610-3732) [n:127.0.0.1:40995_solr c:backuprestore s:shard1 r:core_node7 x:backuprestore_shard1_replica_p5] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 653540 INFO  (qtp1596203610-3732) [n:127.0.0.1:40995_solr c:backuprestore s:shard1 r:core_node7 x:backuprestore_shard1_replica_p5] o.a.s.c.SolrCore [[backuprestore_shard1_replica_p5] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.TestLocalFSCloudBackupRestore_622F3E9135CCDCD5-001/tempDir-001/node1/backuprestore_shard1_replica_p5], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.TestLocalFSCloudBackupRestore_622F3E9135CCDCD5-001/tempDir-001/node1/./backuprestore_shard1_replica_p5/data/]
   [junit4]   2> 653649 INFO  (qtp1596203610-3735) [n:127.0.0.1:40995_solr c:backuprestore s:shard2 r:core_node11 x:backuprestore_shard2_replica_n8] o.a.s.s.IndexSchema [backuprestore_shard2_replica_n8] Schema name=minimal
   [junit4]   2> 653652 INFO  (qtp1596203610-3735) [n:127.0.0.1:40995_solr c:backuprestore s:shard2 r:core_node11 x:backuprestore_shard2_replica_n8] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 653652 INFO  (qtp1596203610-3735) [n:127.0.0.1:40995_solr c:backuprestore s:shard2 r:core_node11 x:backuprestore_shard2_replica_n8] o.a.s.c.CoreContainer Creating SolrCore 'backuprestore_shard2_replica_n8' using configuration from collection backuprestore, trusted=true
   [junit4]   2> 653721 INFO  (qtp1596203610-3735) [n:127.0.0.1:40995_solr c:backuprestore s:shard2 r:core_node11 x:backuprestore_shard2_replica_n8] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40995.solr.core.backuprestore.shard2.replica_n8' (registry 'solr.core.backuprestore.shard2.replica_n8') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3c5360d2
   [junit4]   2> 653721 INFO  (qtp1596203610-3735) [n:127.0.0.1:40995_solr c:backuprestore s:shard2 r:core_node11 x:backuprestore_shard2_replica_n8] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 653722 INFO  (qtp1596203610-3735) [n:127.0.0.1:40995_solr c:backuprestore s:shard2 r:core_node11 x:backuprestore_shard2_replica_n8] o.a.s.c.SolrCore [[backuprestore_shard2_replica_n8] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.TestLocalFSCloudBackupRestore_622F3E9135CCDCD5-001/tempDir-001/node1/backuprestore_shard2_replica_n8], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.TestLocalFSCloudBackupRestore_622F3E9135CCDCD5-001/tempDir-001/node1/./backuprestore_shard2_replica_n8/data/]
   [junit4]   2> 653819 INFO  (qtp1971084044-3743) [n:127.0.0.1:39386_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 653819 INFO  (qtp1971084044-3743) [n:127.0.0.1:39386_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 653820 INFO  (qtp1971084044-3743) [n:127.0.0.1:39386_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 653820 INFO  (qtp1971084044-3743) [n:127.0.0.1:39386_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 653839 INFO  (qtp1971084044-3743) [n:127.0.0.1:39386_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@148ec7b3[backuprestore_shard1_replica_n2] main]
   [junit4]   2> 653868 INFO  (qtp1971084044-3743) [n:127.0.0.1:39386_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 653869 INFO  (qtp1971084044-3743) [n:127.0.0.1:39386_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 653870 INFO  (qtp1971084044-3743) [n:127.0.0.1:39386_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 653870 INFO  (qtp1971084044-3743) [n:127.0.0.1:39386_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1604114743122984960
   [junit4]   2> 653884 INFO  (searcherExecutor-1476-thread-1-processing-n:127.0.0.1:39386_solr x:backuprestore_shard1_replica_n2 c:backuprestore s:shard1 r:core_node4) [n:127.0.0.1:39386_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica_n2] o.a.s.c.SolrCore [backuprestore_shard1_replica_n2] Registered new searcher Searcher@148ec7b3[backuprestore_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 653906 INFO  (qtp1971084044-3743) [n:127.0.0.1:39386_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/backuprestore/terms/shard1 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 653923 INFO  (qtp1971084044-3743) [n:127.0.0.1:39386_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 654648 INFO  (qtp1971084044-3736) [n:127.0.0.1:39386_solr c:backuprestore s:shard2 r:core_node12 x:backuprestore_shard2_replica_p10] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 654648 INFO  (qtp1971084044-3736) [n:127.0.0.1:39386_solr c:backuprestore s:shard2 r:core_node12 x:backuprestore_shard2_replica_p10] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 654650 INFO  (qtp1971084044-3736) [n:127.0.0.1:39386_solr c:backuprestore s:shard2 r:core_node12 x:backuprestore_shard2_replica_p10] o.a.s.s.SolrIndexSearcher Opening [Searcher@133ac16b[backuprestore_shard2_replica_p10] main]
   [junit4]   2> 654663 INFO  (qtp1971084044-3736) [n:127.0.0.1:39386_solr c:backuprestore s:shard2 r:core_node12 x:backuprestore_shard2_replica_p10] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 654664 INFO  (qtp1971084044-3736) [n:127.0.0.1:39386_solr c:backuprestore s:shard2 r:core_node12 x:backuprestore_shard2_replica_p10] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 654664 INFO  (qtp1971084044-3736) [n:127.0.0.1:39386_solr c:backuprestore s:shard2 r:core_node12 x:backuprestore_shard2_replica_p10] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 654666 INFO  (searcherExecutor-1477-thread-1-processing-n:127.0.0.1:39386_solr x:backuprestore_shard2_replica_p10 c:backuprestore s:shard2 r:core_node12) [n:127.0.0.1:39386_solr c:backuprestore s:shard2 r:core_node12 x:backuprestore_shard2_replica_p10] o.a.s.c.SolrCore [backuprestore_shard2_replica_p10] Registered new searcher Searcher@133ac16b[backuprestore_shard2_replica_p10] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 654929 INFO  (qtp1596203610-3732) [n:127.0.0.1:40995_solr c:backuprestore s:shard1 r:core_node7 x:backuprestore_shard1_replica_p5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 654929 INFO  (qtp1596203610-3732) [n:127.0.0.1:40995_solr c:backuprestore s:shard1 r:core_node7 x:backuprestore_shard1_replica_p5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 654931 INFO  (qtp1596203610-3732) [n:127.0.0.1:40995_solr c:backuprestore s:shard1 r:core_node7 x:backuprestore_shard1_replica_p5] o.a.s.s.SolrIndexSearcher Opening [Searcher@74fc413[backuprestore_shard1_replica_p5] main]
   [junit4]   2> 655049 INFO  (qtp1596203610-3735) [n:127.0.0.1:40995_solr c:backuprestore s:shard2 r:core_node11 x:backuprestore_shard2_replica_n8] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 655049 INFO  (qtp1596203610-3735) [n:127.0.0.1:40995_solr c:backuprestore s:shard2 r:core_node11 x:backuprestore_shard2_replica_n8] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 655051 INFO  (qtp1596203610-3735) [n:127.0.0.1:40995_solr c:backuprestore s:shard2 r:core_node11 x:backuprestore_shard2_replica_n8] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 655051 INFO  (qtp1596203610-3735) [n:127.0.0.1:40995_solr c:backuprestore s:shard2 r:core_node11 x:backuprestore_shard2_replica_n8] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 655061 INFO  (qtp1596203610-3732) [n:127.0.0.1:40995_solr c:backuprestore s:shard1 r:core_node7 x:backuprestore_shard1_replica_p5] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 655062 INFO  (qtp1596203610-3732) [n:127.0.0.1:40995_solr c:backuprestore s:shard1 r:core_node7 x:backuprestore_shard1_replica_p5] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 655062 INFO  (qtp1596203610-3732) [n:127.0.0.1:40995_solr c:backuprestore s:shard1 r:core_node7 x:backuprestore_shard1_replica_p5] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 655084 INFO  (qtp1596203610-3732) [n:127.0.0.1:40995_solr c:backuprestore s:shard1 r:core_node7 x:backuprestore_shard1_replica_p5] o.a.s.c.ZkController backuprestore_shard1_replica_p5 starting background replication from leader
   [junit4]   2> 655086 INFO  (qtp1596203610-3735) [n:127.0.0.1:40995_solr c:backuprestore s:shard2 r:core_node11 x:backuprestore_shard2_replica_n8] o.a.s.s.SolrIndexSearcher Opening [Searcher@3f40a7b5[backuprestore_shard2_replica_n8] main]
   [junit4]   2> 655122 INFO  (qtp1596203610-3735) [n:127.0.0.1:40995_solr c:backuprestore s:shard2 r:core_node11 x:backuprestore_shard2_replica_n8] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 655122 INFO  (qtp1596203610-3735) [n:127.0.0.1:40995_solr c:backuprestore s:shard2 r:core_node11 x:backuprestore_shard2_replica_n8] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 655123 INFO  (qtp1596203610-3735) [n:127.0.0.1:40995_solr c:backuprestore s:shard2 r:core_node11 x:backuprestore_shard2_replica_n8] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 655173 INFO  (qtp1596203610-3732) [n:127.0.0.1:40995_solr c:backuprestore s:shard1 r:core_node7 x:backuprestore_shard1_replica_p5] o.a.s.c.ReplicateFromLeader Will start replication from leader with poll interval: 00:00:03
   [junit4]   2> 655175 INFO  (qtp1596203610-3731) [n:127.0.0.1:40995_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 655175 INFO  (qtp1596203610-3731) [n:127.0.0.1:40995_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 655176 INFO  (qtp1596203610-3731) [n:127.0.0.1:40995_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 655176 INFO  (qtp1596203610-3731) [n:127.0.0.1:40995_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 655178 INFO  (qtp1971084044-3736) [n:127.0.0.1:39386_solr c:backuprestore s:shard2 r:core_node12 x:backuprestore_shard2_replica_p10] o.a.s.c.ZkController backuprestore_shard2_replica_p10 starting background replication from leader
   [junit4]   2> 655178 INFO  (qtp1971084044-3736) [n:127.0.0.1:39386_solr c:backuprestore s:shard2 r:core_node12 x:backuprestore_shard2_replica_p10] o.a.s.c.ReplicateFromLeader Will start replication from leader with poll interval: 00:00:03
   [junit4]   2> 655195 INFO  (searcherExecutor-1481-thread-1-processing-n:127.0.0.1:40995_solr x:backuprestore_shard1_replica_p5 c:backuprestore s:shard1 r:core_node7) [n:127.0.0.1:40995_solr c:backuprestore s:shard1 r:core_node7 x:backuprestore_shard1_replica_p5] o.a.s.c.SolrCore [backuprestore_shard1_replica_p5] Registered new searcher Searcher@74fc413[backuprestore_shard1_replica_p5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 655196 INFO  (qtp1596203610-3735) [n:127.0.0.1:40995_solr c:backuprestore s:shard2 r:core_node11 x:backuprestore_shard2_replica_n8] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1604114744513396736
   [junit4]   2> 655198 INFO  (searcherExecutor-1482-thread-1-processing-n:127.0.0.1:40995_solr x:backuprestore_shard2_replica_n8 c:backuprestore s:shard2 r:core_node11) [n:127.0.0.1:40995_solr c:backuprestore s:shard2 r:core_node11 x:backuprestore_shard2_replica_n8] o.a.s.c.SolrCore [backuprestore_shard2_replica_n8] Registered new searcher Searcher@3f40a7b5[backuprestore_shard2_replica_n8] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 655199 INFO  (qtp1596203610-3731) [n:127.0.0.1:40995_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@35f43745[backuprestore_shard1_replica_n1] main]
   [junit4]   2> 655211 INFO  (qtp1971084044-3740) [n:127.0.0.1:39386_solr c:backuprestore s:shard2 r:core_node9 x:backuprestore_shard2_replica_n6] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 655211 INFO  (qtp1971084044-3740) [n:127.0.0.1:39386_solr c:backuprestore s:shard2 r:core_node9 x:backuprestore_shard2_replica_n6] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 655213 INFO  (qtp1971084044-3740) [n:127.0.0.1:39386_solr c:backuprestore s:shard2 r:core_node9 x:backuprestore_shard2_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 655213 INFO  (qtp1971084044-3740) [n:127.0.0.1:39386_solr c:backuprestore s:shard2 r:core_node9 x:backuprestore_shard2_replica_n6] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 655300 INFO  (qtp1596203610-3732) [n:127.0.0.1:40995_solr c:backuprestore s:shard1 r:core_node7 x:backuprestore_shard1_replica_p5] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 655301 INFO  (qtp1596203610-3732) [n:127.0.0.1:40995_solr c:backuprestore s:shard1 r:core_node7 x:backuprestore_shard1_replica_p5] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 655302 INFO  (qtp1596203610-3731) [n:127.0.0.1:40995_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 655303 INFO  (qtp1596203610-3731) [n:127.0.0.1:40995_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 655303 INFO  (qtp1596203610-3731) [n:127.0.0.1:40995_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 655304 INFO  (qtp1971084044-3740) [n:127.0.0.1:39386_solr c:backuprestore s:shard2 r:core_node9 x:backuprestore_shard2_replica_n6] o.a.s.s.SolrIndexSearcher Opening [Searcher@788aad7d[backuprestore_shard2_replica_n6] main]
   [junit4]   2> 655317 INFO  (qtp1971084044-3736) [n:127.0.0.1:39386_solr c:backuprestore s:shard2 r:core_node12 x:backuprestore_shard2_replica_p10] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 655317 INFO  (qtp1971084044-3736) [n:127.0.0.1:39386_solr c:backuprestore s:shard2 r:core_node12 x:backuprestore_shard2_replica_p10] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 655317 INFO  (qtp1596203610-3731) [n:127.0.0.1:40995_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1604114744640274432
   [junit4]   2> 655356 INFO  (searcherExecutor-1479-thread-1-processing-n:127.0.0.1:40995_solr x:backuprestore_shard1_replica_n1 c:backuprestore s:shard1 r:core_node3) [n:127.0.0.1:40995_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1] o.a.s.c.SolrCore [backuprestore_shard1_replica_n1] Registered new searcher Searcher@35f43745[backuprestore_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 655357 INFO  (qtp1971084044-3740) [n:127.0.0.1:39386_solr c:backuprestore s:shard2 r:core_node9 x:backuprestore_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 655357 INFO  (qtp1971084044-3740) [n:127.0.0.1:39386_solr c:backuprestore s:shard2 r:core_node9 x:backuprestore_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 655375 INFO  (qtp1596203610-3731) [n:127.0.0.1:40995_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/backuprestore/terms/shard1 to Terms{values={core_node3=0, core_node4=0}, version=1}
   [junit4]   2> 655375 INFO  (qtp1596203610-3735) [n:127.0.0.1:40995_solr c:backuprestore s:shard2 r:core_node11 x:backuprestore_shard2_replica_n8] o.a.s.c.ZkShardTerms Successful update of terms at /collections/backuprestore/terms/shard2 to Terms{values={core_node11=0}, version=0}
   [junit4]   2> 655447 INFO  (qtp1971084044-3740) [n:127.0.0.1:39386_solr c:backuprestore s:shard2 r:core_node9 x:backuprestore_shard2_replica_n6] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 655447 INFO  (qtp1971084044-3740) [n:127.0.0.1:39386_solr c:backuprestore s:shard2 r:core_node9 x:backuprestore_shard2_replica_n6] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1604114744776589312
   [junit4]   2> 655450 INFO  (searcherExecutor-1480-thread-1-processing-n:127.0.0.1:39386_solr x:backuprestore_shard2_replica_n6 c:backuprestore s:shard2 r:core_node9) [n:127.0.0.1:39386_solr c:backuprestore s:shard2 r:core_node9 x:backuprestore_shard2_replica_n6] o.a.s.c.SolrCore [backuprestore_shard2_replica_n6] Registered new searcher Searcher@788aad7d[backuprestore_shard2_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 655464 INFO  (qtp1596203610-3735) [n:127.0.0.1:40995_solr c:backuprestore s:shard2 r:core_node11 x:backuprestore_shard2_replica_n8] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 655719 INFO  (qtp1971084044-3740) [n:127.0.0.1:39386_solr c:backuprestore s:shard2 r:core_node9 x:backuprestore_shard2_replica_n6] o.a.s.c.ZkShardTerms Successful update of terms at /collections/backuprestore/terms/shard2 to Terms{values={core_node11=0, core_node9=0}, version=1}
   [junit4]   2> 655720 INFO  (qtp1971084044-3743) [n:127.0.0.1:39386_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 655721 INFO  (qtp1971084044-3743) [n:127.0.0.1:39386_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 655721 INFO  (qtp1971084044-3743) [n:127.0.0.1:39386_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica_n2] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:39386/solr/backuprestore_shard1_replica_n2/
   [junit4]   2> 655722 INFO  (qtp1971084044-3743) [n:127.0.0.1:39386_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=backuprestore_shard1_replica_n2 url=https://127.0.0.1:39386/solr START replicas=[https://127.0.0.1:40995/solr/backuprestore_shard1_replica_n1/] nUpdates=100
   [junit4]   2> 655739 INFO  (qtp1971084044-3743) [n:127.0.0.1:39386_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=backuprestore_shard1_replica_n2 url=https://127.0.0.1:39386/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 655862 INFO  (qtp1596203610-3734) [n:127.0.0.1:40995_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1] o.a.s.c.S.Request [backuprestore_shard1_replica_n1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 655865 INFO  (qtp1971084044-3743) [n:127.0.0.1:39386_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica_n2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 655865 INFO  (qtp1971084044-3743) [n:127.0.0.1:39386_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica_n2] 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> 655865 INFO  (qtp1971084044-3743) [n:127.0.0.1:39386_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 655987 INFO  (qtp1596203610-3735) [n:127.0.0.1:40995_solr c:backuprestore s:shard2 r:core_node11 x:backuprestore_shard2_replica_n8] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 655987 INFO  (qtp1596203610-3735) [n:127.0.0.1:40995_solr c:backuprestore s:shard2 r:core_node11 x:backuprestore_shard2_replica_n8] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 655987 INFO  (qtp1596203610-3735) [n:127.0.0.1:40995_solr c:backuprestore s:shard2 r:core_node11 x:backuprestore_shard2_replica_n8] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:40995/solr/backuprestore_shard2_replica_n8/
   [junit4]   2> 655988 INFO  (qtp1596203610-3735) [n:127.0.0.1:40995_solr c:backuprestore s:shard2 r:core_node11 x:backuprestore_shard2_replica_n8] o.a.s.u.PeerSync PeerSync: core=backuprestore_shard2_replica_n8 url=https://127.0.0.1:40995/solr START replicas=[https://127.0.0.1:39386/solr/backuprestore_shard2_replica_n6/] nUpdates=100
   [junit4]   2> 655988 INFO  (qtp1596203610-3735) [n:127.0.0.1:40995_solr c:backuprestore s:shard2 r:core_node11 x:backuprestore_shard2_replica_n8] o.a.s.u.PeerSync PeerSync: core=backuprestore_shard2_replica_n8 url=https://127.0.0.1:40995/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 656014 INFO  (qtp1971084044-3741) [n:127.0.0.1:39386_solr c:backuprestore s:shard2 r:core_node9 x:backuprestore_shard2_replica_n6] o.a.s.c.S.Request [backuprestore_shard2_replica_n6]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 656014 INFO  (qtp1596203610-3735) [n:127.0.0.1:40995_solr c:backuprestore s:shard2 r:core_node11 x:backuprestore_shard2_replica_n8] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 656014 INFO  (qtp1596203610-3735) [n:127.0.0.1:40995_solr c:backuprestore s:shard2 r:core_node11 x:backuprestore_shard2_replica_n8] 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> 656015 INFO  (qtp1596203610-3735) [n:127.0.0.1:40995_solr c:backuprestore s:shard2 r:core_node11 x:backuprestore_shard2_replica_n8] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 656074 INFO  (qtp1596203610-3735) [n:127.0.0.1:40995_solr c:backuprestore s:shard2 r:core_node11 x:backuprestore_shard2_replica_n8] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:40995/solr/backuprestore_shard2_replica_n8/ shard2
   [junit4]   2> 656210 INFO  (qtp1971084044-3743) [n:127.0.0.1:39386_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:39386/solr/backuprestore_shard1_replica_n2/ shard1
   [junit4]   2> 656247 INFO  (qtp1596203610-3735) [n:127.0.0.1:40995_solr c:backuprestore s:shard2 r:core_node11 x:backuprestore_shard2_replica_n8] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 656248 INFO  (qtp1596203610-3735) [n:127.0.0.1:40995_solr c:backuprestore s:shard2 r:core_node11 x:backuprestore_shard2_replica_n8] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&collection=backuprestore&version=2&replicaType=NRT&property.customKey=customValue&coreNodeName=core_node11&name=backuprestore_shard2_replica_n8&action=CREATE&numShards=2&shard=shard2&wt=javabin} status=0 QTime=4462
   [junit4]   2> 656377 INFO  (zkCallback-915-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/backuprestore/state.json] for collection [backuprestore] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 656450 INFO  (indexFetcher-1499-thread-1) [    ] o.a.s.h.IndexFetcher Replica core_node4 is leader but it's state is down, skipping replication
   [junit4]   2> 656463 INFO  (qtp1971084044-3736) [n:127.0.0.1:39386_solr c:backuprestore s:shard2 r:core_node12 x:backuprestore_shard2_replica_p10] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&collection=backuprestore&version=2&replicaType=PULL&property.customKey=customValue&coreNodeName=core_node12&name=backuprestore_shard2_replica_p10&action=CREATE&numShards=2&shard=shard2&wt=javabin} status=0 QTime=5050
   [junit4]   2> 656486 INFO  (qtp1971084044-3743) [n:127.0.0.1:39386_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 656487 INFO  (qtp1596203610-3731) [n:127.0.0.1:40995_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&collection=backuprestore&version=2&replicaType=NRT&property.customKey=customValue&coreNodeName=core_node3&name=backuprestore_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin} status=0 QTime=4779
   [junit4]   2> 656523 INFO  (qtp1596203610-3732) [n:127.0.0.1:40995_solr c:backuprestore s:shard1 r:core_node7 x:backuprestore_shard1_replica_p5] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&collection=backuprestore&version=2&replicaType=PULL&property.customKey=customValue&coreNodeName=core_node7&name=backuprestore_shard1_replica_p5&action=CREATE&numShards=2&shard=shard1&wt=javabin} status=0 QTime=4702
   [junit4]   2> 656613 INFO  (qtp1971084044-3743) [n:127.0.0.1:39386_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&collection=backuprestore&version=2&replicaType=NRT&property.customKey=customValue&coreNodeName=core_node4&name=backuprestore_shard1_replica_n2&action=CREATE&numShards=2&shard=shard1&wt=javabin} status=0 QTime=5271
   [junit4]   2> 656727 INFO  (zkCallback-923-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/backuprestore/state.json] for collection [backuprestore] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 656738 INFO  (zkCallback-915-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/backuprestore/state.json] for collection [backuprestore] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 656763 INFO  (qtp1971084044-3740) [n:127.0.0.1:39386_solr c:backuprestore s:shard2 r:core_node9 x:backuprestore_shard2_replica_n6] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&collection=backuprestore&version=2&replicaType=NRT&property.customKey=customValue&coreNodeName=core_node9&name=backuprestore_shard2_replica_n6&action=CREATE&numShards=2&shard=shard2&wt=javabin} status=0 QTime=5351
   [junit4]   2> 656836 INFO  (zkCallback-923-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/backuprestore/state.json] for collection [backuprestore] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 656848 INFO  (zkCallback-915-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/backuprestore/state.json] for collection [backuprestore] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 656869 INFO  (qtp1971084044-3742) [n:127.0.0.1:39386_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> 656869 INFO  (qtp1971084044-3742) [n:127.0.0.1:39386_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&router.name=implicit&version=2&pullReplicas=1&shards=shard1,shard2&property.customKey=customValue&maxShardsPerNode=-1&router.field=shard_s&name=backuprestore&nrtReplicas=2&action=CREATE&tlogReplicas=0&wt=javabin} status=0 QTime=6360
   [junit4]   2> 656998 INFO  (indexFetcher-1507-thread-1) [    ] o.a.s.h.IndexFetcher Updated masterUrl to https://127.0.0.1:40995/solr/backuprestore_shard2_replica_n8/
   [junit4]   2> 657212 INFO  (qtp1971084044-3816) [n:127.0.0.1:39386_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/backuprestore/terms/shard1 to Terms{values={core_node3=1, core_node4=1}, version=2}
   [junit4]   2> 657304 INFO  (qtp1596203610-3728) [n:127.0.0.1:40995_solr c:backuprestore s:shard2 r:core_node11 x:backuprestore_shard2_replica_n8] o.a.s.c.S.Request [backuprestore_shard2_replica_n8]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 657392 INFO  (indexFetcher-1507-thread-1) [    ] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 657392 INFO  (indexFetcher-1507-thread-1) [    ] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 657392 INFO  (indexFetcher-1507-thread-1) [    ] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 657392 INFO  (indexFetcher-1507-thread-1) [    ] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 657392 INFO  (indexFetcher-1507-thread-1) [    ] o.a.s.h.IndexFetcher New index in Master. Deleting mine...
   [junit4]   2> 657556 INFO  (indexFetcher-1507-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 657556 INFO  (indexFetcher-1507-thread-1) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1c24b1e2 commitCommandVersion:0
   [junit4]   2> 657558 INFO  (indexFetcher-1507-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@53de462d[backuprestore_shard2_replica_p10] main]
   [junit4]   2> 657570 INFO  (indexFetcher-1507-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 657588 INFO  (searcherExecutor-1477-thread-1) [    ] o.a.s.c.SolrCore [backuprestore_shard2_replica_p10] Registered new searcher Searcher@53de462d[backuprestore_shard2_replica_p10] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 657619 INFO  (qtp1596203610-3728) [n:127.0.0.1:40995_solr c:backuprestore s:shard2 r:core_node11 x:backuprestore_shard2_replica_n8] o.a.s.c.ZkShardTerms Successful update of terms at /collections/backuprestore/terms/shard2 to Terms{values={core_node11=1, core_node9=1}, version=2}
   [junit4]   2> 657730 INFO  (qtp1971084044-3736) [n:127.0.0.1:39386_solr c:backuprestore s:shard2 r:core_node9 x:backuprestore_shard2_replica_n6] o.a.s.u.p.LogUpdateProcessorFactory [backuprestore_shard2_replica_n6]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:40995/solr/backuprestore_shard2_replica_n8/&wt=javabin&version=2}{add=[1 (1604114746730086400), 3 (1604114746948190208), 4 (1604114746948190209), 6 (1604114746948190210), 9 (1604114746949238784), 11 (1604114746949238785), 13 (1604114746949238786), 14 (1604114746949238787), 16 (1604114747046756352), 21 (1604114747046756353), ... (25 adds)]} 0 126
   [junit4]   2> 657731 INFO  (qtp1596203610-3728) [n:127.0.0.1:40995_solr c:backuprestore s:shard2 r:core_node11 x:backuprestore_shard2_replica_n8] o.a.s.u.p.LogUpdateProcessorFactory [backuprestore_shard2_replica_n8]  webapp=/solr path=/update params={update.distrib=TOLEADER&distrib.from=https://127.0.0.1:39386/solr/backuprestore_shard1_replica_n2/&wt=javabin&version=2}{add=[1 (1604114746730086400), 3 (1604114746948190208), 4 (1604114746948190209), 6 (1604114746948190210), 9 (1604114746949238784), 11 (1604114746949238785), 13 (1604114746949238786), 14 (1604114746949238787), 16 (1604114747046756352), 21 (1604114747046756353), ... (25 adds)]} 0 421
   [junit4]   2> 657734 INFO  (qtp1596203610-3729) [n:127.0.0.1:40995_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [backuprestore_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:39386/solr/backuprestore_shard1_replica_n2/&wt=javabin&version=2}{add=[0 (1604114746306461696), 2 (1604114746415513600), 5 (1604114746416562176), 7 (1604114746416562177), 8 (1604114746416562178), 10 (1604114746416562179), 12 (1604114746416562180), 15 (1604114746480525312), 17 (1604114746480525313), 18 (1604114746480525314), ... (29 adds)]} 0 630
   [junit4]   2> 657734 INFO  (qtp1971084044-3816) [n:127.0.0.1:39386_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [backuprestore_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[0 (1604114746306461696), 1, 2 (1604114746415513600), 3, 4, 5 (1604114746416562176), 6, 7 (1604114746416562177), 8 (1604114746416562178), 9, ... (54 adds)]} 0 828
   [junit4]   2> 657806 INFO  (qtp1971084044-3816) [n:127.0.0.1:39386_solr c:backuprestore s:shard2 r:core_node9 x:backuprestore_shard2_replica_n6] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1604114747250180096,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 657806 INFO  (qtp1971084044-3816) [n:127.0.0.1:39386_solr c:backuprestore s:shard2 r:core_node9 x:backuprestore_shard2_replica_n6] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@4f4c9208 commitCommandVersion:1604114747250180096
   [junit4]   2> 657807 INFO  (qtp1971084044-3737) [n:127.0.0.1:39386_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1604114747251228672,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 657807 INFO  (qtp1971084044-3737) [n:127.0.0.1:39386_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica_n2] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@5bce67b5 commitCommandVersion:1604114747251228672
   [junit4]   2> 657807 INFO  (qtp1596203610-3841) [n:127.0.0.1:40995_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1604114747251228672,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 657807 INFO  (qtp1596203610-3841) [n:127.0.0.1:40995_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@40c39166 commitCommandVersion:1604114747251228672
   [junit4]   2> 657970 INFO  (qtp1596203610-3840) [n:127.0.0.1:40995_solr c:backuprestore s:shard2 r:core_node11 x:backuprestore_shard2_replica_n8] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1604114747422146560,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 657970 INFO  (qtp1596203610-3840) [n:127.0.0.1:40995_solr c:backuprestore s:shard2 r:core_node11 x:backuprestore_shard2_replica_n8] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1e939d7f commitCommandVersion:1604114747422146560
   [junit4]   2> 658188 INFO  (qtp1971084044-3737) [n:127.0.0.1:39386_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@4129cde7[backuprestore_shard1_replica_n2] main]
   [junit4]   2> 658188 INFO  (qtp1971084044-3737) [n:127.0.0.1:39386_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 658213 INFO  (searcherExecutor-1476-thread-1-processing-n:127.0.0.1:39386_solr x:backuprestore_shard1_replica_n2 c:backuprestore s:shard1 r:core_node4) [n:127.0.0.1:39386_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica_n2] o.a.s.c.SolrCore [backuprestore_shard1_replica_n2] Registered new searcher Searcher@4129cde7[backuprestore_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C29)))}
   [junit4]   2> 658214 INFO  (qtp1971084044-3737) [n:127.0.0.1:39386_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [backuprestore_shard1_replica_n2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:39386/solr/backuprestore_shard1_replica_n2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 427
   [junit4]   2> 658229 INFO  (qtp1971084044-3816) [n:127.0.0.1:39386_solr c:backuprestore s:shard2 r:core_node9 x:backuprestore_shard2_replica_n6] o.a.s.s.SolrIndexSearcher Opening [Searcher@699660f2[backuprestore_shard2_replica_n6] main]
   [junit4]   2> 658230 INFO  (qtp1971084044-3816) [n:127.0.0.1:39386_solr c:backuprestore s:shard2 r:core_node9 x:backuprestore_shard2_replica_n6] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 658230 INFO  (qtp1596203610-3840) [n:127.0.0.1:40995_solr c:backuprestore s:shard2 r:core_node11 x:backuprestore_shard2_replica_n8] o.a.s.s.SolrIndexSearcher Opening [Searcher@6870dd1e[backuprestore_shard2_replica_n8] main]
   [junit4]   2> 658231 INFO  (qtp1596203610-3840) [n:127.0.0.1:40995_solr c:backuprestore s:shard2 r:core_node11 x:backuprestore_shard2_replica_n8] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 658237 INFO  (searcherExecutor-1480-thread-1-processing-n:127.0.0.1:39386_solr x:backuprestore_shard2_replica_n6 c:backuprestore s:shard2 r:core_node9) [n:127.0.0.1:39386_solr c:backuprestore s:shard2 r:core_node9 x:backuprestore_shard2_replica_n6] o.a.s.c.SolrCore [backuprestore_shard2_replica_n6] Registered new searcher Searcher@699660f2[backuprestore_shard2_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C25)))}
   [junit4]   2> 658238 INFO  (searcherExecutor-1482-thread-1-processing-n:127.0.0.1:40995_solr x:backuprestore_shard2_replica_n8 c:backuprestore s:shard2 r:core_node11) [n:127.0.0.1:40995_solr c:backuprestore s:shard2 r:core_node11 x:backuprestore_shard2_replica_n8] o.a.s.c.SolrCore [backuprestore_shard2_replica_n8] Registered new searcher Searcher@6870dd1e[backuprestore_shard2_replica_n8] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C25)))}
   [junit4]   2> 658238 INFO  (qtp1971084044-3816) [n:127.0.0.1:39386_solr c:backuprestore s:shard2 r:core_node9 x:backuprestore_shard2_replica_n6] o.a.s.u.p.LogUpdateProcessorFactory [backuprestore_shard2_replica_n6]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:39386/solr/backuprestore_shard1_replica_n2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 451
   [junit4]   2> 658239 INFO  (qtp1596203610-3840) [n:127.0.0.1:40995_solr c:backuprestore s:shard2 r:core_node11 x:backuprestore_shard2_replica_n8] o.a.s.u.p.LogUpdateProcessorFactory [backuprestore_shard2_replica_n8]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:39386/solr/backuprestore_shard1_replica_n2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 268
   [junit4]   2> 658244 INFO  (qtp1596203610-3841) [n:127.0.0.1:40995_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@36de1f79[backuprestore_shard1_replica_n1] main]
   [junit4]   2> 658245 INFO  (qtp1596203610-3841) [n:127.0.0.1:40995_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 658249 INFO  (searcherExecutor-1479-thread-1-processing-n:127.0.0.1:40995_solr x:backuprestore_shard1_replica_n1 c:backuprestore s:shard1 r:core_node3) [n:127.0.0.1:40995_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1] o.a.s.c.SolrCore [backuprestore_shard1_replica_n1] Registered new searcher Searcher@36de1f79[backuprestore_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C29)))}
   [junit4]   2> 658265 INFO  (qtp1596203610-3841) [n:127.0.0.1:40995_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [backuprestore_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:39386/solr/backuprestore_shard1_replica_n2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 478
   [junit4]   2> 658297 INFO  (qtp1971084044-3743) [n:127.0.0.1:39386_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [backuprestore_shard1_replica_n2]  webapp=/solr path=/update params={_stateVer_=backuprestore:9&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 561
   [junit4]   2> 658297 INFO  (TEST-TestLocalFSCloudBackupRestore.test-seed#[622F3E9135CCDCD5]) [    ] o.a.s.c.a.c.AbstractCloudBackupRestoreTestCase Indexed 54 docs to collection: backuprestore
   [junit4]   2> 658340 INFO  (qtp1596203610-3729) [n:127.0.0.1:40995_solr c:backuprestore s:shard2 r:core_node11 x:backuprestore_shard2_replica_n8] o.a.s.c.S.Request [backuprestore_shard2_replica_n8]  webapp=/solr path=/select params={q=*:*&distrib=false&wt=javabin&version=2} hits=25 status=0 QTime=0
   [junit4]   2> 658363 INFO  (qtp1971084044-3741) [n:127.0.0.1:39386_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica_n2] o.a.s.c.S.Request [backuprestore_shard1_replica_n2]  webapp=/solr path=/select params={q=*:*&distrib=false&wt=javabin&version=2} hits=29 status=0 QTime=0
   [junit4]   2> 658364 INFO  (TEST-TestLocalFSCloudBackupRestore.test-seed#[622F3E9135CCDCD5]) [    ] o.a.s.c.a.c.AbstractCloudBackupRestoreTestCase Triggering Backup command
   [junit4]   2> 658366 INFO  (qtp1971084044-3741) [n:127.0.0.1:39386_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :backup with params async=507ef60f-b905-4dad-a359-ec1372cf242c&name=mytestbackup&action=BACKUP&location=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.TestLocalFSCloudBackupRestore_622F3E9135CCDCD5-001/my+backup-001&collection=backuprestore&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 658450 INFO  (qtp1971084044-3741) [n:127.0.0.1:39386_solr c:backuprestore   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={async=507ef60f-b905-4dad-a359-ec1372cf242c&name=mytestbackup&action=BACKUP&location=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.TestLocalFSCloudBackupRestore_622F3E9135CCDCD5-001/my+backup-001&collection=backuprestore&wt=javabin&version=2} status=0 QTime=84
   [junit4]   2> 658485 INFO  (qtp1971084044-3743) [n:127.0.0.1:39386_solr    ] o.a.s.h.a.Collection

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

ngth is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

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 31ms :: artifacts dl 5ms
	---------------------------------------------------------------------
	|                  |            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: 595 minutes 13 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-NightlyTests-master - Build # 1569 - Failure

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

1 tests failed.
FAILED:  org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_dv_stored

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

Stack Trace:
java.lang.AssertionError: Some docs had errors -- check logs expected:<0> but was:<12>
	at __randomizedtesting.SeedInfo.seed([7585DA46B07DDFCD:E7B9BBC20C3AE215]: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)




Build Log:
[...truncated 14085 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_7585DA46B07DDFCD-001/init-core-data-001
   [junit4]   2> 1642203 WARN  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[7585DA46B07DDFCD]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 1642203 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[7585DA46B07DDFCD]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1642205 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[7585DA46B07DDFCD]-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> 1642205 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[7585DA46B07DDFCD]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1642206 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[7585DA46B07DDFCD]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 10 servers in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_7585DA46B07DDFCD-001/tempDir-001
   [junit4]   2> 1642206 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[7585DA46B07DDFCD]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1642215 INFO  (Thread-2015) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1642215 INFO  (Thread-2015) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1642217 ERROR (Thread-2015) [    ] 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> 1642315 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[7585DA46B07DDFCD]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:50260
   [junit4]   2> 1642344 INFO  (zkConnectionManagerCallback-2768-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1642364 INFO  (jetty-launcher-2765-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> 1642364 INFO  (jetty-launcher-2765-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> 1642377 INFO  (jetty-launcher-2765-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> 1642384 INFO  (jetty-launcher-2765-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> 1642386 INFO  (jetty-launcher-2765-thread-5) [    ] 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> 1642446 INFO  (jetty-launcher-2765-thread-6) [    ] 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> 1642447 INFO  (jetty-launcher-2765-thread-7) [    ] 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> 1642452 INFO  (jetty-launcher-2765-thread-8) [    ] 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> 1642453 INFO  (jetty-launcher-2765-thread-9) [    ] 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> 1642464 INFO  (jetty-launcher-2765-thread-10) [    ] 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> 1642486 INFO  (jetty-launcher-2765-thread-8) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1642486 INFO  (jetty-launcher-2765-thread-8) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1642486 INFO  (jetty-launcher-2765-thread-8) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1642495 INFO  (jetty-launcher-2765-thread-8) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5a0d33d9{/solr,null,AVAILABLE}
   [junit4]   2> 1642495 INFO  (jetty-launcher-2765-thread-8) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1ff35f5b{HTTP/1.1,[http/1.1]}{127.0.0.1:57073}
   [junit4]   2> 1642495 INFO  (jetty-launcher-2765-thread-8) [    ] o.e.j.s.Server Started @1642564ms
   [junit4]   2> 1642496 INFO  (jetty-launcher-2765-thread-8) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57073}
   [junit4]   2> 1642496 ERROR (jetty-launcher-2765-thread-8) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1642496 INFO  (jetty-launcher-2765-thread-8) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1642496 INFO  (jetty-launcher-2765-thread-8) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1642496 INFO  (jetty-launcher-2765-thread-8) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1642496 INFO  (jetty-launcher-2765-thread-8) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1642496 INFO  (jetty-launcher-2765-thread-8) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-22T04:00:01.771Z
   [junit4]   2> 1642616 INFO  (zkConnectionManagerCallback-2770-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1642616 INFO  (jetty-launcher-2765-thread-8) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1642701 INFO  (jetty-launcher-2765-thread-7) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1642701 INFO  (jetty-launcher-2765-thread-7) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1642701 INFO  (jetty-launcher-2765-thread-7) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1642702 INFO  (jetty-launcher-2765-thread-7) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5b48ecf3{/solr,null,AVAILABLE}
   [junit4]   2> 1642703 INFO  (jetty-launcher-2765-thread-7) [    ] o.e.j.s.AbstractConnector Started ServerConnector@75874efa{HTTP/1.1,[http/1.1]}{127.0.0.1:59294}
   [junit4]   2> 1642703 INFO  (jetty-launcher-2765-thread-7) [    ] o.e.j.s.Server Started @1642771ms
   [junit4]   2> 1642703 INFO  (jetty-launcher-2765-thread-7) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=59294}
   [junit4]   2> 1642703 ERROR (jetty-launcher-2765-thread-7) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1642703 INFO  (jetty-launcher-2765-thread-7) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1642703 INFO  (jetty-launcher-2765-thread-7) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1642703 INFO  (jetty-launcher-2765-thread-7) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1642703 INFO  (jetty-launcher-2765-thread-7) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1642703 INFO  (jetty-launcher-2765-thread-7) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-22T04:00:01.978Z
   [junit4]   2> 1642711 INFO  (jetty-launcher-2765-thread-6) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1642711 INFO  (jetty-launcher-2765-thread-6) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1642711 INFO  (jetty-launcher-2765-thread-6) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1642713 INFO  (jetty-launcher-2765-thread-5) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1642713 INFO  (jetty-launcher-2765-thread-5) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1642713 INFO  (jetty-launcher-2765-thread-5) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1642714 INFO  (jetty-launcher-2765-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1642714 INFO  (jetty-launcher-2765-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1642714 INFO  (jetty-launcher-2765-thread-4) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1642715 INFO  (jetty-launcher-2765-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1642715 INFO  (jetty-launcher-2765-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1642715 INFO  (jetty-launcher-2765-thread-3) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1642757 INFO  (jetty-launcher-2765-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1642757 INFO  (jetty-launcher-2765-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1642757 INFO  (jetty-launcher-2765-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1642757 INFO  (jetty-launcher-2765-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1642757 INFO  (jetty-launcher-2765-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1642757 INFO  (jetty-launcher-2765-thread-2) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1642828 INFO  (jetty-launcher-2765-thread-10) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1642828 INFO  (jetty-launcher-2765-thread-10) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1642829 INFO  (jetty-launcher-2765-thread-10) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1642904 INFO  (jetty-launcher-2765-thread-9) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1642904 INFO  (jetty-launcher-2765-thread-9) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1642904 INFO  (jetty-launcher-2765-thread-9) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1642988 INFO  (jetty-launcher-2765-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@79d1490f{/solr,null,AVAILABLE}
   [junit4]   2> 1642988 INFO  (jetty-launcher-2765-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@313caa22{HTTP/1.1,[http/1.1]}{127.0.0.1:56843}
   [junit4]   2> 1642988 INFO  (jetty-launcher-2765-thread-3) [    ] o.e.j.s.Server Started @1643057ms
   [junit4]   2> 1642988 INFO  (jetty-launcher-2765-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=56843}
   [junit4]   2> 1642989 ERROR (jetty-launcher-2765-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1642989 INFO  (jetty-launcher-2765-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1642989 INFO  (jetty-launcher-2765-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1642989 INFO  (jetty-launcher-2765-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1642989 INFO  (jetty-launcher-2765-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1642989 INFO  (jetty-launcher-2765-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-22T04:00:02.264Z
   [junit4]   2> 1642990 INFO  (jetty-launcher-2765-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4c89e22{/solr,null,AVAILABLE}
   [junit4]   2> 1642990 INFO  (jetty-launcher-2765-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@c63b71{/solr,null,AVAILABLE}
   [junit4]   2> 1642990 INFO  (jetty-launcher-2765-thread-6) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@64e107d6{/solr,null,AVAILABLE}
   [junit4]   2> 1642991 INFO  (jetty-launcher-2765-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1b6ad84b{/solr,null,AVAILABLE}
   [junit4]   2> 1642991 INFO  (jetty-launcher-2765-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6f8c2ebf{HTTP/1.1,[http/1.1]}{127.0.0.1:58357}
   [junit4]   2> 1642991 INFO  (jetty-launcher-2765-thread-1) [    ] o.e.j.s.Server Started @1643059ms
   [junit4]   2> 1642991 INFO  (jetty-launcher-2765-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=58357}
   [junit4]   2> 1642991 ERROR (jetty-launcher-2765-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1642991 INFO  (jetty-launcher-2765-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1642991 INFO  (jetty-launcher-2765-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1642991 INFO  (jetty-launcher-2765-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1642991 INFO  (jetty-launcher-2765-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1642991 INFO  (jetty-launcher-2765-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-22T04:00:02.266Z
   [junit4]   2> 1642992 INFO  (jetty-launcher-2765-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6d73ebec{/solr,null,AVAILABLE}
   [junit4]   2> 1642992 INFO  (jetty-launcher-2765-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5a50f58a{HTTP/1.1,[http/1.1]}{127.0.0.1:59300}
   [junit4]   2> 1642992 INFO  (jetty-launcher-2765-thread-2) [    ] o.e.j.s.Server Started @1643060ms
   [junit4]   2> 1642992 INFO  (jetty-launcher-2765-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=59300}
   [junit4]   2> 1642992 ERROR (jetty-launcher-2765-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1642992 INFO  (jetty-launcher-2765-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1642992 INFO  (jetty-launcher-2765-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1642992 INFO  (jetty-launcher-2765-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1642993 INFO  (jetty-launcher-2765-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1642993 INFO  (jetty-launcher-2765-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-22T04:00:02.268Z
   [junit4]   2> 1643002 INFO  (jetty-launcher-2765-thread-9) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7ee23873{/solr,null,AVAILABLE}
   [junit4]   2> 1643002 INFO  (jetty-launcher-2765-thread-10) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5ff6af10{/solr,null,AVAILABLE}
   [junit4]   2> 1643040 INFO  (jetty-launcher-2765-thread-10) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4cbe66b{HTTP/1.1,[http/1.1]}{127.0.0.1:60629}
   [junit4]   2> 1643040 INFO  (jetty-launcher-2765-thread-10) [    ] o.e.j.s.Server Started @1643108ms
   [junit4]   2> 1643040 INFO  (jetty-launcher-2765-thread-10) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=60629}
   [junit4]   2> 1643041 ERROR (jetty-launcher-2765-thread-10) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1643041 INFO  (jetty-launcher-2765-thread-10) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1643041 INFO  (jetty-launcher-2765-thread-10) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1643041 INFO  (jetty-launcher-2765-thread-10) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1643041 INFO  (jetty-launcher-2765-thread-10) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1643041 INFO  (jetty-launcher-2765-thread-10) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-22T04:00:02.316Z
   [junit4]   2> 1643060 INFO  (jetty-launcher-2765-thread-9) [    ] o.e.j.s.AbstractConnector Started ServerConnector@ee6bd5a{HTTP/1.1,[http/1.1]}{127.0.0.1:52010}
   [junit4]   2> 1643060 INFO  (jetty-launcher-2765-thread-9) [    ] o.e.j.s.Server Started @1643129ms
   [junit4]   2> 1643061 INFO  (jetty-launcher-2765-thread-9) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=52010}
   [junit4]   2> 1643061 ERROR (jetty-launcher-2765-thread-9) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1643061 INFO  (jetty-launcher-2765-thread-9) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1643061 INFO  (jetty-launcher-2765-thread-9) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1643061 INFO  (jetty-launcher-2765-thread-9) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1643061 INFO  (jetty-launcher-2765-thread-9) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1643061 INFO  (jetty-launcher-2765-thread-9) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-22T04:00:02.336Z
   [junit4]   2> 1643104 INFO  (jetty-launcher-2765-thread-6) [    ] o.e.j.s.AbstractConnector Started ServerConnector@22dd7883{HTTP/1.1,[http/1.1]}{127.0.0.1:59760}
   [junit4]   2> 1643104 INFO  (jetty-launcher-2765-thread-6) [    ] o.e.j.s.Server Started @1643172ms
   [junit4]   2> 1643104 INFO  (jetty-launcher-2765-thread-6) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=59760}
   [junit4]   2> 1643836 INFO  (zkConnectionManagerCallback-2772-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1643295 INFO  (jetty-launcher-2765-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@28d50043{HTTP/1.1,[http/1.1]}{127.0.0.1:36287}
   [junit4]   2> 1643840 INFO  (jetty-launcher-2765-thread-4) [    ] o.e.j.s.Server Started @1643908ms
   [junit4]   2> 1643840 INFO  (jetty-launcher-2765-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36287}
   [junit4]   2> 1643294 INFO  (zkConnectionManagerCallback-2776-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1643840 ERROR (jetty-launcher-2765-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1643840 INFO  (jetty-launcher-2765-thread-4) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1643840 INFO  (jetty-launcher-2765-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1643840 INFO  (jetty-launcher-2765-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1643840 INFO  (jetty-launcher-2765-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1643840 INFO  (jetty-launcher-2765-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-22T04:00:03.115Z
   [junit4]   2> 1643294 INFO  (jetty-launcher-2765-thread-5) [    ] o.e.j.s.AbstractConnector Started ServerConnector@70c9d047{HTTP/1.1,[http/1.1]}{127.0.0.1:56308}
   [junit4]   2> 1643841 INFO  (jetty-launcher-2765-thread-5) [    ] o.e.j.s.Server Started @1643909ms
   [junit4]   2> 1643841 INFO  (jetty-launcher-2765-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=56308}
   [junit4]   2> 1643841 ERROR (jetty-launcher-2765-thread-6) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1643841 INFO  (jetty-launcher-2765-thread-6) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1643841 INFO  (jetty-launcher-2765-thread-6) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1643842 INFO  (jetty-launcher-2765-thread-6) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1643842 INFO  (jetty-launcher-2765-thread-6) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1643842 ERROR (jetty-launcher-2765-thread-5) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1643842 INFO  (jetty-launcher-2765-thread-6) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-22T04:00:03.117Z
   [junit4]   2> 1643842 INFO  (jetty-launcher-2765-thread-5) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1643842 INFO  (jetty-launcher-2765-thread-5) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1643842 INFO  (jetty-launcher-2765-thread-5) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1643842 INFO  (jetty-launcher-2765-thread-5) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1643842 INFO  (jetty-launcher-2765-thread-5) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-22T04:00:03.117Z
   [junit4]   2> 1643842 INFO  (jetty-launcher-2765-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1643844 INFO  (jetty-launcher-2765-thread-7) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1643875 INFO  (zkConnectionManagerCallback-2774-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1643875 INFO  (jetty-launcher-2765-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1643932 INFO  (zkConnectionManagerCallback-2780-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1643936 INFO  (zkConnectionManagerCallback-2784-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1643937 INFO  (jetty-launcher-2765-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1643950 INFO  (jetty-launcher-2765-thread-10) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1643973 INFO  (zkConnectionManagerCallback-2778-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1643974 INFO  (jetty-launcher-2765-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1643979 INFO  (zkConnectionManagerCallback-2786-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1643980 INFO  (jetty-launcher-2765-thread-6) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1643980 INFO  (zkConnectionManagerCallback-2788-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1643987 INFO  (jetty-launcher-2765-thread-8) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50260/solr
   [junit4]   2> 1643988 INFO  (jetty-launcher-2765-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1644036 INFO  (zkConnectionManagerCallback-2792-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1644200 INFO  (zkConnectionManagerCallback-2782-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1644201 INFO  (jetty-launcher-2765-thread-9) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1644264 INFO  (zkConnectionManagerCallback-2794-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1644346 INFO  (jetty-launcher-2765-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50260/solr
   [junit4]   2> 1644424 INFO  (zkConnectionManagerCallback-2798-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1644536 INFO  (zkConnectionManagerCallback-2802-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1644547 INFO  (jetty-launcher-2765-thread-2) [n:127.0.0.1:59300_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1644547 INFO  (jetty-launcher-2765-thread-2) [n:127.0.0.1:59300_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:59300_solr
   [junit4]   2> 1644548 INFO  (jetty-launcher-2765-thread-2) [n:127.0.0.1:59300_solr    ] o.a.s.c.Overseer Overseer (id=74016589500121102-127.0.0.1:59300_solr-n_0000000000) starting
   [junit4]   2> 1644728 INFO  (zkConnectionManagerCallback-2809-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1644736 INFO  (jetty-launcher-2765-thread-2) [n:127.0.0.1:59300_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:50260/solr ready
   [junit4]   2> 1644900 INFO  (jetty-launcher-2765-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50260/solr
   [junit4]   2> 1644911 INFO  (jetty-launcher-2765-thread-2) [n:127.0.0.1:59300_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59300_solr
   [junit4]   2> 1644921 INFO  (jetty-launcher-2765-thread-8) [n:127.0.0.1:57073_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1644923 INFO  (jetty-launcher-2765-thread-8) [n:127.0.0.1:57073_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1644926 INFO  (jetty-launcher-2765-thread-8) [n:127.0.0.1:57073_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1644926 INFO  (jetty-launcher-2765-thread-8) [n:127.0.0.1:57073_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57073_solr
   [junit4]   2> 1644958 INFO  (jetty-launcher-2765-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50260/solr
   [junit4]   2> 1645018 INFO  (zkConnectionManagerCallback-2813-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1645020 INFO  (zkConnectionManagerCallback-2817-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1645199 INFO  (zkCallback-2808-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1645353 INFO  (jetty-launcher-2765-thread-10) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50260/solr
   [junit4]   2> 1645408 INFO  (zkCallback-2801-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1645435 INFO  (jetty-launcher-2765-thread-2) [n:127.0.0.1:59300_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1645537 INFO  (zkCallback-2793-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1645558 INFO  (zkConnectionManagerCallback-2823-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1645752 INFO  (zkConnectionManagerCallback-2825-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1645768 INFO  (jetty-launcher-2765-thread-4) [n:127.0.0.1:36287_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1645771 INFO  (jetty-launcher-2765-thread-4) [n:127.0.0.1:36287_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1645773 INFO  (jetty-launcher-2765-thread-4) [n:127.0.0.1:36287_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1645773 INFO  (jetty-launcher-2765-thread-4) [n:127.0.0.1:36287_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36287_solr
   [junit4]   2> 1645794 INFO  (zkCallback-2808-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1645794 INFO  (zkCallback-2793-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1645794 INFO  (zkCallback-2801-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1645847 INFO  (jetty-launcher-2765-thread-2) [n:127.0.0.1:59300_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59300.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4617fcc1
   [junit4]   2> 1646088 INFO  (zkConnectionManagerCallback-2834-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1646122 INFO  (zkConnectionManagerCallback-2827-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1647573 INFO  (jetty-launcher-2765-thread-6) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50260/solr
   [junit4]   2> 1647581 INFO  (jetty-launcher-2765-thread-8) [n:127.0.0.1:57073_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1647583 INFO  (jetty-launcher-2765-thread-8) [n:127.0.0.1:57073_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:50260/solr ready
   [junit4]   2> 1647588 INFO  (jetty-launcher-2765-thread-1) [n:127.0.0.1:58357_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1647601 INFO  (jetty-launcher-2765-thread-1) [n:127.0.0.1:58357_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1647608 INFO  (jetty-launcher-2765-thread-2) [n:127.0.0.1:59300_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59300.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4617fcc1
   [junit4]   2> 1647608 INFO  (jetty-launcher-2765-thread-2) [n:127.0.0.1:59300_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59300.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4617fcc1
   [junit4]   2> 1647610 INFO  (jetty-launcher-2765-thread-2) [n:127.0.0.1:59300_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_7585DA46B07DDFCD-001/tempDir-001/node2/.
   [junit4]   2> 1647612 INFO  (jetty-launcher-2765-thread-1) [n:127.0.0.1:58357_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1647612 INFO  (jetty-launcher-2765-thread-1) [n:127.0.0.1:58357_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58357_solr
   [junit4]   2> 1647613 INFO  (zkCallback-2793-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1647613 INFO  (zkCallback-2801-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1647656 INFO  (zkCallback-2808-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1647741 INFO  (zkCallback-2824-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1647762 INFO  (jetty-launcher-2765-thread-8) [n:127.0.0.1:57073_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1647816 INFO  (zkCallback-2824-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1648313 INFO  (zkCallback-2833-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1648313 INFO  (zkCallback-2826-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1648333 INFO  (jetty-launcher-2765-thread-8) [n:127.0.0.1:57073_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57073.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4617fcc1
   [junit4]   2> 1648356 INFO  (zkConnectionManagerCallback-2839-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1648376 INFO  (zkConnectionManagerCallback-2848-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1648377 INFO  (jetty-launcher-2765-thread-4) [n:127.0.0.1:36287_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1648378 INFO  (jetty-launcher-2765-thread-4) [n:127.0.0.1:36287_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:50260/solr ready
   [junit4]   2> 1648384 INFO  (jetty-launcher-2765-thread-4) [n:127.0.0.1:36287_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1648385 INFO  (jetty-launcher-2765-thread-8) [n:127.0.0.1:57073_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57073.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4617fcc1
   [junit4]   2> 1648385 INFO  (jetty-launcher-2765-thread-8) [n:127.0.0.1:57073_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57073.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4617fcc1
   [junit4]   2> 1648386 INFO  (jetty-launcher-2765-thread-8) [n:127.0.0.1:57073_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_7585DA46B07DDFCD-001/tempDir-001/node8/.
   [junit4]   2> 1648468 INFO  (zkConnectionManagerCallback-2837-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1648468 INFO  (jetty-launcher-2765-thread-4) [n:127.0.0.1:36287_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36287.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4617fcc1
   [junit4]   2> 1648480 INFO  (jetty-launcher-2765-thread-4) [n:127.0.0.1:36287_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36287.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4617fcc1
   [junit4]   2> 1648480 INFO  (jetty-launcher-2765-thread-4) [n:127.0.0.1:36287_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36287.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4617fcc1
   [junit4]   2> 1648488 INFO  (jetty-launcher-2765-thread-4) [n:127.0.0.1:36287_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_7585DA46B07DDFCD-001/tempDir-001/node4/.
   [junit4]   2> 1648488 INFO  (jetty-launcher-2765-thread-10) [n:127.0.0.1:60629_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1648490 INFO  (jetty-launcher-2765-thread-10) [n:127.0.0.1:60629_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1648500 INFO  (jetty-launcher-2765-thread-10) [n:127.0.0.1:60629_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1648500 INFO  (jetty-launcher-2765-thread-10) [n:127.0.0.1:60629_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60629_solr
   [junit4]   2> 1648502 INFO  (zkCallback-2801-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1648502 INFO  (zkConnectionManagerCallback-2852-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1648502 INFO  (zkCallback-2793-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1648502 INFO  (zkCallback-2808-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1648534 INFO  (jetty-launcher-2765-thread-1) [n:127.0.0.1:58357_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 1648564 INFO  (jetty-launcher-2765-thread-1) [n:127.0.0.1:58357_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:50260/solr ready
   [junit4]   2> 1648649 INFO  (jetty-launcher-2765-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50260/solr
   [junit4]   2> 1648677 INFO  (jetty-launcher-2765-thread-7) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50260/solr
   [junit4]   2> 1648710 INFO  (jetty-launcher-2765-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50260/solr
   [junit4]   2> 1648746 INFO  (jetty-launcher-2765-thread-1) [n:127.0.0.1:58357_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1648752 INFO  (zkCallback-2833-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1648768 INFO  (zkCallback-2824-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1648776 INFO  (zkCallback-2826-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1648873 INFO  (zkCallback-2836-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1648873 INFO  (zkCallback-2847-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1648892 INFO  (zkConnectionManagerCallback-2870-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1648904 INFO  (zkConnectionManagerCallback-2866-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1648926 INFO  (zkConnectionManagerCallback-2862-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1648935 INFO  (zkConnectionManagerCallback-2855-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1648950 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 0x106f5b22ca4001b, likely client has closed socket
   [junit4]   2> 1648951 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 0x106f5b22ca4001c, likely client has closed socket
   [junit4]   2> 1648956 INFO  (zkConnectionManagerCallback-2877-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1648966 INFO  (jetty-launcher-2765-thread-1) [n:127.0.0.1:58357_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58357.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4617fcc1
   [junit4]   2> 1648967 INFO  (jetty-launcher-2765-thread-6) [n:127.0.0.1:59760_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 1648975 INFO  (jetty-launcher-2765-thread-10) [n:127.0.0.1:60629_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 1648985 INFO  (jetty-launcher-2765-thread-6) [n:127.0.0.1:59760_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1648985 INFO  (jetty-launcher-2765-thread-1) [n:127.0.0.1:58357_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58357.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4617fcc1
   [junit4]   2> 1648986 INFO  (jetty-launcher-2765-thread-1) [n:127.0.0.1:58357_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58357.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4617fcc1
   [junit4]   2> 1648988 INFO  (jetty-launcher-2765-thread-1) [n:127.0.0.1:58357_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_7585DA46B07DDFCD-001/tempDir-001/node1/.
   [junit4]   2> 1648989 INFO  (jetty-launcher-2765-thread-6) [n:127.0.0.1:59760_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1648989 INFO  (jetty-launcher-2765-thread-6) [n:127.0.0.1:59760_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59760_solr
   [junit4]   2> 1648991 INFO  (zkCallback-2824-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1648992 INFO  (zkCallback-2801-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1648992 INFO  (zkCallback-2826-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1648992 INFO  (zkCallback-2833-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1648992 INFO  (zkCallback-2808-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1648993 INFO  (zkCallback-2793-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1648996 INFO  (zkConnectionManagerCallback-2881-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1649003 INFO  (jetty-launcher-2765-thread-7) [n:127.0.0.1:59294_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (6)
   [junit4]   2> 1649004 INFO  (jetty-launcher-2765-thread-10) [n:127.0.0.1:60629_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:50260/solr ready
   [junit4]   2> 1649007 INFO  (jetty-launcher-2765-thread-7) [n:127.0.0.1:59294_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1649013 INFO  (jetty-launcher-2765-thread-7) [n:127.0.0.1:59294_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1649013 INFO  (jetty-launcher-2765-thread-7) [n:127.0.0.1:59294_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59294_solr
   [junit4]   2> 1649014 INFO  (zkCallback-2793-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
   [junit4]   2> 1649016 INFO  (zkCallback-2833-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
   [junit4]   2> 1649016 INFO  (zkCallback-2808-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
   [junit4]   2> 1649016 INFO  (zkCallback-2801-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
   [junit4]   2> 1649016 INFO  (zkCallback-2824-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
   [junit4]   2> 1649017 INFO  (zkCallback-2847-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (7)
   [junit4]   2> 1649017 INFO  (zkCallback-2836-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (7)
   [junit4]   2> 1649326 INFO  (zkCallback-2876-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (7)
   [junit4]   2> 1649333 INFO  (zkCallback-2851-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (7)
   [junit4]   2> 1649344 INFO  (jetty-launcher-2765-thread-10) [n:127.0.0.1:60629_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1649348 INFO  (zkConnectionManagerCallback-2883-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1649360 INFO  (zkCallback-2826-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
   [junit4]   2> 1649381 INFO  (jetty-launcher-2765-thread-3) [n:127.0.0.1:56843_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (7)
   [junit4]   2> 1649386 INFO  (jetty-launcher-2765-thread-3) [n:127.0.0.1:56843_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1649388 INFO  (jetty-launcher-2765-thread-3) [n:127.0.0.1:56843_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1649388 INFO  (jetty-launcher-2765-thread-3) [n:127.0.0.1:56843_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56843_solr
   [junit4]   2> 1649402 INFO  (zkCallback-2824-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
   [junit4]   2> 1649403 INFO  (zkCallback-2833-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
   [junit4]   2> 1649403 INFO  (zkCallback-2826-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
   [junit4]   2> 1649403 INFO  (zkCallback-2836-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
   [junit4]   2> 1649403 INFO  (zkCallback-2808-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
   [junit4]   2> 1649403 INFO  (zkCallback-2793-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
   [junit4]   2> 1649403 INFO  (zkCallback-2847-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
   [junit4]   2> 1649403 INFO  (zkCallback-2801-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
   [junit4]   2> 1649421 INFO  (zkConnectionManagerCallback-2873-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1649430 INFO  (jetty-launcher-2765-thread-5) [n:127.0.0.1:56308_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (8)
   [junit4]   2> 1649440 INFO  (jetty-launcher-2765-thread-5) [n:127.0.0.1:56308_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1649441 INFO  (jetty-launcher-2765-thread-10) [n:127.0.0.1:60629_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60629.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4617fcc1
   [junit4]   2> 1649444 INFO  (jetty-launcher-2765-thread-5) [n:127.0.0.1:56308_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1649444 INFO  (jetty-launcher-2765-thread-5) [n:127.0.0.1:56308_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56308_solr
   [junit4]   2> 1649446 INFO  (zkCallback-2833-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 1649446 INFO  (zkCallback-2847-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 1649446 INFO  (zkCallback-2808-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 1649446 INFO  (zkCallback-2793-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 1649446 INFO  (zkCallback-2826-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 1649446 INFO  (zkCallback-2836-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 1649446 INFO  (zkCallback-2824-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 1649448 INFO  (zkCallback-2801-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 1649477 INFO  (jetty-launcher-2765-thread-10) [n:127.0.0.1:60629_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60629.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4617fcc1
   [junit4]   2> 1649477 INFO  (jetty-launcher-2765-thread-10) [n:127.0.0.1:60629_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60629.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4617fcc1
   [junit4]   2> 1649496 INFO  (zkCallback-2854-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (7)
   [junit4]   2> 1649500 INFO  (zkCallback-2880-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (9)
   [junit4]   2> 1649500 INFO  (zkCallback-2882-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (9)
   [junit4]   2> 1649505 INFO  (zkCallback-2876-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (9)
   [junit4]   2> 1649505 INFO  (zkCallback-2851-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (9)
   [junit4]   2> 1649509 INFO  (jetty-launcher-2765-thread-10) [n:127.0.0.1:60629_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_7585DA46B07DDFCD-001/tempDir-001/node10/.
   [junit4]   2> 1649520 INFO  (zkCallback-2854-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (9)
   [junit4]   2> 1649560 INFO  (zkConnectionManagerCallback-2895-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1649577 INFO  (jetty-launcher-2765-thread-6) [n:127.0.0.1:59760_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (9)
   [junit4]   2> 1649578 INFO  (jetty-launcher-2765-thread-6) [n:127.0.0.1:59760_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:50260/solr ready
   [junit4]   2> 1649609 INFO  (zkCallback-2872-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 1649644 INFO  (jetty-launcher-2765-thread-6) [n:127.0.0.1:59760_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1649668 INFO  (zkConnectionManagerCallback-2901-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1649669 INFO  (zkConnectionManagerCallback-2911-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1649669 INFO  (zkConnectionManagerCallback-2906-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1649674 INFO  (jetty-launcher-2765-thread-3) [n:127.0.0.1:56843_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (9)
   [junit4]   2> 1649676 INFO  (jetty-launcher-2765-thread-3) [n:127.0.0.1:56843_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:50260/solr ready
   [junit4]   2> 1649680 INFO  (jetty-launcher-2765-thread-6) [n:127.0.0.1:59760_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59760.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4617fcc1
   [junit4]   2> 1649680 INFO  (jetty-launcher-2765-thread-7) [n:127.0.0.1:59294_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (9)
   [junit4]   2> 1649681 INFO  (jetty-launcher-2765-thread-7) [n:127.0.0.1:59294_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:50260/solr ready
   [junit4]   2> 1649685 INFO  (jetty-launcher-2765-thread-5) [n:127.0.0.1:56308_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (9)
   [junit4]   2> 1649686 INFO  (jetty-launcher-2765-thread-5) [n:127.0.0.1:56308_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:50260/solr ready
   [junit4]   2> 1649686 INFO  (jetty-launcher-2765-thread-7) [n:127.0.0.1:59294_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1649694 INFO  (jetty-launcher-2765-thread-9) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50260/solr
   [junit4]   2> 1649696 INFO  (jetty-launcher-2765-thread-5) [n:127.0.0.1:56308_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1649705 INFO  (jetty-launcher-2765-thread-3) [n:127.0.0.1:56843_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1649717 INFO  (zkConnectionManagerCallback-2918-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1649792 INFO  (jetty-launcher-2765-thread-6) [n:127.0.0.1:59760_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59760.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4617fcc1
   [junit4]   2> 1649792 INFO  (jetty-launcher-2765-thread-6) [n:127.0.0.1:59760_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59760.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4617fcc1
   [junit4]   2> 1649799 INFO  (jetty-launcher-2765-thread-6) [n:127.0.0.1:59760_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_7585DA46B07DDFCD-001/tempDir-001/node6/.
   [junit4]   2> 1649800 INFO  (zkConnectionManagerCallback-2920-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1649835 INFO  (jetty-launcher-2765-thread-9) [n:127.0.0.1:52010_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (9)
   [junit4]   2> 1649840 INFO  (jetty-launcher-2765-thread-9) [n:127.0.0.1:52010_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1649843 INFO  (jetty-launcher-2765-thread-9) [n:127.0.0.1:52010_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1649843 INFO  (jetty-launcher-2765-thread-9) [n:127.0.0.1:52010_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52010_solr
   [junit4]   2> 1649847 INFO  (zkCallback-2808-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 1649848 INFO  (zkCallback-2880-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 1649848 INFO  (zkCallback-2882-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 1649848 INFO  (zkCallback-2876-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 1649848 INFO  (zkCallback-2872-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 1649848 INFO  (zkCallback-2833-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 1649848 INFO  (zkCallback-2824-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 1649849 INFO  (zkCallback-2851-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 1649849 INFO  (zkCallback-2854-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 1649849 INFO  (zkCallback-2826-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 1649849 INFO  (zkCallback-2847-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 1649849 INFO  (zkCallback-2836-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 1649849 INFO  (zkCallback-2801-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 1649850 INFO  (zkCallback-2793-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 1649852 INFO  (zkCallback-2894-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 1649904 INFO  (zkCallback-2900-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 1649904 INFO  (zkCallback-2910-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 1649948 INFO  (zkCallback-2905-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 1649964 INFO  (zkCallback-2919-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 1650024 INFO  (jetty-launcher-2765-thread-7) [n:127.0.0.1:59294_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59294.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4617fcc1
   [junit4]   2> 1650028 INFO  (jetty-launcher-2765-thread-3) [n:127.0.0.1:56843_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56843.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4617fcc1
   [junit4]   2> 1650040 INFO  (zkConnectionManagerCallback-2927-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1650041 INFO  (jetty-launcher-2765-thread-9) [n:127.0.0.1:52010_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (10)
   [junit4]   2> 1650042 INFO  (jetty-launcher-2765-thread-9) [n:127.0.0.1:52010_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:50260/solr ready
   [junit4]   2> 1650061 INFO  (jetty-launcher-2765-thread-5) [n:127.0.0.1:56308_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56308.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4617fcc1
   [junit4]   2> 1650084 INFO  (jetty-launcher-2765-thread-9) [n:127.0.0.1:52010_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1650367 INFO  (jetty-launcher-2765-thread-7) [n:127.0.0.1:59294_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59294.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4617fcc1
   [junit4]   2> 1650367 INFO  (jetty-launcher-2765-thread-7) [n:127.0.0.1:59294_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59294.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4617fcc1
   [junit4]   2> 1650372 INFO  (jetty-launcher-2765-thread-3) [n:127.0.0.1:56843_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56843.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4617fcc1
   [junit4]   2> 1650398 INFO  (jetty-launcher-2765-thread-3) [n:127.0.0.1:56843_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56843.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4617fcc1
   [junit4]   2> 1650399 INFO  (jetty-launcher-2765-thread-3) [n:127.0.0.1:56843_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_7585DA46B07DDFCD-001/tempDir-001/node3/.
   [junit4]   2> 1650401 INFO  (jetty-launcher-2765-thread-7) [n:127.0.0.1:59294_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_7585DA46B07DDFCD-001/tempDir-001/node7/.
   [junit4]   2> 1650432 INFO  (jetty-launcher-2765-thread-5) [n:127.0.0.1:56308_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56308.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4617fcc1
   [junit4]   2> 1650432 INFO  (jetty-launcher-2765-thread-5) [n:127.0.0.1:56308_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56308.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4617fcc1
   [junit4]   2> 1650434 INFO  (jetty-launcher-2765-thread-5) [n:127.0.0.1:56308_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_7585DA46B07DDFCD-001/tempDir-001/node5/.
   [junit4]   2> 1650498 INFO  (jetty-launcher-2765-thread-9) [n:127.0.0.1:52010_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52010.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4617fcc1
   [junit4]   2> 1650526 INFO  (jetty-launcher-2765-thread-9) [n:127.0.0.1:52010_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52010.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4617fcc1
   [junit4]   2> 1650526 INFO  (jetty-launcher-2765-thread-9) [n:127.0.0.1:52010_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52010.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4617fcc1
   [junit4]   2> 1650528 INFO  (jetty-launcher-2765-thread-9) [n:127.0.0.1:52010_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_7585DA46B07DDFCD-001/tempDir-001/node9/.
   [junit4]   2> 1651848 INFO  (zkConnectionManagerCallback-2930-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1651864 INFO  (zkConnectionManagerCallback-2935-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1651865 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[7585DA46B07DDFCD]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (10)
   [junit4]   2> 1651866 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[7585DA46B07DDFCD]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:50260/solr ready
   [junit4]   2> 1652659 INFO  (qtp1013266394-9821) [n:127.0.0.1:52010_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=5&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1652684 INFO  (OverseerThreadFactory-3482-thread-1) [    ] o.a.s.c.a.c.CreateCollectionCmd Create collection test_col
   [junit4]   2> 1652859 INFO  (OverseerStateUpdate-74016589500121102-127.0.0.1:59300_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:59760/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1652869 INFO  (OverseerStateUpdate-74016589500121102-127.0.0.1:59300_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:59300/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1652873 INFO  (OverseerStateUpdate-74016589500121102-127.0.0.1:59300_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:58357/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1652877 INFO  (OverseerStateUpdate-74016589500121102-127.0.0.1:59300_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:52010/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1652880 INFO  (OverseerStateUpdate-74016589500121102-127.0.0.1:59300_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"test_col_shard3_replica_n8",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:56843/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1652884 INFO  (OverseerStateUpdate-74016589500121102-127.0.0.1:59300_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"test_col_shard3_replica_n10",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:60629/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1652887 INFO  (OverseerStateUpdate-74016589500121102-127.0.0.1:59300_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard4",
   [junit4]   2>   "core":"test_col_shard4_replica_n12",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:57073/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1652891 INFO  (OverseerStateUpdate-74016589500121102-127.0.0.1:59300_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard4",
   [junit4]   2>   "core":"test_col_shard4_replica_n14",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:59294/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1652895 INFO  (OverseerStateUpdate-74016589500121102-127.0.0.1:59300_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard5",
   [junit4]   2>   "core":"test_col_shard5_replica_n16",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:56308/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1652899 INFO  (OverseerStateUpdate-74016589500121102-127.0.0.1:59300_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard5",
   [junit4]   2>   "core":"test_col_shard5_replica_n18",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:36287/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1653378 INFO  (qtp1570773961-9790) [n:127.0.0.1:59300_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=5&shard=shard1&wt=javabin
   [junit4]   2> 1653379 INFO  (qtp1570773961-9790) [n:127.0.0.1:59300_solr    x:test_col_shard1_replica_n2] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1653379 INFO  (qtp1616516573-9777) [n:127.0.0.1:36287_solr    x:test_col_shard5_replica_n18] 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_node20&name=test_col_shard5_replica_n18&action=CREATE&numShards=5&shard=shard5&wt=javabin
   [junit4]   2> 1653384 INFO  (qtp887181408-9761) [n:127.0.0.1:59760_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=5&shard=shard1&wt=javabin
   [junit4]   2> 1653394 INFO  (qtp83119269-9738) [n:127.0.0.1:57073_solr    x:test_col_shard4_replica_n12] 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_node15&name=test_col_shard4_replica_n12&action=CREATE&numShards=5&shard=shard4&wt=javabin
   [junit4]   2> 1653400 INFO  (qtp1982812029-9786) [n:127.0.0.1:56843_solr    x:test_col_shard3_replica_n8] 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_node11&name=test_col_shard3_replica_n8&action=CREATE&numShards=5&shard=shard3&wt=javabin
   [junit4]   2> 1653402 INFO  (qtp317329930-9799) [n:127.0.0.1:58357_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=5&shard=shard2&wt=javabin
   [junit4]   2> 1653403 INFO  (qtp810796499-9813) [n:127.0.0.1:60629_solr    x:test_col_shard3_replica_n10] 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_node13&name=test_col_shard3_replica_n10&action=CREATE&numShards=5&shard=shard3&wt=javabin
   [junit4]   2> 1653404 INFO  (qtp1723985982-9750) [n:127.0.0.1:59294_solr    x:test_col_shard4_replica_n14] 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_node17&name=test_col_shard4_replica_n14&action=CREATE&numShards=5&shard=shard4&wt=javabin
   [junit4]   2> 1653429 INFO  (qtp1013266394-9733) [n:127.0.0.1:52010_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_node9&name=test_col_shard2_replica_n6&action=CREATE&numShards=5&shard=shard2&wt=javabin
   [junit4]   2> 1653430 INFO  (qtp1074129649-9768) [n:127.0.0.1:56308_solr    x:test_col_shard5_replica_n16] 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_node19&name=test_col_shard5_replica_n16&action=CREATE&numShards=5&shard=shard5&wt=javabin
   [junit4]   2> 1654464 INFO  (qtp887181408-9761) [n:127.0.0.1:59760_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> 1654638 INFO  (qtp887181408-9761) [n:127.0.0.1:59760_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> 1654641 INFO  (qtp887181408-9761) [n:127.0.0.1:59760_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> 1654641 INFO  (qtp887181408-9761) [n:127.0.0.1:59760_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> 1654641 INFO  (qtp887181408-9761) [n:127.0.0.1:59760_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_59760.solr.core.test_col.shard1.replica_n1' (registry 'solr.core.test_col.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4617fcc1
   [junit4]   2> 1654642 INFO  (qtp887181408-9761) [n:127.0.0.1:59760_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> 1654642 INFO  (qtp887181408-9761) [n:127.0.0.1:59760_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 [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_7585DA46B07DDFCD-001/tempDir-001/node6/test_col_shard1_replica_n1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_7585DA46B07DDFCD-001/tempDir-001/node6/./test_col_shard1_replica_n1/data/]
   [junit4]   2> 1654654 INFO  (qtp887181408-9761) [n:127.0.0.1:59760_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.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@17a15192
   [junit4]   2> 1654658 INFO  (qtp1570773961-9790) [n:127.0.0.1:59300_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> 1654672 WARN  (qtp887181408-9761) [n:127.0.0.1:59760_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> 1654719 INFO  (qtp1982812029-9786) [n:127.0.0.1:56843_solr c:test_col s:shard3 r:core_node11 x:test_col_shard3_replica_n8] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1654792 INFO  (qtp1570773961-9790) [n:127.0.0.1:59300_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> 1654795 INFO  (qtp1570773961-9790) [n:127.0.0.1:59300_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> 1654795 INFO  (qtp1570773961-9790) [n:127.0.0.1:59300_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> 1654796 INFO  (qtp1570773961-9790) [n:127.0.0.1:59300_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_59300.solr.core.test_col.shard1.replica_n2' (registry 'solr.core.test_col.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4617fcc1
   [junit4]   2> 1654796 INFO  (qtp1570773961-9790) [n:127.0.0.1:59300_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> 1654796 INFO  (qtp1570773961-9790) [n:127.0.0.1:59300_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 [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_7585DA46B07DDFCD-001/tempDir-001/node2/test_col_shard1_replica_n2], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_7585DA46B07DDFCD-001/tempDir-001/node2/./test_col_shard1_replica_n2/data/]
   [junit4]   2> 1654803 INFO  (qtp83119269-9738) [n:127.0.0.1:57073_solr c:test_col s:shard4 r:core_node15 x:test_col_shard4_replica_n12] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1654804 INFO  (qtp1616516573-9777) [n:127.0.0.1:36287_solr c:test_col s:shard5 r:core_node20 x:test_col_shard5_replica_n18] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1654816 INFO  (qtp1570773961-9790) [n:127.0.0.1:59300_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.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@750dba2f
   [junit4]   2> 1655045 WARN  (qtp1570773961-9790) [n:127.0.0.1:59300_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> 1655048 INFO  (qtp1074129649-9768) [n:127.0.0.1:56308_solr c:test_col s:shard5 r:core_node19 x:test_col_shard5_replica_n16] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1655057 INFO  (qtp1982812029-9786) [n:127.0.0.1:56843_solr c:test_col s:shard3 r:core_node11 x:test_col_shard3_replica_n8] o.a.s.s.IndexSchema [test_col_shard3_replica_n8] Schema name=minimal-atomic-stress
   [junit4]   2> 1655057 INFO  (qtp1616516573-9777) [n:127.0.0.1:36287_solr c:test_col s:shard5 r:core_node20 x:test_col_shard5_replica_n18] o.a.s.s.IndexSchema [test_col_shard5_replica_n18] Schema name=minimal-atomic-stress
   [junit4]   2> 1655059 INFO  (qtp1982812029-9786) [n:127.0.0.1:56843_solr c:test_col s:shard3 r:core_node11 x:test_col_shard3_replica_n8] o.a.s.s.IndexSchema Loaded schema minimal-atomic-stress/1.6 with uniqueid field id
   [junit4]   2> 1655059 INFO  (qtp1982812029-9786) [n:127.0.0.1:56843_solr c:test_col s:shard3 r:core_node11 x:test_col_shard3_replica_n8] o.a.s.c.CoreContainer Creating SolrCore 'test_col_shard3_replica_n8' using configuration from collection test_col, trusted=true
   [junit4]   2> 1655059 INFO  (qtp1616516573-9777) [n:127.0.0.1:36287_solr c:test_col s:shard5 r:core_node20 x:test_col_shard5_replica_n18] o.a.s.s.IndexSchema Loaded schema minimal-atomic-stress/1.6 with uniqueid field id
   [junit4]   2> 1655059 INFO  (qtp1616516573-9777) [n:127.0.0.1:36287_solr c:test_col s:shard5 r:core_node20 x:test_col_shard5_replica_n18] o.a.s.c.CoreContainer Creating SolrCore 'test_col_shard5_replica_n18' using configuration from collection test_col, trusted=true
   [junit4]   2> 1655060 INFO  (qtp1616516573-9777) [n:127.0.0.1:36287_solr c:test_col s:shard5 r:core_node20 x:test_col_shard5_replica_n18] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36287.solr.core.test_col.shard5.replica_n18' (registry 'solr.core.test_col.shard5.replica_n18') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4617fcc1
   [junit4]   2> 1655060 INFO  (qtp1616516573-9777) [n:127.0.0.1:36287_solr c:test_col s:shard5 r:core_node20 x:test_col_shard5_replica_n18] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1655060 INFO  (qtp1616516573-9777) [n:127.0.0.1:36287_solr c:test_col s:shard5 r:core_node20 x:test_col_shard5_replica_n18] o.a.s.c.SolrCore [[test_col_shard5_replica_n18] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master

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

   ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1940101 INFO  (jetty-closer-2766-thread-5) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5ff6af10{/solr,null,UNAVAILABLE}
   [junit4]   2> 1940101 INFO  (jetty-closer-2766-thread-2) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1940101 INFO  (jetty-closer-2766-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1b6ad84b{/solr,null,UNAVAILABLE}
   [junit4]   2> 1940112 INFO  (jetty-closer-2766-thread-7) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1940112 INFO  (jetty-closer-2766-thread-8) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1940113 INFO  (jetty-closer-2766-thread-5) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1940113 INFO  (jetty-closer-2766-thread-4) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1940134 INFO  (jetty-closer-2766-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6d73ebec{/solr,null,UNAVAILABLE}
   [junit4]   2> 1940135 INFO  (jetty-closer-2766-thread-1) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1941586 INFO  (jetty-closer-2766-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4c89e22{/solr,null,UNAVAILABLE}
   [junit4]   2> 1941587 INFO  (jetty-closer-2766-thread-3) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1941589 ERROR (SUITE-TestStressCloudBlindAtomicUpdates-seed#[7585DA46B07DDFCD]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1941590 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[7585DA46B07DDFCD]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:50260 50260
   [junit4]   2> 1941675 INFO  (Thread-2015) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:50260 50260
   [junit4]   2> 1941676 WARN  (Thread-2015) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	34	/solr/collections/test_col/terms/shard2
   [junit4]   2> 	33	/solr/collections/test_col/terms/shard3
   [junit4]   2> 	33	/solr/collections/test_col/terms/shard5
   [junit4]   2> 	29	/solr/collections/test_col/terms/shard1
   [junit4]   2> 	29	/solr/collections/test_col/terms/shard4
   [junit4]   2> 	21	/solr/aliases.json
   [junit4]   2> 	21	/solr/clusterprops.json
   [junit4]   2> 	10	/solr/configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 	10	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	21	/solr/clusterstate.json
   [junit4]   2> 	10	/solr/collections/test_col/state.json
   [junit4]   2> 	2	/solr/overseer_elect/election/74016589500121114-127.0.0.1:59760_solr-n_0000000005
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	21	/solr/live_nodes
   [junit4]   2> 	21	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_7585DA46B07DDFCD-001
   [junit4]   2> Jun 22, 2018 4:05:00 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=FastCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST, chunkSize=1, maxDocsPerChunk=7, blockSize=5), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, chunkSize=1, blockSize=5)), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@fc12a7c), locale=en-GB, timezone=America/Matamoros
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_172 (64-bit)/cpus=4,threads=1,free=223580264,total=530579456
   [junit4]   2> NOTE: All tests run in this JVM: [TestMergePolicyConfig, NodeMarkersRegistrationTest, URLClassifyProcessorTest, TestRestManager, LIROnShardRestartTest, NumberUtilsTest, ChaosMonkeyNothingIsSafeTest, HdfsDirectoryTest, TestRTGBase, ProtectedTermFilterFactoryTest, BJQParserTest, TestShortCircuitedRequests, TestWordDelimiterFilterFactory, TestPayloadScoreQParserPlugin, TestLegacyNumericUtils, CustomHighlightComponentTest, HDFSCollectionsAPITest, BadIndexSchemaTest, TestImpersonationWithHadoopAuth, SolrMetricsIntegrationTest, SchemaApiFailureTest, HdfsChaosMonkeyNothingIsSafeTest, SolrCloudReportersTest, TestLRUStatsCache, TestCSVLoader, TestBackupRepositoryFactory, OverseerStatusTest, TestReRankQParserPlugin, TestManagedStopFilterFactory, CursorPagingTest, ImplicitSnitchTest, EchoParamsTest, HttpSolrCallGetCoreTest, TestClusterStateMutator, AutoScalingHandlerTest, ConcurrentCreateRoutedAliasTest, ShufflingReplicaListTransformerTest, SynonymTokenizerTest, DocumentAnalysisRequestHandlerTest, SortSpecParsingTest, TestSolrCLIRunExample, TestFieldResource, TestConfigSetsAPI, CollectionsAPIAsyncDistributedZkTest, TestConfig, BinaryUpdateRequestHandlerTest, TestNestedDocsSort, TestCloudJSONFacetSKG, TestHighlightDedupGrouping, DeleteShardTest, NodeMutatorTest, TestFieldCacheWithThreads, TestSolrCloudWithDelegationTokens, FileUtilsTest, BasicDistributedZkTest, ClassificationUpdateProcessorIntegrationTest, TestInitParams, TestDynamicFieldCollectionResource, TestRuleBasedAuthorizationPlugin, CollectionPropsTest, TestFileDictionaryLookup, ConfigureRecoveryStrategyTest, SimpleCollectionCreateDeleteTest, CoreAdminCreateDiscoverTest, TestFieldSortValues, DistributedFacetExistsSmallTest, BlockCacheTest, EnumFieldTest, SuggesterWFSTTest, TestRequestForwarding, TestDistributedMap, ShardRoutingTest, CreateCollectionCleanupTest, TestGroupingSearch, UpdateParamsTest, LeaderFailoverAfterPartitionTest, TestCryptoKeys, IndexBasedSpellCheckerTest, TestComponentsName, TestCollectionAPIs, TestEmbeddedSolrServerAdminHandler, TestBinaryField, SolrXmlInZkTest, TestDocBasedVersionConstraints, SolrJmxReporterCloudTest, TestRandomFaceting, TestLeaderElectionWithEmptyReplica, TestComplexPhraseLeadingWildcard, TestSubQueryTransformerDistrib, TolerantUpdateProcessorTest, MBeansHandlerTest, BadCopyFieldTest, AddReplicaTest, SpellCheckCollatorWithCollapseTest, FullSolrCloudDistribCmdsTest, FieldAnalysisRequestHandlerTest, TestStressCloudBlindAtomicUpdates]
   [junit4] Completed [297/821 (1!)] on J0 in 299.90s, 5 tests, 1 failure, 1 skipped <<< FAILURES!

[...truncated 49179 lines...]
-ecj-javadoc-lint-tests:
    [mkdir] Created dir: /tmp/ecj401479147
 [ecj-lint] Compiling 919 source files to /tmp/ecj401479147
 [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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/build.xml:651: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/build.xml:101: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build.xml:690: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/common-build.xml:2095: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/common-build.xml:2128: Compile failed; see the compiler error output for details.

Total time: 439 minutes 44 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-NightlyTests-master - Build # 1568 - Still Unstable

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

1 tests failed.
FAILED:  org.apache.solr.search.TestRecovery.testExistOldBufferLog

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([695E53774D81765E:370E4E22C34EE6D7]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertFalse(Assert.java:68)
	at org.junit.Assert.assertFalse(Assert.java:79)
	at org.apache.solr.search.TestRecovery.testExistOldBufferLog(TestRecovery.java:1071)
	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 14091 lines...]
   [junit4] Suite: org.apache.solr.search.TestRecovery
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.search.TestRecovery_695E53774D81765E-001/init-core-data-001
   [junit4]   2> 2353276 INFO  (SUITE-TestRecovery-seed#[695E53774D81765E]-worker) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2353486 INFO  (SUITE-TestRecovery-seed#[695E53774D81765E]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2353604 INFO  (SUITE-TestRecovery-seed#[695E53774D81765E]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 2354180 INFO  (SUITE-TestRecovery-seed#[695E53774D81765E]-worker) [    ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2354721 INFO  (SUITE-TestRecovery-seed#[695E53774D81765E]-worker) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2354721 INFO  (SUITE-TestRecovery-seed#[695E53774D81765E]-worker) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2354792 INFO  (SUITE-TestRecovery-seed#[695E53774D81765E]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4594c2d0
   [junit4]   2> 2354816 INFO  (SUITE-TestRecovery-seed#[695E53774D81765E]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4594c2d0
   [junit4]   2> 2354816 INFO  (SUITE-TestRecovery-seed#[695E53774D81765E]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4594c2d0
   [junit4]   2> 2354830 INFO  (coreLoadExecutor-2512-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2355020 INFO  (coreLoadExecutor-2512-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2355142 INFO  (coreLoadExecutor-2512-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2355568 INFO  (coreLoadExecutor-2512-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2355618 INFO  (coreLoadExecutor-2512-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 2355618 INFO  (coreLoadExecutor-2512-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4594c2d0
   [junit4]   2> 2355638 INFO  (coreLoadExecutor-2512-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2355639 INFO  (coreLoadExecutor-2512-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.search.TestRecovery_695E53774D81765E-001/init-core-data-001/]
   [junit4]   2> 2355641 INFO  (coreLoadExecutor-2512-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=2, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 2355732 WARN  (coreLoadExecutor-2512-thread-1) [    x:collection1] 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> 2355991 INFO  (coreLoadExecutor-2512-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 2355991 INFO  (coreLoadExecutor-2512-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2355992 INFO  (coreLoadExecutor-2512-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2355992 INFO  (coreLoadExecutor-2512-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2355993 INFO  (coreLoadExecutor-2512-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=28, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=67.294921875, floorSegmentMB=1.18359375, forceMergeDeletesPctAllowed=21.02187172470105, segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, reclaimDeletesWeight=1.9575031009257584
   [junit4]   2> 2355994 INFO  (coreLoadExecutor-2512-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@e9fd16b[collection1] main]
   [junit4]   2> 2355994 WARN  (coreLoadExecutor-2512-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 2355995 INFO  (coreLoadExecutor-2512-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2356012 INFO  (searcherExecutor-2513-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@e9fd16b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2356013 INFO  (coreLoadExecutor-2512-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1603802940188917760
   [junit4]   2> 2356177 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2356330 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@46c8316e[collection1] realtime]
   [junit4]   2> 2356330 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:* (-9223372036854775807)} 0 153
   [junit4]   2> 2356330 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1603802940521316352,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2356331 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@68266dbc commitCommandVersion:1603802940521316352
   [junit4]   2> 2356383 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@70f944ed[collection1] main]
   [junit4]   2> 2356383 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2356394 INFO  (searcherExecutor-2513-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@70f944ed[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2356395 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 64
   [junit4]   2> 2356476 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[2238 (1603802940636659712)]} 0 36
   [junit4]   2> 2356477 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[1833 (1603802940675457024)]} 0 0
   [junit4]   2> 2356477 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[2558 (1603802940675457025)]} 0 0
   [junit4]   2> 2356477 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[745 (1603802940675457026)]} 0 0
   [junit4]   2> 2356478 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[7719 (1603802940676505600)]} 0 0
   [junit4]   2> 2356478 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[8285 (1603802940676505601)]} 0 0
   [junit4]   2> 2356478 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[2072 (1603802940676505602)]} 0 0
   [junit4]   2> 2356478 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[4320 (1603802940676505603)]} 0 0
   [junit4]   2> 2356478 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[8275 (1603802940676505604)]} 0 0
   [junit4]   2> 2356478 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[62 (1603802940676505605)]} 0 0
   [junit4]   2> 2356534 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[2238 (1603802940701671424)]} 0 32
   [junit4]   2> 2356534 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{delete=[4320 (-1603802940735225856)]} 0 0
   [junit4]   2> 2356535 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[8951 (1603802940735225857)]} 0 0
   [junit4]   2> 2356535 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[5712 (1603802940736274432)]} 0 0
   [junit4]   2> 2356535 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[3940 (1603802940736274433)]} 0 0
   [junit4]   2> 2356535 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[8285 (1603802940736274434)]} 0 0
   [junit4]   2> 2356548 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[1183 (1603802940749905920)]} 0 0
   [junit4]   2> 2356548 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[6438 (1603802940749905921)]} 0 0
   [junit4]   2> 2356548 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[8032 (1603802940749905922)]} 0 0
   [junit4]   2> 2356549 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[8275 (1603802940750954496)]} 0 0
   [junit4]   2> 2356550 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[2238 (1603802940752003072)]} 0 0
   [junit4]   2> 2356550 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[2558 (1603802940752003073)]} 0 0
   [junit4]   2> 2356550 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[9989 (1603802940752003074)]} 0 0
   [junit4]   2> 2356550 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[3240 (1603802940752003075)]} 0 0
   [junit4]   2> 2356551 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[4056 (1603802940753051648)]} 0 0
   [junit4]   2> 2356551 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[3044 (1603802940753051649)]} 0 0
   [junit4]   2> 2356551 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[9989 (1603802940753051650)]} 0 0
   [junit4]   2> 2356551 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[3240 (1603802940753051651)]} 0 0
   [junit4]   2> 2356605 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[9237 (1603802940754100224)]} 0 53
   [junit4]   2> 2356605 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[5420 (1603802940809674752)]} 0 0
   [junit4]   2> 2356605 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{delete=[3044 (-1603802940809674753)]} 0 0
   [junit4]   2> 2356606 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[6438 (1603802940810723328)]} 0 0
   [junit4]   2> 2356606 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[4801 (1603802940810723329)]} 0 0
   [junit4]   2> 2356617 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[7719 (1603802940822257664)]} 0 0
   [junit4]   2> 2356617 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{delete=[8275 (-1603802940822257665)]} 0 0
   [junit4]   2> 2356617 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[678 (1603802940822257666)]} 0 0
   [junit4]   2> 2356617 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{delete=[9989 (-1603802940822257667)]} 0 0
   [junit4]   2> 2356618 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[5645 (1603802940823306240)]} 0 0
   [junit4]   2> 2356618 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[6054 (1603802940823306241)]} 0 0
   [junit4]   2> 2356868 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@47be5648[collection1] realtime]
   [junit4]   2> 2356924 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5622c016[collection1] realtime]
   [junit4]   2> 2356924 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{deleteByQuery=val_i_dvo:222 (-1603802940823306242)} 0 306
   [junit4]   2> 2356980 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[2818 (1603802941202890752)]} 0 0
   [junit4]   2> 2356981 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{delete=[4801 (-1603802941203939328)]} 0 0
   [junit4]   2> 2356981 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[2818 (1603802941203939329)]} 0 0
   [junit4]   2> 2356981 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[7575 (1603802941203939330)]} 0 0
   [junit4]   2> 2356982 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[5420 (1603802941204987904)]} 0 0
   [junit4]   2> 2356982 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[62 (1603802941204987905)]} 0 0
   [junit4]   2> 2356982 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[6438 (1603802941204987906)]} 0 0
   [junit4]   2> 2357145 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5229dde6[collection1] realtime]
   [junit4]   2> 2357159 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@287a12da[collection1] realtime]
   [junit4]   2> 2357159 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{deleteByQuery=val_i_dvo:488 (-1603802941221765120)} 0 176
   [junit4]   2> 2357160 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[9034 (1603802941391634432)]} 0 0
   [junit4]   2> 2357160 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[1283 (1603802941391634433)]} 0 0
   [junit4]   2> 2357161 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[9408 (1603802941392683008)]} 0 0
   [junit4]   2> 2357161 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[9156 (1603802941392683009)]} 0 0
   [junit4]   2> 2357161 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[9034 (1603802941392683010)]} 0 0
   [junit4]   2> 2357161 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{delete=[9156 (-1603802941392683011)]} 0 0
   [junit4]   2> 2357211 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[8024 (1603802941444063232)]} 0 49
   [junit4]   2> 2357211 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[8215 (1603802941445111808)]} 0 0
   [junit4]   2> 2357211 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[8032 (1603802941445111809)]} 0 0
   [junit4]   2> 2357212 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[3308 (1603802941445111810)]} 0 0
   [junit4]   2> 2357212 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[8521 (1603802941446160384)]} 0 0
   [junit4]   2> 2357212 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[3426 (1603802941446160385)]} 0 0
   [junit4]   2> 2357212 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[7575 (1603802941446160386)]} 0 0
   [junit4]   2> 2357213 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[4231 (1603802941446160387)]} 0 0
   [junit4]   2> 2357285 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@7fa0ba6f[collection1] realtime]
   [junit4]   2> 2357304 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5b675f3d[collection1] realtime]
   [junit4]   2> 2357304 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{deleteByQuery=val_i_dvo:624 (-1603802941447208960)} 0 91
   [junit4]   2> 2357305 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[8951 (1603802941543677952)]} 0 0
   [junit4]   2> 2357306 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[4917 (1603802941543677953)]} 0 0
   [junit4]   2> 2357306 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[5573 (1603802941544726528)]} 0 0
   [junit4]   2> 2357407 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5f2d91fb[collection1] realtime]
   [junit4]   2> 2357442 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@52d3d401[collection1] realtime]
   [junit4]   2> 2357443 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{deleteByQuery=val_i_dvo:272 (-1603802941544726529)} 0 136
   [junit4]   2> 2357444 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[1807 (1603802941688381440)]} 0 0
   [junit4]   2> 2357444 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{delete=[1833 (-1603802941689430016)]} 0 0
   [junit4]   2> 2357444 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[5127 (1603802941689430017)]} 0 0
   [junit4]   2> 2357445 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[3426 (1603802941690478592)]} 0 0
   [junit4]   2> 2357445 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[2993 (1603802941690478593)]} 0 0
   [junit4]   2> 2357445 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{delete=[62 (-1603802941690478594)]} 0 0
   [junit4]   2> 2357445 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[4056 (1603802941690478595)]} 0 0
   [junit4]   2> 2357564 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{delete=[1183 (-1603802941815259136)]} 0 118
   [junit4]   2> 2357565 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[1283 (1603802941815259137)]} 0 0
   [junit4]   2> 2357565 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[7327 (1603802941816307712)]} 0 0
   [junit4]   2> 2357565 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[6989 (1603802941816307713)]} 0 0
   [junit4]   2> 2357565 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[7418 (1603802941816307714)]} 0 0
   [junit4]   2> 2357566 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[4056 (1603802941817356288)]} 0 0
   [junit4]   2> 2357566 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[9025 (1603802941817356289)]} 0 0
   [junit4]   2> 2357566 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[2626 (1603802941817356290)]} 0 0
   [junit4]   2> 2357567 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[9335 (1603802941817356291)]} 0 0
   [junit4]   2> 2357567 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[5930 (1603802941818404864)]} 0 0
   [junit4]   2> 2357567 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[1590 (1603802941818404865)]} 0 0
   [junit4]   2> 2357567 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[1278 (1603802941818404866)]} 0 0
   [junit4]   2> 2357567 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[6560 (1603802941818404867)]} 0 0
   [junit4]   2> 2357567 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[5349 (1603802941818404868)]} 0 0
   [junit4]   2> 2357568 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[4364 (1603802941819453440)]} 0 0
   [junit4]   2> 2357584 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[7149 (1603802941836230656)]} 0 0
   [junit4]   2> 2357585 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[1455 (1603802941837279232)]} 0 0
   [junit4]   2> 2357585 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[5127 (1603802941837279233)]} 0 0
   [junit4]   2> 2357585 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[1455 (1603802941837279234)]} 0 0
   [junit4]   2> 2357585 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[9335 (1603802941837279235)]} 0 0
   [junit4]   2> 2357586 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[32 (1603802941838327808)]} 0 0
   [junit4]   2> 2357586 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[6560 (1603802941838327809)]} 0 0
   [junit4]   2> 2357586 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{delete=[4917 (-1603802941838327810)]} 0 0
   [junit4]   2> 2357586 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[5635 (1603802941838327811)]} 0 0
   [junit4]   2> 2357587 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[285 (1603802941838327812)]} 0 0
   [junit4]   2> 2357587 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[5334 (1603802941839376384)]} 0 0
   [junit4]   2> 2357587 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[3426 (1603802941839376385)]} 0 0
   [junit4]   2> 2357587 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[4430 (1603802941839376386)]} 0 0
   [junit4]   2> 2357588 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[9540 (1603802941840424960)]} 0 0
   [junit4]   2> 2357588 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[1560 (1603802941840424961)]} 0 0
   [junit4]   2> 2357588 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{delete=[7719 (-1603802941840424962)]} 0 0
   [junit4]   2> 2357674 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[9025 (1603802941930602496)]} 0 52
   [junit4]   2> 2357674 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[6989 (1603802941930602497)]} 0 0
   [junit4]   2> 2357675 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[1283 (1603802941931651072)]} 0 0
   [junit4]   2> 2357675 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[4056 (1603802941931651073)]} 0 0
   [junit4]   2> 2357676 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[9280 (1603802941931651074)]} 0 0
   [junit4]   2> 2357676 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[5055 (1603802941932699648)]} 0 0
   [junit4]   2> 2357676 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[1807 (1603802941932699649)]} 0 0
   [junit4]   2> 2357676 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[3169 (1603802941932699650)]} 0 0
   [junit4]   2> 2357677 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[8032 (1603802941932699651)]} 0 0
   [junit4]   2> 2357677 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[3949 (1603802941933748224)]} 0 0
   [junit4]   2> 2357677 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[5997 (1603802941933748225)]} 0 0
   [junit4]   2> 2357748 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@7f8430d[collection1] realtime]
   [junit4]   2> 2357784 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@748c12e3[collection1] realtime]
   [junit4]   2> 2357784 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{deleteByQuery=val_i_dvo:618 (-1603802941933748226)} 0 107
   [junit4]   2> 2357785 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[1568 (1603802942045945856)]} 0 0
   [junit4]   2> 2357785 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[8354 (1603802942046994432)]} 0 0
   [junit4]   2> 2357785 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[6750 (1603802942046994433)]} 0 0
   [junit4]   2> 2357786 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[5149 (1603802942048043008)]} 0 0
   [junit4]   2> 2357786 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[1075 (1603802942048043009)]} 0 0
   [junit4]   2> 2357786 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[2820 (1603802942048043010)]} 0 0
   [junit4]   2> 2357786 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[7269 (1603802942048043011)]} 0 0
   [junit4]   2> 2357786 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[2619 (1603802942048043012)]} 0 0
   [junit4]   2> 2357787 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[233 (1603802942048043013)]} 0 0
   [junit4]   2> 2357787 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[6053 (1603802942049091584)]} 0 0
   [junit4]   2> 2357787 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[1604 (1603802942049091585)]} 0 0
   [junit4]   2> 2357787 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[4065 (1603802942049091586)]} 0 0
   [junit4]   2> 2357787 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[9433 (1603802942049091587)]} 0 0
   [junit4]   2> 2357841 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[5997 (1603802942105714688)]} 0 0
   [junit4]   2> 2357884 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@23def924[collection1] realtime]
   [junit4]   2> 2357919 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1df88df[collection1] realtime]
   [junit4]   2> 2357919 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{deleteByQuery=val_i_dvo:185 (-1603802942105714689)} 0 78
   [junit4]   2> 2357920 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[6560 (1603802942188552192)]} 0 0
   [junit4]   2> 2357921 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[2072 (1603802942188552193)]} 0 0
   [junit4]   2> 2357921 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[1075 (1603802942189600768)]} 0 0
   [junit4]   2> 2357939 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[3594 (1603802942189600769)]} 0 17
   [junit4]   2> 2357939 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[7154 (1603802942208475136)]} 0 0
   [junit4]   2> 2357939 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[9611 (1603802942208475137)]} 0 0
   [junit4]   2> 2357939 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[7603 (1603802942208475138)]} 0 0
   [junit4]   2> 2357940 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[4399 (1603802942209523712)]} 0 0
   [junit4]   2> 2357940 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[6989 (1603802942209523713)]} 0 0
   [junit4]   2> 2357940 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[1041 (1603802942209523714)]} 0 0
   [junit4]   2> 2357940 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[8354 (1603802942209523715)]} 0 0
   [junit4]   2> 2357941 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[3240 (1603802942210572288)]} 0 0
   [junit4]   2> 2357941 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{delete=[4065 (-1603802942210572289)]} 0 0
   [junit4]   2> 2357941 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[4364 (1603802942210572290)]} 0 0
   [junit4]   2> 2357941 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[5635 (1603802942210572291)]} 0 0
   [junit4]   2> 2357942 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[7419 (1603802942211620864)]} 0 0
   [junit4]   2> 2357954 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[9611 (1603802942224203776)]} 0 12
   [junit4]   2> 2357954 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[5967 (1603802942224203777)]} 0 0
   [junit4]   2> 2357955 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1834926284
   [junit4]   2> 2357955 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 2357955 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3de6ee12: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@1b64a2b
   [junit4]   2> 2357977 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 2357977 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7ec83673: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@4e6bb7ab
   [junit4]   2> 2357992 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 2357992 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@22ecdf46: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@73be5161
   [junit4]   2> 2358060 INFO  (coreCloseExecutor-2518-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3bd3030f
   [junit4]   2> 2358060 INFO  (coreCloseExecutor-2518-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=3bd3030f
   [junit4]   2> 2358060 INFO  (coreCloseExecutor-2518-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@54f0c2ce: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@3d245fd0
   [junit4]   2> 2358717 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2358811 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2358939 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 2359416 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2360510 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2360510 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2360620 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4594c2d0
   [junit4]   2> 2360657 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4594c2d0
   [junit4]   2> 2360657 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4594c2d0
   [junit4]   2> 2360659 INFO  (coreLoadExecutor-2528-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2360804 INFO  (coreLoadExecutor-2528-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2360966 INFO  (coreLoadExecutor-2528-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2361356 INFO  (coreLoadExecutor-2528-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2361395 INFO  (coreLoadExecutor-2528-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 2361426 INFO  (coreLoadExecutor-2528-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4594c2d0
   [junit4]   2> 2361426 INFO  (coreLoadExecutor-2528-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2361440 INFO  (coreLoadExecutor-2528-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.search.TestRecovery_695E53774D81765E-001/init-core-data-001/]
   [junit4]   2> 2361462 WARN  (coreLoadExecutor-2528-thread-1) [    x:collection1] 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> 2361661 INFO  (coreLoadExecutor-2528-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 2361661 INFO  (coreLoadExecutor-2528-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2361663 INFO  (coreLoadExecutor-2528-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2361663 INFO  (coreLoadExecutor-2528-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2361681 INFO  (coreLoadExecutor-2528-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=2, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 2361683 INFO  (coreLoadExecutor-2528-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1d3de367[collection1] main]
   [junit4]   2> 2361684 WARN  (coreLoadExecutor-2528-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 2361698 INFO  (coreLoadExecutor-2528-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2361701 INFO  (searcherExecutor-2529-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1d3de367[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2361742 WARN  (recoveryExecutor-2531-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.UpdateLog Starting log replay tlog{file=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.search.TestRecovery_695E53774D81765E-001/init-core-data-001/tlog/tlog.0000000000000000001.1603802940636659712 refcount=1} active=false starting pos=0 inSortedOrder=false
   [junit4]   2> 2361754 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 2362611 INFO  (recoveryExecutor-2531-thread-1-processing-x:collection1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2d40e91d[collection1] realtime]
   [junit4]   2> 2362613 INFO  (recoveryExecutor-2531-thread-1-processing-x:collection1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4bec055b[collection1] realtime]
   [junit4]   2> 2363167 INFO  (recoveryExecutor-2531-thread-1-processing-x:collection1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5b005bc3[collection1] realtime]
   [junit4]   2> 2363181 INFO  (recoveryExecutor-2531-thread-1-processing-x:collection1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@24729158[collection1] realtime]
   [junit4]   2> 2363754 INFO  (recoveryExecutor-2531-thread-1-processing-x:collection1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5ba4bdf9[collection1] realtime]
   [junit4]   2> 2363755 INFO  (recoveryExecutor-2531-thread-1-processing-x:collection1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@649785de[collection1] realtime]
   [junit4]   2> 2364409 INFO  (recoveryExecutor-2531-thread-1-processing-x:collection1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2a7a62be[collection1] realtime]
   [junit4]   2> 2364461 INFO  (recoveryExecutor-2531-thread-1-processing-x:collection1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@c4bac9a[collection1] realtime]
   [junit4]   2> 2365164 INFO  (recoveryExecutor-2531-thread-1-processing-x:collection1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5c790dd1[collection1] realtime]
   [junit4]   2> 2365165 INFO  (recoveryExecutor-2531-thread-1-processing-x:collection1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@43fbfc1a[collection1] realtime]
   [junit4]   2> 2365324 INFO  (recoveryExecutor-2531-thread-1-processing-x:collection1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@44bfb6b2[collection1] realtime]
   [junit4]   2> 2365375 INFO  (recoveryExecutor-2531-thread-1-processing-x:collection1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1e882c30[collection1] realtime]
   [junit4]   2> 2365878 INFO  (recoveryExecutor-2531-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{flags=2,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2365878 INFO  (recoveryExecutor-2531-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@6ba84c7b commitCommandVersion:0
   [junit4]   2> 2366031 INFO  (recoveryExecutor-2531-thread-1-processing-x:collection1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@35263cf3[collection1] main]
   [junit4]   2> 2366031 INFO  (recoveryExecutor-2531-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2366053 INFO  (searcherExecutor-2529-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@35263cf3[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_i(8.0.0):c72)))}
   [junit4]   2> 2366053 INFO  (recoveryExecutor-2531-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[2238 (1603802940636659712), 1833 (1603802940675457024), 2558 (1603802940675457025), 745 (1603802940675457026), 7719 (1603802940676505600), 8285 (1603802940676505601), 2072 (1603802940676505602), 4320 (1603802940676505603), 8275 (1603802940676505604), 62 (1603802940676505605), ... (132 adds)],delete=[4320 (-1603802940735225856), 3044 (-1603802940809674753), 8275 (-1603802940822257665), 9989 (-1603802940822257667), 4801 (-1603802941203939328), 9156 (-1603802941392683011), 1833 (-1603802941689430016), 62 (-1603802941690478594), 1183 (-1603802941815259136), 4917 (-1603802941838327810), ... (18 deletes)],deleteByQuery=val_i_dvo:222 (-1603802940823306242),deleteByQuery=val_i_dvo:488 (-1603802941221765120),deleteByQuery=val_i_dvo:624 (-1603802941447208960),deleteByQuery=val_i_dvo:272 (-1603802941544726529),deleteByQuery=val_i_dvo:618 (-1603802941933748226),deleteByQuery=val_i_dvo:185 (-1603802942105714689)} 0 4311
   [junit4]   2> 2366053 WARN  (recoveryExecutor-2531-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.UpdateLog Log replay finished. recoveryInfo=RecoveryInfo{adds=132 deletes=12 deleteByQuery=6 errors=0 positionOfStart=0}
   [junit4]   2> 2366053 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1603802950716620800,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2366116 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@6ba84c7b commitCommandVersion:1603802950716620800
   [junit4]   2> 2366170 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4c32f984[collection1] main]
   [junit4]   2> 2366171 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2366172 INFO  (searcherExecutor-2529-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4c32f984[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_i(8.0.0):c72)))}
   [junit4]   2> 2366172 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 119
   [junit4]   2> 2366173 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&wt=xml} hits=72 status=0 QTime=0
   [junit4]   2> 2366174 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:2818&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366174 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1283&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366175 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:5635&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366175 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:2820&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366277 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:4231&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366277 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:5127&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366277 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:3594&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366277 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:9611&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366278 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:4364&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366278 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:5645&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366278 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1807&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366278 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1041&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366278 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:7575&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366279 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:8215&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366279 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:2072&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366279 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1560&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366279 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:285&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366279 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:5149&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366279 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:7327&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366280 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:6560&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366280 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:32&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366280 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1568&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366280 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:8354&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366280 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:6053&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366313 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:6438&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=32
   [junit4]   2> 2366313 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:678&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366314 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:6054&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366314 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:3240&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366314 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:5930&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366314 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:5420&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366314 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1455&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366314 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:4399&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366315 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:2993&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366315 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1075&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366315 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:7603&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366315 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:2619&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366315 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:2238&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366316 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:5055&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366316 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:9408&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366316 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:9280&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366316 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:9025&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366316 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:2626&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366316 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:9540&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366317 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1604&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366317 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:5573&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366317 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:8521&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366350 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:9034&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366350 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:6989&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366350 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:4430&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366350 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:5967&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366351 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:5334&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366351 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:4056&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366351 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:8024&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366351 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:9433&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366351 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:8285&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366351 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:6750&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366352 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:8032&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366352 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:3426&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366352 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:5349&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366386 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:7269&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366387 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:745&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366387 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:233&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366387 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:7149&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366387 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:3949&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366387 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:5997&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366388 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:7154&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366388 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:8951&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366388 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:9335&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366388 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:7418&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366388 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:7419&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366388 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:2558&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366389 INFO  (TEST-TestRecovery.stressLogReplay-seed#[695E53774D81765E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1278&fl=val_i_dvo&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2366535 INFO  (TEST-TestRecovery.testExistOldBufferLog-seed#[695E53774D81765E]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2366536 INFO  (TEST-TestRecovery.testExistOldBufferLog-seed#[695E53774D81765E]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@15fc3313[collection1] realtime]
   [junit4]   2> 2366536 INFO  (TEST-TestRecovery.testExistOldBufferLog-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:* (-9223372036854775807)} 0 0
   [junit4]   2> 2366536 INFO  (TEST-TestRecovery.testExistOldBufferLog-seed#[695E53774D81765E]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1603802951223083008,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2366556 INFO  (TEST-TestRecovery.testExistOldBufferLog-seed#[695E53774D81765E]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@6ba84c7b commitCommandVersion:1603802951223083008
   [junit4]   2> 2366663 INFO  (TEST-TestRecovery.testExistOldBufferLog-seed#[695E53774D81765E]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@3c7fb0[collection1] main]
   [junit4]   2> 2366663 INFO  (TEST-TestRecovery.testExistOldBufferLog-seed#[695E53774D81765E]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2366672 INFO  (searcherExecutor-2529-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3c7fb0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2366679 INFO  (TEST-TestRecovery.testExistOldBufferLog-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 142
   [junit4]   2> 2366679 INFO  (TEST-TestRecovery.testExistOldBufferLog-seed#[695E53774D81765E]) [    ] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 2366680 INFO  (TEST-TestRecovery.testExistOldBufferLog-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={update.distrib=FROMLEADER&wt=json&indent=true}{add=[Q1]} 0 0
   [junit4]   2> 2366680 INFO  (TEST-TestRecovery.testExistOldBufferLog-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={update.distrib=FROMLEADER&wt=json&indent=true}{add=[Q2 (1)]} 0 0
   [junit4]   2> 2366680 INFO  (TEST-TestRecovery.testExistOldBufferLog-seed#[695E53774D81765E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={update.distrib=FROMLEADER&wt=json&indent=true}{add=[Q3 (2)]} 0 0
   [junit4]   2> 2366681 INFO  (TEST-TestRecovery.testExistOldBufferLog-seed#[695E53774D81765E]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=781202155
   [junit4]   2> 2366681 INFO  (TEST-TestRecovery.testExistOldBufferLog-seed#[695E53774D81765E]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 2366681 INFO  (TEST-TestRecovery.testExistOldBufferLog-seed#[695E53774D81765E]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@34d0644a: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@7a1b1832
   [junit4]   2> 2366718 INFO  (TEST-TestRecovery.testExistOldBufferLog-seed#[695E53774D81765E]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 2366718 INFO  (TEST-TestRecovery.testExistOldBufferLog-seed#[695E53774D81765E]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@23565fbb: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@4e6bb7ab
   [junit4]   2> 2366737 INFO  (TEST-TestRecovery.testExistOldBufferLog-seed#[695E53774D81765E]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 2366737 INFO  (TEST-TestRecovery.testExistOldBufferLog-seed#[695E53774D81765E]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5652ba7a: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@73be5161
   [junit4]   2> 2366825 INFO  (coreCloseExecutor-2534-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@46e47dba
   [junit4]   2> 2366825 INFO  (coreCloseExecutor-2534-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=46e47dba
   [junit4]   2> 2366825 INFO  (coreCloseExecutor-2534-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2b6c32e5: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@25fb0433
   [junit4]   2> 2366899 INFO  (TEST-Tes

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

ngth is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

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 68ms :: artifacts dl 20ms
	---------------------------------------------------------------------
	|                  |            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: 481 minutes 4 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-NightlyTests-master - Build # 1567 - Still unstable

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

1 tests failed.
FAILED:  org.apache.solr.client.solrj.CollectionAdminRequestRequiredParamsTest.testCreateCollection

Error Message:
required params missing: required=[name, nrtReplicas, action, numShards, replicationFactor], params=[name, nrtReplicas, action, numShards]

Stack Trace:
java.lang.AssertionError: required params missing: required=[name, nrtReplicas, action, numShards, replicationFactor], params=[name, nrtReplicas, action, numShards]
	at __randomizedtesting.SeedInfo.seed([533CBE23174355AD:A55FA2D223B61A2C]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.client.solrj.CollectionAdminRequestRequiredParamsTest.assertContainsParams(CollectionAdminRequestRequiredParamsTest.java:214)
	at org.apache.solr.client.solrj.CollectionAdminRequestRequiredParamsTest.testCreateCollection(CollectionAdminRequestRequiredParamsTest.java:147)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.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 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 16896 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.CollectionAdminRequestRequiredParamsTest
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CollectionAdminRequestRequiredParamsTest -Dtests.method=testCreateCollection -Dtests.seed=533CBE23174355AD -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt -Dtests.locale=de-GR -Dtests.timezone=Pacific/Marquesas -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.09s J1 | CollectionAdminRequestRequiredParamsTest.testCreateCollection <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: required params missing: required=[name, nrtReplicas, action, numShards, replicationFactor], params=[name, nrtReplicas, action, numShards]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([533CBE23174355AD:A55FA2D223B61A2C]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.CollectionAdminRequestRequiredParamsTest.assertContainsParams(CollectionAdminRequestRequiredParamsTest.java:214)
   [junit4]    > 	at org.apache.solr.client.solrj.CollectionAdminRequestRequiredParamsTest.testCreateCollection(CollectionAdminRequestRequiredParamsTest.java:147)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Lucene70, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@6af6e7b8), locale=de-GR, timezone=Pacific/Marquesas
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 1.8.0_172 (64-bit)/cpus=4,threads=1,free=128068112,total=312999936
   [junit4]   2> NOTE: All tests run in this JVM: [MergeIndexesEmbeddedTest, TestFastInputStream, AbsoluteValueEvaluatorTest, CumulativeProbabilityEvaluatorTest, SolrZkClientTest, ModuloEvaluatorTest, SolrExampleStreamingBinaryTest, QueryResponseTest, UniformDistributionEvaluatorTest, TestLBHttpSolrClient, BasicHttpSolrClientTest, TestSolrJsonWriter, TestJsonRecordReader, SelectWithEvaluatorsTest, TestDelegationTokenResponse, CeilingEvaluatorTest, ShardParamsTest, SubtractEvaluatorTest, SolrExampleEmbeddedTest, StreamExpressionToExpessionTest, ConcatOperationTest, RecursiveEvaluatorTest, SolrPingTest, SolrExampleStreamingTest, SolrExampleXMLTest, SolrExampleJettyTest, JettyWebappTest, LargeVolumeJettyTest, TestSolrProperties, SolrParamTest, TermsResponseTest, TestDocumentObjectBinder, SolrQueryTest, TestXMLEscaping, HttpClientUtilTest, DocumentAnalysisResponseTest, SolrDocumentTest, SolrExceptionTest, FieldAnalysisResponseTest, ClientUtilsTest, AnlysisResponseBaseTest, FacetFieldTest, UsingSolrJRefGuideExamplesTest, CollectionAdminRequestRequiredParamsTest]
   [junit4] Completed [76/154 (1!)] on J1 in 1.20s, 24 tests, 1 failure <<< FAILURES!

[...truncated 49677 lines...]
[asciidoctor:convert] asciidoctor: ERROR: about-this-guide.adoc: line 1: invalid part, must have at least one section (e.g., chapter, appendix, etc.)
[asciidoctor:convert] asciidoctor: ERROR: solr-glossary.adoc: line 1: invalid part, must have at least one section (e.g., chapter, appendix, etc.)
     [java] Processed 2241 links (1790 relative) to 3127 anchors in 247 files
     [echo] Validated Links & Anchors via: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-ref-guide/bare-bones-html/

-documentation-lint:
    [jtidy] Checking for broken html (such as invalid tags)...
   [delete] Deleting directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/jtidy_tmp
     [echo] Checking for broken links...
     [exec] 
     [exec] Crawl/parse...
     [exec] 
     [exec] Verify...
     [echo] Checking for malformed docs...

jar-checksums:

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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

common.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-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

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 89ms :: artifacts dl 13ms
	---------------------------------------------------------------------
	|                  |            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: 530 minutes 24 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-NightlyTests-master - Build # 1566 - Failure

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

All tests passed

Build Log:
[...truncated 15045 lines...]
   [junit4] JVM J0: stdout was not empty, see: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/temp/junit4-J0-20180617_082316_4196680992795717183952.sysout
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/heapdumps/java_pid14985.hprof ...
   [junit4] Heap dump file created [642405473 bytes in 853.752 secs]
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/temp/junit4-J0-20180617_082316_4197711222624947214596.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] WARN: Unhandled exception in event serialization. -> java.lang.OutOfMemoryError: Java heap space
   [junit4] <<< JVM J0: EOF ----

[...truncated 734 lines...]
   [junit4] ERROR: JVM J0 ended with an exception, command line: /usr/local/asfpackages/java/jdk1.8.0_172/jre/bin/java -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/heapdumps -ea -esa -Dtests.prefix=tests -Dtests.seed=C312BA4B29096760 -Xmx512M -Dtests.iters= -Dtests.verbose=false -Dtests.infostream=false -Dtests.codec=random -Dtests.postingsformat=random -Dtests.docvaluesformat=random -Dtests.locale=random -Dtests.timezone=random -Dtests.directory=random -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt -Dtests.luceneMatchVersion=8.0.0 -Dtests.cleanthreads=perClass -Djava.util.logging.config.file=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/tools/junit4/logging.properties -Dtests.nightly=true -Dtests.weekly=false -Dtests.monster=false -Dtests.slow=true -Dtests.asserts=true -Dtests.multiplier=2 -DtempDir=./temp -Djava.io.tmpdir=./temp -Djunit4.tempDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/temp -Dcommon.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene -Dclover.db.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/clover/db -Djava.security.policy=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/tools/junit4/solr-tests.policy -Dtests.LUCENE_VERSION=8.0.0 -Djetty.testMode=1 -Djetty.insecurerandom=1 -Dsolr.directoryFactory=org.apache.solr.core.MockDirectoryFactory -Djava.awt.headless=true -Djdk.map.althashing.threshold=0 -Dtests.src.home=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout -Djava.security.egd=file:/dev/./urandom -Djunit4.childvm.cwd=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0 -Djunit4.childvm.id=0 -Djunit4.childvm.count=3 -Dtests.leaveTemporary=false -Dtests.filterstacks=true -Dtests.badapples=false -Djava.security.manager=org.apache.lucene.util.TestSecurityManager -Dfile.encoding=US-ASCII -classpath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/classes/test:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-test-framework/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/test-framework/lib/junit4-ant-2.6.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/test-framework/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/codecs/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-solrj/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/analysis/common/lucene-analyzers-common-8.0.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/analysis/kuromoji/lucene-analyzers-kuromoji-8.0.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/analysis/phonetic/lucene-analyzers-phonetic-8.0.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/codecs/lucene-codecs-8.0.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/backward-codecs/lucene-backward-codecs-8.0.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/highlighter/lucene-highlighter-8.0.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/memory/lucene-memory-8.0.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/misc/lucene-misc-8.0.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/spatial-extras/lucene-spatial-extras-8.0.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/spatial3d/lucene-spatial3d-8.0.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/expressions/lucene-expressions-8.0.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/suggest/lucene-suggest-8.0.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/grouping/lucene-grouping-8.0.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/queries/lucene-queries-8.0.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/queryparser/lucene-queryparser-8.0.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/join/lucene-join-8.0.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/sandbox/lucene-sandbox-8.0.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/classification/lucene-classification-8.0.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/lib/antlr4-runtime-4.5.1-1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/lib/asm-5.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/lib/asm-commons-5.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/lib/avatica-core-1.10.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/lib/caffeine-2.4.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/lib/calcite-core-1.13.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/lib/calcite-linq4j-1.13.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/lib/commons-cli-1.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/lib/commons-codec-1.10.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/lib/commons-collections-3.2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/lib/commons-compiler-2.7.6.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/lib/commons-configuration-1.6.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/lib/commons-exec-1.3.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/lib/commons-fileupload-1.3.3.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/lib/commons-io-2.5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/lib/commons-lang-2.6.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/lib/commons-lang3-3.6.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/lib/curator-client-2.8.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/lib/curator-framework-2.8.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/lib/curator-recipes-2.8.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/lib/disruptor-3.4.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/lib/dom4j-1.6.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/lib/eigenbase-properties-1.1.5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/lib/guava-14.0.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/lib/hadoop-annotations-2.7.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/lib/hadoop-auth-2.7.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/lib/hadoop-common-2.7.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/lib/hadoop-hdfs-2.7.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/lib/hppc-0.8.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/lib/htrace-core-3.2.0-incubating.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/lib/jackson-annotations-2.9.5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/lib/jackson-core-2.9.5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/lib/jackson-core-asl-1.9.13.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/lib/jackson-databind-2.9.5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/lib/jackson-dataformat-smile-2.9.5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/lib/jackson-mapper-asl-1.9.13.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/lib/janino-2.7.6.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/lib/jcl-over-slf4j-1.7.24.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/lib/joda-time-2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/lib/log4j-1.2-api-2.11.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/lib/log4j-api-2.11.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/lib/log4j-core-2.11.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/lib/log4j-slf4j-impl-2.11.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/lib/org.restlet-2.3.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/lib/org.restlet.ext.servlet-2.3.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/lib/protobuf-java-3.1.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/lib/rrd4j-3.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/lib/spatial4j-0.7.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/lib/t-digest-3.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/solrj/lib/commons-io-2.5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/solrj/lib/commons-math3-3.6.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/solrj/lib/httpclient-4.5.3.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/solrj/lib/httpcore-4.4.6.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/solrj/lib/httpmime-4.5.3.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/solrj/lib/jcl-over-slf4j-1.7.24.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/solrj/lib/noggit-0.8.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/solrj/lib/slf4j-api-1.7.24.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/solrj/lib/stax2-api-3.1.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/solrj/lib/woodstox-core-asl-4.4.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/solrj/lib/zookeeper-3.4.11.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/server/lib/gmetric4j-1.0.7.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/server/lib/javax.servlet-api-3.1.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/server/lib/jetty-continuation-9.4.10.v20180503.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/server/lib/jetty-deploy-9.4.10.v20180503.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/server/lib/jetty-http-9.4.10.v20180503.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/server/lib/jetty-io-9.4.10.v20180503.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/server/lib/jetty-jmx-9.4.10.v20180503.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/server/lib/jetty-rewrite-9.4.10.v20180503.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/server/lib/jetty-security-9.4.10.v20180503.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/server/lib/jetty-server-9.4.10.v20180503.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/server/lib/jetty-servlet-9.4.10.v20180503.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/server/lib/jetty-servlets-9.4.10.v20180503.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/server/lib/jetty-util-9.4.10.v20180503.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/server/lib/jetty-webapp-9.4.10.v20180503.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/server/lib/jetty-xml-9.4.10.v20180503.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/server/lib/metrics-core-3.2.6.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/server/lib/metrics-ganglia-3.2.6.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/server/lib/metrics-graphite-3.2.6.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/server/lib/metrics-jetty9-3.2.6.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/server/lib/metrics-jvm-3.2.6.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/example/example-DIH/solr/db/lib/derby-10.9.1.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/example/example-DIH/solr/db/lib/hsqldb-2.4.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/test-framework/lib/junit-4.10.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/test-framework/lib/randomizedtesting-runner-2.6.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/antlr-2.7.7.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/antlr4-runtime-4.5.1-1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-core-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-core-api-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-core-avl-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-core-shared-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-i18n-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-interceptor-kerberos-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-interceptors-admin-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-interceptors-authn-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-interceptors-authz-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-interceptors-changelog-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-interceptors-collective-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-interceptors-event-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-interceptors-exception-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-interceptors-journal-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-interceptors-normalization-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-interceptors-operational-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-interceptors-referral-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-interceptors-schema-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-interceptors-subtree-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-interceptors-trigger-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-jdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-jdbm1-2.0.0-M2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-kerberos-codec-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-ldif-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-mavibot-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-protocol-kerberos-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-protocol-ldap-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-protocol-shared-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-xdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/api-all-1.0.0-M20.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/bcprov-jdk15on-1.54.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/byte-buddy-1.6.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/commons-collections-3.2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/commons-math3-3.6.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/ehcache-core-2.4.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/hadoop-common-2.7.4-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/hadoop-hdfs-2.7.4-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/hadoop-minikdc-2.7.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/htrace-core-3.2.0-incubating.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/jersey-core-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/jersey-server-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/jetty-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/jetty-sslengine-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/jetty-util-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/mina-core-2.0.0-M5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/mockito-core-2.6.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/netty-all-4.0.36.Final.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/objenesis-2.5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/analysis/icu/lucene-analyzers-icu-8.0.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/contrib/solr-analysis-extras/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/queryparser/classes/test:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/backward-codecs/classes/test:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/contrib/analysis-extras/lib/icu4j-61.1.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-launcher.jar:/x1/jenkins/.ant/lib/ivy-2.4.0.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-junit.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-log4j.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-junit4.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jai.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-javamail.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-bsf.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-commons-net.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-antlr.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jsch.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-oro.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-commons-logging.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-netrexx.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-testutil.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jdepend.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-bcel.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-xalan2.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-resolver.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jmf.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-regexp.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-swing.jar:/usr/local/asfpackages/java/jdk1.8.0_172/lib/tools.jar:/x1/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.6.0.jar com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/temp/junit4-J0-20180617_082316_4194788379128414654085.events @/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/temp/junit4-J0-20180617_082316_4197178619909999409333.suites -stdin
   [junit4] ERROR: JVM J0 ended with an exception: Quit event not received from the forked process? This may indicate JVM crash or runner bugs.
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1540)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:126)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:982)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:979)
   [junit4] 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4] 	at java.lang.Thread.run(Thread.java:748)

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/build.xml:651: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/build.xml:577: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build.xml:267: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/common-build.xml:557: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/common-build.xml:1568: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/common-build.xml:1092: At least one slave process threw an exception, first: Quit event not received from the forked process? This may indicate JVM crash or runner bugs.

Total time: 404 minutes 18 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[Fast Archiver] No artifacts from Lucene-Solr-NightlyTests-master #1565 to compare, so performing full copy of artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene-Solr-NightlyTests-master - Build # 1565 - Still Unstable

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

1 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.hdfs.HdfsBasicDistributedZkTest

Error Message:
ObjectTracker found 1 object(s) that were not released!!! [NRTCachingDirectory] org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)  at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:358)  at org.apache.solr.core.SolrCore.cleanupOldIndexDirectories(SolrCore.java:3091)  at org.apache.solr.core.SolrCore.close(SolrCore.java:1612)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1004)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:867)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1140)  at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:686)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  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)  

Stack Trace:
java.lang.AssertionError: ObjectTracker found 1 object(s) that were not released!!! [NRTCachingDirectory]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:358)
	at org.apache.solr.core.SolrCore.cleanupOldIndexDirectories(SolrCore.java:3091)
	at org.apache.solr.core.SolrCore.close(SolrCore.java:1612)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1004)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:867)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1140)
	at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:686)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	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)


	at __randomizedtesting.SeedInfo.seed([96DD454BA974C6D2]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNull(Assert.java:551)
	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:304)
	at sun.reflect.GeneratedMethodAccessor20.invoke(Unknown Source)
	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$7.evaluate(RandomizedRunner.java:897)
	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 13707 lines...]
   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsBasicDistributedZkTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_96DD454BA974C6D2-001/init-core-data-001
   [junit4]   2> 795145 WARN  (SUITE-HdfsBasicDistributedZkTest-seed#[96DD454BA974C6D2]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 795145 INFO  (SUITE-HdfsBasicDistributedZkTest-seed#[96DD454BA974C6D2]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 795155 INFO  (SUITE-HdfsBasicDistributedZkTest-seed#[96DD454BA974C6D2]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 795155 INFO  (SUITE-HdfsBasicDistributedZkTest-seed#[96DD454BA974C6D2]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 795155 INFO  (SUITE-HdfsBasicDistributedZkTest-seed#[96DD454BA974C6D2]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_ihd/
   [junit4]   2> 797468 WARN  (SUITE-HdfsBasicDistributedZkTest-seed#[96DD454BA974C6D2]-worker) [    ] o.a.h.u.NativeCodeLoader Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 800134 WARN  (SUITE-HdfsBasicDistributedZkTest-seed#[96DD454BA974C6D2]-worker) [    ] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 800936 INFO  (SUITE-HdfsBasicDistributedZkTest-seed#[96DD454BA974C6D2]-worker) [    ] o.m.log Logging to org.apache.logging.slf4j.Log4jLogger@28f4938b via org.mortbay.log.Slf4jLog
   [junit4]   2> 800971 WARN  (SUITE-HdfsBasicDistributedZkTest-seed#[96DD454BA974C6D2]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 802263 INFO  (SUITE-HdfsBasicDistributedZkTest-seed#[96DD454BA974C6D2]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 802366 INFO  (SUITE-HdfsBasicDistributedZkTest-seed#[96DD454BA974C6D2]-worker) [    ] o.m.log Extract jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/hdfs to ./temp/Jetty_localhost_50198_hdfs____ppz8lb/webapp
   [junit4]   2> 804082 INFO  (SUITE-HdfsBasicDistributedZkTest-seed#[96DD454BA974C6D2]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:50198
   [junit4]   2> 805972 WARN  (SUITE-HdfsBasicDistributedZkTest-seed#[96DD454BA974C6D2]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 805993 INFO  (SUITE-HdfsBasicDistributedZkTest-seed#[96DD454BA974C6D2]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 806044 INFO  (SUITE-HdfsBasicDistributedZkTest-seed#[96DD454BA974C6D2]-worker) [    ] o.m.log Extract jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_46289_datanode____.r6ms2w/webapp
   [junit4]   2> 807674 INFO  (SUITE-HdfsBasicDistributedZkTest-seed#[96DD454BA974C6D2]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:46289
   [junit4]   2> 810479 ERROR (DataNode: [[[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_96DD454BA974C6D2-001/tempDir-001/hdfsBaseDir/data/data1/, [DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_96DD454BA974C6D2-001/tempDir-001/hdfsBaseDir/data/data2/]]  heartbeating to localhost/127.0.0.1:52795) [    ] o.a.h.h.s.d.DirectoryScanner dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1 ms/sec. Assuming default value of 1000
   [junit4]   2> 810848 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x682519e2745314: from storage DS-85c19281-3627-439f-9fc8-e67f1122b1ad node DatanodeRegistration(127.0.0.1:39789, datanodeUuid=e57957b9-ceb1-48f4-a124-132cbe496675, infoPort=42495, infoSecurePort=0, ipcPort=42525, storageInfo=lv=-56;cid=testClusterID;nsid=1432551165;c=0), blocks: 0, hasStaleStorage: true, processing time: 4 msecs
   [junit4]   2> 810855 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x682519e2745314: from storage DS-fb56f893-121b-4cb6-99c7-21247910e34d node DatanodeRegistration(127.0.0.1:39789, datanodeUuid=e57957b9-ceb1-48f4-a124-132cbe496675, infoPort=42495, infoSecurePort=0, ipcPort=42525, storageInfo=lv=-56;cid=testClusterID;nsid=1432551165;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 811446 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 811450 INFO  (Thread-192) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 811450 INFO  (Thread-192) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 811528 ERROR (Thread-192) [    ] 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> 811550 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.c.ZkTestServer start zk server on port:60580
   [junit4]   2> 811589 INFO  (zkConnectionManagerCallback-58864-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 811611 INFO  (zkConnectionManagerCallback-58866-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 811628 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 811637 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 811639 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 811648 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 811650 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 811651 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 811656 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 811659 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 811660 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 811663 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 811671 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 811680 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 811938 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] 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> 811941 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 811941 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 811941 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 811943 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3964918c{/_ihd,null,AVAILABLE}
   [junit4]   2> 811944 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@53cf352a{HTTP/1.1,[http/1.1]}{127.0.0.1:41076}
   [junit4]   2> 811944 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.e.j.s.Server Started @812264ms
   [junit4]   2> 811944 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://localhost:52795/hdfs__localhost_52795__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-master_checkout_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.HdfsBasicDistributedZkTest_96DD454BA974C6D2-001_tempDir-002_control_data, replicaType=NRT, hostContext=/_ihd, hostPort=41076, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_96DD454BA974C6D2-001/control-001/cores}
   [junit4]   2> 811944 ERROR (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 811944 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 811944 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 811944 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 811944 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 811945 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-15T11:31:34.781Z
   [junit4]   2> 811956 INFO  (zkConnectionManagerCallback-58868-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 811959 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 811959 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_96DD454BA974C6D2-001/control-001/solr.xml
   [junit4]   2> 811967 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 811967 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 811983 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@43044cad, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 812179 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60580/solr
   [junit4]   2> 812181 INFO  (zkConnectionManagerCallback-58872-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 812183 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 0x106d34310080003, likely client has closed socket
   [junit4]   2> 812347 INFO  (zkConnectionManagerCallback-58874-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 812485 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [n:127.0.0.1:41076__ihd    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 812486 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [n:127.0.0.1:41076__ihd    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41076__ihd
   [junit4]   2> 812487 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [n:127.0.0.1:41076__ihd    ] o.a.s.c.Overseer Overseer (id=73978728883421188-127.0.0.1:41076__ihd-n_0000000000) starting
   [junit4]   2> 812529 INFO  (zkConnectionManagerCallback-58881-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 812611 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [n:127.0.0.1:41076__ihd    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:60580/solr ready
   [junit4]   2> 812639 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [n:127.0.0.1:41076__ihd    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41076__ihd
   [junit4]   2> 812679 INFO  (zkCallback-58873-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 812715 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [n:127.0.0.1:41076__ihd    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 812725 INFO  (zkCallback-58880-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 813042 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [n:127.0.0.1:41076__ihd    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@43044cad
   [junit4]   2> 813105 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [n:127.0.0.1:41076__ihd    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@43044cad
   [junit4]   2> 813106 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [n:127.0.0.1:41076__ihd    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@43044cad
   [junit4]   2> 813112 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [n:127.0.0.1:41076__ihd    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_96DD454BA974C6D2-001/control-001/cores
   [junit4]   2> 813467 INFO  (zkConnectionManagerCallback-58887-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 813468 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 813469 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:60580/solr ready
   [junit4]   2> 813475 INFO  (qtp1789081756-107633) [n:127.0.0.1:41076__ihd    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:41076__ihd&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 813504 INFO  (OverseerThreadFactory-5913-thread-1) [    ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 813658 INFO  (qtp1789081756-107628) [n:127.0.0.1:41076__ihd    x:control_collection_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 813658 INFO  (qtp1789081756-107628) [n:127.0.0.1:41076__ihd    x:control_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 814731 INFO  (qtp1789081756-107628) [n:127.0.0.1:41076__ihd c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 814818 INFO  (qtp1789081756-107628) [n:127.0.0.1:41076__ihd c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 815097 WARN  (qtp1789081756-107628) [n:127.0.0.1:41076__ihd c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.EnumField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 815123 INFO  (qtp1789081756-107628) [n:127.0.0.1:41076__ihd c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 815210 INFO  (qtp1789081756-107628) [n:127.0.0.1:41076__ihd c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 815211 INFO  (qtp1789081756-107628) [n:127.0.0.1:41076__ihd c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@43044cad
   [junit4]   2> 815380 INFO  (qtp1789081756-107628) [n:127.0.0.1:41076__ihd c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:52795/solr_hdfs_home
   [junit4]   2> 815380 INFO  (qtp1789081756-107628) [n:127.0.0.1:41076__ihd c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 815380 INFO  (qtp1789081756-107628) [n:127.0.0.1:41076__ihd c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 815380 INFO  (qtp1789081756-107628) [n:127.0.0.1:41076__ihd c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_96DD454BA974C6D2-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[hdfs://localhost:52795/solr_hdfs_home/control_collection/core_node2/data/]
   [junit4]   2> 815383 INFO  (qtp1789081756-107628) [n:127.0.0.1:41076__ihd c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:52795/solr_hdfs_home/control_collection/core_node2/data/snapshot_metadata
   [junit4]   2> 815440 INFO  (qtp1789081756-107628) [n:127.0.0.1:41076__ihd c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 815440 INFO  (qtp1789081756-107628) [n:127.0.0.1:41076__ihd c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 815440 INFO  (qtp1789081756-107628) [n:127.0.0.1:41076__ihd c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 816964 INFO  (qtp1789081756-107628) [n:127.0.0.1:41076__ihd c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 816980 INFO  (qtp1789081756-107628) [n:127.0.0.1:41076__ihd c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:52795/solr_hdfs_home/control_collection/core_node2/data
   [junit4]   2> 817103 INFO  (qtp1789081756-107628) [n:127.0.0.1:41076__ihd c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:52795/solr_hdfs_home/control_collection/core_node2/data/index
   [junit4]   2> 817114 INFO  (qtp1789081756-107628) [n:127.0.0.1:41076__ihd c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 817114 INFO  (qtp1789081756-107628) [n:127.0.0.1:41076__ihd c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 817114 INFO  (qtp1789081756-107628) [n:127.0.0.1:41076__ihd c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 817168 INFO  (qtp1789081756-107628) [n:127.0.0.1:41076__ihd c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 817169 INFO  (qtp1789081756-107628) [n:127.0.0.1:41076__ihd c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=18, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=88.4326171875, floorSegmentMB=1.5029296875, forceMergeDeletesPctAllowed=25.025278258247063, segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6050041663921454
   [junit4]   2> 817754 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:39789 is added to blk_1073741825_1001{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-fb56f893-121b-4cb6-99c7-21247910e34d:NORMAL:127.0.0.1:39789|RBW]]} size 69
   [junit4]   2> 818208 WARN  (qtp1789081756-107628) [n:127.0.0.1:41076__ihd c:control_collection s:shard1  x:control_collection_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> 818371 INFO  (qtp1789081756-107628) [n:127.0.0.1:41076__ihd c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 818371 INFO  (qtp1789081756-107628) [n:127.0.0.1:41076__ihd c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 818371 INFO  (qtp1789081756-107628) [n:127.0.0.1:41076__ihd c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 818416 INFO  (qtp1789081756-107628) [n:127.0.0.1:41076__ihd c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 818416 INFO  (qtp1789081756-107628) [n:127.0.0.1:41076__ihd c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 818428 INFO  (qtp1789081756-107628) [n:127.0.0.1:41076__ihd c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=48, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5361917214936808]
   [junit4]   2> 818640 INFO  (qtp1789081756-107628) [n:127.0.0.1:41076__ihd c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@71d82c87[control_collection_shard1_replica_n1] main]
   [junit4]   2> 818641 INFO  (qtp1789081756-107628) [n:127.0.0.1:41076__ihd c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 818642 INFO  (qtp1789081756-107628) [n:127.0.0.1:41076__ihd c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 818646 INFO  (qtp1789081756-107628) [n:127.0.0.1:41076__ihd c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 818655 INFO  (searcherExecutor-5918-thread-1-processing-n:127.0.0.1:41076__ihd x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:41076__ihd c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher Searcher@71d82c87[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 818655 INFO  (qtp1789081756-107628) [n:127.0.0.1:41076__ihd c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1603338031848226816
   [junit4]   2> 818665 INFO  (qtp1789081756-107628) [n:127.0.0.1:41076__ihd c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 818669 INFO  (qtp1789081756-107628) [n:127.0.0.1:41076__ihd c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 818669 INFO  (qtp1789081756-107628) [n:127.0.0.1:41076__ihd c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 818670 INFO  (qtp1789081756-107628) [n:127.0.0.1:41076__ihd c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:41076/_ihd/control_collection_shard1_replica_n1/
   [junit4]   2> 818670 INFO  (qtp1789081756-107628) [n:127.0.0.1:41076__ihd c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 818670 INFO  (qtp1789081756-107628) [n:127.0.0.1:41076__ihd c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:41076/_ihd/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 818670 INFO  (qtp1789081756-107628) [n:127.0.0.1:41076__ihd c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 818675 INFO  (qtp1789081756-107628) [n:127.0.0.1:41076__ihd c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:41076/_ihd/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 818730 INFO  (qtp1789081756-107628) [n:127.0.0.1:41076__ihd c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 818734 INFO  (qtp1789081756-107628) [n:127.0.0.1:41076__ihd c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=5076
   [junit4]   2> 818744 INFO  (qtp1789081756-107633) [n:127.0.0.1:41076__ihd    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 818840 INFO  (zkCallback-58873-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 819515 INFO  (OverseerCollectionConfigSetProcessor-73978728883421188-127.0.0.1:41076__ihd-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 819744 INFO  (qtp1789081756-107633) [n:127.0.0.1:41076__ihd    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:41076__ihd&wt=javabin&version=2} status=0 QTime=6269
   [junit4]   2> 819761 INFO  (zkConnectionManagerCallback-58892-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 819763 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 819765 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:60580/solr ready
   [junit4]   2> 819768 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 819770 INFO  (qtp1789081756-107629) [n:127.0.0.1:41076__ihd    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 819781 INFO  (OverseerThreadFactory-5913-thread-2) [    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 819783 WARN  (OverseerThreadFactory-5913-thread-2) [    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 819899 INFO  (qtp1789081756-107629) [n:127.0.0.1:41076__ihd    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 819906 INFO  (OverseerCollectionConfigSetProcessor-73978728883421188-127.0.0.1:41076__ihd-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 819915 INFO  (qtp1789081756-107629) [n:127.0.0.1:41076__ihd    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2} status=0 QTime=145
   [junit4]   2> 820055 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_96DD454BA974C6D2-001/shard-1-001 of type NRT
   [junit4]   2> 820057 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] 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> 820058 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 820058 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 820058 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 820059 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@62b51e60{/_ihd,null,AVAILABLE}
   [junit4]   2> 820059 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@25e8bff0{HTTP/1.1,[http/1.1]}{127.0.0.1:37876}
   [junit4]   2> 820060 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.e.j.s.Server Started @820380ms
   [junit4]   2> 820060 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://localhost:52795/hdfs__localhost_52795__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-master_checkout_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.HdfsBasicDistributedZkTest_96DD454BA974C6D2-001_tempDir-002_jetty1, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/_ihd, hostPort=37876, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_96DD454BA974C6D2-001/shard-1-001/cores}
   [junit4]   2> 820060 ERROR (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 820060 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 820060 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 820060 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 820060 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 820060 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-15T11:31:42.896Z
   [junit4]   2> 820086 INFO  (zkConnectionManagerCallback-58894-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 820087 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 820087 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_96DD454BA974C6D2-001/shard-1-001/solr.xml
   [junit4]   2> 820093 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 820093 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 820095 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@43044cad, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 820254 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60580/solr
   [junit4]   2> 820400 INFO  (zkConnectionManagerCallback-58898-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 820402 INFO  (zkConnectionManagerCallback-58900-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 820426 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [n:127.0.0.1:37876__ihd    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 820429 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [n:127.0.0.1:37876__ihd    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 820433 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [n:127.0.0.1:37876__ihd    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 820433 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [n:127.0.0.1:37876__ihd    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37876__ihd
   [junit4]   2> 820435 INFO  (zkCallback-58880-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 820435 INFO  (zkCallback-58873-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 820454 INFO  (zkCallback-58891-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 820463 INFO  (zkCallback-58899-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 820571 INFO  (zkConnectionManagerCallback-58907-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 820591 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [n:127.0.0.1:37876__ihd    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 820619 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [n:127.0.0.1:37876__ihd    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:60580/solr ready
   [junit4]   2> 820631 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [n:127.0.0.1:37876__ihd    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 820711 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [n:127.0.0.1:37876__ihd    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@43044cad
   [junit4]   2> 820808 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [n:127.0.0.1:37876__ihd    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@43044cad
   [junit4]   2> 820808 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [n:127.0.0.1:37876__ihd    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@43044cad
   [junit4]   2> 820811 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [n:127.0.0.1:37876__ihd    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_96DD454BA974C6D2-001/shard-1-001/cores
   [junit4]   2> 820892 INFO  (qtp191922601-107698) [n:127.0.0.1:37876__ihd    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:37876__ihd&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 820908 INFO  (OverseerThreadFactory-5913-thread-3) [ c:collection1 s:shard2  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:37876__ihd for creating new replica
   [junit4]   2> 820914 INFO  (qtp191922601-107693) [n:127.0.0.1:37876__ihd    x:collection1_shard2_replica_n41] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 821943 INFO  (qtp191922601-107693) [n:127.0.0.1:37876__ihd c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 822012 INFO  (qtp191922601-107693) [n:127.0.0.1:37876__ihd c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema [collection1_shard2_replica_n41] Schema name=test
   [junit4]   2> 822160 INFO  (qtp191922601-107693) [n:127.0.0.1:37876__ihd c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 822307 INFO  (qtp191922601-107693) [n:127.0.0.1:37876__ihd c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n41' using configuration from collection collection1, trusted=true
   [junit4]   2> 822307 INFO  (qtp191922601-107693) [n:127.0.0.1:37876__ihd c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_n41' (registry 'solr.core.collection1.shard2.replica_n41') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@43044cad
   [junit4]   2> 822309 INFO  (qtp191922601-107693) [n:127.0.0.1:37876__ihd c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:52795/solr_hdfs_home
   [junit4]   2> 822309 INFO  (qtp191922601-107693) [n:127.0.0.1:37876__ihd c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 822309 INFO  (qtp191922601-107693) [n:127.0.0.1:37876__ihd c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 822343 INFO  (qtp191922601-107693) [n:127.0.0.1:37876__ihd c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore [[collection1_shard2_replica_n41] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_96DD454BA974C6D2-001/shard-1-001/cores/collection1_shard2_replica_n41], dataDir=[hdfs://localhost:52795/solr_hdfs_home/collection1/core_node42/data/]
   [junit4]   2> 822345 INFO  (qtp191922601-107693) [n:127.0.0.1:37876__ihd c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:52795/solr_hdfs_home/collection1/core_node42/data/snapshot_metadata
   [junit4]   2> 822446 INFO  (qtp191922601-107693) [n:127.0.0.1:37876__ihd c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 822446 INFO  (qtp191922601-107693) [n:127.0.0.1:37876__ihd c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 822446 INFO  (qtp191922601-107693) [n:127.0.0.1:37876__ihd c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 822514 INFO  (qtp191922601-107693) [n:127.0.0.1:37876__ihd c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 822516 INFO  (qtp191922601-107693) [n:127.0.0.1:37876__ihd c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:52795/solr_hdfs_home/collection1/core_node42/data
   [junit4]   2> 822570 INFO  (qtp191922601-107693) [n:127.0.0.1:37876__ihd c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:52795/solr_hdfs_home/collection1/core_node42/data/index
   [junit4]   2> 822592 INFO  (qtp191922601-107693) [n:127.0.0.1:37876__ihd c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 822592 INFO  (qtp191922601-107693) [n:127.0.0.1:37876__ihd c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 822592 INFO  (qtp191922601-107693) [n:127.0.0.1:37876__ihd c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 822606 INFO  (qtp191922601-107693) [n:127.0.0.1:37876__ihd c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 822607 INFO  (qtp191922601-107693) [n:127.0.0.1:37876__ihd c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=18, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=88.4326171875, floorSegmentMB=1.5029296875, forceMergeDeletesPctAllowed=25.025278258247063, segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6050041663921454
   [junit4]   2> 822708 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:39789 is added to blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-fb56f893-121b-4cb6-99c7-21247910e34d:NORMAL:127.0.0.1:39789|FINALIZED]]} size 0
   [junit4]   2> 822718 WARN  (qtp191922601-107693) [n:127.0.0.1:37876__ihd c:collection1 s:shard2  x:collection1_shard2_replica_n41] 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> 823075 INFO  (qtp191922601-107693) [n:127.0.0.1:37876__ihd c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 823075 INFO  (qtp191922601-107693) [n:127.0.0.1:37876__ihd c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 823075 INFO  (qtp191922601-107693) [n:127.0.0.1:37876__ihd c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 823109 INFO  (qtp191922601-107693) [n:127.0.0.1:37876__ihd c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 823109 INFO  (qtp191922601-107693) [n:127.0.0.1:37876__ihd c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 823131 INFO  (qtp191922601-107693) [n:127.0.0.1:37876__ihd c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=48, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5361917214936808]
   [junit4]   2> 823150 INFO  (qtp191922601-107693) [n:127.0.0.1:37876__ihd c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.SolrIndexSearcher Opening [Searcher@2c21085d[collection1_shard2_replica_n41] main]
   [junit4]   2> 823151 INFO  (qtp191922601-107693) [n:127.0.0.1:37876__ihd c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 823152 INFO  (qtp191922601-107693) [n:127.0.0.1:37876__ihd c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 823153 INFO  (qtp191922601-107693) [n:127.0.0.1:37876__ihd c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 823162 INFO  (searcherExecutor-5932-thread-1-processing-n:127.0.0.1:37876__ihd x:collection1_shard2_replica_n41 c:collection1 s:shard2) [n:127.0.0.1:37876__ihd c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore [collection1_shard2_replica_n41] Registered new searcher Searcher@2c21085d[collection1_shard2_replica_n41] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 823173 INFO  (qtp191922601-107693) [n:127.0.0.1:37876__ihd c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1603338036585693184
   [junit4]   2> 823183 INFO  (qtp191922601-107693) [n:127.0.0.1:37876__ihd c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard2 to Terms{values={core_node42=0}, version=0}
   [junit4]   2> 823187 INFO  (qtp191922601-107693) [n:127.0.0.1:37876__ihd c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 823187 INFO  (qtp191922601-107693) [n:127.0.0.1:37876__ihd c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 823187 INFO  (qtp191922601-107693) [n:127.0.0.1:37876__ihd c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:37876/_ihd/collection1_shard2_replica_n41/
   [junit4]   2> 823187 INFO  (qtp191922601-107693) [n:127.0.0.1:37876__ihd c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 823188 INFO  (qtp191922601-107693) [n:127.0.0.1:37876__ihd c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy http://127.0.0.1:37876/_ihd/collection1_shard2_replica_n41/ has no replicas
   [junit4]   2> 823188 INFO  (qtp191922601-107693) [n:127.0.0.1:37876__ihd c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 823197 INFO  (qtp191922601-107693) [n:127.0.0.1:37876__ihd c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:37876/_ihd/collection1_shard2_replica_n41/ shard2
   [junit4]   2> 823198 INFO  (qtp191922601-107693) [n:127.0.0.1:37876__ihd c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 823201 INFO  (qtp191922601-107693) [n:127.0.0.1:37876__ihd c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2287
   [junit4]   2> 823207 INFO  (qtp191922601-107698) [n:127.0.0.1:37876__ihd c:collection1   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:37876__ihd&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2} status=0 QTime=2315
   [junit4]   2> 823382 INFO  (zkCallback-58899-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 823584 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_96DD454BA974C6D2-001/shard-2-001 of type NRT
   [junit4]   2> 823586 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] 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> 823587 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 823587 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 823587 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 823588 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@b9380b4{/_ihd,null,AVAILABLE}
   [junit4]   2> 823588 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@42194062{HTTP/1.1,[http/1.1]}{127.0.0.1:41951}
   [junit4]   2> 823588 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.e.j.s.Server Started @823909ms
   [junit4]   2> 823588 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://localhost:52795/hdfs__localhost_52795__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-master_checkout_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.HdfsBasicDistributedZkTest_96DD454BA974C6D2-001_tempDir-002_jetty2, solrconfig=solrconfig.xml, hostContext=/_ihd, hostPort=41951, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_96DD454BA974C6D2-001/shard-2-001/cores}
   [junit4]   2> 823589 ERROR (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 823598 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 823598 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 823598 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 823598 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 823598 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-15T11:31:46.434Z
   [junit4]   2> 823623 INFO  (zkConnectionManagerCallback-58910-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 823624 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 823624 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_96DD454BA974C6D2-001/shard-2-001/solr.xml
   [junit4]   2> 823629 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 823629 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 823633 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@43044cad, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 823856 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60580/solr
   [junit4]   2> 823857 INFO  (zkConnectionManagerCallback-58914-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 823863 INFO  (zkConnectionManagerCallback-58916-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 823872 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [n:127.0.0.1:41951__ihd    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 823874 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [n:127.0.0.1:41951__ihd    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 823877 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [n:127.0.0.1:41951__ihd    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 823877 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [n:127.0.0.1:41951__ihd    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41951__ihd
   [junit4]   2> 823879 INFO  (zkCallback-58880-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 823893 INFO  (zkCallback-58873-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 823893 INFO  (zkCallback-58899-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 823982 INFO  (zkCallback-58891-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 824019 INFO  (zkCallback-58915-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 824064 INFO  (zkCallback-58906-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 824064 INFO  (zkConnectionManagerCallback-58923-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 824066 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [n:127.0.0.1:41951__ihd    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 824068 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [n:127.0.0.1:41951__ihd    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:60580/solr ready
   [junit4]   2> 824068 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [n:127.0.0.1:41951__ihd    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 824094 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [n:127.0.0.1:41951__ihd    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@43044cad
   [junit4]   2> 824108 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [n:127.0.0.1:41951__ihd    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@43044cad
   [junit4]   2> 824109 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [n:127.0.0.1:41951__ihd    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@43044cad
   [junit4]   2> 824111 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [n:127.0.0.1:41951__ihd    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_96DD454BA974C6D2-001/shard-2-001/cores
   [junit4]   2> 824173 INFO  (qtp191922601-107694) [n:127.0.0.1:37876__ihd    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:41951__ihd&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 824196 INFO  (OverseerCollectionConfigSetProcessor-73978728883421188-127.0.0.1:41076__ihd-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 824205 INFO  (OverseerThreadFactory-5913-thread-4) [ c:collection1 s:shard1  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:41951__ihd for creating new replica
   [junit4]   2> 824213 INFO  (qtp1508237977-107742) [n:127.0.0.1:41951__ihd    x:collection1_shard1_replica_n43] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 824400 INFO  (zkCallback-58899-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 825233 INFO  (qtp1508237977-107742) [n:127.0.0.1:41951__ihd c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 825253 INFO  (qtp1508237977-107742) [n:127.0.0.1:41951__ihd c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema [collection1_shard1_replica_n43] Schema name=test
   [junit4]   2> 825409 INFO  (qtp1508237977-107742) [n:127.0.0.1:41951__ihd c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 825498 INFO  (qtp1508237977-107742) [n:127.0.0.1:41951__ihd c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n43' using configuration from collection collection1, trusted=true
   [junit4]   2> 825500 INFO  (qtp1508237977-107742) [n:127.0.0.1:41951__ihd c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n43' (registry 'solr.core.collection1.shard1.replica_n43') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@43044cad
   [junit4]   2> 825500 INFO  (qtp1508237977-107742) [n:127.0.0.1:41951__ihd c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:52795/solr_hdfs_home
   [junit4]   2> 825500 INFO  (qtp1508237977-107742) [n:127.0.0.1:41951__ihd c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 825500 INFO  (qtp1508237977-107742) [n:127.0.0.1:41951__ihd c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 825500 INFO  (qtp1508237977-107742) [n:127.0.0.1:41951__ihd c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore [[collection1_shard1_replica_n43] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_96DD454BA974C6D2-001/shard-2-001/cores/collection1_shard1_replica_n43], dataDir=[hdfs://localhost:52795/solr_hdfs_home/collection1/core_node44/data/]
   [junit4]   2> 825502 INFO  (qtp1508237977-107742) [n:127.0.0.1:41951__ihd c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:52795/solr_hdfs_home/collection1/core_node44/data/snapshot_metadata
   [junit4]   2> 825533 INFO  (qtp1508237977-107742) [n:127.0.0.1:41951__ihd c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 825533 INFO  (qtp1508237977-107742) [n:127.0.0.1:41951__ihd c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 825533 INFO  (qtp1508237977-107742) [n:127.0.0.1:41951__ihd c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 825550 INFO  (qtp1508237977-107742) [n:127.0.0.1:41951__ihd c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 825555 INFO  (qtp1508237977-107742) [n:127.0.0.1:41951__ihd c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:52795/solr_hdfs_home/collection1/core_node44/data
   [junit4]   2> 825591 INFO  (qtp1508237977-107742) [n:127.0.0.1:41951__ihd c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:52795/solr_hdfs_home/collection1/core_node44/data/index
   [junit4]   2> 825599 INFO  (qtp1508237977-107742) [n:127.0.0.1:41951__ihd c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 825599 INFO  (qtp1508237977-107742) [n:127.0.0.1:41951__ihd c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 825599 INFO  (qtp1508237977-107742) [n:127.0.0.1:41951__ihd c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 825837 INFO  (qtp1508237977-107742) [n:127.0.0.1:41951__ihd c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 825838 INFO  (qtp1508237977-107742) [n:127.0.0.1:41951__ihd c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=18, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=88.4326171875, floorSegmentMB=1.5029296875, forceMergeDeletesPctAllowed=25.025278258247063, segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6050041663921454
   [junit4]   2> 825919 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:39789 is added to blk_1073741827_1003{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-85c19281-3627-439f-9fc8-e67f1122b1ad:NORMAL:127.0.0.1:39789|RBW]]} size 0
   [junit4]   2> 825920 WARN  (DataStreamer for file /solr_hdfs_home/collection1/core_node44/data/index/pending_segments_1) [    ] o.a.h.h.DFSClient Caught exception 
   [junit4]   2> java.lang.InterruptedException: null
   [junit4]   2> 	at java.lang.Object.wait(Native Method) ~[?:1.8.0_172]
   [junit4]   2> 	at java.lang.Thread.join(Thread.java:1252) ~[?:1.8.0_172]
   [junit4]   2> 	at java.lang.Thread.join(Thread.java:1326) ~[?:1.8.0_172]
   [junit4]   2> 	at org.apache.hadoop.hdfs.DFSOutputStream$DataStreamer.closeResponder(DFSOutputStream.java:716) [hadoop-hdfs-2.7.4.jar:?]
   [junit4]   2> 	at org.apache.hadoop.hdfs.DFSOutputStream$DataStreamer.endBlock(DFSOutputStream.java:476) [hadoop-hdfs-2.7.4.jar:?]
   [junit4]   2> 	at org.apache.hadoop.hdfs.DFSOutputStream$DataStreamer.run(DFSOutputStream.java:652) [hadoop-hdfs-2.7.4.jar:?]
   [junit4]   2> 825978 WARN  (qtp1508237977-107742) [n:127.0.0.1:41951__ihd c:collection1 s:shard1  x:collection1_shard1_replica_n43] 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> 826143 INFO  (qtp1508237977-107742) [n:127.0.0.1:41951__ihd c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 826143 INFO  (qtp1508237977-107742) [n:127.0.0.1:41951__ihd c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 826143 INFO  (qtp1508237977-107742) [n:127.0.0.1:41951__ihd c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 826181 INFO  (qtp1508237977-107742) [n:127.0.0.1:41951__ihd c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 826181 INFO  (qtp1508237977-107742) [n:127.0.0.1:41951__ihd c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 826207 INFO  (qtp1508237977-107742) [n:127.0.0.1:41951__ihd c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=48, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5361917214936808]
   [junit4]   2> 826533 INFO  (qtp1508237977-107742) [n:127.0.0.1:41951__ihd c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.SolrIndexSearcher Opening [Searcher@5b035c33[collection1_shard1_replica_n43] main]
   [junit4]   2> 826535 INFO  (qtp1508237977-107742) [n:127.0.0.1:41951__ihd c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 826536 INFO  (qtp1508237977-107742) [n:127.0.0.1:41951__ihd c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 826537 INFO  (qtp1508237977-107742) [n:127.0.0.1:41951__ihd c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 826539 INFO  (searcherExecutor-5946-thread-1-processing-n:127.0.0.1:41951__ihd x:collection1_shard1_replica_n43 c:collection1 s:shard1) [n:127.0.0.1:41951__ihd c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore [collection1_shard1_replica_n43] Registered new searcher Searcher@5b035c33[collection1_shard1_replica_n43] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 826539 INFO  (qtp1508237977-107742) [n:127.0.0.1:41951__ihd c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1603338040115200000
   [junit4]   2> 826560 INFO  (qtp1508237977-107742) [n:127.0.0.1:41951__ihd c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node44=0}, version=0}
   [junit4]   2> 826564 INFO  (qtp1508237977-107742) [n:127.0.0.1:41951__ihd c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 826564 INFO  (qtp1508237977-107742) [n:127.0.0.1:41951__ihd c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 826564 INFO  (qtp1508237977-107742) [n:127.0.0.1:41951__ihd c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:41951/_ihd/collection1_shard1_replica_n43/
   [junit4]   2> 826565 INFO  (qtp1508237977-107742) [n:127.0.0.1:41951__ihd c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 826565 INFO  (qtp1508237977-107742) [n:127.0.0.1:41951__ihd c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy http://127.0.0.1:41951/_ihd/collection1_shard1_replica_n43/ has no replicas
   [junit4]   2> 826565 INFO  (qtp1508237977-107742) [n:127.0.0.1:41951__ihd c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 826575 INFO  (qtp1508237977-107742) [n:127.0.0.1:41951__ihd c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:41951/_ihd/collection1_shard1_replica_n43/ shard1
   [junit4]   2> 826575 INFO  (zkCallback-58899-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 826577 INFO  (qtp1508237977-107742) [n:127.0.0.1:41951__ihd c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 826593 INFO  (qtp1508237977-107742) [n:127.0.0.1:41951__ihd c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2380
   [junit4]   2> 826601 INFO  (qtp191922601-107694) [n:127.0.0.1:37876__ihd c:collection1   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:41951__ihd&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=2427
   [junit4]   2> 826605 INFO  (OverseerCollectionConfigSetProcessor-73978728883421188-127.0.0.1:41076__ihd-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 826680 INFO  (zkCallback-58915-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 826680 INFO  (zkCallback-58899-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 826836 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_96DD454BA974C6D2-001/shard-3-001 of type NRT
   [junit4]   2> 826837 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] 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> 826838 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 826838 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 826838 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 826839 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6e4aa956{/_ihd,null,AVAILABLE}
   [junit4]   2> 826839 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7249b892{HTTP/1.1,[http/1.1]}{127.0.0.1:42165}
   [junit4]   2> 826840 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.e.j.s.Server Started @827160ms
   [junit4]   2> 826840 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://localhost:52795/hdfs__localhost_52795__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-master_checkout_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.HdfsBasicDistributedZkTest_96DD454BA974C6D2-001_tempDir-002_jetty3, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/_ihd, hostPort=42165, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_96DD454BA974C6D2-001/shard-3-001/cores}
   [junit4]   2> 826840 ERROR (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 826856 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 826856 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 826856 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 826856 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 826856 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-15T11:31:49.692Z
   [junit4]   2> 826869 INFO  (zkConnectionManagerCallback-58926-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 826870 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 826870 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[96DD454BA974C6D2]) [ 

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

o 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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

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 61ms :: artifacts dl 11ms
	---------------------------------------------------------------------
	|                  |            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: 430 minutes 23 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-NightlyTests-master - Build # 1564 - Still unstable

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

1 tests failed.
FAILED:  org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testMergeIntegration

Error Message:
did not finish processing in time

Stack Trace:
java.lang.AssertionError: did not finish processing in time
	at __randomizedtesting.SeedInfo.seed([91648C39CF8FAB01:C2DDCE892D9E3EFB]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testMergeIntegration(IndexSizeTriggerTest.java:425)
	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 13495 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest
   [junit4]   2> 969248 INFO  (SUITE-IndexSizeTriggerTest-seed#[91648C39CF8FAB01]-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-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.IndexSizeTriggerTest_91648C39CF8FAB01-001/init-core-data-001
   [junit4]   2> 969249 WARN  (SUITE-IndexSizeTriggerTest-seed#[91648C39CF8FAB01]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3614 numCloses=3614
   [junit4]   2> 969249 INFO  (SUITE-IndexSizeTriggerTest-seed#[91648C39CF8FAB01]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 969251 INFO  (SUITE-IndexSizeTriggerTest-seed#[91648C39CF8FAB01]-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> 969251 INFO  (SUITE-IndexSizeTriggerTest-seed#[91648C39CF8FAB01]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.IndexSizeTriggerTest_91648C39CF8FAB01-001/tempDir-001
   [junit4]   2> 969251 INFO  (SUITE-IndexSizeTriggerTest-seed#[91648C39CF8FAB01]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 969254 INFO  (Thread-1006) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 969254 INFO  (Thread-1006) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 969256 ERROR (Thread-1006) [    ] 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> 969354 INFO  (SUITE-IndexSizeTriggerTest-seed#[91648C39CF8FAB01]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:45493
   [junit4]   2> 969396 INFO  (zkConnectionManagerCallback-1503-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 969421 INFO  (jetty-launcher-1500-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> 969430 INFO  (jetty-launcher-1500-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> 969500 INFO  (jetty-launcher-1500-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 969500 INFO  (jetty-launcher-1500-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 969500 INFO  (jetty-launcher-1500-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 969512 INFO  (jetty-launcher-1500-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@28d27eab{/solr,null,AVAILABLE}
   [junit4]   2> 969514 INFO  (jetty-launcher-1500-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1e236b94{HTTP/1.1,[http/1.1]}{127.0.0.1:39196}
   [junit4]   2> 969514 INFO  (jetty-launcher-1500-thread-1) [    ] o.e.j.s.Server Started @969629ms
   [junit4]   2> 969514 INFO  (jetty-launcher-1500-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39196}
   [junit4]   2> 969515 ERROR (jetty-launcher-1500-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 969515 INFO  (jetty-launcher-1500-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 969519 INFO  (jetty-launcher-1500-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 969519 INFO  (jetty-launcher-1500-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 969519 INFO  (jetty-launcher-1500-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 969519 INFO  (jetty-launcher-1500-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-13T14:14:40.930Z
   [junit4]   2> 969588 INFO  (jetty-launcher-1500-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 969588 INFO  (jetty-launcher-1500-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 969588 INFO  (jetty-launcher-1500-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 969596 INFO  (jetty-launcher-1500-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7f17449e{/solr,null,AVAILABLE}
   [junit4]   2> 969596 INFO  (jetty-launcher-1500-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@74c155fb{HTTP/1.1,[http/1.1]}{127.0.0.1:33789}
   [junit4]   2> 969596 INFO  (jetty-launcher-1500-thread-2) [    ] o.e.j.s.Server Started @969711ms
   [junit4]   2> 969596 INFO  (jetty-launcher-1500-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33789}
   [junit4]   2> 969597 ERROR (jetty-launcher-1500-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 969597 INFO  (jetty-launcher-1500-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 969597 INFO  (jetty-launcher-1500-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 969597 INFO  (jetty-launcher-1500-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 969597 INFO  (jetty-launcher-1500-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 969597 INFO  (jetty-launcher-1500-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-13T14:14:41.008Z
   [junit4]   2> 969739 INFO  (zkConnectionManagerCallback-1507-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 969740 INFO  (jetty-launcher-1500-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 969766 INFO  (zkConnectionManagerCallback-1505-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 969766 INFO  (jetty-launcher-1500-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 970361 INFO  (jetty-launcher-1500-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45493/solr
   [junit4]   2> 970390 INFO  (zkConnectionManagerCallback-1511-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 970401 INFO  (zkConnectionManagerCallback-1513-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 970521 INFO  (jetty-launcher-1500-thread-1) [n:127.0.0.1:39196_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 970522 INFO  (jetty-launcher-1500-thread-1) [n:127.0.0.1:39196_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39196_solr
   [junit4]   2> 970523 INFO  (jetty-launcher-1500-thread-1) [n:127.0.0.1:39196_solr    ] o.a.s.c.Overseer Overseer (id=73968045620133892-127.0.0.1:39196_solr-n_0000000000) starting
   [junit4]   2> 970560 INFO  (zkConnectionManagerCallback-1520-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 970562 INFO  (jetty-launcher-1500-thread-1) [n:127.0.0.1:39196_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45493/solr ready
   [junit4]   2> 970611 DEBUG (OverseerAutoScalingTriggerThread-73968045620133892-127.0.0.1:39196_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 970612 INFO  (jetty-launcher-1500-thread-1) [n:127.0.0.1:39196_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39196_solr
   [junit4]   2> 970614 DEBUG (OverseerAutoScalingTriggerThread-73968045620133892-127.0.0.1:39196_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 970615 DEBUG (OverseerAutoScalingTriggerThread-73968045620133892-127.0.0.1:39196_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 970615 DEBUG (OverseerAutoScalingTriggerThread-73968045620133892-127.0.0.1:39196_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 970780 INFO  (zkCallback-1519-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 970787 DEBUG (OverseerAutoScalingTriggerThread-73968045620133892-127.0.0.1:39196_solr-n_0000000000) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:39196_solr]
   [junit4]   2> 970808 DEBUG (OverseerAutoScalingTriggerThread-73968045620133892-127.0.0.1:39196_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 970808 DEBUG (OverseerAutoScalingTriggerThread-73968045620133892-127.0.0.1:39196_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 970809 DEBUG (ScheduledTrigger-2141-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 970844 INFO  (zkCallback-1512-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 970860 WARN  (jetty-launcher-1500-thread-1) [n:127.0.0.1:39196_solr    ] o.a.s.h.a.MetricsHistoryHandler Missing .system, keeping metrics history in memory
   [junit4]   2> 970921 INFO  (jetty-launcher-1500-thread-1) [n:127.0.0.1:39196_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39196.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a5f3a73
   [junit4]   2> 970998 INFO  (jetty-launcher-1500-thread-1) [n:127.0.0.1:39196_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39196.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a5f3a73
   [junit4]   2> 970998 INFO  (jetty-launcher-1500-thread-1) [n:127.0.0.1:39196_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39196.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a5f3a73
   [junit4]   2> 970999 INFO  (jetty-launcher-1500-thread-1) [n:127.0.0.1:39196_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.IndexSizeTriggerTest_91648C39CF8FAB01-001/tempDir-001/node1/.
   [junit4]   2> 971060 INFO  (jetty-launcher-1500-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45493/solr
   [junit4]   2> 971080 INFO  (zkConnectionManagerCallback-1525-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 971108 INFO  (zkConnectionManagerCallback-1527-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 971115 INFO  (jetty-launcher-1500-thread-2) [n:127.0.0.1:33789_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 971118 INFO  (jetty-launcher-1500-thread-2) [n:127.0.0.1:33789_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 971121 INFO  (jetty-launcher-1500-thread-2) [n:127.0.0.1:33789_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 971121 INFO  (jetty-launcher-1500-thread-2) [n:127.0.0.1:33789_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33789_solr
   [junit4]   2> 971123 INFO  (zkCallback-1519-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 971123 INFO  (zkCallback-1512-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 971141 INFO  (zkCallback-1526-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 971294 INFO  (zkConnectionManagerCallback-1534-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 971295 INFO  (jetty-launcher-1500-thread-2) [n:127.0.0.1:33789_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 971296 INFO  (jetty-launcher-1500-thread-2) [n:127.0.0.1:33789_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45493/solr ready
   [junit4]   2> 971297 WARN  (jetty-launcher-1500-thread-2) [n:127.0.0.1:33789_solr    ] o.a.s.h.a.MetricsHistoryHandler Missing .system, keeping metrics history in memory
   [junit4]   2> 971325 INFO  (jetty-launcher-1500-thread-2) [n:127.0.0.1:33789_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33789.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a5f3a73
   [junit4]   2> 971336 INFO  (jetty-launcher-1500-thread-2) [n:127.0.0.1:33789_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33789.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a5f3a73
   [junit4]   2> 971337 INFO  (jetty-launcher-1500-thread-2) [n:127.0.0.1:33789_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33789.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a5f3a73
   [junit4]   2> 971338 INFO  (jetty-launcher-1500-thread-2) [n:127.0.0.1:33789_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.IndexSizeTriggerTest_91648C39CF8FAB01-001/tempDir-001/node2/.
   [junit4]   2> 971402 INFO  (zkConnectionManagerCallback-1537-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 971432 INFO  (zkConnectionManagerCallback-1542-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 971433 INFO  (SUITE-IndexSizeTriggerTest-seed#[91648C39CF8FAB01]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 971434 INFO  (SUITE-IndexSizeTriggerTest-seed#[91648C39CF8FAB01]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45493/solr ready
   [junit4]   2> 971541 DEBUG (SUITE-IndexSizeTriggerTest-seed#[91648C39CF8FAB01]-worker) [    ] o.a.s.c.a.s.SimClusterStateProvider --- new Overseer leader: 127.0.0.1:10000_solr
   [junit4]   2> 971542 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 971543 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 0
   [junit4]   2> 971544 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 0, lastZnodeVersion -1
   [junit4]   2> 971544 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 0
   [junit4]   2> 971563 WARN  (SUITE-IndexSizeTriggerTest-seed#[91648C39CF8FAB01]-worker) [    ] o.a.s.h.a.MetricsHistoryHandler Missing .system, keeping metrics history in memory
   [junit4]   2> 971578 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:10000_solr]
   [junit4]   2> 971597 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 971597 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 0, lastZnodeVersion 0
   [junit4]   2> 971604 DEBUG (ScheduledTrigger-2157-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 971625 DEBUG (ScheduledTrigger-2157-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 971645 DEBUG (ScheduledTrigger-2157-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 971672 DEBUG (ScheduledTrigger-2157-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 971692 DEBUG (ScheduledTrigger-2157-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 971712 DEBUG (ScheduledTrigger-2157-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 971732 DEBUG (ScheduledTrigger-2157-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 971753 DEBUG (ScheduledTrigger-2157-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 971773 DEBUG (ScheduledTrigger-2157-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 971800 DEBUG (ScheduledTrigger-2157-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 971814 DEBUG (ScheduledTrigger-2141-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 971820 DEBUG (ScheduledTrigger-2157-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 971856 INFO  (TEST-IndexSizeTriggerTest.testMergeIntegration-seed#[91648C39CF8FAB01]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testMergeIntegration
   [junit4]   2> 971840 DEBUG (ScheduledTrigger-2157-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 971880 DEBUG (ScheduledTrigger-2157-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 971900 DEBUG (ScheduledTrigger-2157-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 971920 DEBUG (ScheduledTrigger-2157-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 971941 DEBUG (ScheduledTrigger-2157-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 972091 DEBUG (ScheduledTrigger-2157-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 972111 DEBUG (ScheduledTrigger-2157-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 972132 DEBUG (ScheduledTrigger-2157-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 972152 DEBUG (ScheduledTrigger-2157-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 972172 DEBUG (ScheduledTrigger-2157-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 972192 DEBUG (ScheduledTrigger-2157-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 972213 DEBUG (ScheduledTrigger-2157-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 972233 DEBUG (ScheduledTrigger-2157-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 972253 DEBUG (ScheduledTrigger-2157-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 972273 DEBUG (ScheduledTrigger-2157-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 972294 DEBUG (ScheduledTrigger-2157-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 972314 DEBUG (ScheduledTrigger-2157-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 972334 DEBUG (ScheduledTrigger-2157-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 972354 DEBUG (ScheduledTrigger-2157-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 972375 DEBUG (ScheduledTrigger-2157-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 972395 DEBUG (ScheduledTrigger-2157-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 972415 DEBUG (ScheduledTrigger-2157-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 972435 DEBUG (ScheduledTrigger-2157-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 972456 DEBUG (ScheduledTrigger-2157-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 972476 DEBUG (ScheduledTrigger-2157-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 972496 DEBUG (ScheduledTrigger-2157-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 972516 DEBUG (ScheduledTrigger-2157-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 972537 DEBUG (ScheduledTrigger-2157-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 972557 DEBUG (ScheduledTrigger-2157-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 972577 DEBUG (ScheduledTrigger-2157-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 972639 DEBUG (ScheduledTrigger-2157-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 972662 DEBUG (ScheduledTrigger-2157-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 972664 DEBUG (simCloudManagerPool-2156-thread-7) [    ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testMergeIntegration_collection / shard1: {"core_node1":{
   [junit4]   2>     "core":"testMergeIntegration_collection_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:10001_solr",
   [junit4]   2>     "state":"active",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>     "SEARCHER.searcher.numDocs":0,
   [junit4]   2>     "shard":"shard1",
   [junit4]   2>     "collection":"testMergeIntegration_collection"}}
   [junit4]   2> 972682 DEBUG (ScheduledTrigger-2157-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 972703 DEBUG (ScheduledTrigger-2157-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 972720 DEBUG (simCloudManagerPool-2156-thread-13) [    ] o.a.s.c.a.s.SimClusterStateProvider -- no leader in shard2:{
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"testMergeIntegration_collection_shard2_replica_n3",
   [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:10001_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>       "core":"testMergeIntegration_collection_shard2_replica_n4",
   [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:10000_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":"0-7fffffff",
   [junit4]   2>   "state":"active"}
   [junit4]   2> 972723 DEBUG (ScheduledTrigger-2157-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 972732 DEBUG (simCloudManagerPool-2156-thread-14) [    ] o.a.s.c.a.s.SimClusterStateProvider -- no leader in shard2:{
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"testMergeIntegration_collection_shard2_replica_n3",
   [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:10001_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>       "core":"testMergeIntegration_collection_shard2_replica_n4",
   [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:10000_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":"0-7fffffff",
   [junit4]   2>   "state":"active"}
   [junit4]   2> 972743 DEBUG (ScheduledTrigger-2157-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 972756 DEBUG (simCloudManagerPool-2156-thread-15) [    ] o.a.s.c.a.s.SimClusterStateProvider -- no leader in shard2:{
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"testMergeIntegration_collection_shard2_replica_n3",
   [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:10001_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>       "core":"testMergeIntegration_collection_shard2_replica_n4",
   [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:10000_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":"0-7fffffff",
   [junit4]   2>   "state":"active"}
   [junit4]   2> 972763 DEBUG (ScheduledTrigger-2157-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 972783 DEBUG (ScheduledTrigger-2157-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 972804 DEBUG (ScheduledTrigger-2157-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 972815 DEBUG (ScheduledTrigger-2141-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 972824 DEBUG (ScheduledTrigger-2157-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 972839 DEBUG (simCloudManagerPool-2156-thread-19) [    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 972839 DEBUG (simCloudManagerPool-2156-thread-19) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 972844 DEBUG (ScheduledTrigger-2157-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 972847 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 972847 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 972847 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 972864 DEBUG (ScheduledTrigger-2157-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 972865 DEBUG (simCloudManagerPool-2156-thread-20) [    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 972865 DEBUG (simCloudManagerPool-2156-thread-20) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 972865 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 972866 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 972866 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 972877 DEBUG (simCloudManagerPool-2156-thread-21) [    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 972878 DEBUG (simCloudManagerPool-2156-thread-21) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 972878 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 972878 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 972879 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 972884 DEBUG (ScheduledTrigger-2157-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 972905 DEBUG (ScheduledTrigger-2157-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 972925 DEBUG (ScheduledTrigger-2157-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 972945 DEBUG (ScheduledTrigger-2157-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 972965 DEBUG (ScheduledTrigger-2157-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 972972 DEBUG (simCloudManagerPool-2156-thread-28) [    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 972974 DEBUG (simCloudManagerPool-2156-thread-28) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 4
   [junit4]   2> 972974 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 4
   [junit4]   2> 972975 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 972975 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion 4
   [junit4]   2> 972986 DEBUG (ScheduledTrigger-2157-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 973006 DEBUG (ScheduledTrigger-2157-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 973026 DEBUG (ScheduledTrigger-2157-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 973046 DEBUG (ScheduledTrigger-2157-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 973067 DEBUG (ScheduledTrigger-2157-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 973087 DEBUG (ScheduledTrigger-2157-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 973107 DEBUG (ScheduledTrigger-2157-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 973128 DEBUG (ScheduledTrigger-2157-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 973148 DEBUG (ScheduledTrigger-2157-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 973250 DEBUG (ScheduledTrigger-2157-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 973270 DEBUG (ScheduledTrigger-2157-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 973290 DEBUG (ScheduledTrigger-2157-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 973311 DEBUG (ScheduledTrigger-2157-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 973331 DEBUG (ScheduledTrigger-2157-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 973352 DEBUG (ScheduledTrigger-2157-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 973372 DEBUG (ScheduledTrigger-2157-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 973392 DEBUG (ScheduledTrigger-2157-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 973413 DEBUG (ScheduledTrigger-2157-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 973433 DEBUG (ScheduledTrigger-2157-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 973454 DEBUG (ScheduledTrigger-2157-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 973474 DEBUG (ScheduledTrigger-2157-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 973495 DEBUG (ScheduledTrigger-2157-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 973515 DEBUG (ScheduledTrigger-2157-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 973536 DEBUG (ScheduledTrigger-2157-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 973556 DEBUG (ScheduledTrigger-2157-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 973577 DEBUG (ScheduledTrigger-2157-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 973597 DEBUG (ScheduledTrigger-2157-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 973618 DEBUG (ScheduledTrigger-2157-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 973638 DEBUG (ScheduledTrigger-2157-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 973658 DEBUG (ScheduledTrigger-2157-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 973892 DEBUG (ScheduledTrigger-2141-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 973892 DEBUG (ScheduledTrigger-2157-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 973913 DEBUG (ScheduledTrigger-2157-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 973933 DEBUG (ScheduledTrigger-2157-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 973953 DEBUG (ScheduledTrigger-2157-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 973974 DEBUG (ScheduledTrigger-2157-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 973994 DEBUG (ScheduledTrigger-2157-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 974015 DEBUG (ScheduledTrigger-2157-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 974035 DEBUG (ScheduledTrigger-2157-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 974056 DEBUG (ScheduledTrigger-2157-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 974076 DEBUG (ScheduledTrigger-2157-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 974096 DEBUG (ScheduledTrigger-2157-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 974117 DEBUG (ScheduledTrigger-2157-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 974137 DEBUG (ScheduledTrigger-2157-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 974158 DEBUG (ScheduledTrigger-2157-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 974178 DEBUG (ScheduledTrigger-2157-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 974199 DEBUG (ScheduledTrigger-2157-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 974219 DEBUG (ScheduledTrigger-2157-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 974240 DEBUG (ScheduledTrigger-2157-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 974260 DEBUG (ScheduledTrigger-2157-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 974281 DEBUG (ScheduledTrigger-2157-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 974301 DEBUG (ScheduledTrigger-2157-thread-4) [    ] o.a.sc.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 974322 DEBUG (ScheduledTrigger-2157-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 974342 DEBUG (ScheduledTrigger-2157-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 974363 DEBUG (ScheduledTrigger-2157-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 974383 DEBUG (ScheduledTrigger-2157-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 974404 DEBUG (ScheduledTrigger-2157-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 974424 DEBUG (ScheduledTrigger-2157-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 974444 DEBUG (ScheduledTrigger-2157-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 974465 DEBUG (ScheduledTrigger-2157-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 974485 DEBUG (ScheduledTrigger-2157-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 974506 DEBUG (ScheduledTrigger-2157-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 974526 DEBUG (ScheduledTrigger-2157-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 974548 DEBUG (ScheduledTrigger-2157-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 974572 DEBUG (ScheduledTrigger-2157-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 974592 DEBUG (ScheduledTrigger-2157-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 974612 DEBUG (ScheduledTrigger-2157-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 974633 DEBUG (ScheduledTrigger-2157-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 974653 DEBUG (ScheduledTrigger-2157-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 974786 DEBUG (ScheduledTrigger-2157-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 974806 DEBUG (ScheduledTrigger-2157-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 974826 DEBUG (ScheduledTrigger-2157-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 974848 DEBUG (ScheduledTrigger-2157-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 974869 DEBUG (ScheduledTrigger-2157-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 974889 DEBUG (ScheduledTrigger-2157-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 974892 DEBUG (ScheduledTrigger-2141-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 974912 DEBUG (ScheduledTrigger-2157-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 974932 DEBUG (ScheduledTrigger-2157-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 974951 INFO  (TEST-IndexSizeTriggerTest.testMergeIntegration-seed#[91648C39CF8FAB01]) [    ] o.a.s.c.a.IndexSizeTriggerTest #######################################
   [junit4]   2> ############ CLUSTER STATE ############
   [junit4]   2> #######################################
   [junit4]   2> ## Live nodes:		2
   [junit4]   2> ## Empty nodes:	0
   [junit4]   2> ## Dead nodes:		0
   [junit4]   2> ## Collections:	[testMergeIntegration_collection]
   [junit4]   2> DocCollection(testMergeIntegration_collection//clusterstate.json/20)={
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"2",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "autoCreated":"true",
   [junit4]   2>   "shards":{
   [junit4]   2>     "shard2":{
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"testMergeIntegration_collection_shard2_replica_n3",
   [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:10001_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>           "core":"testMergeIntegration_collection_shard2_replica_n4",
   [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:10000_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":"0-7fffffff",
   [junit4]   2>       "state":"active"},
   [junit4]   2>     "shard1":{
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node1":{
   [junit4]   2>           "core":"testMergeIntegration_collection_shard1_replica_n1",
   [junit4]   2>           "leader":"true",
   [junit4]   2>           "SEARCHER.searcher.maxDoc":7,
   [junit4]   2>           "SEARCHER.searcher.deletedDocs":5,
   [junit4]   2>           "INDEX.sizeInBytes":11240,
   [junit4]   2>           "node_name":"127.0.0.1:10001_solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "INDEX.sizeInGB":1.0468065738677979E-5,
   [junit4]   2>           "SEARCHER.searcher.numDocs":2},
   [junit4]   2>         "core_node2":{
   [junit4]   2>           "core":"testMergeIntegration_collection_shard1_replica_n2",
   [junit4]   2>           "SEARCHER.searcher.maxDoc":7,
   [junit4]   2>           "SEARCHER.searcher.deletedDocs":5,
   [junit4]   2>           "INDEX.sizeInBytes":11240,
   [junit4]   2>           "node_name":"127.0.0.1:10000_solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "INDEX.sizeInGB":1.0468065738677979E-5,
   [junit4]   2>           "SEARCHER.searcher.numDocs":2}},
   [junit4]   2>       "range":"80000000-ffffffff",
   [junit4]   2>       "state":"active"}}}
   [junit4]   2> ## Max replicas per node:	2
   [junit4]   2> ## Min replicas per node:	2
   [junit4]   2> ## Total replicas:		4
   [junit4]   2> ## * testMergeIntegration_collection		4
   [junit4]   2> ##		- active           4
   [junit4]   2> ######### Solr op counts ##########
   [junit4]   2> ##		- CREATE             1
   [junit4]   2> ##		- autoscaling        4
   [junit4]   2> ##		- update            17
   [junit4]   2> ######### Autoscaling event counts ###########
   [junit4]   2> 
   [junit4]   2> 974952 DEBUG (TEST-IndexSizeTriggerTest.testMergeIntegration-seed#[91648C39CF8FAB01]) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 5
   [junit4]   2> 974952 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 5
   [junit4]   2> 974952 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 974952 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 974952 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 5, lastZnodeVersion 5
   [junit4]   2> 975053 INFO  (TEST-IndexSizeTriggerTest.testMergeIntegration-seed#[91648C39CF8FAB01]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testMergeIntegration
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=IndexSizeTriggerTest -Dtests.method=testMergeIntegration -Dtests.seed=91648C39CF8FAB01 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt -Dtests.locale=da-DK -Dtests.timezone=Australia/South -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 3.28s J2 | IndexSizeTriggerTest.testMergeIntegration <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: did not finish processing in time
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([91648C39CF8FAB01:C2DDCE892D9E3EFB]:0)
   [junit4]    > 	at org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testMergeIntegration(IndexSizeTriggerTest.java:425)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 975118 INFO  (TEST-IndexSizeTriggerTest.testSplitIntegration-seed#[91648C39CF8FAB01]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSplitIntegration
   [junit4]   2> 975292 DEBUG (simCloudManagerPool-2156-thread-34) [    ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testSplitIntegration_collection / shard2: {"core_node3":{
   [junit4]   2>     "core":"testSplitIntegration_collection_shard2_replica_n3",
   [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:10000_solr",
   [junit4]   2>     "state":"active",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>     "SEARCHER.searcher.numDocs":0,
   [junit4]   2>     "shard":"shard2",
   [junit4]   2>     "collection":"testSplitIntegration_collection"}}
   [junit4]   2> 975301 DEBUG (simCloudManagerPool-2156-thread-35) [    ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testSplitIntegration_collection / shard1: {"core_node1":{
   [junit4]   2>     "core":"testSplitIntegration_collection_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:10000_solr",
   [junit4]   2>     "state":"active",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>     "SEARCHER.searcher.numDocs":0,
   [junit4]   2>     "shard":"shard1",
   [junit4]   2>     "collection":"testSplitIntegration_collection"}}
   [junit4]   2> 975340 DEBUG (simCloudManagerPool-2156-thread-36) [    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 975348 DEBUG (simCloudManagerPool-2156-thread-36) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 6
   [junit4]   2> 975348 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 6
   [junit4]   2> 975348 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 975348 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 975348 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 6, lastZnodeVersion 6
   [junit4]   2> 975362 DEBUG (simCloudManagerPool-2156-thread-37) [    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 975362 DEBUG (simCloudManagerPool-2156-thread-37) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 7
   [junit4]   2> 975363 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 7
   [junit4]   2> 975363 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 975363 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 975363 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 7, lastZnodeVersion 7
   [junit4]   2> 975372 DEBUG (simCloudManagerPool-2156-thread-38) [    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 975372 DEBUG (simCloudManagerPool-2156-thread-38) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 8
   [junit4]   2> 975372 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 8
   [junit4]   2> 975373 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 975373 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 975373 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 8, lastZnodeVersion 8
   [junit4]   2> 975811 DEBUG (simCloudManagerPool-2156-thread-90) [    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 975811 DEBUG (simCloudManagerPool-2156-thread-90) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 9
   [junit4]   2> 975811 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 9
   [junit4]   2> 975811 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 975812 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 975812 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 9, lastZnodeVersion 9
   [junit4]   2> 975892 DEBUG (ScheduledTrigger-2141-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 975958 DEBUG (ScheduledTrigger-2157-thread-3) [    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"67910ae1ed9f6fT6awnbzfs7iocz6hd8xsjd7ucp",
   [junit4]   2>   "source":"index_size_trigger2",
   [junit4]   2>   "eventTime":29151398527344495,
   [junit4]   2>   "eventType":"INDEXSIZE",
   [junit4]   2>   "properties":{
   [junit4]   2>     "aboveSize":{"testSplitIntegration_collection":[
   [junit4]   2>         "{\"core_node1\":{\n    \"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":25,\n    \"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":22740,\n    \"node_name\":\"127.0.0.1:10000_solr\",\n    \"type\":\"NRT\",\n    \"SEARCHER.searcher.numDocs\":25,\n    \"__bytes__\":22740,\n    \"core\":\"testSplitIntegration_collection_shard1_replica_n1\",\n    \"__docs__\":25,\n    \"violationType\":\"aboveDocs\",\n    \"state\":\"active\",\n    \"INDEX.sizeInGB\":2.117827534675598E-5,\n    \"shard\":\"shard1\",\n    \"collection\":\"testSplitIntegration_collection\"}}",
   [junit4]   2>         "{\"core_node3\":{\n    \"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":25,\n    \"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":22740,\n    \"node_name\":\"127.0.0.1:10000_solr\",\n    \"type\":\"NRT\",\n    \"SEARCHER.searcher.numDocs\":25,\n    \"__bytes__\":22740,\n    \"core\":\"testSplitIntegration_collection_shard2_replica_n3\",\n    \"__docs__\":25,\n    \"violationType\":\"aboveDocs\",\n    \"state\":\"active\",\n    \"INDEX.sizeInGB\":2.117827534675598E-5,\n    \"shard\":\"shard2\",\n    \"collection\":\"testSplitIntegration_collection\"}}"]},
   [junit4]   2>     "belowSize":{},
   [junit4]   2>     "requestedOps":[
   [junit4]   2>       "Op{action=SPLITSHARD, hints={COLL_SHARD=[{\n  \"first\":\"testSplitIntegration_collection\",\n  \"second\":\"shard1\"}]}}",
   [junit4]   2>       "Op{action=SPLITSHARD, hints={COLL_SHARD=[{\n  \"first\":\"testSplitIntegration_collection\",\n  \"second\":\"shard2\"}]}}"]}}
   [junit4]   2> 975959 DEBUG (ScheduledTrigger-2157-thread-3) [    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [index_size_trigger2]
   [junit4]   2> 975961 INFO  (ScheduledTrigger-2157-thread-3) [    ] o.a.s.c.a.IndexSizeTriggerTest =======> CapturedEvent{timestamp=29151405967844495, stage=STARTED, actionName='null', event={
   [junit4]   2>   "id":"67910ae1ed9f6fT6awnbzfs7iocz6hd8xsjd7ucp",
   [junit4]   2>   "source":"index_size_trigger2",
   [junit4]   2>   "eventTime":29151398527344495,
   [junit4]   2>   "eventType":"INDEXSIZE",
   [junit4]   2>   "properties":{
   [junit4]   2>     "aboveSize":{"testSplitIntegration_collection":[
   [junit4]   2>         "{\"core_node1\":{\n    \"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":25,\n    \"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":22740,\n    \"node_name\":\"127.0.0.1:10000_solr\",\n    \"type\":\"NRT\",\n    \"SEARCHER.searcher.numDocs\":25,\n    \"__bytes__\":22740,\n    \"core\":\"testSplitIntegration_collection_shard1_replica_n1\",\n    \"__docs__\":25,\n    \"violationType\":\"aboveDocs\",\n    \"state\":\"active\",\n    \"INDEX.sizeInGB\":2.117827534675598E-5,\n    \"shard\":\"shard1\",\n    \"collection\":\"testSplitIntegration_collection\"}}",
   [junit4]   2>         "{\"core_node3\":{\n    \"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":25,\n    \"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":22740,\n    \"node_name\":\"127.0.0.1:10000_solr\",\n    \"type\":\"NRT\",\n    \"SEARCHER.searcher.numDocs\":25,\n    \"__bytes__\":22740,\n    \"core\":\"testSplitIntegration_collection_shard2_replica_n3\",\n    \"__docs__\":25,\n    \"violationType\":\"aboveDocs\",\n    \"state\":\"active\",\n    \"INDEX.sizeInGB\":2.117827534675598E-5,\n    \"shard\":\"shard2\",\n    \"collection\":\"testSplitIntegration_collection\"}}"]},
   [junit4]   2>     "belowSize":{},
   [junit4]   2>     "_enqueue_time_":29151405869551145,
   [junit4]   2>     "requestedOps":[
   [junit4]   2>       "Op{action=SPLITSHARD, hints={COLL_SHARD=[{\n  \"first\":\"testSplitIntegration_collection\",\n  \"second\":\"shard1\"}]}}",
   [junit4]   2>       "Op{action=SPLITSHARD, hints={COLL_SHARD=[{\n  \"first\":\"testSplitIntegration_collection\",\n  \"second\":\"shard2\"}]}}"]}}, context={}, config={
   [junit4]   2>   "trigger":"index_size_trigger2",
   [junit4]   2>   "stage":[
   [junit4]   2>     "STARTED",
   [junit4]   2>     "ABORTED",
   [junit4]   2>     "SUCCEEDED",
   [junit4]   2>     "FAILED"],
   [junit4]   2>   "afterAction":[
   [junit4]   2>     "compute_plan",
   [junit4]   2>     "execute_plan"],
   [junit4]   2>   "class":"org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest$CapturingTriggerListener",
   [junit4]   2>   "beforeAction":[
   [junit4]   2>     "compute_plan",
   [junit4]   2>     "execute_plan"]}, message='null'}
   [junit4]   2> 976012 DEBUG (simCloudManagerPool-2156-thread-91) [    ] o.a.s.c.a.s.SimClusterStateProvider -- no leader in 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:10000_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> 976022 DEBUG (AutoscalingActionExecutor-2158-thread-1) [    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"67910ae1ed9f6fT6awnbzfs7iocz6hd8xsjd7ucp",
   [junit4]   2>   "source":"index_size_trigger2",
   [junit4]   2>   "eventTime":29151398527344495,
   [junit4]   2>   "eventType":"INDEXSIZE",
   [junit4]   2>   "properties":{
   [junit4]   2>     "aboveSize":{"testSplitIntegration_collection":[
   [junit4]   2>         "{\"core_node1\":{\n    \"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":25,\n    \"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":22740,\n    \"node_name\":\"127.0.0.1:10000_solr\",\n    \"type\":\"NRT\",\n    \"SEARCHER.searcher.numDocs\":25,\n    \"__bytes__\":22740,\n    \"core\":\"testSplitIntegration_collection_shard1_replica_n1\",\n    \"__docs__\":25,\n    \"violationType\":\"aboveDocs\",\n    \"state\":\"active\",\n    \"INDEX.sizeInGB\":2.117827534675598E-5,\n    \"shard\":\"shard1\",\n    \"collection\":\"testSplitIntegration_collection\"}}",
   [junit4]   2>         "{\"core_node3\":{\n    \"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":25,\n    \"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":22740,\n    \"node_name\":\"127.0.0.1:10000_solr\",\n    \"type\":\"NRT\",\n    \"SEARCHER.searcher.numDocs\":25,\n    \"__bytes__\":22740,\n    \"core\":\"testSplitIntegration_collection_shard2_replica_n3\",\n    \"__docs__\":25,\n    \"violationType\":\"aboveDocs\",\n    \"state\":\"active\",\n    \"INDEX.sizeInGB\":2.117827534675598E-5,\n    \"shard\":\"shard2\",\n    \"collection\":\"testSplitIntegration_collection\"}}"]},
   [junit4]   2>     "belowSize":{},
   [junit4]   2>     "_enqueue_time_":29151405869551145,
   [junit4]   2>     "requestedOps":[
   [junit4]   2>       "Op{action=SPLITSHARD, hints={COLL_SHARD=[{\n  \"first\":\"testSplitIntegration_collection\",\n  \"second\":\"shard1\"}]}}",
   [junit4]   2>       "Op{action=SPLITSHARD, hints={COLL_SHARD=[{\n  \"first\":\"testSplitIntegration_collection\",\n  \"second\":\"shard2\"}]}}"]}}
   [junit4]   2> 976025 INFO  (AutoscalingActionExecutor-2158-thread-1) [    ] o.a.s.c.a.IndexSizeTriggerTest =======> CapturedEvent{timestamp=29151409150330345, stage=BEFORE_ACTION, actionName='compute_plan', event={
   [junit4]   2>   "id":"67910ae1ed9f6fT6awnbzfs7iocz6hd8xsjd7ucp",
   [junit4]   2>   "source":"index_size_trigger2",
   [junit4]   2>   "eventTime":29151398527344495,
   [junit4]   2>   "eventType":"INDEXSIZE",
   [junit4]   2>   "properties":{
   [junit4]   2>     "aboveSize":{"testSplitIntegration_collection":[
   [junit4]   2>         "{\"core_node1\":{\n    \"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":25,\n    \"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":22740,\n    \"node_name\":\"127.0.0.1:10000_solr\",\n    \"type\":\"NRT\",\n    \"SEARCHER.searcher.numDocs\":25,\n    \"__bytes__\":22740,\n    \"core\":\"testSplitIntegration_collection_shard1_replica_n1\",\n    \"__docs__\":25,\n    \"violationType\":\"aboveDocs\",\n    \"state\":\"active\",\n    \"INDEX.sizeInGB\":2.117827534675598E-5,\n    \"shard\":\"shard1\",\n    \"collection\":\"testSplitIntegration_collection\"}}",
   [junit4]   2>         "{\"core_node3\":{\n    \"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":25,\n    \"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":22740,\n    \"node_name\":\"127.0.0.1:10000_solr\",\n    \"type\":\"NRT\",\n    \"SEARCHER.searcher.numDocs\":25,\n    \"__bytes__\":22740,\n    \"core\":\"testSplitIntegration_collection_shard2_replica_n3\",\n    \"__docs__\":25,\n    \"violationType\":\"aboveDocs\",\n    \"state\":\"active\",\n    \"INDEX.sizeInGB\":2.117827534675598E-5,\n    \"shard\":\"shard2\",\n    \"collection\":\"testSplitIntegration_collection\"}}"]},
   [junit4]   2>     "belowSize":{},
   [junit4]   2>     "_enqueue_time_":29151405869551145,
   [junit4]   2>     "requestedOps":[
   [junit4]   2>       "Op{action=SPLITSHARD, hints={COLL_SHARD=[{\n  \"first\":\"testSplitIntegration_collection\",\n  \"second\":\"shard1\"}]}}",
   [junit4]   2>       "Op{action=SPLITSHARD, hints={COLL_SHARD=[{\n  \"first\":\"testSplitIntegration_collection\",\n  \"second\":\"shard2\"}]}}"]}}, context={properties.BEFORE_ACTION=[compute_plan], source=index_size_trigger2}, config={
   [junit4]   2>   "trigger":"index_size_trigger2",
   [junit4]   2>   "stage":[
   [junit4]   2>     "STARTED",
   [junit4]   2>     "ABORTED",
   [junit4]   2>     "SUCCEEDED",
   [junit4]   2>     "FAILED"],
   [junit4]   2>   "afterAction":[
   [junit4]   2>     "compute_plan",
   [junit4]   2>     "execute_plan"],
   [junit4]   2>   "class":"org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest$CapturingTriggerListener",
   [junit4]   2>   "beforeAction":[
   [junit4]   2>     "compute_plan",
   [junit4]   2>     "execute_plan"]}, message='null'}
   [junit4]   2> 976025 DEBUG (AutoscalingActionExecutor-2158-thread-1) [    ] o.a.s.c.a.ComputePlanAction -- processing event: {
   [junit4]   2>   "id":"67910ae1ed9f6fT6awnbzfs7iocz6hd8xsjd7ucp",
   [junit4]   2>   "source":"index_size_trigger2",
   [junit4]   2>   "eventTime":29151398527344495,
   [junit4]   2>   "eventType":"INDEXSIZE",
   [junit4]   2>   "properties":{
   [junit4]   2>     "aboveSize":{"testSplitIntegration_collection":[
   [junit4]   2>         "{\"core_node1\":{\n    \"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":25,\n    \"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":22740,\n    \"node_name\":\"127.0.0.1:10000_solr\",\n    \"type\":\"NRT\",\n    \"SEARCHER.searcher.numDocs\":25,\n    \"__bytes__\":22740,\n    \"core\":\"testSplitIntegration_collection_shard1_replica_n1\",\n    \"__docs__\":25,\n    \"violationType\":\"aboveDocs\",\n    \"state\":\"active\",\n    \"INDEX.sizeInGB\":2.117827534675598E-5,\n    \"shard\":\"shard1\",\n    \"collection\":\"testSplitIntegration_collection\"}}",
   [junit4]   2>         "{\"core_node3\":{\n    \"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":25,\n    \"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":22740,\n    \"node_name\":\"127.0.0.1:10000_solr\",\n    \"type\":\"NRT\",\n    \"SEARCHER.searcher.numDocs\":25,\n    \"__bytes__\":22740,\n    \"core\":\"testSplitIntegration_collection_shard2_replica_n3\",\n    \"__docs__\":25,\n    \"violationType\":\"aboveDocs\",\n    \"state\":\"active\",\n    \"INDEX.sizeInGB\":2.117827534675598E-5,\n    \"shard\":\"shard2\",\n    \"collection\":\"testSplitIntegration_collection\"}}"]},
   [junit4]   2>     "belowSize":{},
   [junit4]   2>     "_enqueue_time_":29151405869551145,
   [junit4]   2>     "requestedOps":[
   [junit4]   2>       "Op{action=SPLITSHARD, hints={COLL_SHARD=[{\n  \"first\":\"testSplitIntegration_collection\",\n  \"second\":\"shard1\"}]}}",
   [junit4]   2>       "Op{action=SPLITSHARD, hints={COLL_SHARD=[{\n  \"first\":\"testSplitIntegration_collection\",\n  \"second\":\"shard2\"}]}}"]}} with context properties: {BEFORE_ACTION=[compute_plan]}
   [junit4]   2> 976031 INFO  (AutoscalingActionExecutor-2158-thread-1) [    ] o.a.s.c.a.ComputePlanAction Computed Plan: action=SPLITSHARD&collection=testSplitIntegration_collection&shard=shard1
   [junit4]   2> 976049 INFO  (AutoscalingActionExecutor-2158-thread-1) [    ] o.a.s.c.a.ComputePlanAction Computed Plan: action=SPLITSHARD&collection=testSplitIntegration_collection&shard=shard2
   [junit4]   2> 976049 INFO  (AutoscalingActionExecutor-2158-thread-1) [    ] o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 29151410370 sessionWrapper.createTime 29151409295734595, this.sessionWrapper.createTime 29151409295734595 
   [junit4]   2> 976049 INFO  (AutoscalingActionExecutor-2158-thread-1) [    ] o.a.s.c.a.IndexSizeTriggerTest =======> CapturedEvent{timestamp=29151410375708295, stage=AFTER_ACTION, actionName='compute_plan', event={
   [junit4]   2>   "id":"67910ae1ed9f6fT6awnbzfs7iocz6hd8xsjd7ucp",
   [junit4]   2>   "source":"index_size_trigger2",
   [junit4]   2>   "eventTime":29151398527344495,
   [junit4]   2>   "eventType":"INDEXSIZE",
   [junit4]   2>   "properties":{
   [junit4]   2>     "__start__":2,
   [junit4]   2>     "aboveSize":{"testSplitIntegration_collection":[
   [junit4]   2>         "{\"core_node1\":{\n    \"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":25,\n    \"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":22740,\n    \"node_name\":\"127.0.0.1:10000_solr\",\n    \"type\":\"NRT\",\n    \"SEARCHER.searcher.numDocs\":25,\n    \"__bytes__\":22740,\n    \"core\":\"testSplitIntegration_collection_shard1_replica_n1\",\n    \"__docs__\":25,\n    \"violationType\":\"aboveDocs\",\n    \"state\":\"active\",\n    \"INDEX.sizeInGB\":2.117827534675598E-5,\n    \"shard\":\"shard1\",\n    \"collection\":\"testSplitIntegration_collection\"}}",
   [junit4]   2>         "{\"core_node3\":{\n    \"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":25,\n    \"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":22740,\n    \"node_name\":\"127.0.0.1:10000_solr\",\n    \"type\":\"NRT\",\n    \"SEARCHER.searcher.numDocs\":25,\n    \"__bytes__\":22740,\n    \"core\":\"testSplitIntegration_collection_shard2_replica_n3\",\n    \"__docs__\":25,\n    \"violationType\":\"aboveDocs\",\n    \"state\":\"active\",\n    \"INDEX.sizeInGB\":2.117827534675598E-5,\n    \"shard\":\"shard2\",\n    \"collection\":\"testSplitIntegration_collection\"}}"]},
   [junit4]   2>     "belowSize":{},
   [junit4]   2>     "_enqueue_time_":29151405869551145,
   [junit4]   2>     "requestedOps":[
   [junit4]   2>       "Op{action=SPLITSHARD, hints={COLL_SHARD=[{\n  \"first\":\"testSplitIntegration_collection\",\n  \"second\":\"shard1\"}]}}",
   [junit4]   2>       "Op{action=SPLITSHARD, hints={COLL_SHARD=[{\n  \"first\":\"testSplitIntegration_collection\",\n  \"second\":\"shard2\"}]}}"]}}, context={properties.operations=[{class=org.apache.solr.client.solrj.request.CollectionAdminRequest$SplitShard, method=GET, params.action=SPLITSHARD, params.collection=testSplitIntegration_collection, params.shard=shard1}, {class=org.apache.solr.client.solrj.request.CollectionAdminRequest$SplitShard, method=GET, params.action=SPLITSHARD, params.collection=testSplitIntegration_collection, params.shard=shard2}], properties.BEFORE_ACTION=[compute_plan], source=index_size_trigger2, properties.AFTER_ACTION=[compute_plan]}, config={
   [junit4]   2>   "trigger":"index_size_trigger2",
   [junit4]   2>   "stage":[
   [junit4]   2>     "STARTED",
   [junit4]   2>     "ABORTED",
   [junit4]   2>     "SUCCEEDED",
   [junit4]   2>     "FAILED"],
   [junit4]   2>   "afterAction":[
   [junit4]   2>     "compute_plan",
   [junit4]   2>     "execute_plan"],
   [junit4]   2>   "class":"org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest$CapturingTriggerListener",
   [junit4]   2>   "beforeAction":[
   [junit4]   2>     "compute_plan",
   [junit4]   2>     "execute_plan"]}, message='null'}
   [junit4]   2> 976060 INFO  (AutoscalingActionExecutor-2158-thread-1) [    ] o.a.s.c.a.IndexSizeTriggerTest =======> CapturedEvent{timestamp=29151410411182995, stage=BEFORE_ACTION, actionName='execute_plan', event={
   [junit4]   2>   "id":"67910ae1ed9f6fT6awnbzfs7iocz6hd8xsjd7ucp",
   [junit4]   2>   "source":"index_size_trigger2",
   [junit4]   2>   "eventTime":29151398527344495,
   [junit4]   2>   "eventType":"INDEXSIZE",
   [junit4]   2>   "properties":{
   [junit4]   2>     "__start__":2,
   [junit4]   2>     "aboveSize":{"testSplitIntegration_collection":[
   [junit4]   2>         "{\"core_node1\":{\n    \"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":25,\n    \"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":22740,\n    \"node_name\":\"127.0.0.1:10000_solr\",\n    \"type\":\"NRT\",\n    \"SEARCHER.searcher.numDocs\":25,\n    \"__bytes__\":22740,\n    \"core\":\"testSplitIntegration_collection_shard1_replica_n1\",\n    \"__docs__\":25,\n    \"violationType\":\"aboveDocs\",\n    \"state\":\"active\",\n    \"INDEX.sizeInGB\":2.117827534675598E-5,\n    \"shard\":\"shard1\",\n    \"collection\":\"testSplitIntegration_collection\"}}",
   [junit4]   2>         "{\"core_node3\":{\n    \"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":25,\n    \"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":22740,\n    \"node_name\":\"127.0.0.1:10000_solr\",\n    \"type\":\"NRT\",\n    \"SEARCHER.searcher.numDocs\":25,\n    \"__bytes__\":22740,\n    \"core\":\"testSplitIntegration_collection_shard2_replica_n3\",\n    \"__docs__\":25,\n    \"violationType\":\"aboveDocs\",\n    \"state\":\"active\",\n    \"INDEX.sizeInGB\":2.117827534675598E-5,\n    \"shard\":\"shard2\",\n    \"collection\":\"testSplitIntegration_collection\"}}"]},
   [junit4]   2>     "belowSize":{},
   [junit4]   2>     "_enqueue_time_":29151405869551145,
   [junit4]   2>     "requestedOps":[
   [junit4]   2>       "Op{action=SPLITSHARD, hints={COLL_SHARD=[{\n  \"first\":\"testSplitIntegration_collection\",\n  \"second\":\"shard1\"}]}}",
   [junit4]   2>       "Op{action=SPLITSHARD, hints={COLL_SHARD=[{\n  \"first\":\"testSplitIntegration_collection\",\n  \"second\":\"shard2\"}]}}"]}}, context={properties.operations=[{class=org.apache.solr.client.solrj.request.CollectionAdminRequest$SplitShard, method=GET, params.action=SPLITSHARD, params.collection=testSplitIntegration_collection, params.shard=shard1}, {class=org.apache.solr.client.solrj.request.CollectionAdminRequest$SplitShard, method=GET, params.action=SPLITSHARD, params.collection=testSplitIntegration_collection, params.shard=shard2}], properties.BEFORE_ACTION=[compute_plan, execute_plan], source=index_size_trigger2, properties.AFTER_ACTION=[compute_plan]}, config={
   [junit4]   2>   "trigger":"index_size_trigger2",
   [junit4]   2>   "stage":[
   [junit4]   2>     "STARTED",
   [junit4]   2>     "ABORTED",
   [junit4]   2>     "SUCCEEDED",
   [junit4]   2>     "FAILED"],
   [junit4]   2>   "afterAction":[
   [junit4]   2>     "compute_plan",
   [junit4]   2>     "execute_plan"],
   [junit4]   2>   "class":"org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest$CapturingTriggerListener",
   [junit4]   2>   "beforeAction":[
   [junit4]   2>     "compute_plan",
   [junit4]   2>     "execute_plan"]}, message='null'}
   [junit4]   2> 976060 DEBUG (AutoscalingActionExecutor-2158-thread-1) [    ] o.a.s.c.a.ExecutePlanAction -- processing event: {
   [junit4]   2>   "id":"67910ae1ed9f6fT6awnbzfs7iocz6hd8xsjd7ucp",
   [junit4]   2>   "source":"index_size_trigger2",
   [junit4]   2>   "eventTime":29151398527344495,
   [junit4]   2>   "eventType":"INDEXSIZE",
   [junit4]   2>   "properties":{
   [junit4]   2>     "__start__":2,
   [junit4]   2>     "aboveSize":{"testSplitIntegration_collection":[
   [junit4]   2>         "{\"core_node1\":{\n    \"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":25,\n    \"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":22740,\n    \"node_name\":\"127.0.0.1:10000_solr\",\n    \"type\":\"NRT\",\n    \"SEARCHER.searcher.numDocs\":25,\n    \"__bytes__\":22740,\n    \"core\":\"testSplitIntegration_collection_shard1_replica_n1\",\n    \"__docs__\":25,\n    \"violationType\":\"aboveDocs\",\n    \"state\":\"active\",\n    \"INDEX.sizeInGB\":2.117827534675598E-5,\n    \"shard\":\"shard1\",\n    \"collection\":\"testSplitIntegration_collection\"}}",
   [junit4]   2>         "{\"core_node3\":{\n    \"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":25,\n    \"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":22740,\n    \"node_name\":\"127.0.0.1:10000_solr\",\n    \"type\":\"NRT\",\n    \"SEARCHER.searcher.numDocs\":25,\n    \"__bytes__\":22740,\n    \"core\":\"testSplitIntegration_collection_shard2_replica_n3\",\n    \"__docs__\":25,\n    \"violationType\":\"aboveDocs\",\n    \"state\":\"active\",\n    \"INDEX.sizeInGB\":2.117827534675598E-5,\n    \"shard\":\"shard2\",\n    \"collection\":\"testSplitIntegration_collection\"}}"]},
   [junit4]   2>     "belowSize":{},
   [junit4]   2>     "_enqueue_time_":29151405869551145,
   [junit4]   2>     "requestedOps":[
   [junit4]   2>       "Op{action=SPLITSHARD, hints={COLL_SHARD=[{\n  \"first\":\"testSplitIntegration_collection\",\n  \"second\":\"shard1\"}]}}",
   [junit4]   2>       "Op{action=SPLITSHARD, hints={COLL_SHARD=[{\n  \"first\":\"testSplitIntegration_collection\",\n  \"second\":\"shard2\"}]}}"]}} with context properties: {operations=[org.apache.solr.client.solrj.request.CollectionAdminRequest$SplitShard@52cc02be, org.apache.solr.client.solrj.request.CollectionAdminRequest$SplitShard@2d2fc841], AFTER_ACTION=[compute_plan], BEFORE_ACTION=[compute_plan, execute_plan]}
   [junit4]   2> 976061 DEBUG (AutoscalingActionExecutor-2158-thread-1) [    ] o.a.s.c.a.ExecutePlanAction Executing operation: action=SPLITSHARD&collection=testSplitIntegration_collection&shard=shard1
   [junit4]   2> 976450 DEBUG (simCloudManagerPool-2156-thread-98) [    ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testSplitIntegration_collection / shard1_0: {"core_node7":{
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "SEARCHER.searcher.maxDoc":13,
   [junit4]   2>     "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>     "INDEX.sizeInBytes":26980,
   [junit4]   2>     "node_name":"127.0.0.1:10001_solr",
   [junit4]   2>     "base_url":"http://127.0.0.1:10001/solr",
   [junit4]   2>     "state":"active",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "INDEX.sizeInGB":2.512708306312561E-5,
   [junit4]   2>     "SEARCHER.searcher.numDocs":13,
   [junit4]   2>     "core":"testSplitIntegration_collection_shard1_0_replica0",
   [junit4]   2>     "shard":"shard1_0",
   [junit4]   2>     "collection":"testSplitIntegration_collection"}}
   [junit4]   2> 976453 DEBUG (simCloudManagerPool-2156-thread-97) [    ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testSplitIntegration_collection / shard1_1: {"core_node10":{
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "SEARCHER.searcher.maxDoc":12,
   [junit4]   2>     "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>     "INDEX.sizeInBytes":16240,
   [junit4]   2>     "node_name":"127.0.0.1:10000_solr",
   [junit4]   2>     "base_url":"http://127.0.0.1:10000/solr",
   [junit4]   2>     "state":"active",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "INDEX.sizeInGB":1.5124678611755371E-5,
   [junit4]   2>     "SEARCHER.searcher.numDocs":12,
   [junit4]   2>     "core":"testSplitIntegration_collection_shard1_1_replica1",
   [junit4]   2>     "shard":"shard1_1",
   [junit4]   2>     "collection":"testSplitIntegration_collection"}}
   [junit4]   2> 976495 DEBUG (AutoscalingActionExecutor-2158-thread-1) [    ] o.a.s.c.a.ExecutePlanAction Executing operation: action=SPLITSHARD&collection=testSplitIntegration_collection&shard=shard2
   [junit4]   2> 976697 DEBUG (simCloudManagerPool-2156-thread-104) [    ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testSplitIntegration_collection / shard2_1: {"core_node16":{
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "SEARCHER.searcher.maxDoc":12,
   [junit4]   2>     "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>     "INDEX.sizeInBytes":16240,
   [junit4]   2>     "node_name":"127.0.0.1:10000_solr",
   [junit4]   2>     "base_url":"http://127.0.0.1:10000/solr",
   [junit4]   2>     "state":"active",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "INDEX.sizeInGB":1.5124678611755371E-5,
   [junit4]   2>     "SEARCHER.searcher.numDocs":12,
   [junit4]   2>     "core":"testSplitIntegration_collection_shard2_1_replica1",
   [junit4]   2>     "shard":"shard2_1",
   [junit4]   2>     "collection":"testSplitIntegration_collection"}}
   [junit4]   2> 976711 DEBUG (simCloudManagerPool-2156-thread-107) [    ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testSplitIntegration_collection / shard2_0: {"core_node14":{
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "SEARCHER.searcher.maxDoc":13,
   [junit4]   2>     "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>     "INDEX.sizeInBytes":26980,
   [junit4]   2>     "node_name":"127.0.0.1:10000_solr",
   [junit4]   2>     "base_url":"http://127.0.0

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

e] 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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

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 76ms :: artifacts dl 9ms
	---------------------------------------------------------------------
	|                  |            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: 426 minutes 41 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-NightlyTests-master - Build # 1563 - Failure

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

4 tests failed.
FAILED:  org.apache.lucene.analysis.core.TestRandomChains.testRandomChainsWithLargeStrings

Error Message:
stage 2: inconsistent startOffset at pos=21: 32 vs 37; token=:

Stack Trace:
java.lang.IllegalStateException: stage 2: inconsistent startOffset at pos=21: 32 vs 37; token=:
	at __randomizedtesting.SeedInfo.seed([8F220ED913C808B0:E579B1C84A862843]:0)
	at org.apache.lucene.analysis.ValidatingTokenFilter.incrementToken(ValidatingTokenFilter.java:106)
	at org.apache.lucene.analysis.miscellaneous.ConditionalTokenFilter$OneTimeWrapper.incrementToken(ConditionalTokenFilter.java:59)
	at org.apache.lucene.analysis.pt.PortugueseLightStemFilter.incrementToken(PortugueseLightStemFilter.java:48)
	at org.apache.lucene.analysis.miscellaneous.ConditionalTokenFilter.incrementToken(ConditionalTokenFilter.java:214)
	at org.apache.lucene.analysis.ValidatingTokenFilter.incrementToken(ValidatingTokenFilter.java:65)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkAnalysisConsistency(BaseTokenStreamTestCase.java:746)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:657)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:559)
	at org.apache.lucene.analysis.core.TestRandomChains.testRandomChainsWithLargeStrings(TestRandomChains.java:888)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.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 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.FullSolrCloudDistribCmdsTest.test

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
	at __randomizedtesting.SeedInfo.seed([3FCFE28C48D6BCF3]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.FullSolrCloudDistribCmdsTest

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
	at __randomizedtesting.SeedInfo.seed([3FCFE28C48D6BCF3]:0)


FAILED:  org.apache.solr.cloud.autoscaling.sim.TestPolicyCloud.testCreateCollectionAddShardUsingPolicy

Error Message:
Timeout waiting for collection to become active Live Nodes: null Last available state: null

Stack Trace:
java.lang.AssertionError: Timeout waiting for collection to become active
Live Nodes: null
Last available state: null
	at __randomizedtesting.SeedInfo.seed([3FCFE28C48D6BCF3:FE53D02589EE4130]:0)
	at org.apache.solr.cloud.CloudTestUtils.waitForState(CloudTestUtils.java:69)
	at org.apache.solr.cloud.autoscaling.sim.TestPolicyCloud.testCreateCollectionAddShardUsingPolicy(TestPolicyCloud.java:312)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.NullPointerException
	at org.apache.solr.cloud.autoscaling.sim.SimClusterStateProvider.lambda$null$55(SimClusterStateProvider.java:1544)
	at java.util.ArrayList.forEach(ArrayList.java:1257)
	at org.apache.solr.cloud.autoscaling.sim.SimClusterStateProvider.lambda$getCollectionStates$56(SimClusterStateProvider.java:1536)
	at java.util.concurrent.ConcurrentHashMap.forEach(ConcurrentHashMap.java:1597)
	at org.apache.solr.cloud.autoscaling.sim.SimClusterStateProvider.getCollectionStates(SimClusterStateProvider.java:1535)
	at org.apache.solr.cloud.autoscaling.sim.SimClusterStateProvider.getClusterState(SimClusterStateProvider.java:1515)
	at org.apache.solr.cloud.CloudTestUtils.waitForState(CloudTestUtils.java:94)
	at org.apache.solr.cloud.CloudTestUtils.waitForState(CloudTestUtils.java:63)
	... 41 more




Build Log:
[...truncated 10 lines...]
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Command "git fetch --tags --progress git://git.apache.org/lucene-solr.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: remote: Counting objects: 71977           
remote: Counting objects: 75448           
remote: Counting objects: 79735           
fatal: The remote end hung up unexpectedly
fatal: protocol error: bad pack header

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1996)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1715)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:614)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:207)
	at hudson.remoting.UserRequest.perform(UserRequest.java:53)
	at hudson.remoting.Request$2.run(Request.java:358)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1693)
		at hudson.remoting.UserResponse.retrieve(UserRequest.java:310)
		at hudson.remoting.Channel.call(Channel.java:908)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor884.invoke(Unknown Source)
		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
		at java.lang.reflect.Method.invoke(Method.java:498)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
		at com.sun.proxy.$Proxy134.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1120)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1160)
		at org.jenkinsci.plugins.multiplescms.MultiSCM.checkout(MultiSCM.java:143)
		at hudson.scm.SCM.checkout(SCM.java:495)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1202)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1724)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
ERROR: Error cloning remote repo 'origin'
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://git.apache.org/lucene-solr.git # timeout=10
Fetching upstream changes from git://git.apache.org/lucene-solr.git
 > git --version # timeout=10
 > git fetch --tags --progress git://git.apache.org/lucene-solr.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision b7e9fb43d0f08b68ffa6050f62351dd57495ea87 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b7e9fb43d0f08b68ffa6050f62351dd57495ea87
Commit message: "SOLR-12455: Use the new serializarion in V2 and schema requests"
 > git rev-list --no-walk c524dc2606719876004f7a9fade6fa0cc4741db9 # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
Checking out a fresh workspace because /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data doesn't exist
Cleaning local Directory test-data
Checking out http://svn.apache.org/repos/asf/lucene/test-data at revision '2018-06-11T00:40:00.772 +0000'
A         README.txt
A         enwiki.random.lines.txt
At revision 1833303

No emails were triggered.
[checkout] $ /home/jenkins/tools/ant/apache-ant-1.8.4/bin/ant -file build.xml -Dtests.multiplier=2 -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt jenkins-nightly
Buildfile: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/build.xml

jenkins-nightly:

-print-java-info:
[java-info] java version "1.8.0_172"
[java-info] Java(TM) SE Runtime Environment (1.8.0_172-b11, Oracle Corporation)
[java-info] Java HotSpot(TM) 64-Bit Server VM (25.172-b11, Oracle Corporation)
[java-info] Test args: []

clean:

clean:

clean:

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] :: Apache Ivy 2.4.0 - 20141213170938 :: http://ant.apache.org/ivy/ ::
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve-groovy:
[ivy:cachepath] :: resolving dependencies :: org.codehaus.groovy#groovy-all-caller;working
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.codehaus.groovy#groovy-all;2.4.15 in public
[ivy:cachepath] :: resolution report :: resolve 239ms :: artifacts dl 5ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   1   |   0   |   0   |   0   ||   1   |   0   |
	---------------------------------------------------------------------

-test-with-heapdumps-enabled:
     [echo] Java HotSpot(TM) 64-Bit Server VM: Enabling heap dumps on OutOfMemoryError to dir '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/heapdumps'.
    [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/heapdumps

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-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve-groovy:

test:

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-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

-clover.load:

resolve-groovy:

-init-totals:

test-core:

-clover.disable:

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-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

-clover.load:

-clover.classpath:

-clover.setup:

clover:

-check-git-state:

-git-cleanroot:

-copy-git-state:
     [copy] Copying 1 file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build

git-autoclean:

resolve:

init:

compile-core:
    [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/classes/java
    [javac] Compiling 847 source files to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/classes/java
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Creating empty /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/classes/java/org/apache/lucene/util/graph/package-info.class
    [javac] Creating empty /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/classes/java/org/apache/lucene/document/package-info.class
    [javac] Creating empty /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/classes/java/org/apache/lucene/package-info.class
    [javac] Creating empty /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/classes/java/org/apache/lucene/util/bkd/package-info.class
    [javac] Creating empty /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/classes/java/org/apache/lucene/codecs/compressing/package-info.class
    [javac] Creating empty /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/classes/java/org/apache/lucene/codecs/lucene60/package-info.class
    [javac] Creating empty /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/classes/java/org/apache/lucene/codecs/package-info.class
    [javac] Creating empty /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/classes/java/org/apache/lucene/util/package-info.class
    [javac] Creating empty /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/classes/java/org/apache/lucene/index/package-info.class
    [javac] Creating empty /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/classes/java/org/apache/lucene/util/fst/package-info.class
    [javac] Creating empty /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/classes/java/org/apache/lucene/analysis/tokenattributes/package-info.class
    [javac] Creating empty /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/classes/java/org/apache/lucene/search/package-info.class
    [javac] Creating empty /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/classes/java/org/apache/lucene/util/packed/package-info.class
    [javac] Creating empty /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/classes/java/org/apache/lucene/util/mutable/package-info.class
    [javac] Creating empty /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/classes/java/org/apache/lucene/codecs/lucene70/package-info.class
    [javac] Creating empty /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/classes/java/org/apache/lucene/codecs/perfield/package-info.class
    [javac] Creating empty /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/classes/java/org/apache/lucene/analysis/package-info.class
    [javac] Creating empty /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/classes/java/org/apache/lucene/analysis/standard/package-info.class
    [javac] Creating empty /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/classes/java/org/apache/lucene/store/package-info.class
    [javac] Creating empty /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/classes/java/org/apache/lucene/codecs/blocktree/package-info.class
    [javac] Creating empty /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/classes/java/org/apache/lucene/search/spans/package-info.class
    [javac] Creating empty /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/classes/java/org/apache/lucene/search/similarities/package-info.class
    [javac] Creating empty /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/classes/java/org/apache/lucene/util/automaton/package-info.class
    [javac] Creating empty /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/classes/java/org/apache/lucene/codecs/lucene50/package-info.class
    [javac] Creating empty /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/classes/java/org/apache/lucene/geo/package-info.class
     [copy] Copying 3 files to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/classes/java

compile-test-framework:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

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-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

init:

compile-lucene-core:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

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-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

init:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

compile-core:

compile-codecs:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

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-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

common.init:

compile-lucene-core:

init:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

compile-core:
    [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/codecs/classes/java
    [javac] Compiling 63 source files to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/codecs/classes/java
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Creating empty /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/codecs/classes/java/org/apache/lucene/codecs/bloom/package-info.class
    [javac] Creating empty /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/codecs/classes/java/org/apache/lucene/codecs/memory/package-info.class
    [javac] Creating empty /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/codecs/classes/java/org/apache/lucene/codecs/simpletext/package-info.class
    [javac] Creating empty /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/codecs/classes/java/org/apache/lucene/codecs/blockterms/package-info.class
    [javac] Creating empty /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/codecs/classes/java/org/apache/lucene/codecs/blocktreeords/package-info.class
     [copy] Copying 3 files to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/codecs/classes/java

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

common.compile-core:
    [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/test-framework/classes/java
    [javac] Compiling 194 source files to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/test-framework/classes/java
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Creating empty /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/asserting/package-info.class
    [javac] Creating empty /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/ramonly/package-info.class
    [javac] Creating empty /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/test-framework/classes/java/org/apache/lucene/mockfile/package-info.class
    [javac] Creating empty /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/cheapbastard/package-info.class
    [javac] Creating empty /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/mockrandom/package-info.class
    [javac] Creating empty /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/cranky/package-info.class
    [javac] Creating empty /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/compressing/dummy/package-info.class
     [copy] Copying 4 files to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/test-framework/classes/java

compile-core:

compile-test:
    [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/classes/test
    [javac] Compiling 506 source files to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/classes/test
    [javac] /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/core/src/test/org/apache/lucene/index/TestIndexWriter.java:2662: warning: [try] auto-closeable resource closeable is never referenced in body of corresponding try statement
    [javac]          Closeable closeable = () -> IOUtils.close(toClose)) {
    [javac]                    ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 1 warning
     [copy] Copying 3 files to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/classes/test

-mrjar-classes-uptodate:

resolve-groovy:

patch-mrjar-classes:
[patch-cls] Remapped: org/apache/lucene/analysis/tokenattributes/CharTermAttributeImpl
[patch-cls] Remapped: org/apache/lucene/codecs/compressing/LZ4
[patch-cls] Remapped: org/apache/lucene/document/BinaryPoint$2
[patch-cls] Remapped: org/apache/lucene/document/DoubleRange
[patch-cls] Remapped: org/apache/lucene/document/FloatRange
[patch-cls] Remapped: org/apache/lucene/document/IntRange
[patch-cls] Remapped: org/apache/lucene/document/LongRange
[patch-cls] Remapped: org/apache/lucene/index/BitsSlice
[patch-cls] Remapped: org/apache/lucene/index/CodecReader
[patch-cls] Remapped: org/apache/lucene/index/MergeReaderWrapper
[patch-cls] Remapped: org/apache/lucene/search/BooleanScorer$TailPriorityQueue
[patch-cls] Remapped: org/apache/lucene/util/BytesRef
[patch-cls] Remapped: org/apache/lucene/util/BytesRefArray
[patch-cls] Remapped: org/apache/lucene/util/CharsRef$UTF16SortedAsUTF8Comparator
[patch-cls] Remapped: org/apache/lucene/util/CharsRef
[patch-cls] Remapped: org/apache/lucene/util/IntsRef
[patch-cls] Remapped: org/apache/lucene/util/LongsRef
[patch-cls] Remapped: org/apache/lucene/util/StringHelper
[patch-cls] Remapped: org/apache/lucene/util/automaton/Automaton$Builder
[patch-cls] Remapped: org/apache/lucene/util/automaton/Automaton
[patch-cls] Remapped 20 class files for Java 9 to: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/classes/java9
    [touch] Creating /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/patch-mrjar.stamp

install-junit4-taskdef:

validate:

-init-totals:

-test:
    [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/test
    [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/test/temp
    [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/.caches/test-stats/core
   [junit4] <JUnit4> says ahoj! Master seed: 474CF75D76A1992C
   [junit4] Executing 496 suites with 3 JVMs.
   [junit4] 
   [junit4] Started J0 PID(8888@localhost).
   [junit4] Started J2 PID(8886@localhost).
   [junit4] Started J1 PID(8889@localhost).
   [junit4] Suite: org.apache.lucene.index.TestTwoPhaseCommitTool
   [junit4] Completed [1/496] on J0 in 1.62s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestPayloads
   [junit4] Completed [2/496] on J2 in 5.38s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestDateTools
   [junit4] Completed [3/496] on J2 in 0.41s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestMaxTermFrequency
   [junit4] Completed [4/496] on J0 in 4.99s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSloppyPhraseQuery
   [junit4] Completed [5/496] on J0 in 21.02s, 9 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestPositionIncrement
   [junit4] Completed [6/496] on J0 in 0.50s, 2 tests
   [junit4] 
   [junit4] HEARTBEAT J2 PID(8886@localhost): 2018-06-11T00:50:03, stalled for 64.3s at: TestStressAdvance.testStressAdvance
   [junit4] HEARTBEAT J1 PID(8889@localhost): 2018-06-11T00:50:15, stalled for 69.5s at: TestIndexWriterThreadsToSegments.testSegmentCountOnFlushRandom
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterNRTIsCurrent
   [junit4] Completed [7/496] on J0 in 64.23s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestCrashCausesCorruptIndex
   [junit4] Completed [8/496] on J0 in 1.14s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestStressDeletes
   [junit4] Completed [9/496] on J0 in 3.91s, 1 test
   [junit4] 
   [junit4] HEARTBEAT J2 PID(8886@localhost): 2018-06-11T00:51:03, stalled for  124s at: TestStressAdvance.testStressAdvance
   [junit4] HEARTBEAT J1 PID(8889@localhost): 2018-06-11T00:51:15, stalled for  130s at: TestIndexWriterThreadsToSegments.testSegmentCountOnFlushRandom
   [junit4] HEARTBEAT J0 PID(8888@localhost): 2018-06-11T00:51:39, stalled for 68.3s at: TestDuelingCodecsAtNight.testBigEquals
   [junit4] Suite: org.apache.lucene.index.TestStressAdvance
   [junit4] Completed [10/496] on J2 in 177.93s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.lucene70.TestLucene70SegmentInfoFormat
   [junit4] Completed [11/496] on J2 in 2.53s, 16 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestReaderClosed
   [junit4] Completed [12/496] on J2 in 0.64s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestTragicIndexWriterDeadlock
   [junit4] Completed [13/496] on J2 in 0.43s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestLongRange
   [junit4] Completed [14/496] on J2 in 0.11s, 1 test
   [junit4] 
   [junit4] HEARTBEAT J1 PID(8889@localhost): 2018-06-11T00:52:15, stalled for  190s at: TestIndexWriterThreadsToSegments.testSegmentCountOnFlushRandom
   [junit4] HEARTBEAT J0 PID(8888@localhost): 2018-06-11T00:52:39, stalled for  128s at: TestDuelingCodecsAtNight.testBigEquals
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterExceptions2
   [junit4] Completed [15/496] on J2 in 47.78s, 1 test
   [junit4] 
   [junit4] HEARTBEAT J1 PID(8889@localhost): 2018-06-11T00:53:15, stalled for  250s at: TestIndexWriterThreadsToSegments.testSegmentCountOnFlushRandom
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterThreadsToSegments
   [junit4] Completed [16/496] on J1 in 279.95s, 4 tests
   [junit4] 
   [junit4] HEARTBEAT J0 PID(8888@localhost): 2018-06-11T00:53:39, stalled for  188s at: TestDuelingCodecsAtNight.testBigEquals
   [junit4] Suite: org.apache.lucene.codecs.lucene50.TestBlockPostingsFormat2
   [junit4] Completed [17/496] on J1 in 10.52s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestParallelLeafReader
   [junit4] Completed [18/496] on J1 in 1.65s, 10 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.TestCodecUtil
   [junit4] Completed [19/496] on J1 in 0.17s, 16 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestMergeRateLimiter
   [junit4] Completed [20/496] on J1 in 0.14s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestReaderWrapperDVTypeCheck
   [junit4] Completed [21/496] on J1 in 0.25s, 1 test
   [junit4] 
   [junit4] HEARTBEAT J2 PID(8886@localhost): 2018-06-11T00:53:51, stalled for 61.7s at: TestIndexWriterOnDiskFull.testAddIndexOnDiskFull
   [junit4] HEARTBEAT J0 PID(8888@localhost): 2018-06-11T00:54:39, stalled for  249s at: TestDuelingCodecsAtNight.testBigEquals
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterOnDiskFull
   [junit4] Completed [22/496] on J2 in 116.79s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.similarities.TestSimilarity2
   [junit4] Completed [23/496] on J2 in 1.00s, 8 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestQueryRescorer
   [junit4] Completed [24/496] on J2 in 5.85s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestHugeRamFile
   [junit4] Completed [25/496] on J2 in 10.40s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.lucene60.TestLucene60PointsFormat
   [junit4] IGNOR/A 0.02s J1 | TestLucene60PointsFormat.testMergeStability
   [junit4]    > Assumption #1: merge is not stable
   [junit4] Completed [26/496] on J1 in 78.92s, 20 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestCrash
   [junit4] Completed [27/496] on J1 in 1.94s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestDocCount
   [junit4] Completed [28/496] on J1 in 0.62s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSortRescorer
   [junit4] Completed [29/496] on J1 in 5.41s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestCustomSearcherSort
   [junit4] Completed [30/496] on J1 in 5.78s, 2 tests
   [junit4] 
   [junit4] HEARTBEAT J0 PID(8888@localhost): 2018-06-11T00:55:39, stalled for  309s at: TestDuelingCodecsAtNight.testBigEquals
   [junit4] Suite: org.apache.lucene.search.TestTopDocsMerge
   [junit4] Completed [31/496] on J2 in 72.38s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.lucene70.TestIndexedDISI
   [junit4] Completed [32/496] on J2 in 9.10s, 10 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestFixedLengthBytesRefArray
   [junit4] Completed [33/496] on J2 in 0.43s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestBufferedIndexInput
   [junit4] Completed [34/496] on J2 in 0.85s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestExitableDirectoryReader
   [junit4] Completed [35/496] on J2 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] HEARTBEAT J1 PID(8889@localhost): 2018-06-11T00:56:27, stalled for 67.7s at: TestIndependenceStandardized.testRandomScoring
   [junit4] HEARTBEAT J0 PID(8888@localhost): 2018-06-11T00:56:39, stalled for  369s at: TestDuelingCodecsAtNight.testBigEquals
   [junit4] Suite: org.apache.lucene.search.similarities.TestIndependenceStandardized
   [junit4] Completed [36/496] on J1 in 84.74s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestScorerPerf
   [junit4] Completed [37/496] on J2 in 23.18s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.lucene50.TestLucene50LiveDocsFormat
   [junit4] IGNOR/A 0.03s J2 | TestLucene50LiveDocsFormat.testOverflow
   [junit4]    > Assumption #1: 'monster' test group is disabled (@Monster(value=Uses lots of memory))
   [junit4] Completed [38/496] on J2 in 0.09s, 4 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestTermRangeQuery
   [junit4] Completed [39/496] on J2 in 1.07s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestPositiveScoresOnlyCollector
   [junit4] Completed [40/496] on J2 in 0.08s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.automaton.TestCompiledAutomaton
   [junit4] Completed [41/496] on J2 in 2.34s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestCharsRefBuilder
   [junit4] Completed [42/496] on J2 in 0.17s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestMultiCollector
   [junit4] Completed [43/496] on J2 in 5.27s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSegmentCacheables
   [junit4] Completed [44/496] on J2 in 0.16s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestPrefixInBooleanQuery
   [junit4] Completed [45/496] on J1 in 16.83s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.tokenattributes.TestSimpleAttributeImpl
   [junit4] Completed [46/496] on J1 in 0.06s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestBytesRef
   [junit4] Completed [47/496] on J1 in 0.06s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.spans.TestBasics
   [junit4] Completed [48/496] on J2 in 7.03s, 27 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.TestStopFilter
   [junit4] Completed [49/496] on J2 in 0.09s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestNamedSPILoader
   [junit4] Completed [50/496] on J2 in 0.07s, 3 tests
   [junit4] 
   [junit4] HEARTBEAT J0 PID(8888@localhost): 2018-06-11T00:57:40, stalled for  429s at: TestDuelingCodecsAtNight.testBigEquals
   [junit4] HEARTBEAT J1 PID(8889@localhost): 2018-06-11T00:58:04, stalled for 62.5s at: TestBasicModelIF.testRandomScoring
   [junit4] Suite: org.apache.lucene.codecs.lucene50.TestLucene50TermVectorsFormat
   [junit4] Completed [51/496] on J2 in 83.86s, 17 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestRamUsageEstimator
   [junit4] IGNOR/A 0.00s J2 | TestRamUsageEstimator.testPrintValues
   [junit4]    > Assumption #1: Specify -Dtests.verbose=true to print constants of RamUsageEstimator.
   [junit4] Completed [52/496] on J2 in 0.08s, 5 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.geo.TestPolygon
   [junit4] Completed [53/496] on J2 in 0.11s, 15 tests
   [junit4] 
   [junit4] HEARTBEAT J0 PID(8888@localhost): 2018-06-11T00:58:40, stalled for  489s at: TestDuelingCodecsAtNight.testBigEquals
   [junit4] HEARTBEAT J1 PID(8889@localhost): 2018-06-11T00:59:04, stalled for  123s at: TestBasicModelIF.testRandomScoring
   [junit4] HEARTBEAT J2 PID(8886@localhost): 2018-06-11T00:59:40, stalled for 68.7s at: TestLRUQueryCache.testRandom
   [junit4] HEARTBEAT J0 PID(8888@localhost): 2018-06-11T00:59:40, stalled for  549s at: TestDuelingCodecsAtNight.testBigEquals
   [junit4] HEARTBEAT J1 PID(8889@localhost): 2018-06-11T01:00:04, stalled for  183s at: TestBasicModelIF.testRandomScoring
   [junit4] Suite: org.apache.lucene.search.similarities.TestBasicModelIF
   [junit4] Completed [54/496] on J1 in 211.05s, 1 test
   [junit4] 
   [junit4] HEARTBEAT J0 PID(8888@localhost): 2018-06-11T01:00:40, stalled for  610s at: TestDuelingCodecsAtNight.testBigEquals
   [junit4] HEARTBEAT J2 PID(8886@localhost): 2018-06-11T01:00:52, stalled for 60.8s at: TestLRUQueryCache.testConcurrency
   [junit4] Suite: org.apache.lucene.index.TestAddIndexes
   [junit4] Completed [55/496] on J1 in 27.52s, 28 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestLRUQueryCache
   [junit4] Completed [56/496] on J2 in 156.70s, 23 tests
   [junit4] 
   [junit4] HEARTBEAT J0 PID(8888@localhost): 2018-06-11T01:01:40, stalled for  670s at: TestDuelingCodecsAtNight.testBigEquals
   [junit4] Suite: org.apache.lucene.search.TestSearchWithThreads
   [junit4] Completed [57/496] on J2 in 38.79s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestNeedsScores
   [junit4] Completed [58/496] on J2 in 0.20s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestFilterDirectory
   [junit4] IGNOR/A 0.00s J2 | TestFilterDirectory.testPendingDeletions
   [junit4]    > Assumption #1: we can only install VirusCheckingFS on an FSDirectory
   [junit4] IGNOR/A 0.01s J2 | TestFilterDirectory.testFsyncDoesntCreateNewFiles
   [junit4]    > Assumption #1: test only works for FSDirectory subclasses
   [junit4] Completed [59/496] on J2 in 13.59s, 44 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestSloppyMath
   [junit4] Completed [60/496] on J2 in 7.37s, 8 tests
   [junit4] 
   [junit4] HEARTBEAT J0 PID(8888@localhost): 2018-06-11T01:02:40, stalled for  730s at: TestDuelingCodecsAtNight.testBigEquals
   [junit4] HEARTBEAT J1 PID(8889@localhost): 2018-06-11T01:02:52, stalled for 67.7s at: TestFloatRangeFieldQueries.testRandomBig
   [junit4] Suite: org.apache.lucene.search.TestFloatRangeFieldQueries
   [junit4] Completed [61/496] on J1 in 125.55s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.TestToken
   [junit4] Completed [62/496] on J1 in 0.31s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestNot
   [junit4] Completed [63/496] on J1 in 0.08s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestConjunctions
   [junit4] Completed [64/496] on J1 in 0.27s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.automaton.TestMinimize
   [junit4] Completed [65/496] on J1 in 9.48s, 3 tests
   [junit4] 
   [junit4] HEARTBEAT J2 PID(8886@localhost): 2018-06-11T01:03:16, stalled for 70.9s at: TestLMDirichletSimilarity.testRandomScoring
   [junit4] Suite: org.apache.lucene.store.TestMmapDirectory
   [junit4] Completed [66/496] on J1 in 18.16s, 43 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestBooleanQueryVisitSubscorers
   [junit4] Completed [67/496] on J1 in 0.44s, 7 tests
   [junit4] 
   [junit4] HEARTBEAT J0 PID(8888@localhost): 2018-06-11T01:03:40, stalled for  790s at: TestDuelingCodecsAtNight.testBigEquals
   [junit4] Suite: org.apache.lucene.search.similarities.TestLMDirichletSimilarity
   [junit4] Completed [68/496] on J2 in 97.45s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestFieldType
   [junit4] Completed [69/496] on J2 in 0.05s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.spans.TestSpans
   [junit4] Completed [70/496] on J2 in 1.92s, 25 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestDisjunctionMaxQuery
   [junit4] Completed [71/496] on J2 in 1.67s, 12 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestSetOnce
   [junit4] Completed [72/496] on J2 in 0.17s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestLongValuesSource
   [junit4] Completed [73/496] on J1 in 13.65s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSubScorerFreqs
   [junit4] Completed [74/496] on J1 in 0.24s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.TestSearch
   [junit4] Completed [75/496] on J1 in 0.26s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestLSBRadixSorter
   [junit4] Completed [76/496] on J1 in 0.62s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.tokenattributes.TestBytesRefAttImpl
   [junit4] Completed [77/496] on J1 in 0.05s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestQueryBuilder
   [junit4] Completed [78/496] on J1 in 0.38s, 23 tests
   [junit4] 
   [junit4] HEARTBEAT J0 PID(8888@localhost): 2018-06-11T01:04:41, stalled for  850s at: TestDuelingCodecsAtNight.testBigEquals
   [junit4] HEARTBEAT J2 PID(8886@localhost): 2018-06-11T01:04:53, stalled for 65.7s at: TestClassicSimilarity.testRandomScoring
   [junit4] Suite: org.apache.lucene.search.similarities.TestClassicSimilarity
   [junit4] Completed [79/496] on J2 in 96.45s, 12 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestBytesRefHash
   [junit4] Completed [80/496] on J2 in 7.50s, 8 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestPendingDeletes
   [junit4] Completed [81/496] on J2 in 0.04s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestParallelCompositeReader
   [junit4] Completed [82/496] on J2 in 1.84s, 11 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestDocsWithFieldSet
   [junit4] Completed [83/496] on J2 in 0.03s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestPayloadsOnVectors
   [junit4] Completed [84/496] on J2 in 0.06s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestElevationComparator
   [junit4] Completed [85/496] on J2 in 0.14s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestNumericUtils
   [junit4] Completed [86/496] on J2 in 6.87s, 24 tests
   [junit4] 
   [junit4] HEARTBEAT J0 PID(8888@localhost): 2018-06-11T01:05:41, stalled for  910s at: TestDuelingCodecsAtNight.testBigEquals
   [junit4] Suite: org.apache.lucene.util.TestCollectionUtil
   [junit4] Completed [87/496] on J2 in 25.49s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestMixedCodecs
   [junit4] Completed [88/496] on J2 in 18.74s, 1 test
   [junit4] 
   [junit4] HEARTBEAT J0 PID(8888@localhost): 2018-06-11T01:06:41, stalled for  970s at: TestDuelingCodecsAtNight.testBigEquals
   [junit4] Suite: org.apache.lucene.util.TestTimSorterWorstCase
   [junit4] Completed [89/496] on J2 in 52.83s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestFilterCodecReader
   [junit4] Completed [90/496] on J2 in 0.02s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestDirectoryReader
   [junit4] Completed [91/496] on J2 in 11.40s, 24 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestRegexpQuery
   [junit4] Completed [92/496] on J2 in 0.30s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestSegmentReader
   [junit4] Completed [93/496] on J2 in 1.49s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestBooleanRewrites
   [junit4] Completed [94/496] on J2 in 1.56s, 12 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestSegmentInfos
   [junit4] Completed [95/496] on J2 in 0.04s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestDocument
   [junit4] Completed [96/496] on J2 in 0.09s, 12 tests
   [junit4] 
   [junit4] HEARTBEAT J0 PID(8888@localhost): 2018-06-11T01:07:41, stalled for 1030s at: TestDuelingCodecsAtNight.testBigEquals
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterMerging
   [junit4] Completed [97/496] on J2 in 22.44s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.bkd.Test2BBKDPoints
   [junit4] IGNOR/A 0.00s J2 | Test2BBKDPoints.test1D
   [junit4]    > Assumption #1: 'monster' test group is disabled (@Monster(value=takes at least 4 hours and consumes many GB of temp disk space))
   [junit4] IGNOR/A 0.00s J2 | Test2BBKDPoints.test2D
   [junit4]    > Assumption #1: 'monster' test group is disabled (@Monster(value=takes at least 4 hours and consumes many GB of temp disk space))
   [junit4] Completed [98/496] on J2 in 0.01s, 2 tests, 2 skipped
   [junit4] 
   [junit4] HEARTBEAT J0 PID(8888@localhost): 2018-06-11T01:08:41, stalled for 1090s at: TestDuelingCodecsAtNight.testBigEquals
   [junit4] HEARTBEAT J1 PID(8889@localhost): 2018-06-11T01:08:41, stalled for 61.5s at: TestLucene70NormsFormat.testNCommonBig
   [junit4] HEARTBEAT J2 PID(8886@localhost): 2018-06-11T01:09:05, stalled for 65.1s at: TestMixedDocValuesUpdates.testTonsOfUpdates
   [junit4] Suite: org.apache.lucene.index.TestMixedDocValuesUpdates
   [junit4] Completed [99/496] on J2 in 93.59s, 10 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestSegmentTermEnum
   [junit4] Completed [100/496] on J2 in 0.18s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestDateSort
   [junit4] Completed [101/496] on J2 in 0.07s, 1 test
   [junit4] 
   [junit4] HEARTBEAT J0 PID(8888@localhost): 2018-06-11T01:09:41, stalled for 1150s at: TestDuelingCodecsAtNight.testBigEquals
   [junit4] HEARTBEAT J1 PID(8889@localhost): 2018-06-11T01:09:41, stalled for  122s at: TestLucene70NormsFormat.testNCommonBig
   [junit4] HEARTBEAT J0 PID(8888@localhost): 2018-06-11T01:10:41, stalled for 1210s at: TestDuelingCodecsAtNight.testBigEquals
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterReader
   [junit4] Completed [102/496] on J2 in 87.53s, 23 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestLazyProxSkipping
   [junit4] Completed [103/496] on J2 in 0.86s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.TestAssertions
   [junit4] Completed [104/496] on J2 in 0.04s, 1 test
   [junit4] 
   [junit4] HEARTBEAT J0 PID(8888@localhost): 2018-06-11T01:11:41, stalled for 1270s at: TestDuelingCodecsAtNight.testBigEquals
   [junit4] Suite: org.apache.lucene.search.similarities.TestBM25Similarity
   [junit4] Completed [105/496] on J2 in 67.19s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.Test2BPostingsBytes
   [junit4] IGNOR/A 0.00s J2 | Test2BPostingsBytes.test
   [junit4]    > Assumption #1: 'monster' test group is disabled (@Monster(value=takes ~20GB-30GB of space and 10 minutes))
   [junit4] Completed [106/496] on J2 in 0.00s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestLongPostings
   [junit4] Completed [107/496] on J2 in 30.37s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestAllFilesHaveCodecHeader
   [junit4] Completed [108/496] on J2 in 1.20s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.spans.TestSpanTermQuery
   [junit4] Completed [109/496] on J2 in 0.05s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.compressing.TestHighCompressionMode
   [junit4] Completed [110/496] on J2 in 3.90s, 7 tests
   [junit4] 
   [junit4] HEARTBEAT J0 PID(8888@localhost): 2018-06-11T01:12:41, stalled for 1330s at: TestDuelingCodecsAtNight.testBigEquals
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterOnJRECrash
   [junit4] Completed [111/496] on J2 in 6.27s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestLongBitSet
   [junit4] Completed [112/496] on J2 in 24.60s, 11 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestCheckIndex
   [junit4] Completed [113/496] on J2 in 2.18s, 4 tests
   [junit4] 
   [junit4] HEARTBEAT J0 PID(8888@localhost): 2018-06-11T01:13:41, stalled for 1390s at: TestDuelingCodecsAtNight.testBigEquals
   [junit4] HEARTBEAT J1 PID(8889@localhost): 2018-06-11T01:13:41, stalled for 67.7s at: TestLucene70NormsFormat.testSparseNCommonBig
   [junit4] Suite: org.apache.lucene.codecs.lucene50.TestBlockPostingsFormat3
   [junit4] Completed [114/496] on J2 in 29.17s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.spans.TestSpanSearchEquivalence
   [junit4] Completed [115/496] on J2 in 57.55s, 33 tests
   [junit4] 
   [junit4] HEARTBEAT J0 PID(8888@localhost): 2018-06-11T01:14:41, stalled for 1450s at: TestDuelingCodecsAtNight.testBigEquals
   [junit4] HEARTBEAT J1 PID(8889@localhost): 2018-06-11T01:14:41, stalled for  128s at: TestLucene70NormsFormat.testSparseNCommonBig
   [junit4] Suite: org.apache.lucene.index.TestManyFields
   [junit4] Completed [116/496] on J2 in 3.95s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestCharsRef
   [junit4] Completed [117/496] on J2 in 0.14s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.tokenattributes.TestPackedTokenAttributeImpl
   [junit4] Completed [118/496] on J2 in 0.03s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestStringHelper
   [junit4] Completed [119/496] on J2 in 0.05s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriter
   [junit4] Completed [120/496] on J2 in 17.84s, 86 tests, 1 skipped
   [junit4] 
   [junit4] HEARTBEAT J0 PID(8888@localhost): 2018-06-11T01:15:41, stalled for 1510s at: TestDuelingCodecsAtNight.testBigEquals
   [junit4] HEARTBEAT J1 PID(8889@localhost): 2018-06-11T01:15:41, stalled for  188s at: TestLucene70NormsFormat.testSparseNCommonBig
   [junit4] HEARTBEAT J2 PID(8886@localhost): 2018-06-11T01:16:29, stalled for 63.5s at: TestFSTs.testBigSet
   [junit4] HEARTBEAT J0 PID(8888@localhost): 2018-06-11T01:16:41, stalled for 1570s at: TestDuelingCodecsAtNight.testBigEquals
   [junit4] Suite: org.apache.lucene.codecs.lucene70.TestLucene70NormsFormat
   [junit4] IGNOR/A 0.01s J1 | TestLucene70NormsFormat.testMergeStability
   [junit4]    > Assumption #1: The MockRandom PF randomizes content on the fly, so we can't check it
   [junit4] Completed [121/496] on J1 in 815.10s, 29 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.fst.TestFSTs
   [junit4] Completed [122/496] on J2 in 143.51s, 20 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.fst.TestBytesStore
   [junit4] Completed [123/496] on J2 in 14.83s, 1 test
   [junit4] 
   [junit4] HEARTBEAT J0 PID(8888@localhost): 2018-06-11T01:17:41, stalled for 1631s at: TestDuelingCodecsAtNight.testBigEquals
   [junit4] Suite: org.apache.lucene.search.TestBooleanOr
   [junit4] Completed [124/496] on J1 in 18.63s, 7 tests
   [junit4] 
   [junit4] HEARTBEAT J0 PID(8888@localhost): 2018-06-11T01:18:41, stalled for 1691s at: TestDuelingCodecsAtNight.testBigEquals
   [junit4] HEARTBEAT J1 PID(8889@localhost): 2018-06-11T01:19:06, stalled for 64.5s at: TestIntRangeFieldQueries.testRandomBig
   [junit4] Suite: org.apache.lucene.search.TestIntRangeFieldQueries
   [junit4] Completed [125/496] on J1 in 89.79s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestConjunctionDISI
   [junit4] Completed [126/496] on J1 in 14.13s, 5 tests
   [junit4] 
   [junit4] HEARTBEAT J2 PID(8886@localhost): 2018-06-11T01:19:29, stalled for 68.2s at: TestPackedInts.testPackedLongValues
   [junit4] HEARTBEAT J0 PID(8888@localhost): 2018-06-11T01:19:41, stalled for 1751s at: TestDuelingCodecsAtNight.testBigEquals
   [junit4] HEARTBEAT J2 PID(8886@localhost): 2018-06-11T01:20:29, stalled for  128s at: TestPackedInts.testPackedLongValues
   [junit4] HEARTBEAT J1 PID(8889@localhost): 2018-06-11T01:20:30, stalled for 62.8s at: TestDistributionSPL.testRandomScoring
   [junit4] HEARTBEAT J0 PID(8888@localhost): 2018-06-11T01:20:41, stalled for 1811s at: TestDuelingCodecsAtNight.testBigEquals
   [junit4] Suite: org.apache.lucene.search.similarities.TestDistributionSPL
   [junit4] Completed [127/496] on J1 in 118.53s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestTimSorter
   [junit4] Completed [128/496] on J1 in 0.54s, 9 tests
   [junit4] 
   [junit4] HEARTBEAT J2 PID(8886@localhost): 2018-06-11T01:21:29, stalled for  188s at: TestPackedInts.testPackedLongValues
   [junit4] Suite: org.apache.lucene.search.TestSortRandom
   [junit4] Completed [129/496] on J1 in 3.15s, 2 tests
   [junit4] 
   [junit4] HEARTBEAT J0 PID(8888@localhost): 2018-06-11T01:21:41, stalled for 1871s at: TestDuelingCodecsAtNight.testBigEquals
   [junit4] HEARTBEAT J2 PID(8886@localhost): 2018-06-11T01:22:30, stalled for  248s at: TestPackedInts.testPackedLongValues
   [junit4] Suite: org.apache.lucene.index.TestDuelingCodecsAtNight
   [junit4] Completed [130/496] on J0 in 1959.35s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.Test2BNumericDocValues
   [junit4] IGNOR/A 0.03s J0 | Test2BNumericDocValues.testNumerics
   [junit4]    > Assumption #1: 'monster' test group is disabled (@Monster(value=takes ~ 2 hours if the heap is 5gb))
   [junit4] Completed [131/496] on J0 in 0.03s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestSparseFixedBitDocIdSet
   [junit4] Completed [132/496] on J0 in 3.42s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestPerSegmentDeletes
   [junit4] Completed [133/496] on J0 in 0.18s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.lucene50.TestLucene50StoredFieldsFormatHighCompression
   [junit4] Completed [134/496] on J1 in 104.41s, 19 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.TestDelegatingAnalyzerWrapper
   [junit4] Completed [135/496] on J0 in 0.14s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.similarities.TestAxiomaticSimilarity
   [junit4] Completed [136/496] on J1 in 0.14s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestDocValues
   [junit4] Completed [137/496] on J0 in 0.80s, 8 tests
   [junit4] 
   [junit4] HEARTBEAT J2 PID(8886@localhost): 2018-06-11T01:23:30, stalled for  308s at: TestPackedInts.testPackedLongValues
   [junit4] Suite: org.apache.lucene.index.TestTieredMergePolicy
   [junit4] Completed [138/496] on J1 in 38.95s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestSparseFixedBitSet
   [junit4] Completed [139/496] on J1 in 3.71s, 11 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSimilarity
   [junit4] Completed [140/496] on J1 in 0.14s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestFileSwitchDirectory
   [junit4] IGNOR/A 0.01s J1 | TestFileSwitchDirectory.testFsyncDoesntCreateNewFiles
   [junit4]    > Assumption #1: test only works for FSDirectory subclasses
   [junit4] IGNOR/A 0.01s J1 | TestFileSwitchDirectory.testPendingDeletions
   [junit4]    > Assumption #1: we can only install VirusCheckingFS on an FSDirectory
   [junit4] Completed [141/496] on J1 in 11.15s, 43 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIsCurrent
   [junit4] Completed [142/496] on J1 in 0.04s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterMaxDocs
   [junit4] IGNOR/A 0.00s J1 | TestIndexWriterMaxDocs.testExactlyAtTrueLimit
   [junit4]    > Assumption #1: 'monster' test group is disabled (@Monster(value=takes over two hours))
   [junit4] Completed [143/496] on J1 in 14.64s, 21 tests, 1 skipped
   [junit4] 
   [junit4] HEARTBEAT J2 PID(8886@localhost): 2018-06-11T01:24:30, stalled for  368s at: TestPackedInts.testPackedLongValues
   [junit4] HEARTBEAT J0 PID(8888@localhost): 2018-06-11T01:24:54, stalled for 69.2s at: TestLucene70DocValuesFormat.testRandomAdvanceBinary
   [junit4] HEARTBEAT J2 PID(8886@localhost): 2018-06-11T01:25:30, stalled for  429s at: TestPackedInts.testPackedLongValues
   [junit4] HEARTBEAT J1 PID(8889@localhost): 2018-06-11T01:25:30, stalled for 67.1s at: Test4GBStoredFields.test
   [junit4] HEARTBEAT J0 PID(8888@localhost): 2018-06-11T01:25:54, stalled for  129s at: TestLucene70DocValuesFormat.testRandomAdvanceBinary
   [junit4] Suite: org.apache.lucene.util.packed.TestPackedInts
   [junit4] Completed [144/496] on J2 in 525.71s, 28 tests, 2 skipped
   [junit4] 
   [junit4] HEARTBEAT J1 PID(8889@localhost): 2018-06-11T01:26:30, stalled for  127s at: Test4GBStoredFields.test
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterWithThreads
   [junit4] Completed [145/496] on J2 in 9.91s, 13 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestShardSearching
   [junit4] Completed [146/496] on J2 in 22.25s, 1 test
   [junit4] 
   [junit4] HEARTBEAT J0 PID(8888@localhost): 2018-06-11T01:27:06, stalled for 68.3s at: TestLucene70DocValuesFormat.testTermsEnumRandomMany
   [junit4] Suite: org.apache.lucene.store.TestMultiMMap
   [junit4] Completed [147/496] on J2 in 27.02s, 54 tests
   [junit4] 
   [junit4] HEARTBEAT J1 PID(8889@localhost): 2018-06-11T01:27:30, stalled for  187s at: Test4GBStoredFields.test
   [junit4] HEARTBEAT J0 PID(8888@localhost): 2018-06-11T01:28:06, stalled for  128s at: TestLucene70DocValuesFormat.testTermsEnumRandomMany
   [junit4] HEARTBEAT J2 PID(8886@localhost): 2018-06-11T01:28:30, stalled for 64.1s at: TestSearcherManager.testSearcherManager
   [junit4] HEARTBEAT J1 PID(8889@localhost): 2018-06-11T01:28:30, stalled for  247s at: Test4GBStoredFields.test
   [junit4] HEARTBEAT J0 PID(8888@localhost): 2018-06-11T01:29:06, stalled for  188s at: TestLucene70DocValuesFormat.testTermsEnumRandomMany
   [junit4] HEARTBEAT J2 PID(8886@localhost): 2018-06-11T01:29:30, stalled for  124s at: TestSearcherManager.testSearcherManager
   [junit4] HEARTBEAT J1 PID(8889@localhost): 2018-06-11T01:29:30, stalled for  307s at: Test4GBStoredFields.test
   [junit4] HEARTBEAT J2 PID(8886@localhost): 2018-06-11T01:30:30, stalled for  184s at: TestSearcherManager.testSearcherManager
   [junit4] HEARTBEAT J1 PID(8889@localhost): 2018-06-11T01:30:30, stalled for  367s at: Test4GBStoredFields.test
   [junit4] HEARTBEAT J0 PID(8888@localhost): 2018-06-11T01:31:30, stalled for 62.3s at: TestLucene70DocValuesFormat.testSparseSortedNumericBlocksOfVariousBitsPerValue
   [junit4] HEARTBEAT J2 PID(8886@localhost): 2018-06-11T01:31:30, stalled for  245s at: TestSearcherManager.testSearcherManager
   [junit4] HEARTBEAT J1 PID(8889@localhost): 2018-06-11T01:31:30, stalled for  427s at: Test4GBStoredFields.test
   [junit4] HEARTBEAT J2 PID(8886@localhost): 2018-06-11T01:32:30, stalled for  305s at: TestSearcherManager.testSearcherManager
   [junit4] HEARTBEAT J1 PID(8889@localhost): 2018-06-11T01:32:30, stalled for  487s at: Test4GBStoredFields.test
   [junit4] HEARTBEAT J2 PID(8886@localhost): 2018-06-11T01:33:30, stalled for  365s at: TestSearcherManager.testSearcherManager
   [junit4] HEARTBEAT J1 PID(8889@localhost): 2018-06-11T01:33:30, stalled for  547s at: Test4GBStoredFields.test
   [junit4] HEARTBEAT J1 PID(8889@localhost): 2018-06-11T01:34:30, stalled for  607s at: Test4GBStoredFields.test
   [junit4] HEARTBEAT J2 PID(8886@localhost): 2018-06-11T01:34:54, stalled for 63.7s at: TestSearcherManager.testConcurrentIndexCloseSearchAndRefresh
   [junit4] Suite: org.apache.lucene.search.TestSearcherManager
   [junit4] Completed [148/496] on J2 in 451.19s, 11 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestDeletionPolicy
   [junit4] Completed [149/496] on J2 in 3.46s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestFlushByRamOrCountsPolicy
   [junit4] Completed [150/496] on J2 in 29.21s, 5 tests
   [junit4] 
   [junit4] HEARTBEAT J1 PID(8889@localhost): 2018-06-11T01:35:30, stalled for  668s at: Test4GBStoredFields.test
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterDelete
   [junit4] Completed [151/496] on J2 in 32.74s, 26 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterMergePolicy
   [junit4] Completed [152/496] on J2 in 3.82s, 7 tests
   [junit4] 
   [junit4] HEARTBEAT J0 PID(8888@localhost): 2018-06-11T01:36:06, stalled for 65.3s at: TestLucene70DocValuesFormat.testTermsEnumVariableWidth
   [junit4] HEARTBEAT J1 PID(8889@localhost): 2018-06-11T01:36:30, stalled for  728s at: Test4GBStoredFields.test
   [junit4] HEARTBEAT J2 PID(8886@localhost): 2018-06-11T01:37:18, stalled for 71.8s at: TestNRTThreads.testNRTThreads
   [junit4] HEARTBEAT J1 PID(8889@localhost): 2018-06-11T01:37:30, stalled for  788s at: Test4GBStoredFields.test
   [junit4] HEARTBEAT J2 PID(8886@localhost): 2018-06-11T01:38:18, stalled for  132s at: TestNRTThreads.testNRTThreads
   [junit4] HEARTBEAT J1 PID(8889@localhost): 2018-06-11T01:38:30, stalled for  848s at: Test4GBStoredFields.test
   [junit4] HEARTBEAT J0 PID(8888@localhost): 2018-06-11T01:39:06, stalled for 63.5s at: TestLucene70DocValuesFormat.testSortedVariableLengthBigVsStoredFields
   [junit4] HEARTBEAT J2 PID(8886@localhost): 2018-06-11T01:39:18, stalled for  192s at: TestNRTThreads.testNRTThreads
   [junit4] HEARTBEAT J1 PID(8889@localhost): 2018-06-11T01:39:30, stalled for  908s at: Test4GBStoredFields.test
   [junit4] HEARTBEAT J2 PID(8886@localhost): 2018-06-11T01:40:18, stalled for  252s at: TestNRTThreads.testNRTThreads
   [junit4] HEARTBEAT J1 PID(8889@localhost): 2018-06-11T01:40:31, stalled for  968s at: Test4GBStoredFields.test
   [junit4] HEARTBEAT J2 PID(8886@localhost): 2018-06-11T01:41:18, stalled for  312s at: TestNRTThreads.testNRTThreads
   [junit4] HEARTBEAT J1 PID(8889@localhost): 2018-06-11T01:41:31, stalled for 1028s at: Test4GBStoredFields.test
   [junit4] HEARTBEAT J0 PID(8888@localhost): 2018-06-11T01:41:42, stalled for 66.5s at: TestLucene70DocValuesFormat.testTermsEnumLongSharedPrefixes
   [junit4] HEARTBEAT J2 PID(8886@localhost): 2018-06-11T01:42:18, stalled for  372s at: TestNRTThreads.testNRTThreads
   [junit4] HEARTBEAT J1 PID(8889@localhost): 2018-06-11T01:42:31, stalled for 1088s at: Test4GBStoredFields.test
   [junit4] Suite: org.apache.lucene.index.TestNRTThreads
   [junit4] Completed [153/496] on J2 in 412.18s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestBoolean2
   [junit4] Completed [154/496] on J2 in 6.29s, 10 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterCommit
   [junit4] Completed [155/496] on J2 in 2.48s, 14 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestDirectoryReaderReopen
   [junit4] Completed [156/496] on J2 in 2.70s, 15 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestTimeLimitingCollector
   [junit4] Completed [157/496] on J2 in 10.71s, 7 tests
   [junit4] 
   [junit4] HEARTBEAT J1 PID(8889@localhost): 2018-06-11T01:43:31, stalled for 1148s at: Test4GBStoredFields.test
   [junit4] Suite: org.apache.lucene.index.TestConcurrentMergeScheduler
   [junit4] Completed [158/496] on J2 in 11.75s, 16 tests
   [junit4] 
   [junit4] HEARTBEAT J0 PID(8888@localhost): 2018-06-11T01:43:42, stalled for 67.0s at: TestLucene70DocValuesFormat.testSortedSetVariableLengthBigVsStoredFields
   [junit4] Suite: org.apache.lucene.index.Test4GBStoredFields
   [junit4] Completed [159/496] on J1 in 1172.01s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterUnicode
   [junit4] Completed [160/496] on J1 in 6.83s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestTransactions
   [junit4] Completed [161/496] on J1 in 3.18s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestMSBRadixSorter
   [junit4] Completed [162/496] on J1 in 4.35s, 8 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestRateLimiter
   [junit4] Completed [163/496] on J1 in 0.89s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestFilterMergePolicy
   [junit4] Completed [164/496] on J1 in 0.03s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.automaton.TestDeterminism
   [junit4] Completed [165/496] on J1 in 3.46s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestAtomicUpdate
   [junit4] Completed [166/496] on J1 in 6.89s, 1 test
   [junit4] 
   [junit4] HEARTBEAT J2 PID(8886@localhost): 2018-06-11T01:44:42, stalled for 68.5s at: TestDocumentsWriterStallControl.testAccquireReleaseRace
   [junit4] HEARTBEAT J1 PID(8889@localhost): 2018-06-11T01:45:31, stalled for 70.0s at: Test2BPostings.test
   [junit4] HEARTBEAT J2 PID(8886@localhost): 2018-06-11T01:45:43, stalled for  129s at: TestDocumentsWriterStallControl.testAccquireReleaseRace
   [junit4] Suite: org.apache.lucene.index.TestDocumentsWriterStallControl
   [junit4] Completed [167/496] on J2 in 147.47s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestNeverDelete
   [junit4] Completed [168/496] on J2 in 5.06s, 1 test
   [junit4] 
   [junit4] HEARTBEAT J1 PID(8889@localhost): 2018-06-11T01:46:31, stalled for  130s at: Test2BPostings.test
   [junit4] Suite: org.apache.lucene.index.TestRollingUpdates
   [junit4] Completed [169/496] on J2 in 25.91s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestSnapshotDeletionPolicy
   [junit4] Completed [170/496] on J2 in 1.35s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestNRTReaderWithThreads
   [junit4] Completed [171/496] on J2 in 1.91s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestArrayUtil
   [junit4] Completed [172/496] on J2 in 7.22s, 15 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.automaton.TestLevenshteinAutomata
   [junit4] Completed [173/496] on J2 in 5.14s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestByteSlices
   [junit4] Completed [174/496] on J2 in 12.82s, 1 test
   [junit4] 
   [junit4] HEARTBEAT J0 PID(8888@localhost): 2018-06-11T01:47:19, stalled for 62.5s at: TestLucene70DocValuesFormat.testSparseDocValuesVsStoredFields
   [junit4] HEARTBEAT J1 PID(8889@localhost): 2018-06-11T01:47:31, stalled for  190s at: Test2BPostings.test
   [junit4] HEARTBEAT J2 PID(8886@localhost): 2018-06-11T01:48:07, stalled for 64.8s at: TestTermsEnum.testVaryingTermsPerSegment
   [junit4] HEARTBEAT J0 PID(8888@localhost): 2018-06-11T01:48:19, stalled for  123s at: TestLucene70DocValuesFormat.testSparseDocValuesVsStoredFields
   [junit4] HEARTBEAT J1 PID(8889@localhost): 2018-06-11T01:48:31, stalled for  250s at: Test2BPostings.test
   [junit4] HEARTBEAT J2 PID(8886@localhost): 2018-06-11T01:49:07, stalled for  125s at: TestTermsEnum.testVaryingTermsPerSegment
   [junit4] HEARTBEAT J0 PID(8888@localhost): 2018-06-11T01:49:19, stalled for  183s at: TestLucene70DocValuesFormat.testSparseDocValuesVsStoredFields
   [junit4] HEARTBEAT J1 PID(8889@localhost): 2018-06-11T01:49:31, stalled for  310s at: Test2BPostings.test
   [junit4] HEARTBEAT J2 PID(8886@localhost): 2018-06-11T01:50:07, stalled for  185s at: TestTermsEnum.testVaryingTermsPerSegment
   [junit4] HEARTBEAT J0 PID(8888@localhost): 2018-06-11T01:50:19, stalled for  243s at: TestLucene70DocValuesFormat.testSparseDocValuesVsStoredFields
   [junit4] HEARTBEAT J1 PID(8889@localhost): 2018-06-11T01:50:31, stalled for  370s at: Test2BPostings.test
   [junit4] HEARTBEAT J2 PID(8886@localhost): 2018-06-11T01:51:07, stalled for  245s at: TestTermsEnum.testVaryingTermsPerSegment
   [junit4] HEARTBEAT J0 PID(8888@localhost): 2018-06-11T01:51:19, stalled for  303s at: TestLucene70DocValuesFormat.testSparseDocValuesVsStoredFields
   [junit4] HEARTBEAT J1 PID(8889@localhost): 2018-06-11T01:51:31, stalled for  430s at: Test2BPostings.test
   [junit4] Suite: org.apache.lucene.index.TestTermsEnum
   [junit4] Completed [175/496] on J2 in 274.68s, 13 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestConsistentFieldNumbers
   [junit4] Completed [176/496] on J2 in 5.71s, 4 tests
   [junit4] 
   [junit4] HEARTBEAT J0 PID(8888@localhost): 2018-06-11T01:52:19, stalled for  363s at: TestLucene70DocValuesFormat.testSparseDocValuesVsStoredFields
   [junit4] Suite: org.apache.lucene.util.TestWeakIdentityMap
   [junit4] Completed [177/496] on J2 in 41.03s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestPhraseQuery
   [junit4] Completed [178/496] on J2 in 3.13s, 22 tests
   [junit4] 
   [junit4] HEARTBEAT J1 PID(8889@localhost): 2018-06-11T01:52:31, stalled for  490s at: Test2BPostings.test
   [junit4] Suite: org.apache.lucene.codecs.lucene70.TestLucene70DocValuesFormat
   [junit4] Completed [179/496] on J0 in 1782.22s, 126 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestTryDelete
   [junit4] Completed [180/496] on J0 in 0.07s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestAttributeSource
   [junit4] Completed [181/496] on J0 in 0.16s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestIOUtils
   [junit4] Completed [182/496] on J0 in 0.23s, 19 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestMergedIterator
   [junit4] Completed [183/496] on J0 in 0.99s, 25 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexableField
   [junit4] Completed [184/496] on J0 in 3.51s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestUnicodeUtil
   [junit4] Completed [185/496] on J0 in 2.29s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestReaderPool
   [junit4] Completed [186/496] on J0 in 0.43s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestTotalHitCountCollector
   [junit4] Completed [187/496] on J0 in 0.07s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.spans.TestSpanMultiTermQueryWrapper
   [junit4] Completed [188/496] on J0 in 0.47s, 9 tests
   [junit4] 
   [junit4] HEARTBEAT J2 PID(8886@localhost): 2018-06-11T01:53:31, stalled for 63.9s at: TestBagOfPositions.test
   [junit4] HEARTBEAT J1 PID(8889@localhost): 2018-06-11T01:53:31, stalled for  550s at: Test2BPostings.test
   [junit4] HEARTBEAT J0 PID(8888@localhost): 2018-06-11T01:54:07, stalled for 61.4s at: TestIndependenceSaturated.testRandomScoring
   [junit4] Suite: org.apache.lucene.search.similarities.TestIndependenceSaturated
   [junit4] Completed [189/496] on J0 in 72.83s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestDocValuesIndexing
   [junit4] Completed [190/496] on J0 in 1.32s, 34 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestTermVectorsWriter
   [junit4] Completed [191/496] on J0 in 0.51s, 15 tests
   [junit4] 
   [junit4] HEARTBEAT J2 PID(8886@localhost): 2018-06-11T01:54:31, stalled for  124s at: TestBagOfPositions.test
   [junit4] HEARTBEAT J1 PID(8889@localhost): 2018-06-11T01:54:31, stalled for  611s at: Test2BPostings.test
   [junit4] HEARTBEAT J1 PID(8889@localhost): 2018-06-11T01:55:31, stalled for  671s at: Test2BPostings.test
   [junit4] HEARTBEAT J2 PID(8886@localhost): 2018-06-11T01:55:31, stalled for  184s at: TestBagOfPositions.test
   [junit4] HEARTBEAT J2 PID(8886@localhost): 2018-06-11T01:56:31, stalled for  244s at: TestBagOfPositions.test
   [junit4] HEARTBEAT J1 PID(8889@localhost): 2018-06-11T01:56:31, stalled for  731s at: Test2BPostings.test
   [junit4] Suite: org.apache.lucene.codecs.perfield.TestPerFieldPostingsFormat
   [junit4] IGNOR/A 0.00s J0 | TestPerFieldPostingsFormat.testMergeStability
   [junit4]    > Assumption #1: The MockRandom PF randomizes content on the fly, so we can't check it
   [junit4] IGNOR/A 0.00s J0 | TestPerFieldPostingsFormat.testPostingsEnumReuse
   [junit4]    > Assumption #1: The MockRandom PF randomizes content on the fly, so we can't check it
   [junit4] Completed [192/496] on J0 in 189.67s, 25 tests, 2 skipped
   [junit4] 
   [junit4] HEARTBEAT J1 PID(8889@localhost): 2018-06-11T01:57:31, stalled for  791s at: Test2BPostings.test
   [junit4] HEARTBEAT J2 PID(8886@localhost): 2018-06-11T01:57:31, stalled for  304s at: TestBagOfPositions.test
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterForceMerge
   [junit4] Completed [193/496] on J0 in 9.28s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSimpleExplanations
   [junit4] Completed [194/496] on J0 in 5.89s, 70 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestTermQuery
   [junit4] Completed [195/496] on J0 in 0.16s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.graph.TestGraphTokenStreamFiniteStrings
   [junit4] Completed [196/496] on J0 in 0.09s, 12 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestBagOfPositions
   [junit4] Completed [197/496] on J2 in 332.19s, 1 test
   [junit4] 
   [junit4] HEARTBEAT J1 PID(8889@localhost): 2018-06-11T01:58:32, stalled for  851s at: Test2BPostings.test
   [junit4] Suite: org.apache.lucene.codecs.lucene50.TestLucene50StoredFieldsFormat
   [junit4] Completed [198/496] on J0 in 57.05s, 17 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestMultiPhraseEnum
   [junit4] Completed [199/496] on J0 in 0.19s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSort
   [junit4] Completed [200/496] on J0 in 0.68s, 25 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestFieldInfos
   [junit4] Completed [201/496] on J0 in 0.21s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestFixedBitSet
   [junit4] Completed [202/496] on J2 in 65.40s, 21 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.geo.TestPolygon2D
   [junit4] Completed [203/496] on J0 in 21.70s, 10 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestCachingCollector
   [junit4] Completed [204/496] on J0 in 0.09s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestComplexExplanations
   [junit4] Completed [205/496] on J2 in 1.84s, 21 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestPrefixRandom
   [junit4] Completed [206/496] on J0 in 7.45s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.lucene50.TestLucene60FieldInfoFormat
   [junit4] Completed [207/496] on J0 in 1.71s, 11 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.automaton.TestDeterminizeLexicon
   [junit4] Completed [208/496] on J0 in 7.90s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestMultiLevelSkipList
   [junit4] Completed [209/496] on J0 in 0.40s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestRegexpRandom2
   [junit4] Completed [210/496] on J2 in 17.58s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestNRTCachingDirectory
   [junit4] IGNOR/A 0.01s J2 | TestNRTCachingDirectory.testPendingDeletions
   [junit4]    > Assumption #1: we can only install VirusCheckingFS on an FSDirectory
   [junit4] IGNOR/A 0.00s J2 | TestNRTCachingDirectory.testFsyncDoesntCreateNewFiles
   [junit4]    > Assumption #1: test only works for FSDirectory subclasses
   [junit4] Completed [211/496] on J2 in 3.75s, 44 tests, 2 skipped
   [junit4] 
   [junit4] HEARTBEAT J1 PID(8889@localhost): 2018-06-11T01:59:32, stalled for  911s at: Test2BPostings.test
   [junit4] Suite: org.apache.lucene.codecs.compressing.TestFastDecompressionMode
   [junit4] Completed [212/496] on J2 in 14.78s, 11 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestFieldCacheRewriteMethod
   [junit4] Completed [213/496] on J2 in 14.42s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestSegmentTermDocs
   [junit4] Completed [214/496] on J2 in 1.98s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.perfield.TestPerFieldPostingsFormat2
   [junit4] Completed [215/496] on J2 in 3.34s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.standard.TestStandardAnalyzer
   [junit4] Completed [216/496] on J0 in 48.52s, 36 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestMultiDocValues
   [junit4] Completed [217/496] on J2 in 17.49s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestFieldsReader
   [junit4] Completed [218/496] on J2 in 1.31s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.similarities.TestSimilarityBase
   [junit4] Completed [219/496] on J2 in 1.53s, 27 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.Test2BDocs
   [junit4] IGNOR/A 0.00s J2 | Test2BDocs.test2BDocs
   [junit4]    > Assumption #1: 'monster' test group is disabled (@Monster(value=Takes ~30min))
   [junit4] Completed [220/496] on J2 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestCustomNorms
   [junit4] Completed [221/496] on J2 in 5.31s, 1 test
   [junit4] 
   [junit4] HEARTBEAT J1 PID(8889@localhost): 2018-06-11T02:00:32, stalled for  971s at: Test2BPostings.test
   [junit4] Suite: org.apache.lucene.store.TestNativeFSLockFactory
   [junit4] IGNOR/A 0.01s J0 | TestNativeFSLockFactory.testStressLocks
   [junit4]    > Assumption #1: cannot handle buggy Files.delete
   [junit4] IGNOR/A 0.00s J0 | TestNativeFSLockFactory.testDeleteLockFile
   [junit4]    > Assumption #1: we must be able to delete an open file
   [junit4] Completed [222/496] on J0 in 23.83s, 11 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexCommit
   [junit4] Completed [223/496] on J0 in 0.07s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.spans.TestSpansEnum
   [junit4] Completed [224/496] on J0 in 0.57s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestFilterWeight
   [junit4] Completed [225/496] on J0 in 0.05s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestPriorityQueue
   [junit4] Completed [226/496] on J0 in 1.05s, 9 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIntBlockPool
   [junit4] Completed [227/496] on J0 in 2.04s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestPostingsOffsets
   [junit4] Completed [228/496] on J2 in 10.94s, 13 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestTransactionRollback
   [junit4] Completed [229/496] on J2 in 0.84s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestFlex
   [junit4] Completed [230/496] on J2 in 0.52s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.automaton.TestUTF32ToUTF8
   [junit4] Completed [231/496] on J2 in 19.71s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.spans.TestSpanExplanations
   [junit4] Completed [232/496] on J2 in 1.52s, 30 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.compressing.TestFastCompressionMode
   [junit4] Completed [233/496] on J2 in 3.09s, 11 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestStressIndexing2
   [junit4] Completed [234/496] on J2 in 2.93s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestRAMDirectory
   [junit4] IGNOR/A 0.01s J2 | TestRAMDirectory.testPendingDeletions
   [junit4]    > Assumption #1: we can only install VirusCheckingFS on an FSDirectory
   [junit4] IGNOR/A 0.00s J2 | TestRAMDirectory.testFsyncDoesntCreateNewFiles
   [junit4]    > Assumption #1: test only works for FSDirectory subclasses
   [junit4] Completed [235/496] on J2 in 6.36s, 46 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestMultiPhraseQuery
   [junit4] Completed [236/496] on J2 in 0.66s, 16 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.TestMergeSchedulerExternal
   [junit4] Completed [237/496] on J2 in 1.26s, 2 tests
   [junit4] 
   [junit4] HEARTBEAT J1 PID(8889@localhost): 2018-06-11T02:01:32, stalled for 1031s at: Test2BPostings.test
   [junit4] HEARTBEAT J0 PID(8888@localhost): 2018-06-11T02:01:44, stalled for 63.8s at: TestOfflineSorter.testThreadSafety
   [junit4] Suite: org.apache.lucene.util.TestOfflineSorter
   [junit4] Completed [238/496] on J0 in 89.19s, 15 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestInfoStream
   [junit4] Completed [239/496] on J0 in 0.11s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestBagOfPostings
   [junit4] Completed [240/496] on J2 in 56.58s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.tokenattributes.TestCharTermAttributeImpl
   [junit4] Completed [241/496] on J2 in 0.81s, 13 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestOmitPositions
   [junit4] Completed [242/496] on J2 in 0.23s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestThreadedForceMerge
   [junit4] Completed [243/496] on J2 in 1.88s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestStressNRT
   [junit4] Completed [244/496] on J2 in 1.60s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexInput
   [junit4] Completed [245/496] on J2 in 1.22s, 2 tests
   [junit4] 
   [junit4] HEARTBEAT J1 PID(8889@localhost): 2018-06-11T02:02:32, stalled for 1091s at: Test2BPostings.test
   [junit4] Suite: org.apache.lucene.search.TestSloppyPhraseQuery2
   [junit4] Completed [246/496] on J2 in 51.90s, 9 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestForceMergeForever
   [junit4] Completed [247/496] on J2 in 1.28s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.spans.TestNearSpansOrdered
   [junit4] Completed [248/496] on J2 in 0.61s, 19 tests
   [junit4] 
   [junit4] HEARTBEAT J0 PID(8888@localhost): 2018-06-11T02:03:20, stalled for 70.7s at: TestBasicModelG.testRandomScoring
   [junit4] Suite: org.apache.lucene.index.TestMultiFields
   [junit4] Completed [249/496] on J2 in 4.17s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestDocumentWriter
   [junit4] Completed [250/496] on J2 in 0.59s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestMultiTermConstantScore
   [junit4] Completed [251/496] on J2 in 1.08s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestLiveFieldValues
   [junit4] Completed [252/496] on J2 in 1.43s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestWildcard
   [junit4] Completed [253/496] on J2 in 0.35s, 8 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.spans.TestFieldMaskingSpanQuery
   [junit4] IGNOR/A 0.00s J2 | TestFieldMaskingSpanQuery.testSpans2
   [junit4]    > Assumption #1: Broken scoring: LUCENE-3723
   [junit4] IGNOR/A 0.01s J2 | TestFieldMaskingSpanQuery.testSimple2
   [junit4]    > Assumption #1: Broken scoring: LUCENE-3723
   [junit4] Completed [254/496] on J2 in 0.36s, 11 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestNoDeletionPolicy
   [junit4] Completed [255/496] on J2 in 0.26s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSimpleExplanationsOfNonMatches
   [junit4] Completed [256/496] on J2 in 0.19s, 70 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestTermVectorsReader
   [junit4] Completed [257/496] on J2 in 0.51s, 13 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestTopDocsCollector
   [junit4] Completed [258/496] on J2 in 0.11s, 10 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestUniqueTermCount
   [junit4] Completed [259/496] on J2 in 0.59s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestBooleanQuery
   [junit4] Completed [260/496] on J2 in 1.59s, 22 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestComplexExplanationsOfNonMatches
   [junit4] Completed [261/496] on J2 in 0.10s, 21 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestPrefixCodedTerms
   [junit4] Completed [262/496] on J2 in 0.38s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestParallelReaderEmptyIndex
   [junit4] Completed [26

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

er/checkout/lucene/top-level-ivy-settings.xml

resolve-groovy:

check-lucene-core-uptodate:

jar-lucene-core:

check-backward-codecs-uptodate:

jar-backward-codecs:

check-analyzers-phonetic-uptodate:

jar-analyzers-phonetic:

check-analyzers-kuromoji-uptodate:

jar-analyzers-kuromoji:

check-codecs-uptodate:

jar-codecs:

check-expressions-uptodate:

jar-expressions:

check-suggest-uptodate:

jar-suggest:

check-highlighter-uptodate:

jar-highlighter:

check-memory-uptodate:

jar-memory:

check-misc-uptodate:

jar-misc:

check-spatial-extras-uptodate:

jar-spatial-extras:

check-spatial3d-uptodate:

jar-spatial3d:

check-grouping-uptodate:

jar-grouping:

check-queries-uptodate:

jar-queries:

check-queryparser-uptodate:

jar-queryparser:

check-join-uptodate:

jar-join:

check-sandbox-uptodate:

jar-sandbox:

check-classification-uptodate:

jar-classification:

prep-lucene-jars:

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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

ivy-fail:

resolve:

common.init:

compile-lucene-core:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

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-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

init:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

compile-core:

init:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

common.compile-core:

compile-core:

resolve-groovy:

check-lucene-core-uptodate:

jar-lucene-core:

check-backward-codecs-uptodate:

jar-backward-codecs:

check-analyzers-phonetic-uptodate:

jar-analyzers-phonetic:

check-analyzers-kuromoji-uptodate:

jar-analyzers-kuromoji:

check-codecs-uptodate:

jar-codecs:

check-expressions-uptodate:

jar-expressions:

check-suggest-uptodate:

jar-suggest:

check-highlighter-uptodate:

jar-highlighter:

check-memory-uptodate:

jar-memory:

check-misc-uptodate:

jar-misc:

check-spatial-extras-uptodate:

jar-spatial-extras:

check-spatial3d-uptodate:

jar-spatial3d:

check-grouping-uptodate:

jar-grouping:

check-queries-uptodate:

jar-queries:

check-queryparser-uptodate:

jar-queryparser:

check-join-uptodate:

jar-join:

check-sandbox-uptodate:

jar-sandbox:

check-classification-uptodate:

jar-classification:

prep-lucene-jars:

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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

ivy-fail:

resolve:

common.init:

compile-lucene-core:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

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-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

init:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

compile-core:

init:

common.compile-core:
    [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/contrib/solr-velocity/classes/java
    [javac] Compiling 5 source files to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/contrib/solr-velocity/classes/java
    [javac] Note: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/contrib/velocity/src/java/org/apache/solr/response/VelocityResponseWriter.java uses or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/contrib/velocity/src/java/org/apache/solr/response/VelocityResponseWriter.java uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
     [copy] Copying 13 files to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/contrib/solr-velocity/classes/java

common-solr.compile-core:

compile-core:

compile-test-framework:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

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-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

init:

compile-lucene-core:

compile-codecs:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

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-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

common.init:

compile-lucene-core:

init:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

compile-core:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

common.compile-core:

compile-core:

common.compile-test:
    [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/contrib/solr-velocity/classes/test
    [javac] Compiling 2 source files to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/contrib/solr-velocity/classes/test
     [copy] Copying 2 files to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/contrib/solr-velocity/classes/test

compile-test:

patch-mrjar-classes:

install-junit4-taskdef:

compile-tools:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

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-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

init:

compile-core:

validate:

-init-totals:

-test:
    [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/contrib/solr-velocity/test
    [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/contrib/solr-velocity/test/temp
    [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/.caches/test-stats/solr-velocity
   [junit4] <JUnit4> says 今日は! Master seed: C55B9E115D6405BD
   [junit4] Executing 1 suite with 1 JVM.
   [junit4] 
   [junit4] Started J0 PID(13815@lucene1-us-west).
   [junit4] Suite: org.apache.solr.velocity.VelocityResponseWriterTest
   [junit4] Completed [1/1] in 8.62s, 13 tests
   [junit4] 
   [junit4] JVM J0:     0.88 ..    10.39 =     9.51s
   [junit4] Execution time total: 10 seconds
   [junit4] Tests summary: 1 suite, 13 tests
   [junit4] Could not remove temporary path: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/contrib/solr-velocity/test/J0 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/contrib/solr-velocity/test/J0/temp])
     [echo] 5 slowest tests:
[junit4:tophints]   8.62s | org.apache.solr.velocity.VelocityResponseWriterTest

-check-totals:

common.test:

-check-totals:

test:

ivy-availability-check:

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

resolve-groovy:

-check-totals:

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/build.xml:651: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/build.xml:585: Some of the tests produced a heap dump, but did not fail. Maybe a suppressed OutOfMemoryError? Dumps created:
* java_pid21236.hprof

Total time: 474 minutes 29 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-NightlyTests-master - Build # 1562 - Still unstable

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

2 tests failed.
FAILED:  org.apache.solr.cloud.TestTlogReplica.testOnlyLeaderIndexes

Error Message:
Could not load collection from ZK: tlog_replica_test_only_leader_indexes

Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK: tlog_replica_test_only_leader_indexes
	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.ClusterState.getCollection(ClusterState.java:117)
	at org.apache.solr.cloud.TestTlogReplica.getSolrCore(TestTlogReplica.java:873)
	at org.apache.solr.cloud.TestTlogReplica.waitForReplicasCatchUp(TestTlogReplica.java:931)
	at org.apache.solr.cloud.TestTlogReplica.testOnlyLeaderIndexes(TestTlogReplica.java:521)
	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/tlog_replica_test_only_leader_indexes/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.cloud.api.collections.HdfsCollectionsAPIDistributedZkTest.testDeleteNonExistentCollection

Error Message:
Collection creation after a bad delete failed null Live Nodes: [127.0.0.1:39521_solr, 127.0.0.1:41322_solr, 127.0.0.1:41328_solr, 127.0.0.1:42189_solr] Last available state: null

Stack Trace:
java.lang.AssertionError: Collection creation after a bad delete failed
null
Live Nodes: [127.0.0.1:39521_solr, 127.0.0.1:41322_solr, 127.0.0.1:41328_solr, 127.0.0.1:42189_solr]
Last available state: null
	at __randomizedtesting.SeedInfo.seed([6EBC9114523C3D55:899B8129455F42AC]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:278)
	at org.apache.solr.cloud.api.collections.CollectionsAPIDistributedZkTest.testDeleteNonExistentCollection(CollectionsAPIDistributedZkTest.java:366)
	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 15730 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestTlogReplica
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestTlogReplica_6EBC9114523C3D55-001/init-core-data-001
   [junit4]   2> 7963282 INFO  (SUITE-TestTlogReplica-seed#[6EBC9114523C3D55]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestTlogReplica_6EBC9114523C3D55-001/tempDir-001
   [junit4]   2> 7963282 INFO  (SUITE-TestTlogReplica-seed#[6EBC9114523C3D55]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 7963282 INFO  (Thread-7940) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 7963282 INFO  (Thread-7940) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 7963302 ERROR (Thread-7940) [    ] 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> 7963382 INFO  (SUITE-TestTlogReplica-seed#[6EBC9114523C3D55]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:40572
   [junit4]   2> 7963385 INFO  (zkConnectionManagerCallback-5531-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7963414 INFO  (jetty-launcher-5528-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> 7963414 INFO  (jetty-launcher-5528-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> 7963416 INFO  (jetty-launcher-5528-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 7963416 INFO  (jetty-launcher-5528-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 7963416 INFO  (jetty-launcher-5528-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 7963416 INFO  (jetty-launcher-5528-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 7963416 INFO  (jetty-launcher-5528-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 7963416 INFO  (jetty-launcher-5528-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 7963416 INFO  (jetty-launcher-5528-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1ab2dc42{/solr,null,AVAILABLE}
   [junit4]   2> 7963416 INFO  (jetty-launcher-5528-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@72cf7cc4{/solr,null,AVAILABLE}
   [junit4]   2> 7963425 INFO  (jetty-launcher-5528-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@43f673bf{SSL,[ssl, http/1.1]}{127.0.0.1:37576}
   [junit4]   2> 7963425 INFO  (jetty-launcher-5528-thread-2) [    ] o.e.j.s.Server Started @7963632ms
   [junit4]   2> 7963425 INFO  (jetty-launcher-5528-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37576}
   [junit4]   2> 7963425 ERROR (jetty-launcher-5528-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 7963425 INFO  (jetty-launcher-5528-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 7963425 INFO  (jetty-launcher-5528-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@65b4e583{SSL,[ssl, http/1.1]}{127.0.0.1:37355}
   [junit4]   2> 7963425 INFO  (jetty-launcher-5528-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 7963425 INFO  (jetty-launcher-5528-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 7963425 INFO  (jetty-launcher-5528-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 7963425 INFO  (jetty-launcher-5528-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-09T10:41:31.902Z
   [junit4]   2> 7963425 INFO  (jetty-launcher-5528-thread-1) [    ] o.e.j.s.Server Started @7963633ms
   [junit4]   2> 7963425 INFO  (jetty-launcher-5528-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37355}
   [junit4]   2> 7963426 ERROR (jetty-launcher-5528-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 7963426 INFO  (jetty-launcher-5528-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 7963426 INFO  (jetty-launcher-5528-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 7963427 INFO  (jetty-launcher-5528-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 7963427 INFO  (jetty-launcher-5528-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 7963427 INFO  (jetty-launcher-5528-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-09T10:41:31.904Z
   [junit4]   2> 7963427 INFO  (zkConnectionManagerCallback-5533-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7963427 INFO  (jetty-launcher-5528-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 7963428 INFO  (zkConnectionManagerCallback-5535-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7963429 INFO  (jetty-launcher-5528-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 7963931 INFO  (jetty-launcher-5528-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40572/solr
   [junit4]   2> 7963954 INFO  (zkConnectionManagerCallback-5539-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7963985 INFO  (zkConnectionManagerCallback-5541-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7964588 INFO  (jetty-launcher-5528-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40572/solr
   [junit4]   2> 7964601 INFO  (zkConnectionManagerCallback-5547-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7964632 INFO  (zkConnectionManagerCallback-5549-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7964701 INFO  (jetty-launcher-5528-thread-1) [n:127.0.0.1:37355_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 7964701 INFO  (jetty-launcher-5528-thread-2) [n:127.0.0.1:37576_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 7964710 INFO  (jetty-launcher-5528-thread-1) [n:127.0.0.1:37355_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37355_solr
   [junit4]   2> 7964711 INFO  (jetty-launcher-5528-thread-2) [n:127.0.0.1:37576_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37576_solr
   [junit4]   2> 7964747 INFO  (jetty-launcher-5528-thread-1) [n:127.0.0.1:37355_solr    ] o.a.s.c.Overseer Overseer (id=72770513829298182-127.0.0.1:37355_solr-n_0000000000) starting
   [junit4]   2> 7964784 INFO  (zkCallback-5548-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 7964784 INFO  (zkCallback-5540-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 7964803 INFO  (zkConnectionManagerCallback-5556-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7964803 INFO  (jetty-launcher-5528-thread-1) [n:127.0.0.1:37355_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 7964817 INFO  (jetty-launcher-5528-thread-1) [n:127.0.0.1:37355_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40572/solr ready
   [junit4]   2> 7964855 INFO  (jetty-launcher-5528-thread-1) [n:127.0.0.1:37355_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 7964855 INFO  (jetty-launcher-5528-thread-1) [n:127.0.0.1:37355_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37355_solr
   [junit4]   2> 7964871 INFO  (zkCallback-5548-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 7964929 INFO  (zkConnectionManagerCallback-5561-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7964930 INFO  (zkCallback-5555-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 7964930 INFO  (jetty-launcher-5528-thread-2) [n:127.0.0.1:37576_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 7964931 INFO  (jetty-launcher-5528-thread-2) [n:127.0.0.1:37576_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40572/solr ready
   [junit4]   2> 7964965 WARN  (jetty-launcher-5528-thread-2) [n:127.0.0.1:37576_solr    ] o.a.s.h.a.MetricsHistoryHandler Missing .system, keeping metrics history in memory
   [junit4]   2> 7964966 WARN  (jetty-launcher-5528-thread-1) [n:127.0.0.1:37355_solr    ] o.a.s.h.a.MetricsHistoryHandler Missing .system, keeping metrics history in memory
   [junit4]   2> 7965096 INFO  (zkCallback-5540-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 7965326 INFO  (jetty-launcher-5528-thread-1) [n:127.0.0.1:37355_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37355.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@546a7d95
   [junit4]   2> 7965384 INFO  (jetty-launcher-5528-thread-2) [n:127.0.0.1:37576_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37576.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@546a7d95
   [junit4]   2> 7965421 INFO  (jetty-launcher-5528-thread-2) [n:127.0.0.1:37576_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37576.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@546a7d95
   [junit4]   2> 7965421 INFO  (jetty-launcher-5528-thread-2) [n:127.0.0.1:37576_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37576.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@546a7d95
   [junit4]   2> 7965422 INFO  (jetty-launcher-5528-thread-2) [n:127.0.0.1:37576_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestTlogReplica_6EBC9114523C3D55-001/tempDir-001/node1/.
   [junit4]   2> 7965434 INFO  (jetty-launcher-5528-thread-1) [n:127.0.0.1:37355_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37355.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@546a7d95
   [junit4]   2> 7965434 INFO  (jetty-launcher-5528-thread-1) [n:127.0.0.1:37355_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37355.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@546a7d95
   [junit4]   2> 7965435 INFO  (jetty-launcher-5528-thread-1) [n:127.0.0.1:37355_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestTlogReplica_6EBC9114523C3D55-001/tempDir-001/node2/.
   [junit4]   2> 7965720 INFO  (zkConnectionManagerCallback-5565-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7965757 INFO  (zkConnectionManagerCallback-5570-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7965758 INFO  (SUITE-TestTlogReplica-seed#[6EBC9114523C3D55]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 7965759 INFO  (SUITE-TestTlogReplica-seed#[6EBC9114523C3D55]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40572/solr ready
   [junit4]   2> 7965771 INFO  (SUITE-TestTlogReplica-seed#[6EBC9114523C3D55]-worker) [    ] o.a.s.c.TestTlogReplica Using legacyCloud?: false
   [junit4]   2> 7965867 INFO  (qtp132694588-32020) [n:127.0.0.1:37576_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterprop with params val=false&name=legacyCloud&action=CLUSTERPROP&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 7965868 INFO  (qtp132694588-32020) [n:127.0.0.1:37576_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={val=false&name=legacyCloud&action=CLUSTERPROP&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 7966016 INFO  (qtp132694588-32027) [n:127.0.0.1:37576_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&replicationFactor=0&collection.configName=conf&maxShardsPerNode=100&name=tlog_replica_test_add_docs&nrtReplicas=0&action=CREATE&numShards=1&tlogReplicas=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 7966057 INFO  (OverseerThreadFactory-10069-thread-1) [    ] o.a.s.c.a.c.CreateCollectionCmd Create collection tlog_replica_test_add_docs
   [junit4]   2> 7966206 INFO  (OverseerStateUpdate-72770513829298182-127.0.0.1:37355_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"tlog_replica_test_add_docs",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"tlog_replica_test_add_docs_shard1_replica_t1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:37576/solr",
   [junit4]   2>   "type":"TLOG",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 7966413 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr    x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=tlog_replica_test_add_docs_shard1_replica_t1&action=CREATE&numShards=1&collection=tlog_replica_test_add_docs&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 7966414 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr    x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 7967721 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_add_docs s:shard1 r:core_node2 x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 7967866 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_add_docs s:shard1 r:core_node2 x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.s.IndexSchema [tlog_replica_test_add_docs_shard1_replica_t1] Schema name=minimal
   [junit4]   2> 7967939 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_add_docs s:shard1 r:core_node2 x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 7967939 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_add_docs s:shard1 r:core_node2 x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.c.CoreContainer Creating SolrCore 'tlog_replica_test_add_docs_shard1_replica_t1' using configuration from collection tlog_replica_test_add_docs, trusted=true
   [junit4]   2> 7967939 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_add_docs s:shard1 r:core_node2 x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37576.solr.core.tlog_replica_test_add_docs.shard1.replica_t1' (registry 'solr.core.tlog_replica_test_add_docs.shard1.replica_t1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@546a7d95
   [junit4]   2> 7967940 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_add_docs s:shard1 r:core_node2 x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 7967940 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_add_docs s:shard1 r:core_node2 x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.c.SolrCore [[tlog_replica_test_add_docs_shard1_replica_t1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestTlogReplica_6EBC9114523C3D55-001/tempDir-001/node1/tlog_replica_test_add_docs_shard1_replica_t1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestTlogReplica_6EBC9114523C3D55-001/tempDir-001/node1/./tlog_replica_test_add_docs_shard1_replica_t1/data/]
   [junit4]   2> 7968416 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_add_docs s:shard1 r:core_node2 x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 7968417 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_add_docs s:shard1 r:core_node2 x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 7968451 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_add_docs s:shard1 r:core_node2 x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 7968451 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_add_docs s:shard1 r:core_node2 x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 7968452 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_add_docs s:shard1 r:core_node2 x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.s.SolrIndexSearcher Opening [Searcher@59cc5e31[tlog_replica_test_add_docs_shard1_replica_t1] main]
   [junit4]   2> 7968470 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_add_docs s:shard1 r:core_node2 x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 7968470 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_add_docs s:shard1 r:core_node2 x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 7968471 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_add_docs s:shard1 r:core_node2 x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 7968471 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_add_docs s:shard1 r:core_node2 x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1602791299558146048
   [junit4]   2> 7968473 INFO  (searcherExecutor-10077-thread-1-processing-n:127.0.0.1:37576_solr x:tlog_replica_test_add_docs_shard1_replica_t1 c:tlog_replica_test_add_docs s:shard1 r:core_node2) [n:127.0.0.1:37576_solr c:tlog_replica_test_add_docs s:shard1 r:core_node2 x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.c.SolrCore [tlog_replica_test_add_docs_shard1_replica_t1] Registered new searcher Searcher@59cc5e31[tlog_replica_test_add_docs_shard1_replica_t1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 7968489 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_add_docs s:shard1 r:core_node2 x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/tlog_replica_test_add_docs/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 7968509 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_add_docs s:shard1 r:core_node2 x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 7968509 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_add_docs s:shard1 r:core_node2 x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 7968509 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_add_docs s:shard1 r:core_node2 x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:37576/solr/tlog_replica_test_add_docs_shard1_replica_t1/
   [junit4]   2> 7968509 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_add_docs s:shard1 r:core_node2 x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 7968509 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_add_docs s:shard1 r:core_node2 x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.c.SyncStrategy https://127.0.0.1:37576/solr/tlog_replica_test_add_docs_shard1_replica_t1/ has no replicas
   [junit4]   2> 7968509 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_add_docs s:shard1 r:core_node2 x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 7968510 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_add_docs s:shard1 r:core_node2 x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.c.ZkController tlog_replica_test_add_docs_shard1_replica_t1 stopping background replication from leader
   [junit4]   2> 7968525 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_add_docs s:shard1 r:core_node2 x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:37576/solr/tlog_replica_test_add_docs_shard1_replica_t1/ shard1
   [junit4]   2> 7968634 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_add_docs s:shard1 r:core_node2 x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 7968669 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_add_docs s:shard1 r:core_node2 x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=tlog_replica_test_add_docs_shard1_replica_t1&action=CREATE&numShards=1&collection=tlog_replica_test_add_docs&shard=shard1&wt=javabin&version=2&replicaType=TLOG} status=0 QTime=2256
   [junit4]   2> 7968688 INFO  (qtp132694588-32027) [n:127.0.0.1:37576_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> 7968811 INFO  (zkCallback-5540-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_add_docs/state.json] for collection [tlog_replica_test_add_docs] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 7969688 INFO  (qtp132694588-32027) [n:127.0.0.1:37576_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={pullReplicas=0&replicationFactor=0&collection.configName=conf&maxShardsPerNode=100&name=tlog_replica_test_add_docs&nrtReplicas=0&action=CREATE&numShards=1&tlogReplicas=1&wt=javabin&version=2} status=0 QTime=3672
   [junit4]   2> 7969704 INFO  (qtp132694588-32020) [n:127.0.0.1:37576_solr c:tlog_replica_test_add_docs s:shard1 r:core_node2 x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/tlog_replica_test_add_docs/terms/shard1 to Terms{values={core_node2=1}, version=1}
   [junit4]   2> 7969704 INFO  (qtp132694588-32020) [n:127.0.0.1:37576_solr c:tlog_replica_test_add_docs s:shard1 r:core_node2 x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.u.p.LogUpdateProcessorFactory [tlog_replica_test_add_docs_shard1_replica_t1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1 (1602791300839505920)]} 0 11
   [junit4]   2> 7969705 INFO  (qtp132694588-32027) [n:127.0.0.1:37576_solr c:tlog_replica_test_add_docs s:shard1 r:core_node2 x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1602791300852088832,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 7969705 INFO  (qtp132694588-32027) [n:127.0.0.1:37576_solr c:tlog_replica_test_add_docs s:shard1 r:core_node2 x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@3a0651a8 commitCommandVersion:1602791300852088832
   [junit4]   2> 7969719 INFO  (qtp132694588-32027) [n:127.0.0.1:37576_solr c:tlog_replica_test_add_docs s:shard1 r:core_node2 x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1550623a[tlog_replica_test_add_docs_shard1_replica_t1] main]
   [junit4]   2> 7969719 INFO  (qtp132694588-32027) [n:127.0.0.1:37576_solr c:tlog_replica_test_add_docs s:shard1 r:core_node2 x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 7969720 INFO  (searcherExecutor-10077-thread-1-processing-n:127.0.0.1:37576_solr x:tlog_replica_test_add_docs_shard1_replica_t1 c:tlog_replica_test_add_docs s:shard1 r:core_node2) [n:127.0.0.1:37576_solr c:tlog_replica_test_add_docs s:shard1 r:core_node2 x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.c.SolrCore [tlog_replica_test_add_docs_shard1_replica_t1] Registered new searcher Searcher@1550623a[tlog_replica_test_add_docs_shard1_replica_t1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C1)))}
   [junit4]   2> 7969720 INFO  (qtp132694588-32027) [n:127.0.0.1:37576_solr c:tlog_replica_test_add_docs s:shard1 r:core_node2 x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.u.p.LogUpdateProcessorFactory [tlog_replica_test_add_docs_shard1_replica_t1]  webapp=/solr path=/update params={_stateVer_=tlog_replica_test_add_docs:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 15
   [junit4]   2> 7969741 INFO  (qtp132694588-32020) [n:127.0.0.1:37576_solr c:tlog_replica_test_add_docs s:shard1 r:core_node2 x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.c.S.Request [tlog_replica_test_add_docs_shard1_replica_t1]  webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=0
   [junit4]   2> 7969778 INFO  (qtp132694588-32025) [n:127.0.0.1:37576_solr c:tlog_replica_test_add_docs s:shard1 r:core_node2 x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.c.S.Request [tlog_replica_test_add_docs_shard1_replica_t1]  webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=0
   [junit4]   2> 7969903 INFO  (qtp132694588-32025) [n:127.0.0.1:37576_solr c:tlog_replica_test_add_docs s:shard1 r:core_node2 x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.c.S.Request [tlog_replica_test_add_docs_shard1_replica_t1]  webapp=/solr path=/admin/plugins params={qt=/admin/plugins&stats=true&wt=javabin&version=2} status=0 QTime=124
   [junit4]   2> 7969939 INFO  (TEST-TestTlogReplica.testAddDocs-seed#[6EBC9114523C3D55]) [    ] o.a.s.c.TestTlogReplica tearDown deleting collection
   [junit4]   2> 7969940 INFO  (qtp132694588-32020) [n:127.0.0.1:37576_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=tlog_replica_test_add_docs&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 7969976 INFO  (OverseerThreadFactory-10069-thread-2) [    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Executing Collection Cmd=action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true&deleteMetricsHistory=true, asyncId=null
   [junit4]   2> 7969980 INFO  (qtp132694588-32027) [n:127.0.0.1:37576_solr    x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.tlog_replica_test_add_docs.shard1.replica_t1, tag=null
   [junit4]   2> 7969980 INFO  (qtp132694588-32027) [n:127.0.0.1:37576_solr    x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@268a51ac: rootName = solr_37576, domain = solr.core.tlog_replica_test_add_docs.shard1.replica_t1, service url = null, agent id = null] for registry solr.core.tlog_replica_test_add_docs.shard1.replica_t1 / com.codahale.metrics.MetricRegistry@7678188b
   [junit4]   2> 7969983 INFO  (OverseerCollectionConfigSetProcessor-72770513829298182-127.0.0.1:37355_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 7970143 INFO  (qtp132694588-32027) [n:127.0.0.1:37576_solr    x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.c.ZkController tlog_replica_test_add_docs_shard1_replica_t1 stopping background replication from leader
   [junit4]   2> 7970143 INFO  (qtp132694588-32027) [n:127.0.0.1:37576_solr    x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.c.SolrCore [tlog_replica_test_add_docs_shard1_replica_t1]  CLOSING SolrCore org.apache.solr.core.SolrCore@71d8d25c
   [junit4]   2> 7970143 INFO  (qtp132694588-32027) [n:127.0.0.1:37576_solr    x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.tlog_replica_test_add_docs.shard1.replica_t1, tag=71d8d25c
   [junit4]   2> 7970143 INFO  (qtp132694588-32027) [n:127.0.0.1:37576_solr    x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.tlog_replica_test_add_docs.shard1.leader, tag=71d8d25c
   [junit4]   2> 7970168 INFO  (qtp132694588-32027) [n:127.0.0.1:37576_solr    x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/tlog_replica_test_add_docs/terms/shard1 to Terms{values={}, version=2}
   [junit4]   2> 7970169 INFO  (qtp132694588-32027) [n:127.0.0.1:37576_solr    x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&deleteMetricsHistory=true&core=tlog_replica_test_add_docs_shard1_replica_t1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=189
   [junit4]   2> 7970348 INFO  (zkCallback-5540-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/tlog_replica_test_add_docs/state.json] for collection [tlog_replica_test_add_docs] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 7970949 INFO  (qtp132694588-32020) [n:127.0.0.1:37576_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=tlog_replica_test_add_docs&action=DELETE&wt=javabin&version=2} status=0 QTime=1008
   [junit4]   2> 7971016 INFO  (qtp132694588-32025) [n:127.0.0.1:37576_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&replicationFactor=0&collection.configName=conf&maxShardsPerNode=100&name=tlog_replica_test_kill_tlog_replica&nrtReplicas=0&action=CREATE&numShards=1&tlogReplicas=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 7971026 INFO  (OverseerThreadFactory-10069-thread-3) [    ] o.a.s.c.a.c.CreateCollectionCmd Create collection tlog_replica_test_kill_tlog_replica
   [junit4]   2> 7971026 INFO  (OverseerCollectionConfigSetProcessor-72770513829298182-127.0.0.1:37355_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 7971243 INFO  (OverseerStateUpdate-72770513829298182-127.0.0.1:37355_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"tlog_replica_test_kill_tlog_replica",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"tlog_replica_test_kill_tlog_replica_shard1_replica_t1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:37355/solr",
   [junit4]   2>   "type":"TLOG",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 7971246 INFO  (OverseerStateUpdate-72770513829298182-127.0.0.1:37355_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"tlog_replica_test_kill_tlog_replica",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"tlog_replica_test_kill_tlog_replica_shard1_replica_t2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:37576/solr",
   [junit4]   2>   "type":"TLOG",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 7971481 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr    x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=tlog_replica_test_kill_tlog_replica_shard1_replica_t2&action=CREATE&numShards=1&collection=tlog_replica_test_kill_tlog_replica&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 7971648 INFO  (qtp887613996-32030) [n:127.0.0.1:37355_solr    x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=tlog_replica_test_kill_tlog_replica_shard1_replica_t1&action=CREATE&numShards=1&collection=tlog_replica_test_kill_tlog_replica&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 7972555 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 7972574 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.s.IndexSchema [tlog_replica_test_kill_tlog_replica_shard1_replica_t2] Schema name=minimal
   [junit4]   2> 7972593 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 7972593 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.CoreContainer Creating SolrCore 'tlog_replica_test_kill_tlog_replica_shard1_replica_t2' using configuration from collection tlog_replica_test_kill_tlog_replica, trusted=true
   [junit4]   2> 7972594 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37576.solr.core.tlog_replica_test_kill_tlog_replica.shard1.replica_t2' (registry 'solr.core.tlog_replica_test_kill_tlog_replica.shard1.replica_t2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@546a7d95
   [junit4]   2> 7972594 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 7972594 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.SolrCore [[tlog_replica_test_kill_tlog_replica_shard1_replica_t2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestTlogReplica_6EBC9114523C3D55-001/tempDir-001/node1/tlog_replica_test_kill_tlog_replica_shard1_replica_t2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestTlogReplica_6EBC9114523C3D55-001/tempDir-001/node1/./tlog_replica_test_kill_tlog_replica_shard1_replica_t2/data/]
   [junit4]   2> 7972781 INFO  (qtp887613996-32030) [n:127.0.0.1:37355_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 7972854 INFO  (qtp887613996-32030) [n:127.0.0.1:37355_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.s.IndexSchema [tlog_replica_test_kill_tlog_replica_shard1_replica_t1] Schema name=minimal
   [junit4]   2> 7972889 INFO  (qtp887613996-32030) [n:127.0.0.1:37355_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 7972889 INFO  (qtp887613996-32030) [n:127.0.0.1:37355_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.CoreContainer Creating SolrCore 'tlog_replica_test_kill_tlog_replica_shard1_replica_t1' using configuration from collection tlog_replica_test_kill_tlog_replica, trusted=true
   [junit4]   2> 7972889 INFO  (qtp887613996-32030) [n:127.0.0.1:37355_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37355.solr.core.tlog_replica_test_kill_tlog_replica.shard1.replica_t1' (registry 'solr.core.tlog_replica_test_kill_tlog_replica.shard1.replica_t1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@546a7d95
   [junit4]   2> 7972889 INFO  (qtp887613996-32030) [n:127.0.0.1:37355_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 7972890 INFO  (qtp887613996-32030) [n:127.0.0.1:37355_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.SolrCore [[tlog_replica_test_kill_tlog_replica_shard1_replica_t1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestTlogReplica_6EBC9114523C3D55-001/tempDir-001/node2/tlog_replica_test_kill_tlog_replica_shard1_replica_t1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestTlogReplica_6EBC9114523C3D55-001/tempDir-001/node2/./tlog_replica_test_kill_tlog_replica_shard1_replica_t1/data/]
   [junit4]   2> 7972927 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 7972927 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 7972928 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 7972928 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 7972929 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.s.SolrIndexSearcher Opening [Searcher@5cbfd2b3[tlog_replica_test_kill_tlog_replica_shard1_replica_t2] main]
   [junit4]   2> 7973079 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 7973080 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 7973081 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 7973081 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1602791304392081408
   [junit4]   2> 7973082 INFO  (searcherExecutor-10082-thread-1-processing-n:127.0.0.1:37576_solr x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2 c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4) [n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.SolrCore [tlog_replica_test_kill_tlog_replica_shard1_replica_t2] Registered new searcher Searcher@5cbfd2b3[tlog_replica_test_kill_tlog_replica_shard1_replica_t2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 7973146 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/tlog_replica_test_kill_tlog_replica/terms/shard1 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 7973163 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 7973249 INFO  (qtp887613996-32030) [n:127.0.0.1:37355_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 7973249 INFO  (qtp887613996-32030) [n:127.0.0.1:37355_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 7973262 INFO  (qtp887613996-32030) [n:127.0.0.1:37355_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 7973262 INFO  (qtp887613996-32030) [n:127.0.0.1:37355_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 7973263 INFO  (qtp887613996-32030) [n:127.0.0.1:37355_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.s.SolrIndexSearcher Opening [Searcher@74f36142[tlog_replica_test_kill_tlog_replica_shard1_replica_t1] main]
   [junit4]   2> 7973265 INFO  (qtp887613996-32030) [n:127.0.0.1:37355_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 7973265 INFO  (qtp887613996-32030) [n:127.0.0.1:37355_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 7973282 INFO  (qtp887613996-32030) [n:127.0.0.1:37355_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 7973282 INFO  (qtp887613996-32030) [n:127.0.0.1:37355_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1602791304602845184
   [junit4]   2> 7973285 INFO  (searcherExecutor-10084-thread-1-processing-n:127.0.0.1:37355_solr x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1 c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3) [n:127.0.0.1:37355_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.SolrCore [tlog_replica_test_kill_tlog_replica_shard1_replica_t1] Registered new searcher Searcher@74f36142[tlog_replica_test_kill_tlog_replica_shard1_replica_t1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 7973300 INFO  (qtp887613996-32030) [n:127.0.0.1:37355_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/tlog_replica_test_kill_tlog_replica/terms/shard1 to Terms{values={core_node3=0, core_node4=0}, version=1}
   [junit4]   2> 7973669 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 7973669 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 7973669 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:37576/solr/tlog_replica_test_kill_tlog_replica_shard1_replica_t2/
   [junit4]   2> 7973670 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.u.PeerSync PeerSync: core=tlog_replica_test_kill_tlog_replica_shard1_replica_t2 url=https://127.0.0.1:37576/solr START replicas=[https://127.0.0.1:37355/solr/tlog_replica_test_kill_tlog_replica_shard1_replica_t1/] nUpdates=100
   [junit4]   2> 7973691 INFO  (qtp887613996-32031) [n:127.0.0.1:37355_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 7973970 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.u.PeerSync PeerSync: core=tlog_replica_test_kill_tlog_replica_shard1_replica_t2 url=https://127.0.0.1:37576/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 7973970 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 7973970 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] 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> 7973970 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 7973971 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.ZkController tlog_replica_test_kill_tlog_replica_shard1_replica_t2 stopping background replication from leader
   [junit4]   2> 7973988 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:37576/solr/tlog_replica_test_kill_tlog_replica_shard1_replica_t2/ shard1
   [junit4]   2> 7974090 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 7974092 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=tlog_replica_test_kill_tlog_replica_shard1_replica_t2&action=CREATE&numShards=1&collection=tlog_replica_test_kill_tlog_replica&shard=shard1&wt=javabin&version=2&replicaType=TLOG} status=0 QTime=2611
   [junit4]   2> 7974206 INFO  (zkCallback-5540-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_kill_tlog_replica/state.json] for collection [tlog_replica_test_kill_tlog_replica] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 7974312 INFO  (qtp887613996-32030) [n:127.0.0.1:37355_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.ZkController tlog_replica_test_kill_tlog_replica_shard1_replica_t1 starting background replication from leader
   [junit4]   2> 7974312 INFO  (qtp887613996-32030) [n:127.0.0.1:37355_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.ReplicateFromLeader Will start replication from leader with poll interval: 00:00:03
   [junit4]   2> 7974327 INFO  (qtp887613996-32030) [n:127.0.0.1:37355_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 7974327 INFO  (qtp887613996-32030) [n:127.0.0.1:37355_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 7974329 INFO  (indexFetcher-10093-thread-1) [    ] o.a.s.h.IndexFetcher Updated masterUrl to https://127.0.0.1:37576/solr/tlog_replica_test_kill_tlog_replica_shard1_replica_t2/
   [junit4]   2> 7974348 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t2]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 7974348 INFO  (indexFetcher-10093-thread-1) [    ] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 7974348 INFO  (indexFetcher-10093-thread-1) [    ] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 7974348 INFO  (indexFetcher-10093-thread-1) [    ] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 7974348 INFO  (indexFetcher-10093-thread-1) [    ] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 7974348 INFO  (indexFetcher-10093-thread-1) [    ] o.a.s.h.IndexFetcher New index in Master. Deleting mine...
   [junit4]   2> 7974351 INFO  (qtp887613996-32030) [n:127.0.0.1:37355_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=tlog_replica_test_kill_tlog_replica_shard1_replica_t1&action=CREATE&numShards=1&collection=tlog_replica_test_kill_tlog_replica&shard=shard1&wt=javabin&version=2&replicaType=TLOG} status=0 QTime=2703
   [junit4]   2> 7974387 INFO  (indexFetcher-10093-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2c787ce9[tlog_replica_test_kill_tlog_replica_shard1_replica_t1] main]
   [junit4]   2> 7974401 INFO  (searcherExecutor-10084-thread-1) [    ] o.a.s.c.SolrCore [tlog_replica_test_kill_tlog_replica_shard1_replica_t1] Registered new searcher Searcher@2c787ce9[tlog_replica_test_kill_tlog_replica_shard1_replica_t1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 7974403 INFO  (qtp132694588-32025) [n:127.0.0.1:37576_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> 7974433 INFO  (zkCallback-5540-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_kill_tlog_replica/state.json] for collection [tlog_replica_test_kill_tlog_replica] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 7974434 INFO  (zkCallback-5548-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_kill_tlog_replica/state.json] for collection [tlog_replica_test_kill_tlog_replica] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 7975085 INFO  (OverseerCollectionConfigSetProcessor-72770513829298182-127.0.0.1:37355_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 7975413 INFO  (qtp132694588-32025) [n:127.0.0.1:37576_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={pullReplicas=0&replicationFactor=0&collection.configName=conf&maxShardsPerNode=100&name=tlog_replica_test_kill_tlog_replica&nrtReplicas=0&action=CREATE&numShards=1&tlogReplicas=2&wt=javabin&version=2} status=0 QTime=4397
   [junit4]   2> 7975533 INFO  (qtp887613996-32028) [n:127.0.0.1:37355_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t1]  webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 7975649 INFO  (qtp132694588-32027) [n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t2]  webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=52
   [junit4]   2> 7975721 INFO  (qtp132694588-32020) [n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/tlog_replica_test_kill_tlog_replica/terms/shard1 to Terms{values={core_node3=1, core_node4=1}, version=2}
   [junit4]   2> 7975740 INFO  (qtp887613996-32029) [n:127.0.0.1:37355_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.u.p.LogUpdateProcessorFactory [tlog_replica_test_kill_tlog_replica_shard1_replica_t1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:37576/solr/tlog_replica_test_kill_tlog_replica_shard1_replica_t2/&wt=javabin&version=2}{add=[1 (1602791307086921728)]} 0 0
   [junit4]   2> 7975751 INFO  (qtp132694588-32020) [n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.u.p.LogUpdateProcessorFactory [tlog_replica_test_kill_tlog_replica_shard1_replica_t2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1 (1602791307086921728)]} 0 99
   [junit4]   2> 7975755 INFO  (qtp887613996-32029) [n:127.0.0.1:37355_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.u.p.LogUpdateProcessorFactory [tlog_replica_test_kill_tlog_replica_shard1_replica_t1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:37576/solr/tlog_replica_test_kill_tlog_replica_shard1_replica_t2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 0
   [junit4]   2> 7975774 INFO  (qtp132694588-32020) [n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1602791307215896576,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 7975774 INFO  (qtp132694588-32020) [n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@6ba77996 commitCommandVersion:1602791307215896576
   [junit4]   2> 7975791 INFO  (qtp132694588-32020) [n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.s.SolrIndexSearcher Opening [Searcher@43e6673e[tlog_replica_test_kill_tlog_replica_shard1_replica_t2] main]
   [junit4]   2> 7975807 INFO  (searcherExecutor-10082-thread-1-processing-n:127.0.0.1:37576_solr x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2 c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4) [n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.SolrCore [tlog_replica_test_kill_tlog_replica_shard1_replica_t2] Registered new searcher Searcher@43e6673e[tlog_replica_test_kill_tlog_replica_shard1_replica_t2] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C1)))}
   [junit4]   2> 7975807 INFO  (qtp132694588-32020) [n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 7975807 INFO  (qtp132694588-32020) [n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.u.p.LogUpdateProcessorFactory [tlog_replica_test_kill_tlog_replica_shard1_replica_t2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:37576/solr/tlog_replica_test_kill_tlog_replica_shard1_replica_t2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 33
   [junit4]   2> 7975807 INFO  (qtp132694588-32027) [n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.u.p.LogUpdateProcessorFactory [tlog_replica_test_kill_tlog_replica_shard1_replica_t2]  webapp=/solr path=/update params={_stateVer_=tlog_replica_test_kill_tlog_replica:7&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 56
   [junit4]   2> 7975827 INFO  (qtp887613996-32028) [n:127.0.0.1:37355_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t1]  webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 7975931 INFO  (qtp887613996-32028) [n:127.0.0.1:37355_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t1]  webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 7976040 INFO  (qtp887613996-32028) [n:127.0.0.1:37355_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t1]  webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 7976154 INFO  (qtp887613996-32028) [n:127.0.0.1:37355_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t1]  webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 7976256 INFO  (qtp887613996-32028) [n:127.0.0.1:37355_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t1]  webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 7976365 INFO  (qtp887613996-32028) [n:127.0.0.1:37355_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t1]  webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 7976478 INFO  (qtp887613996-32028) [n:127.0.0.1:37355_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t1]  webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 7976628 INFO  (qtp887613996-32030) [n:127.0.0.1:37355_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t1]  webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 7976731 INFO  (qtp887613996-32030) [n:127.0.0.1:37355_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t1]  webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 7976845 INFO  (qtp887613996-32030) [n:127.0.0.1:37355_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t1]  webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 7976947 INFO  (qtp887613996-32030) [n:127.0.0.1:37355_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t1]  webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 7977049 INFO  (qtp887613996-32030) [n:127.0.0.1:37355_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t1]  webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 7977158 INFO  (qtp887613996-32030) [n:127.0.0.1:37355_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t1]  webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 7977260 INFO  (qtp887613996-32030) [n:127.0.0.1:37355_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t1]  webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 7977314 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t2]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 7977314 INFO  (indexFetcher-10093-thread-1) [    ] o.a.s.h.IndexFetcher Master's generation: 2
   [junit4]   2> 7977314 INFO  (indexFetcher-10093-thread-1) [    ] o.a.s.h.IndexFetcher Master's version: 1528540904251
   [junit4]   2> 7977314 INFO  (indexFetcher-10093-thread-1) [    ] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 7977314 INFO  (indexFetcher-10093-thread-1) [    ] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 7977314 INFO  (indexFetcher-10093-thread-1) [    ] o.a.s.h.IndexFetcher Starting replication process
   [junit4]   2> 7977315 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t2]  webapp=/solr path=/replication params={generation=2&qt=/replication&tlogFiles=false&wt=javabin&version=2&command=filelist} status=0 QTime=0
   [junit4]   2> 7977316 INFO  (indexFetcher-10093-thread-1) [    ] o.a.s.h.IndexFetcher Number of files in latest index in master: 18
   [junit4]   2> 7977317 INFO  (indexFetcher-10093-thread-1) [    ] o.a.s.h.IndexFetcher Starting download (fullCopy=false) to MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@46b1734d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5220bd43; maxCacheMB=0.2001953125 maxMergeSizeMB=0.2265625))
   [junit4]   2> 7977317 INFO  (qtp132694588-32027) [n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t2]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.si&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 7977318 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t2]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_LuceneVarGapDocFreqInterval_0.pos&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 7977334 INFO  (qtp132694588-32027) [n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t2]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.nvd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 7977334 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t2]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_LuceneVarGapDocFreqInterval_0.tib&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 7977336 INFO  (qtp132694588-32027) [n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t2]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_Lucene70_1.dvd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 7977345 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t2]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.fdx&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 7977346 INFO  (qtp132694588-32027) [n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t2]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_FST50_0.tfp&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 7977347 INFO  (qtp132694588-32027) [n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t2]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.fdt&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 7977348 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t2]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_Lucene70_0.dvm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 7977362 INFO  (qtp887613996-32030) [n:127.0.0.1:37355_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t1]  webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 7977365 INFO  (qtp132694588-32027) [n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t2]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_FST50_0.pos&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 7977366 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t2]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_LuceneVarGapDocFreqInterval_0.tiv&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 7977367 INFO  (qtp132694588-32027) [n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t2]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_Lucene70_0.dvd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 7977369 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t2]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_FST50_0.doc&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 7977382 INFO  (qtp132694588-32027) [n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t2]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_Lucene70_1.dvm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 7977383 INFO  (qtp132694588-32027) [n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t2]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.nvm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 7977384 INFO  (qtp132694588-32027) [n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t2]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_LuceneVarGapDocFreqInterval_0.doc&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 7977385 INFO  (qtp132694588-32027) [n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t2]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.fnm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 7977398 INFO  (qtp132694588-32027) [n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t2]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=segments_2&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 7977398 INFO  (indexFetcher-10093-thread-1) [    ] o.a.s.h.IndexFetcher Bytes downloaded: 3101, Bytes skipped downloading: 0
   [junit4]   2> 7977399 INFO  (indexFetcher-10093-thread-1) [    ] o.a.s.h.IndexFetcher Total time taken for download (fullCopy=false,bytesDownloaded=3101) : 0 secs (null bytes/sec) to MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@46b1734d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5220bd43; maxCacheMB=0.2001953125 maxMergeSizeMB=0.2265625))
   [junit4]   2> 7977401 INFO  (indexFetcher-10093-thread-1) [    ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 7977418 INFO  (indexFetcher-10093-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@fa896bc[tlog_replica_test_kill_tlog_replica_shard1_replica_t1] main]
   [junit4]   2> 7977420 INFO  (searcherExecutor-10084-thread-1) [    ] o.a.s.c.SolrCore [tlog_replica_test_kill_tlog_replica_shard1_replica_t1] Registered new searcher Searcher@fa896bc[tlog_replica_test_kill_tlog_replica_shard1_replica_t1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C1)))}
   [junit4]   2> 7977463 INFO  (qtp887613996-32030) [n:127.0.0.1:37355_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t1]  webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=0
   [junit4]   2> 7977488 INFO  (qtp132694588-32025) [n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t2]  webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=0
   [junit4]   2> 7977488 INFO  (TEST-TestTlogReplica.testKillTlogReplica-seed#[6EBC9114523C3D55]) [    ] o.a.s.c.ChaosMonkey monkey: kill jetty! 37355
   [junit4]   2> 7977506 INFO  (TEST-TestTlogReplica.testKill

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

gth is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

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 61ms :: artifacts dl 17ms
	---------------------------------------------------------------------
	|                  |            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: 748 minutes 45 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-NightlyTests-master - Build # 1561 - Failure

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

3 tests failed.
FAILED:  org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test

Error Message:
Java heap space

Stack Trace:
java.lang.OutOfMemoryError: Java heap space
	at __randomizedtesting.SeedInfo.seed([DE164F63F47C248D:564270B95A804975]:0)
	at java.nio.HeapByteBuffer.<init>(HeapByteBuffer.java:57)
	at java.nio.ByteBuffer.allocate(ByteBuffer.java:335)
	at java.nio.charset.CharsetEncoder.encode(CharsetEncoder.java:795)
	at java.nio.charset.Charset.encode(Charset.java:843)
	at java.nio.charset.Charset.encode(Charset.java:863)
	at org.apache.http.client.utils.URLEncodedUtils.urlEncode(URLEncodedUtils.java:532)
	at org.apache.http.client.utils.URLEncodedUtils.encodeFormFields(URLEncodedUtils.java:652)
	at org.apache.http.client.utils.URLEncodedUtils.format(URLEncodedUtils.java:404)
	at org.apache.http.client.utils.URLEncodedUtils.format(URLEncodedUtils.java:382)
	at org.apache.http.client.entity.UrlEncodedFormEntity.<init>(UrlEncodedFormEntity.java:75)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.fillContentStream(HttpSolrClient.java:513)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.createMethod(HttpSolrClient.java:420)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1106)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:886)
	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.query(SolrClient.java:974)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:990)
	at org.apache.solr.cloud.CloudInspectUtil.compareResults(CloudInspectUtil.java:228)
	at org.apache.solr.cloud.CloudInspectUtil.compareResults(CloudInspectUtil.java:167)
	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testIndexingBatchPerRequestWithHttpSolrClient(FullSolrCloudDistribCmdsTest.java:668)
	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test(FullSolrCloudDistribCmdsTest.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)


FAILED:  org.apache.solr.cloud.autoscaling.sim.TestLargeCluster.testAddNode

Error Message:
trigger did not fire

Stack Trace:
java.lang.AssertionError: trigger did not fire
	at __randomizedtesting.SeedInfo.seed([DE164F63F47C248D:79F952C03B31AB95]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.autoscaling.sim.TestLargeCluster.testAddNode(TestLargeCluster.java:300)
	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.search.join.TestScoreJoinQPNoScore.testJoin

Error Message:
mismatch: '1'!='5' @ response/docs/[0]/id

Stack Trace:
java.lang.RuntimeException: mismatch: '1'!='5' @ response/docs/[0]/id
	at __randomizedtesting.SeedInfo.seed([DE164F63F47C248D:E3257AE9952B231B]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:1004)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:951)
	at org.apache.solr.search.join.TestScoreJoinQPNoScore.testJoin(TestScoreJoinQPNoScore.java:99)
	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 14432 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.sim.TestLargeCluster
   [junit4]   2> 3018845 INFO  (SUITE-TestLargeCluster-seed#[DE164F63F47C248D]-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-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.sim.TestLargeCluster_DE164F63F47C248D-001/init-core-data-001
   [junit4]   2> 3018846 INFO  (SUITE-TestLargeCluster-seed#[DE164F63F47C248D]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 3018847 INFO  (SUITE-TestLargeCluster-seed#[DE164F63F47C248D]-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> 3018868 DEBUG (SUITE-TestLargeCluster-seed#[DE164F63F47C248D]-worker) [    ] o.a.s.c.a.s.SimClusterStateProvider --- new Overseer leader: 127.0.0.1:10005_solr
   [junit4]   2> 3018868 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 3018869 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 0
   [junit4]   2> 3018873 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 0, lastZnodeVersion -1
   [junit4]   2> 3018873 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 0
   [junit4]   2> 3018884 WARN  (SUITE-TestLargeCluster-seed#[DE164F63F47C248D]-worker) [    ] o.a.s.h.a.MetricsHistoryHandler Missing .system, keeping metrics history in memory
   [junit4]   2> 3018922 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:10082_solr, 127.0.0.1:10018_solr, 127.0.0.1:10049_solr, 127.0.0.1:10104_solr, 127.0.0.1:10020_solr, 127.0.0.1:10065_solr, 127.0.0.1:10021_solr, 127.0.0.1:10005_solr, 127.0.0.1:10066_solr, 127.0.0.1:10035_solr, 127.0.0.1:10051_solr, 127.0.0.1:10019_solr, 127.0.0.1:10096_solr, 127.0.0.1:10022_solr, 127.0.0.1:10033_solr, 127.0.0.1:10017_solr, 127.0.0.1:10047_solr, 127.0.0.1:10102_solr, 127.0.0.1:10095_solr, 127.0.0.1:10081_solr, 127.0.0.1:10084_solr, 127.0.0.1:10036_solr, 127.0.0.1:10052_solr, 127.0.0.1:10006_solr, 127.0.0.1:10079_solr, 127.0.0.1:10098_solr, 127.0.0.1:10054_solr, 127.0.0.1:10099_solr, 127.0.0.1:10101_solr, 127.0.0.1:10071_solr, 127.0.0.1:10023_solr, 127.0.0.1:10076_solr, 127.0.0.1:10007_solr, 127.0.0.1:10055_solr, 127.0.0.1:10010_solr, 127.0.0.1:10016_solr, 127.0.0.1:10070_solr, 127.0.0.1:10077_solr, 127.0.0.1:10038_solr, 127.0.0.1:10032_solr, 127.0.0.1:10093_solr, 127.0.0.1:10061_solr, 127.0.0.1:10067_solr, 127.0.0.1:10086_solr, 127.0.0.1:10089_solr, 127.0.0.1:10045_solr, 127.0.0.1:10042_solr, 127.0.0.1:10029_solr, 127.0.0.1:10083_solr, 127.0.0.1:10080_solr, 127.0.0.1:10048_solr, 127.0.0.1:10064_solr, 127.0.0.1:10043_solr, 127.0.0.1:10057_solr, 127.0.0.1:10074_solr, 127.0.0.1:10026_solr, 127.0.0.1:10012_solr, 127.0.0.1:10060_solr, 127.0.0.1:10073_solr, 127.0.0.1:10058_solr, 127.0.0.1:10013_solr, 127.0.0.1:10090_solr, 127.0.0.1:10088_solr, 127.0.0.1:10027_solr, 127.0.0.1:10039_solr, 127.0.0.1:10025_solr, 127.0.0.1:10044_solr, 127.0.0.1:10028_solr, 127.0.0.1:10092_solr, 127.0.0.1:10041_solr, 127.0.0.1:10087_solr, 127.0.0.1:10009_solr, 127.0.0.1:10030_solr, 127.0.0.1:10014_solr, 127.0.0.1:10011_solr, 127.0.0.1:10040_solr, 127.0.0.1:10085_solr, 127.0.0.1:10046_solr, 127.0.0.1:10068_solr, 127.0.0.1:10063_solr, 127.0.0.1:10015_solr, 127.0.0.1:10069_solr, 127.0.0.1:10062_solr, 127.0.0.1:10008_solr, 127.0.0.1:10024_solr, 127.0.0.1:10050_solr, 127.0.0.1:10075_solr, 127.0.0.1:10078_solr, 127.0.0.1:10097_solr, 127.0.0.1:10031_solr, 127.0.0.1:10034_solr, 127.0.0.1:10091_solr, 127.0.0.1:10094_solr, 127.0.0.1:10100_solr, 127.0.0.1:10037_solr, 127.0.0.1:10053_solr, 127.0.0.1:10059_solr, 127.0.0.1:10103_solr, 127.0.0.1:10056_solr, 127.0.0.1:10072_solr]
   [junit4]   2> 3018926 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 3018926 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 0, lastZnodeVersion 0
   [junit4]   2> 3018950 DEBUG (ScheduledTrigger-5241-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 3018971 DEBUG (ScheduledTrigger-5241-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 3018971 INFO  (TEST-TestLargeCluster.testBasic-seed#[DE164F63F47C248D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBasic
   [junit4]   2> 3018971 DEBUG (TEST-TestLargeCluster.testBasic-seed#[DE164F63F47C248D]) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 3018972 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 3018972 INFO  (TEST-TestLargeCluster.testBasic-seed#[DE164F63F47C248D]) [    ] o.a.s.c.a.s.SimCloudManager === Restarting OverseerTriggerThread and clearing object cache...
   [junit4]   2> 3018976 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 3018976 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 3018976 WARN  (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Interrupted
   [junit4]   2> java.lang.InterruptedException: null
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1220) ~[?:1.8.0_172]
   [junit4]   2> 	at java.util.concurrent.locks.ReentrantLock.lockInterruptibly(ReentrantLock.java:335) ~[?:1.8.0_172]
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:177) [java/:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [junit4]   2> 3018977 DEBUG (TEST-TestLargeCluster.testBasic-seed#[DE164F63F47C248D]) [    ] o.a.s.c.a.ScheduledTriggers Shutting down scheduled thread pool executor now
   [junit4]   2> 3018977 DEBUG (TEST-TestLargeCluster.testBasic-seed#[DE164F63F47C248D]) [    ] o.a.s.c.a.ScheduledTriggers Shutting down action executor now
   [junit4]   2> 3018977 DEBUG (TEST-TestLargeCluster.testBasic-seed#[DE164F63F47C248D]) [    ] o.a.s.c.a.ScheduledTriggers Awaiting termination for action executor
   [junit4]   2> 3018977 DEBUG (TEST-TestLargeCluster.testBasic-seed#[DE164F63F47C248D]) [    ] o.a.s.c.a.ScheduledTriggers Awaiting termination for scheduled thread pool executor
   [junit4]   2> 3018978 DEBUG (TEST-TestLargeCluster.testBasic-seed#[DE164F63F47C248D]) [    ] o.a.s.c.a.ScheduledTriggers ScheduledTriggers closed completely
   [junit4]   2> 3018978 DEBUG (TEST-TestLargeCluster.testBasic-seed#[DE164F63F47C248D]) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 3018996 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 3018996 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 3018997 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion -1
   [junit4]   2> 3018997 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 3019011 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:10082_solr, 127.0.0.1:10018_solr, 127.0.0.1:10049_solr, 127.0.0.1:10104_solr, 127.0.0.1:10020_solr, 127.0.0.1:10065_solr, 127.0.0.1:10021_solr, 127.0.0.1:10005_solr, 127.0.0.1:10066_solr, 127.0.0.1:10035_solr, 127.0.0.1:10051_solr, 127.0.0.1:10019_solr, 127.0.0.1:10096_solr, 127.0.0.1:10022_solr, 127.0.0.1:10033_solr, 127.0.0.1:10017_solr, 127.0.0.1:10047_solr, 127.0.0.1:10102_solr, 127.0.0.1:10095_solr, 127.0.0.1:10081_solr, 127.0.0.1:10084_solr, 127.0.0.1:10036_solr, 127.0.0.1:10052_solr, 127.0.0.1:10006_solr, 127.0.0.1:10079_solr, 127.0.0.1:10098_solr, 127.0.0.1:10054_solr, 127.0.0.1:10099_solr, 127.0.0.1:10101_solr, 127.0.0.1:10071_solr, 127.0.0.1:10023_solr, 127.0.0.1:10076_solr, 127.0.0.1:10007_solr, 127.0.0.1:10055_solr, 127.0.0.1:10010_solr, 127.0.0.1:10016_solr, 127.0.0.1:10070_solr, 127.0.0.1:10077_solr, 127.0.0.1:10038_solr, 127.0.0.1:10032_solr, 127.0.0.1:10093_solr, 127.0.0.1:10061_solr, 127.0.0.1:10067_solr, 127.0.0.1:10086_solr, 127.0.0.1:10089_solr, 127.0.0.1:10045_solr, 127.0.0.1:10042_solr, 127.0.0.1:10029_solr, 127.0.0.1:10083_solr, 127.0.0.1:10080_solr, 127.0.0.1:10048_solr, 127.0.0.1:10064_solr, 127.0.0.1:10043_solr, 127.0.0.1:10057_solr, 127.0.0.1:10074_solr, 127.0.0.1:10026_solr, 127.0.0.1:10012_solr, 127.0.0.1:10060_solr, 127.0.0.1:10073_solr, 127.0.0.1:10058_solr, 127.0.0.1:10013_solr, 127.0.0.1:10090_solr, 127.0.0.1:10088_solr, 127.0.0.1:10027_solr, 127.0.0.1:10039_solr, 127.0.0.1:10025_solr, 127.0.0.1:10044_solr, 127.0.0.1:10028_solr, 127.0.0.1:10092_solr, 127.0.0.1:10041_solr, 127.0.0.1:10087_solr, 127.0.0.1:10009_solr, 127.0.0.1:10030_solr, 127.0.0.1:10014_solr, 127.0.0.1:10011_solr, 127.0.0.1:10040_solr, 127.0.0.1:10085_solr, 127.0.0.1:10046_solr, 127.0.0.1:10068_solr, 127.0.0.1:10063_solr, 127.0.0.1:10015_solr, 127.0.0.1:10069_solr, 127.0.0.1:10062_solr, 127.0.0.1:10008_solr, 127.0.0.1:10024_solr, 127.0.0.1:10050_solr, 127.0.0.1:10075_solr, 127.0.0.1:10078_solr, 127.0.0.1:10097_solr, 127.0.0.1:10031_solr, 127.0.0.1:10034_solr, 127.0.0.1:10091_solr, 127.0.0.1:10094_solr, 127.0.0.1:10100_solr, 127.0.0.1:10037_solr, 127.0.0.1:10053_solr, 127.0.0.1:10059_solr, 127.0.0.1:10103_solr, 127.0.0.1:10056_solr, 127.0.0.1:10072_solr]
   [junit4]   2> 3019016 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 3019016 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 3019016 DEBUG (ScheduledTrigger-5246-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 3019037 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 3019057 DEBUG (ScheduledTrigger-5246-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 3019077 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 3019098 DEBUG (ScheduledTrigger-5246-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 3019118 DEBUG (simCloudManagerPool-5245-thread-1) [    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 3019118 DEBUG (ScheduledTrigger-5246-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 3019118 DEBUG (simCloudManagerPool-5245-thread-1) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 3019119 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 3019119 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 3019119 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 3019138 DEBUG (ScheduledTrigger-5246-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 3019158 DEBUG (ScheduledTrigger-5246-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 3019167 DEBUG (simCloudManagerPool-5245-thread-4) [    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 3019167 DEBUG (simCloudManagerPool-5245-thread-4) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 4
   [junit4]   2> 3019168 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 4
   [junit4]   2> 3019168 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger node_lost_trigger1 - Initial livenodes: [127.0.0.1:10082_solr, 127.0.0.1:10018_solr, 127.0.0.1:10049_solr, 127.0.0.1:10104_solr, 127.0.0.1:10020_solr, 127.0.0.1:10065_solr, 127.0.0.1:10021_solr, 127.0.0.1:10005_solr, 127.0.0.1:10066_solr, 127.0.0.1:10035_solr, 127.0.0.1:10051_solr, 127.0.0.1:10019_solr, 127.0.0.1:10096_solr, 127.0.0.1:10022_solr, 127.0.0.1:10033_solr, 127.0.0.1:10017_solr, 127.0.0.1:10047_solr, 127.0.0.1:10102_solr, 127.0.0.1:10095_solr, 127.0.0.1:10081_solr, 127.0.0.1:10084_solr, 127.0.0.1:10036_solr, 127.0.0.1:10052_solr, 127.0.0.1:10006_solr, 127.0.0.1:10079_solr, 127.0.0.1:10098_solr, 127.0.0.1:10054_solr, 127.0.0.1:10099_solr, 127.0.0.1:10101_solr, 127.0.0.1:10071_solr, 127.0.0.1:10023_solr, 127.0.0.1:10076_solr, 127.0.0.1:10007_solr, 127.0.0.1:10055_solr, 127.0.0.1:10010_solr, 127.0.0.1:10016_solr, 127.0.0.1:10070_solr, 127.0.0.1:10077_solr, 127.0.0.1:10038_solr, 127.0.0.1:10032_solr, 127.0.0.1:10093_solr, 127.0.0.1:10061_solr, 127.0.0.1:10067_solr, 127.0.0.1:10086_solr, 127.0.0.1:10089_solr, 127.0.0.1:10045_solr, 127.0.0.1:10042_solr, 127.0.0.1:10029_solr, 127.0.0.1:10083_solr, 127.0.0.1:10080_solr, 127.0.0.1:10048_solr, 127.0.0.1:10064_solr, 127.0.0.1:10043_solr, 127.0.0.1:10057_solr, 127.0.0.1:10074_solr, 127.0.0.1:10026_solr, 127.0.0.1:10012_solr, 127.0.0.1:10060_solr, 127.0.0.1:10073_solr, 127.0.0.1:10058_solr, 127.0.0.1:10013_solr, 127.0.0.1:10090_solr, 127.0.0.1:10088_solr, 127.0.0.1:10027_solr, 127.0.0.1:10039_solr, 127.0.0.1:10025_solr, 127.0.0.1:10044_solr, 127.0.0.1:10028_solr, 127.0.0.1:10092_solr, 127.0.0.1:10041_solr, 127.0.0.1:10087_solr, 127.0.0.1:10009_solr, 127.0.0.1:10030_solr, 127.0.0.1:10014_solr, 127.0.0.1:10011_solr, 127.0.0.1:10040_solr, 127.0.0.1:10085_solr, 127.0.0.1:10046_solr, 127.0.0.1:10068_solr, 127.0.0.1:10063_solr, 127.0.0.1:10015_solr, 127.0.0.1:10069_solr, 127.0.0.1:10062_solr, 127.0.0.1:10008_solr, 127.0.0.1:10024_solr, 127.0.0.1:10050_solr, 127.0.0.1:10075_solr, 127.0.0.1:10078_solr, 127.0.0.1:10097_solr, 127.0.0.1:10031_solr, 127.0.0.1:10034_solr, 127.0.0.1:10091_solr, 127.0.0.1:10094_solr, 127.0.0.1:10100_solr, 127.0.0.1:10037_solr, 127.0.0.1:10053_solr, 127.0.0.1:10059_solr, 127.0.0.1:10103_solr, 127.0.0.1:10056_solr, 127.0.0.1:10072_solr]
   [junit4]   2> 3019168 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 3019169 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion 4
   [junit4]   2> 3019169 DEBUG (ScheduledTrigger-5246-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 100
   [junit4]   2> 3019179 DEBUG (ScheduledTrigger-5246-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 3019186 DEBUG (simCloudManagerPool-5245-thread-5) [    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 3019186 DEBUG (simCloudManagerPool-5245-thread-5) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 5
   [junit4]   2> 3019187 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 5
   [junit4]   2> 3019187 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 3019187 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 5, lastZnodeVersion 5
   [junit4]   2> 3019189 DEBUG (ScheduledTrigger-5246-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 100
   [junit4]   2> 3019271 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 3019280 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 100
   [junit4]   2> 3019291 DEBUG (ScheduledTrigger-5246-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 3019300 DEBUG (ScheduledTrigger-5246-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 100
   [junit4]   2> 3019311 DEBUG (ScheduledTrigger-5246-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 3019320 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 100
   [junit4]   2> 3019332 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 3019341 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 100
   [junit4]   2> 3019352 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 3019361 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 100
   [junit4]   2> 3019372 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 3019381 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 100
   [junit4]   2> 3019392 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 3019401 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 100
   [junit4]   2> 3019413 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 3019422 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 100
   [junit4]   2> 3019433 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 3019442 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 100
   [junit4]   2> 3019453 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 3019462 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 100
   [junit4]   2> 3019474 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 3019483 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 100
   [junit4]   2> 3019494 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 3019503 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 100
   [junit4]   2> 3019514 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 3019524 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 100
   [junit4]   2> 3019540 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 3019544 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 100
   [junit4]   2> 3019560 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 3019564 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 100
   [junit4]   2> 3019580 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 3019585 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 100
   [junit4]   2> 3019601 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 3019605 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 100
   [junit4]   2> 3019621 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 3019625 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 100
   [junit4]   2> 3019641 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 3019645 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 100
   [junit4]   2> 3019661 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 3019665 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 100
   [junit4]   2> 3019682 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 3019780 DEBUG (ScheduledTrigger-5246-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 100
   [junit4]   2> 3019780 DEBUG (ScheduledTrigger-5246-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 3019800 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 100
   [junit4]   2> 3019800 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 3019820 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 100
   [junit4]   2> 3019820 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 3019841 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 100
   [junit4]   2> 3019841 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 3019861 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 100
   [junit4]   2> 3019861 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 3019881 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 100
   [junit4]   2> 3019881 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 3019901 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 100
   [junit4]   2> 3019902 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 3019922 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 100
   [junit4]   2> 3019922 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 3019942 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 100
   [junit4]   2> 3019942 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 3019962 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 100
   [junit4]   2> 3019962 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 3019982 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 100
   [junit4]   2> 3019983 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 3020003 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 100
   [junit4]   2> 3020003 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 3020023 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 100
   [junit4]   2> 3020023 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 3020043 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 100
   [junit4]   2> 3020043 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 3020063 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 100
   [junit4]   2> 3020064 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 3020084 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 100
   [junit4]   2> 3020084 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 3020104 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 100
   [junit4]   2> 3020104 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 3020129 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 100
   [junit4]   2> 3020130 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 3020130 DEBUG (simCloudManagerPool-5245-thread-85) [    ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testBasic / shard5: {"core_node61":{
   [junit4]   2>     "core":"testBasic_shard5_replica_n61",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>     "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>     "INDEX.sizeInBytes":1,
   [junit4]   2>     "node_name":"127.0.0.1:10104_solr",
   [junit4]   2>     "state":"active",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "SEARCHER.searcher.numDocs":0,
   [junit4]   2>     "shard":"shard5",
   [junit4]   2>     "collection":"testBasic"}}
   [junit4]   2> 3020132 DEBUG (simCloudManagerPool-5245-thread-84) [    ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testBasic / shard4: {"core_node54":{
   [junit4]   2>     "core":"testBasic_shard4_replica_t54",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>     "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>     "INDEX.sizeInBytes":1,
   [junit4]   2>     "node_name":"127.0.0.1:10010_solr",
   [junit4]   2>     "state":"active",
   [junit4]   2>     "type":"TLOG",
   [junit4]   2>     "SEARCHER.searcher.numDocs":0,
   [junit4]   2>     "shard":"shard4",
   [junit4]   2>     "collection":"testBasic"}}
   [junit4]   2> 3020132 DEBUG (simCloudManagerPool-5245-thread-83) [    ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testBasic / shard3: {"core_node39":{
   [junit4]   2>     "core":"testBasic_shard3_replica_t39",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>     "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>     "INDEX.sizeInBytes":1,
   [junit4]   2>     "node_name":"127.0.0.1:10082_solr",
   [junit4]   2>     "state":"active",
   [junit4]   2>     "type":"TLOG",
   [junit4]   2>     "SEARCHER.searcher.numDocs":0,
   [junit4]   2>     "shard":"shard3",
   [junit4]   2>     "collection":"testBasic"}}
   [junit4]   2> 3020132 DEBUG (simCloudManagerPool-5245-thread-82) [    ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testBasic / shard2: {"core_node18":{
   [junit4]   2>     "core":"testBasic_shard2_replica_n18",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>     "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>     "INDEX.sizeInBytes":1,
   [junit4]   2>     "node_name":"127.0.0.1:10023_solr",
   [junit4]   2>     "state":"active",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "SEARCHER.searcher.numDocs":0,
   [junit4]   2>     "shard":"shard2",
   [junit4]   2>     "collection":"testBasic"}}
   [junit4]   2> 3020132 DEBUG (simCloudManagerPool-5245-thread-86) [    ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testBasic / shard1: {"core_node1":{
   [junit4]   2>     "core":"testBasic_shard1_replica_n1",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>     "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>     "INDEX.sizeInBytes":1,
   [junit4]   2>     "node_name":"127.0.0.1:10092_solr",
   [junit4]   2>     "state":"active",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "SEARCHER.searcher.numDocs":0,
   [junit4]   2>     "shard":"shard1",
   [junit4]   2>     "collection":"testBasic"}}
   [junit4]   2> 3020150 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 100
   [junit4]   2> 3020150 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 3020170 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 100
   [junit4]   2> 3020170 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 3020190 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 100
   [junit4]   2> 3020190 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 3020211 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 100
   [junit4]   2> 3020211 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 3020231 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 100
   [junit4]   2> 3020231 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 3020243 INFO  (TEST-TestLargeCluster.testBasic-seed#[DE164F63F47C248D]) [    ] o.a.s.c.a.s.TestLargeCluster Ready after 6180ms
   [junit4]   2> 3020251 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 99
   [junit4]   2> 3020251 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:10081_solr
   [junit4]   2> 3020251 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 99
   [junit4]   2> 3020251 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:10081_solr
   [junit4]   2> 3020271 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 99
   [junit4]   2> 3020272 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 99
   [junit4]   2> 3020305 DEBUG (ScheduledTrigger-5246-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 98
   [junit4]   2> 3020312 DEBUG (ScheduledTrigger-5246-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:10098_solr
   [junit4]   2> 3020327 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 98
   [junit4]   2> 3020327 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:10098_solr
   [junit4]   2> 3020332 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 98
   [junit4]   2> 3020351 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 97
   [junit4]   2> 3020351 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:10076_solr
   [junit4]   2> 3020352 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 97
   [junit4]   2> 3020352 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:10076_solr
   [junit4]   2> 3020352 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger firing registered processor for lost nodes: [127.0.0.1:10081_solr]
   [junit4]   2> 3020352 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"66396701c7da09T1quy3vfevx1lj04c04gwue8qb",
   [junit4]   2>   "source":"node_lost_trigger1",
   [junit4]   2>   "eventTime":28773562198776329,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[28773562198776329],
   [junit4]   2>     "nodeNames":["127.0.0.1:10081_solr"]}}
   [junit4]   2> 3020560 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [.auto_add_replicas, node_lost_trigger1]
   [junit4]   2> 3020603 DEBUG (AutoscalingActionExecutor-5247-thread-1) [    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"66396701c7da09T1quy3vfevx1lj04c04gwue8qb",
   [junit4]   2>   "source":"node_lost_trigger1",
   [junit4]   2>   "eventTime":28773562198776329,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[28773562198776329],
   [junit4]   2>     "_enqueue_time_":28773577630875079,
   [junit4]   2>     "nodeNames":["127.0.0.1:10081_solr"]}}
   [junit4]   2> 3020628 DEBUG (AutoscalingActionExecutor-5247-thread-1) [    ] o.a.s.c.a.ComputePlanAction -- processing event: {
   [junit4]   2>   "id":"66396701c7da09T1quy3vfevx1lj04c04gwue8qb",
   [junit4]   2>   "source":"node_lost_trigger1",
   [junit4]   2>   "eventTime":28773562198776329,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[28773562198776329],
   [junit4]   2>     "_enqueue_time_":28773577630875079,
   [junit4]   2>     "nodeNames":["127.0.0.1:10081_solr"]}} with context properties: {AFTER_ACTION=[start], BEFORE_ACTION=[start, compute]}
   [junit4]   2> 3020810 INFO  (AutoscalingActionExecutor-5247-thread-1) [    ] o.a.s.c.a.ComputePlanAction Computed Plan: action=MOVEREPLICA&collection=testBasic&targetNode=127.0.0.1:10072_solr&inPlaceMove=true&replica=core_node68
   [junit4]   2> 3020810 INFO  (AutoscalingActionExecutor-5247-thread-1) [    ] o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 28773590133 sessionWrapper.createTime 28773581141990779, this.sessionWrapper.createTime 28773581141990779 
   [junit4]   2> 3020816 DEBUG (AutoscalingActionExecutor-5247-thread-1) [    ] o.a.s.c.a.ExecutePlanAction -- processing event: {
   [junit4]   2>   "id":"66396701c7da09T1quy3vfevx1lj04c04gwue8qb",
   [junit4]   2>   "source":"node_lost_trigger1",
   [junit4]   2>   "eventTime":28773562198776329,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[28773562198776329],
   [junit4]   2>     "_enqueue_time_":28773577630875079,
   [junit4]   2>     "nodeNames":["127.0.0.1:10081_solr"]}} with context properties: {operations=[org.apache.solr.client.solrj.request.CollectionAdminRequest$MoveReplica@5f326167], AFTER_ACTION=[start, compute], BEFORE_ACTION=[start, compute, execute]}
   [junit4]   2> 3020816 DEBUG (AutoscalingActionExecutor-5247-thread-1) [    ] o.a.s.c.a.ExecutePlanAction Executing operation: action=MOVEREPLICA&collection=testBasic&targetNode=127.0.0.1:10072_solr&inPlaceMove=true&replica=core_node68
   [junit4]   2> 3020935 DEBUG (simCloudManagerPool-5245-thread-128) [    ] o.a.s.c.a.s.SimClusterStateProvider -- new replica: {"core_node77":{
   [junit4]   2>     "core":"testBasic_shard5_replica_t76",
   [junit4]   2>     "shard":"shard5",
   [junit4]   2>     "collection":"testBasic",
   [junit4]   2>     "node_name":"127.0.0.1:10072_solr",
   [junit4]   2>     "type":"TLOG"}}
   [junit4]   2> 3021175 DEBUG (AutoscalingActionExecutor-5247-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: .auto_add_replicas after 100ms
   [junit4]   2> 3021175 DEBUG (AutoscalingActionExecutor-5247-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_lost_trigger1 after 100ms
   [junit4]   2> 3021175 DEBUG (AutoscalingActionExecutor-5247-thread-1) [    ] o.a.s.c.a.ScheduledTriggers -- processing took 28608 ms for event id=66396701c7da09T1quy3vfevx1lj04c04gwue8qb
   [junit4]   2> 3021276 DEBUG (ScheduledTrigger-5246-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 92
   [junit4]   2> 3021276 DEBUG (ScheduledTrigger-5246-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:10077_solr
   [junit4]   2> 3021276 DEBUG (ScheduledTrigger-5246-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:10089_solr
   [junit4]   2> 3021276 DEBUG (ScheduledTrigger-5246-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:10057_solr
   [junit4]   2> 3021276 DEBUG (ScheduledTrigger-5246-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:10058_solr
   [junit4]   2> 3021276 DEBUG (ScheduledTrigger-5246-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:10087_solr
   [junit4]   2> 3021276 DEBUG (ScheduledTrigger-5246-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 92
   [junit4]   2> 3021276 DEBUG (ScheduledTrigger-5246-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:10077_solr
   [junit4]   2> 3021276 DEBUG (ScheduledTrigger-5246-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:10089_solr
   [junit4]   2> 3021276 DEBUG (ScheduledTrigger-5246-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:10057_solr
   [junit4]   2> 3021276 DEBUG (ScheduledTrigger-5246-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:10058_solr
   [junit4]   2> 3021276 DEBUG (ScheduledTrigger-5246-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:10087_solr
   [junit4]   2> 3021276 DEBUG (ScheduledTrigger-5246-thread-2) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger firing registered processor for lost nodes: [127.0.0.1:10098_solr, 127.0.0.1:10076_solr]
   [junit4]   2> 3021276 DEBUG (ScheduledTrigger-5246-thread-2) [    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"663967b66c1515T1quy3vfevx1lj04c04gwue8qe",
   [junit4]   2>   "source":"node_lost_trigger1",
   [junit4]   2>   "eventTime":28773565229438229,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[
   [junit4]   2>       28773565229438229,
   [junit4]   2>       28773567254950779],
   [junit4]   2>     "nodeNames":[
   [junit4]   2>       "127.0.0.1:10098_solr",
   [junit4]   2>       "127.0.0.1:10076_solr"]}}
   [junit4]   2> 3021276 DEBUG (ScheduledTrigger-5246-thread-2) [    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [.auto_add_replicas, node_lost_trigger1]
   [junit4]   2> 3021326 DEBUG (AutoscalingActionExecutor-5247-thread-1) [    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"663967b66c1515T1quy3vfevx1lj04c04gwue8qe",
   [junit4]   2>   "source":"node_lost_trigger1",
   [junit4]   2>   "eventTime":28773565229438229,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[
   [junit4]   2>       28773565229438229,
   [junit4]   2>       28773567254950779],
   [junit4]   2>     "_enqueue_time_":28773613458845629,
   [junit4]   2>     "nodeNames":[
   [junit4]   2>       "127.0.0.1:10098_solr",
   [junit4]   2>       "127.0.0.1:10076_solr"]}}
   [junit4]   2> 3021326 DEBUG (AutoscalingActionExecutor-5247-thread-1) [    ] o.a.s.c.a.ComputePlanAction -- processing event: {
   [junit4]   2>   "id":"663967b66c1515T1quy3vfevx1lj04c04gwue8qe",
   [junit4]   2>   "source":"node_lost_trigger1",
   [junit4]   2>   "eventTime":28773565229438229,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[
   [junit4]   2>       28773565229438229,
   [junit4]   2>       28773567254950779],
   [junit4]   2>     "_enqueue_time_":28773613458845629,
   [junit4]   2>     "nodeNames":[
   [junit4]   2>       "127.0.0.1:10098_solr",
   [junit4]   2>       "127.0.0.1:10076_solr"]}} with context properties: {AFTER_ACTION=[start], BEFORE_ACTION=[start, compute]}
   [junit4]   2> 3021437 INFO  (AutoscalingActionExecutor-5247-thread-1) [    ] o.a.s.c.a.ComputePlanAction Computed Plan: action=MOVEREPLICA&collection=testBasic&targetNode=127.0.0.1:10056_solr&inPlaceMove=true&replica=core_node22
   [junit4]   2> 3021488 INFO  (AutoscalingActionExecutor-5247-thread-1) [    ] o.a.s.c.a.ComputePlanAction Computed Plan: action=MOVEREPLICA&collection=testBasic&targetNode=127.0.0.1:10103_solr&inPlaceMove=true&replica=core_node55
   [junit4]   2> 3021488 INFO  (AutoscalingActionExecutor-5247-thread-1) [    ] o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 28773624060 sessionWrapper.createTime 28773616025935179, this.sessionWrapper.createTime 28773616025935179 
   [junit4]   2> 3021489 DEBUG (AutoscalingActionExecutor-5247-thread-1) [    ] o.a.s.c.a.ExecutePlanAction -- processing event: {
   [junit4]   2>   "id":"663967b66c1515T1quy3vfevx1lj04c04gwue8qe",
   [junit4]   2>   "source":"node_lost_trigger1",
   [junit4]   2>   "eventTime":28773565229438229,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[
   [junit4]   2>       28773565229438229,
   [junit4]   2>       28773567254950779],
   [junit4]   2>     "_enqueue_time_":28773613458845629,
   [junit4]   2>     "nodeNames":[
   [junit4]   2>       "127.0.0.1:10098_solr",
   [junit4]   2>       "127.0.0.1:10076_solr"]}} with context properties: {operations=[org.apache.solr.client.solrj.request.CollectionAdminRequest$MoveReplica@7f1be175, org.apache.solr.client.solrj.request.CollectionAdminRequest$MoveReplica@db1b125], AFTER_ACTION=[start, compute], BEFORE_ACTION=[start, compute, execute]}
   [junit4]   2> 3021489 DEBUG (AutoscalingActionExecutor-5247-thread-1) [    ] o.a.s.c.a.ExecutePlanAction Executing operation: action=MOVEREPLICA&collection=testBasic&targetNode=127.0.0.1:10056_solr&inPlaceMove=true&replica=core_node22
   [junit4]   2> 3021604 DEBUG (simCloudManagerPool-5245-thread-143) [    ] o.a.s.c.a.s.SimClusterStateProvider -- new replica: {"core_node79":{
   [junit4]   2>     "core":"testBasic_shard2_replica_t78",
   [junit4]   2>     "shard":"shard2",
   [junit4]   2>     "collection":"testBasic",
   [junit4]   2>     "node_name":"127.0.0.1:10056_solr",
   [junit4]   2>     "type":"TLOG"}}
   [junit4]   2> 3021817 DEBUG (AutoscalingActionExecutor-5247-thread-1) [    ] o.a.s.c.a.ExecutePlanAction Executing operation: action=MOVEREPLICA&collection=testBasic&targetNode=127.0.0.1:10103_solr&inPlaceMove=true&replica=core_node55
   [junit4]   2> 3021938 DEBUG (simCloudManagerPool-5245-thread-151) [    ] o.a.s.c.a.s.SimClusterStateProvider -- new replica: {"core_node81":{
   [junit4]   2>     "core":"testBasic_shard4_replica_t80",
   [junit4]   2>     "shard":"shard4",
   [junit4]   2>     "collection":"testBasic",
   [junit4]   2>     "node_name":"127.0.0.1:10103_solr",
   [junit4]   2>     "type":"TLOG"}}
   [junit4]   2> 3022130 DEBUG (AutoscalingActionExecutor-5247-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: .auto_add_replicas after 100ms
   [junit4]   2> 3022130 DEBUG (AutoscalingActionExecutor-5247-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_lost_trigger1 after 100ms
   [junit4]   2> 3022130 DEBUG (AutoscalingActionExecutor-5247-thread-1) [    ] o.a.s.c.a.ScheduledTriggers -- processing took 40217 ms for event id=663967b66c1515T1quy3vfevx1lj04c04gwue8qe
   [junit4]   2> 3022230 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 92
   [junit4]   2> 3022231 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 92
   [junit4]   2> 3022231 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger firing registered processor for lost nodes: [127.0.0.1:10057_solr, 127.0.0.1:10087_solr, 127.0.0.1:10058_solr, 127.0.0.1:10077_solr, 127.0.0.1:10089_solr]
   [junit4]   2> 3022231 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"663972f00a9b3dT1quy3vfevx1lj04c04gwue8qh",
   [junit4]   2>   "source":"node_lost_trigger1",
   [junit4]   2>   "eventTime":28773613440768829,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[
   [junit4]   2>       28773613440768829,
   [junit4]   2>       28773613442491229,
   [junit4]   2>       28773613441631879,
   [junit4]   2>       28773613438952379,
   [junit4]   2>       28773613439891429],
   [junit4]   2>     "nodeNames":[
   [junit4]   2>       "127.0.0.1:10057_solr",
   [junit4]   2>       "127.0.0.1:10087_solr",
   [junit4]   2>       "127.0.0.1:10058_solr",
   [junit4]   2>       "127.0.0.1:10077_solr",
   [junit4]   2>       "127.0.0.1:10089_solr"]}}
   [junit4]   2> 3022231 DEBUG (ScheduledTrigger-5246-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [.auto_add_replicas, node_lost_trigger1]
   [junit4]   2> 3022253 DEBUG (AutoscalingActionExecutor-5247-thread-1) [    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"663972f00a9b3dT1quy3vfevx1lj04c04gwue8qh",
   [junit4]   2>   "source":"node_lost_trigger1",
   [junit4]   2>   "eventTime":28773613440768829,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[
   [junit4]   2>       28773613440768829,
   [junit4]   2>       28773613442491229,
   [junit4]   2>       28773613441631879,
   [junit4]   2>       28773613438952379,
   [junit4]   2>       28773613439891429],
   [junit4]   2>     "_enqueue_time_":28773661191055379,
   [junit4]   2>     "nodeNames":[
   [junit4]   2>       "127.0.0.1:10057_solr",
   [junit4]   2>       "127.0.0.1:10087_solr",
   [junit4]   2>       "127.0.0.1:10058_solr",
   [junit4]   2>       "127.0.0.1:10077_solr",
   [junit4]   2>       "127.0.0.1:10089_solr"]}}
   [junit4]   2> 3022253 DEBUG (AutoscalingActionExecutor-5247-thread-1) [    ] o.a.s.c.a.ComputePlanAction -- processing event: {
   [junit4]   2>   "id":"663972f00a9b3dT1quy3vfevx1lj04c04gwue8qh",
   [junit4]   2>   "source":"node_lost_trigger1",
   [junit4]   2>   "eventTime":28773613440768829,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[
   [junit4]   2>       28773613440768829,
   [junit4]   2>       28773613442491229,
   [junit4]   2>       28773613441631879,
   [junit4]   2>       28773613438952379,
   [junit4]   2>       28773613439891429],
   [junit4]   2>     "_enqueue_time_":28773661191055379,
   [junit4]   2>     "nodeNames":[
   [junit4]   2>       "127.0.0.1:10057_solr",
   [junit4]   2>       "127.0.0.1:10087_solr",
   [junit4]   2>       "127.0.0.1:10058_solr",
   [junit4]   2>       "127.0.0.1:10077_solr",
   [junit4]   2>       "127.0.0.1:10089_solr"]}} with context properties: {AFTER_ACTION=[start], BEFORE_ACTION=[start, compute]}
   [junit4]   2> 3022800 INFO  (AutoscalingActionExecutor-5247-thread-1) [    ] o.a.s.c.a.ComputePlanAction Computed Plan: action=MOVEREPLICA&collection=testBasic&targetNode=127.0.0.1:10059_solr&inPlaceMove=true&replica=core_node40
   [junit4]   2> 3023330 INFO  (AutoscalingActionExecutor-5247-thread-1) [    ] o.a.s.c.a.ComputePlanAction Computed Plan: action=MOVEREPLICA&collection=testBasic&targetNode=127.0.0.1:10053_solr&inPlaceMove=true&replica=core_node64
   [junit4]   2> 3023709 INFO  (AutoscalingActionExecutor-5247-thread-1) [    ] o.a.s.c.a.ComputePlanAction Computed Plan: action=MOVEREPLICA&collection=testBasic&targetNode=127.0.0.1:10037_solr&inPlaceMove=true&replica=core_node37
   [junit4]   2> 3023883 INFO  (AutoscalingActionExecutor-5247-thread-1) [    ] o.a.s.c.a.ComputePlanAction Computed Plan: action=MOVEREPLICA&collection=testBasic&targetNode=127.0.0.1:10100_solr&inPlaceMove=true&replica=core_node51
   [junit4]   2> 3023979 INFO  (AutoscalingActionExecutor-5247-thread-1) [    ] o.a.s.c.a.ComputePlanAction Computed Plan: action=MOVEREPLICA&collection=testBasic&targetNode=127.0.0.1:10094_solr&inPlaceMove=true&replica=core_node20
   [junit4]   2> 3023983 INFO  (AutoscalingActionExecutor-5247-thread-1) [    ] o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 28773748797 sessionWrapper.createTime 28773662441506029, this.sessionWrapper.createTime 28773662441506029 
   [junit4]   2> 3023983 DEBUG (AutoscalingActionExecutor-5247-thread-1) [    ] o.a.s.c.a.ExecutePlanAction -- processing event: {
   [junit4]   2>   "id":"663972f00a9b3dT1quy3vfevx1lj04c04gwue8qh",
   [junit4]   2>   "source":"node_lost_trigger1",
   [junit4]   2>   "eventTime":28773613440768829,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[
   [junit4]   2>       28773613440768829,
   [junit4]   2>       28773613442491229,
   [junit4]   2>       28773613441631879,
   [junit4]   2>       28773613438952379,
   [junit4]   2>       28773613439891429],
   [junit4]   2>     "_enqueue_time_":28773661191055379,
   [junit4]   2>     "nodeNames":[
   [junit4]   2>       "127.0.0.1:10057_solr",
   [junit4]   2>       "127.0.0.1:10087_solr",
   [junit4]   2>       "127.0.0.1:10058_solr",
   [junit4]   2>       "127.0.0.1:10077_solr",
   [junit4]   2>       "127.0.0.1:10089_solr"]}} with context properties: {operations=[org.apache.solr.client.solrj.request.CollectionAdminRequest$MoveReplica@249deff6, org.apache.solr.client.solrj.request.CollectionAdminRequest$MoveReplica@669aa175, org.apache.solr.client.solrj.request.CollectionAdminRequest$MoveReplica@221eef47, org.apache.solr.client.solrj.request.CollectionAdminRequest$MoveReplica@6b49a7b0, org.apache.solr.client.solrj.request.CollectionAdminRequest$MoveReplica@20600770], AFTER_ACTION=[start, compute], BEFORE_ACTION=[start, compute, execute]}
   [junit4]   2> 3023986 DEBUG (AutoscalingActionExecutor-5247-thread-1) [    ] o.a.s.c.a.ExecutePlanAction Executing operation: action=MOVEREPLICA&collection=testBasic&targetNode=127.0.0.1:10059_solr&inPlaceMove=true&replica=core_node40
   [junit4]   2> 3024116 DEBUG (simCloudManagerPool-5245-thread-171) [    ] o.a.s.c.a.s.SimClusterStateProvider -- new replica: {"core_node83":{
   [junit4]   2>     "core":"testBasic_shard3_replica_t82",
   [junit4]   2>     "shard":"shard3",
   [junit4]   2>     "collection":"testBasic",
   [junit4]   2>     "node_name":"127.0.0.1:10059_solr",
   [junit4]   2>     "type":"TLOG"}}
   [junit4]   2> 3024299 DEBUG (AutoscalingActionExecutor-5247-thread-1) [    ] o.a.s.c.a.ExecutePlanAction Executing operation: action=MOVEREPLICA&collection=testBasic&targetNode=127.0.0.1:10053_solr&inPlaceMove=true&replica=core_node64
   [junit4]   2> 3024409 DEBUG (simCloudManagerPool-5245-thread-179) [    ] o.a.s.c.a.s.SimClusterStateProvider -- new replica: {"core_node85":{
   [junit4]   2>     "core":"testBasic_shard5_replica_n84",
   [junit4]   2>     "shard":"shard5",
   [junit4]   2>     "collection":"testBasic",
   [junit4]   2>     "node_name":"127.0.0.1:10053_solr",
   [junit4]   2>     "type":"NRT"}}
   [junit4]   2> 3024604 DEBUG (AutoscalingActionExecutor-5247-thread-1) [    ] o.a.s.c.a.ExecutePlanAction Executing operation: action=MOVEREPLICA&collection=testBasic&targetNode=127.0.0.1:10037_solr&inPlaceMove=true&replica=core_node37
   [junit4]   2> 3024866 DEBUG (simCloudManagerPool-5245-thread-187) [    ] o.a.s.c.a.s.SimClusterStateProvider -- new replica: {"core_node87":{
   [junit4]   2>     "core":"testBasic_shard3_replica_t86",
   [junit4]   2>     "shard":"shard3",
   [junit4]   2>     "collection":"testBasic",
   [junit4]   2>     "node_name":"127.0.0.1:10037_solr",
   [junit4]   2>     "type":"TLOG"}}
   [junit4]   2> 3025054 DEBUG (AutoscalingActionExecutor-5247-thread-1) [    ] o.a.s.c.a.ExecutePlanAction Executing operation: action=MOVEREPLICA&collection=testBasic&targetNode=127.0.0.1:10100_solr&inPlaceMove=true&replica=core_node51
   [junit4]   2> 3025160 DEBUG (simCloudManagerPool-5245-thread-195) [    ] o.a.s.c.a.s.SimClusterStateProvider -- new replica: {"core_node89":{
   [junit4]   2>     "core":"testBasic_shard4_replica_t88",
   [junit4]   2>     "shard":"shard4",
   [junit4]   2>     "collection":"testBasic",
   [junit4]   2>     "node_name":"127.0.0.1:10100_solr",
   [junit4]   2>     "type":"TLOG"}}
   [junit4]   2> 3025304 DEBUG (AutoscalingActionExecutor-5247-thread-1) [    ] o.a.s.c.a.ExecutePlanAction Executing operation: action=MOVEREPLICA&collection=testBasic&targetNode=127.0.0.1:10094_solr&inPlaceMove=true&replica=core_node20
   [junit4]   2> 3025433 DEBUG (simCloudManagerPool-5245-thread-200) [    ] o.a.s.c.a.s.SimClusterStateProvider -- new replica: {"core_node91":{
   [junit4]   2>     "core":"testBasic_shard2_replica_n90",
   [junit4]   2>     "shard":"shard2",
   [junit4]   2>     "collection":"testBasic",
   [junit4]   2>     "node_name":"127.0.0.1:10094_solr",
   [junit4]   2>     "type":"NRT"}}
   [junit4]   2> 3025548 INFO  (TEST-TestLargeCluster.testBasic-seed#[DE164F63F47C248D]) [    ] o.a.s.c.a.s.TestLargeCluster Ready after 249811ms
   [junit4]   2> 3025549 INFO  (TEST-TestLargeCluster.testBasic-seed#[DE164F63F47C248D]) [    ] o.a.s.c.a.s.TestLargeCluster OP COUNTS: {CREATE=1, DELETESTATUS=7, MOVEREPLICA=8, REQUESTSTATUS=7, autoscaling=3, update=25}
   [junit4]   2> 3025563 DEBUG (AutoscalingActionExecutor-5247-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: .auto_add_replicas after 100ms
   [junit4]   2> 3025563 DEBUG (AutoscalingActionExecutor-5247-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_lost_trigger1 after 100ms
   [junit4]   2> 3025563 DEBUG (AutoscalingActionExecutor-5247-thread-1) [    ] o.a.s.c.a.ScheduledTriggers -- processing took 165505 ms for event id=663972f00a9b3dT1quy3vfevx1lj04c04gwue8qh
   [junit4]   2> 3025663 DEBUG (ScheduledTrigger-5246-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 82
   [junit4]   2> 3025663 DEBUG (ScheduledTrigger-5246-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:10049_solr
   [junit4]   2> 3025663 DEBUG (ScheduledTrigger-5246-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:10074_solr
   [junit4]   2> 3025663 DEBUG (ScheduledTrigger-5246-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:10020_solr
   [junit4]   2> 3025663 DEBUG (ScheduledTrigger-5246-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:10012_solr
   [junit4]   2> 3025663 DEBUG (ScheduledTrigger-5246-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:10088_solr
   [junit4]   2> 3025663 DEBUG (ScheduledTrigger-5246-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:10039_solr
   [junit4]   2> 3025663 DEBUG (ScheduledTrigger-5246-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:10055_solr
   [junit4]   2> 3025663 DEBUG (ScheduledTrigger-5246-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:10016_solr
   [junit4]   2> 3025663 DEBUG (ScheduledTrigger-5246-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:10067_solr
   [junit4]   2> 3025663 DEBUG (ScheduledTrigger-5246-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:10064_solr
   [junit4]   2> 3025664 DEBUG (ScheduledTrigger-5246-thread-2) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger firing registered processor for lost nodes: [127.0.0.1:10057_solr, 127.0.0.1:10089_solr, 127.0.0.1:10081_solr, 127.0.0.1:10076_solr, 127.0.0.1:10087_solr, 127.0.0.1:10058_solr, 127.0.0.1:10098_solr, 127.0.0.1:10077_solr]
   [junit4]   2> 3025664 DEBUG (ScheduledTrigger-5246-thread-2) [    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"663972ef2f679dT1quy3vfevx1lj04c04gwue8qk",
   [junit4]   2>   "source":".auto_add_replicas",
   [junit4]   2>   "eventTime":28773613426403229,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[
   [junit4]   2>       28773613426403229,
   [junit4]   2>       28773613425503079,
   [junit4]   2>       28773562211925879,
   [junit4]   2>       28773567184085129,
   [junit4]   2>       28773613428158479,
   [junit4]   2>       28773613427277579,
   [junit4]   2>       28773565991036629,
   [junit4]   2>       28773613424469879],
   [junit4]   2>     "nodeNames":[
   [junit4]   2>       "127.0.0.1:10057_solr",
   [junit4]   2>       "127.0.0.1:10089_solr",
   [junit4]   2>       "127.0.0.1:10081_solr",
   [junit4]   2>       "127.0.0.1:10076_solr",
   [junit4]   2>       "127.0.0.1:10087_solr",
   [junit4]   2>       "127.0.0.1:10058_solr",
   [junit4]   2>       "127.0.0.1:10098_solr",
   [junit4]   2>       "127.0.0.1:10077_solr"]}}
   [junit4]   2> 3025664 DEBUG (ScheduledTrigger-5246-thread-2) [    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [.auto_add_replicas, node_lost_trigger1]
   [junit4]   2> 3025665 DEBUG (AutoscalingActionExecutor-5247-thread-1) [    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"663972ef2f679dT1quy3vfevx1lj04c04gwue8qk",
   [junit4]   2>   "source":".auto_add_replicas",
   [junit4]   2>   "eventTime":28773613426403229,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[
   [junit4]   2>       28773613426403229,
   [junit4]   2>       28773613425503079,
   [junit4]   2>       28773562211925879,
   [junit4]   2>       28773567184085129,
   [junit4]   2>       28773613428158479,
   [junit4]   2>       28773613427277579,
   [junit4]   2>       28773565991036629,
   [junit4]   2>       28773613424469879],
   [junit4]   2>     "_enqueue_time_":28773832836644529,
   [junit4]   2>     "nodeNames":[
   [junit4]   2>       "127.0.0.1:10057_solr",
   [junit4]   2>       "127.0.0.1:10089_solr",
   [junit4]   2>       "127.0.0.1:10081_solr",
   [junit4]   2>       "127.0.0.1:10076_solr",
   [junit4]   2>       "127.0.0.1:10087_solr",
   [junit4]   2>       "127.0.0.1:10058_solr",
   [junit4]   2>       "127.0.0.1:10098_solr",
   [junit4]   2>       "127.0.0.1:10077_solr"]}}
   [junit4]   2> 3025665 DEBUG (AutoscalingActionExecutor-5247-thread-1) [    ] o.a.s.c.a.ComputePlanAction -- processing event: {
   [junit4]   2>   "id":"663972ef2f679dT1quy3vfevx1lj04c04gwue8qk",
   [junit4]   2>   "source":".auto_add_replicas",
   [junit4]   2>   "eventTime":28773613426403229,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[
   [junit4]   2>       28773613426403229,
   [junit4]   2>       28773613425503079,
   [junit4]   2>       28773562211925879,
   [junit4]   2>       28773567184085129,
   [junit4]   2>       28773613428158479,
   [junit4]   2>       28773613427277579,
   [junit4]   2>       28773565991036629,
   [junit4]   2>       28773613424469879],
   [junit4]   2>     "_enqueue_time_":28773832836644529,
   [junit4]   2>     "nodeNames":[
   [junit4]   2>       "127.0.0.1:10057_solr",
   [junit4]   2>       "127.0.0.1:10089_solr",
   [junit4]   2>       "127.0.0.1:10081_solr",
   [junit4]   2>       "127.0.0.1:10076_solr",
   [junit4]   2>       "127.0.0.1:10087_solr",
   [junit4]   2>       "127.0.0.1:10058_solr",
   [junit4]   2>       "127.0.0.1:10098_solr",
   [junit4]   2>       "127.0.0.1:10077_solr"]}} with context properties: {BEFORE_ACTION=[auto_add_replicas_plan]}
   [junit4]   2> 3025667 INFO  (AutoscalingActionExecutor-5247-thread-1) [    ] o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 28773833013 sessionWrapper.createTime 28773832986585279, this.sessionWrapper.createTime 28773832986585279 
   [junit4]   2> 3025668 DEBUG (AutoscalingActionExecutor-5247-thread-1) [    ] o.a.s.c.a.ExecutePlanAction -- processing event: {
   [junit4]   2>   "id":"663972ef2f679dT1quy3vfevx1lj04c04gwue8qk",
   [junit4]   2>   "source":".auto_add_replicas",
   [junit4]   2>   "eventTime":28773613426403229,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[
   [junit4]   2>       28773613426403229,
   [junit4]   2>       28773613425503079,
   [junit4]   2>       28773562211925879,
   [junit4]   2>       28773567184085129,
   [junit4]   2>       28773613428158479,
   [junit4]   2>       28773613427277579,
   [junit4]   2>       28773565991036629,
   [junit4]   2>       28773613424469879],
   [junit4]   2>     "_enqueue_time_":28773832836644529,
   [junit4]   2>     "nodeNames":[
   [junit4]   2>       "127.0.0.1:10057_solr",
   [junit4]   2>       "127.0.0.1:10089_solr",
   [junit4]   2>       "127.0.0.1:10081_solr",
   [junit4]   2>       "127.0.0.1:10076_solr",
   [junit4]   2>       "127.0.0.1:10087_solr",
   [junit4]   2>       "127.0.0.1:10058_solr",
   [junit4]   2>       "127.0.0.1:10098_solr",
   [junit4]   2>       "127.0.0.1:10077_solr"]}} with context properties: {AFTER_ACTION=[auto_add_replicas_plan], BEFORE_ACTION=[auto_add_replicas_plan, execute_plan]}
   [junit4]   2> 3025668 INFO  (AutoscalingActionExecutor-5247-thread-1) [    ] o.a.s.c.a.ExecutePlanAction No operations to execute for event: {
   [junit4]   2>   "id":"663972ef2f679dT1quy3vfevx1lj04c04gwue8qk",
   [junit4]   2>   "source":".auto_add_replicas",
   [junit4]   2>   "eventTime":28773613426403229,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[
   [junit4]   2>       28773613426403229,
   [junit4]   2>       28773613425503079,
   [junit4]   2>       28773562211925879,
   [junit4]   2>       28773567184085129,
   [junit4]   2>       28773613428158479,
   [junit4]   2>       28773613427277579,
   [junit4]   2>       28773565991036629,
   [junit4]   2>       28773613424469879],
   [junit4]   2>     "_enqueue_time_":28773832836644529,
   [junit4]   2>     "nodeNames":[
   [junit4]   2>       "127.0.0.1:10057_solr",
   [junit4]   2>       "127.0.0.1:10089_solr",
   [junit4]   2>       "127.0.0.1:10081_solr",
   [junit4]   2>       "127.0.0.1:10076_solr",
   [junit4]   2>       "127.0.0.1:10087_solr",
   [junit4]   2>       "127.0.0.1:10058_solr",
   [junit4]   2>       "127.0.0.1:10098_solr",
   [junit4]   2>       "127.0.0.1:10077_solr"]}}
   [junit4]   2> 3025670 DEBUG (AutoscalingActionExecutor-5247-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: .auto_add_replicas after 100ms
   [junit4]   2> 3025670 DEBUG (AutoscalingActionExecutor-5247-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_lost_trigger1 after 100ms
   [junit4]   2> 3025670 DEBUG (AutoscalingActionExecutor-5247-thread-1) [    ] o.a.s.c.a.ScheduledTriggers -- processing took 236 ms for event id=663972ef2f679dT1quy3vfevx1lj04c04gwue8qk
   [junit4]   2> 3025811 DEBUG (ScheduledTrigger-5246-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 82
   [junit4]   2> 3025811 DEBUG (ScheduledTrigger-5246-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 82
   [junit4]   2> 3025811 DEBUG (ScheduledTrigger-5246-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:10049_solr
   [junit4]   2> 3025811 DEBUG (ScheduledTrigger-5246-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:10074_solr
   [junit4]   2> 3025811 DEBUG (ScheduledTrigger-5246-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:10020_solr
   [junit4]   2> 3025811 DEBUG (ScheduledTrigger-5246-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:10012_solr
   [junit4]   2> 3025811 DEBUG (ScheduledTrigger-5246-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:10088_solr
   [junit4]   2> 3025811 DEBUG (ScheduledTrigger-5246-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:10039_solr
   [junit4]   2> 3025811 DEBUG (ScheduledTrigger-5246-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:10055_solr
   [junit4]   2> 3025811 DEBUG (ScheduledTrigger-5246-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:10016_solr
   [junit4]   2> 3025811 DEBUG (ScheduledTrigger-5246-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:10067_solr
   [junit4]   2> 3025811 DEBUG (ScheduledTrigger-5246-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:10064_solr
   [junit4]   2> 3025832 DEBUG (ScheduledTrigger-5246-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 84
   [junit4]   2> 3025832 DEBUG (ScheduledTrigger-5246-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 84
   [junit4]   2> 3025852 DEBUG (ScheduledTrigger-5246-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 85
   [junit4]   2> 3025852 DEBUG (ScheduledTrigger-5246-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:10088_solr
   [junit4]   2> 3025853 DEBUG (ScheduledTrigger-5246-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 85
   [junit4]   2> 3025853 DEBUG (ScheduledTrigger-5246-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:10088_solr
   [junit4]   2> 3025873 DEBUG (ScheduledTrigger-5246-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 85
   [junit4]   2> 3025873 DEBUG (ScheduledTrigger-5246-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 85
   [junit4]   2> 3025893 DEBUG (ScheduledTrigger-5246-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 85
   [junit4]   2> 3025893 DEBUG (ScheduledTrigger-5246-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 85
   [junit4]   2> 3025913 DEBUG (ScheduledTrigger-5246-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 85
   [junit4]   2> 3025914 DEBUG (ScheduledTrigger-5246-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 85
   [junit4]   2> 3025914 DEBUG (ScheduledTrigger-5246-thread-3) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger firing registered processor for lost nodes: [127.0.0.1:10055_solr, 127.0.0.1:10067_solr, 127.0.0.1:10049_solr, 127.0.0.1:10074_solr, 127.0.0.1:10012_solr, 127.0.0.1:10064_solr]
   [junit4]   2> 3025914 DEBUG (ScheduledTrigger-5246-thread-3) [    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"6639a7bc38592dT1quy3vfevx1lj04c04gwue8qn",
   [junit4]   2>   "source":"node_lost_trigger1",
   [junit4]   2>   "eventTime":28773840204618029,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[
   [junit4]   2>       28773840204618029,
   [junit4]   2>       28773840208005129,
   [junit4]   2>       28773840193461429,
   [junit4]   2>       28773840196005679,
   [junit4]   2>       28773840199467029,
   [junit4]   2>       28773840209683579],
   [junit4]   2>     "nodeNames":[
   [junit4]   2>       "127.0.0.1:10055_solr",
   [junit4]   2>       "127.0.0.1:10067_solr",
   [junit4]   2>       "127.0.0.1:10049_solr",
   [junit4]   2>       "127.0.0.1:10074_solr",
   [junit4]   2>       "127.0.0.1:10012_solr",
   [junit4]   2>       "127.0.0.1:10064_solr"]}}
   [junit4]   2> 3025914 DEBUG (ScheduledTrigger-5246-thread-3) [    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [.auto_add_replicas, node_lost_trigger1]
   [junit4]   2> 3025915 DEBUG (AutoscalingActionExecutor-5247-thread-1) [    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"6639a7bc38592dT1quy3vfevx1lj04c04gwue8qn",
   [junit4]   2>   "source":"node_lost_trigger1",
   [junit4]   2>   "eventTime":28773840204618029,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[
   [junit4]   2>       28773840204618029,
   [junit4]   2>       28773840208005129,
   [junit4]   2>       28773840193461429,
   [junit4]   2>       28773840196005679,
   [junit4]   2>       28773840199467029,
   [junit4]   2>       28773840209683579],
   [junit4]   2>     "_enqueue_time_":28773845338796729,
   [junit4]   2>     "nodeNames":[
   [junit4]   2>       "127.0.0.1:10055_solr",
   [junit4]   2>       "127.0.0.1:10067_solr",
   [junit4]   2>       "127.0.0.1:10049_solr",
   [junit4]   2>       "127.0.0.1:10074_solr",
   [junit4]   2>       "127.0.0.1:10012_solr",
   [junit4]   2>       "127.0.0.1:10064_solr"]}}
   [junit4]   2> 3025915 DEBUG (AutoscalingActionExecutor-5247-thread-1) [    ] o.a.s.c.a.ComputePlanAction -- processing event: {
   [junit4]   2>   "id":"6639a7bc38592dT1quy3vfevx1lj04c04gwue8qn",
   [junit4]   2>   "source":"node_lost_trigger1",
   [junit4]   2>   "eventTime":28773840204618029,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[
   [junit4]   2>       28773840204618029,
   [junit4]   2>       28773840208005129,
   [junit4]   2>       28773840193461429,
   [junit4]   2>       28773840196005679,
   [junit4]   2>       28773840199467029,
   [junit4]   2>       28773840209683579],
   [junit4]   2>     "_enqueue_time_":28773845338796729,
   [junit4]   2>     "nodeNames":[
   [junit4]   2>       "127.0.0.1:10055_solr",
   [junit4]   2>       "127.0.0.1:10067_solr",
   [junit4]   2>       "127.0.0.1:10049_solr",
   [junit4]   2>       "127.0.0.1:10074_solr",
   [junit4]   2>       "127.0.0.1:10012_solr",
   [junit4]   2>       "127.0.0.1:10064_solr"]}} with context properties: {AFTER_ACTION=[start], BEFORE_ACTION=[start, compute]}
   [junit4]   2> 3026204 INFO  (AutoscalingActionExecutor-5247-thread-1) [    ] o.a.s.c.a.ComputePlanAction Computed Plan: action=MOVEREPLICA&collection=testBasic&targetNode=127.0.0.1:10091_solr&inPlaceMove=true&replica=core_node34
   [junit4]   2> 3026810 INFO  (AutoscalingActionExecutor-5247-thread-1) [    ] o.a.s.c.a.ComputePlanAction Computed Plan: action=MOVEREPLICA&collection=testBasic&targetNode=127.0.0.1:10034_solr&inPlaceMove=true&replica=core_node8
   [junit4]   2> 3027042 INFO  (AutoscalingActionExecutor-5247-thread-1) [    ] o.a.s.c.a.ComputePlanAction Computed Plan: action=MOVEREPLICA&collection=testBasic&targetNode=127.0.0.1:10031_solr&inPlaceMove=true&replica=core_node75
   [junit4]   2> 3027082 INFO  (AutoscalingActionExecutor-5247-thread-1) [    ] o.a.s.c.a.ComputePlanAction Computed Plan: action=MOVEREPLICA&collection=testBasic&targetNode=127.0.0.1:10097_solr&inPlaceMove=true&replica=core_node35
   [junit4]   2> 3027149 INFO  (AutoscalingActionExecutor-5247-thread-1) [    ] o.a.s.c.a.ComputePlanAction Computed Plan: action=MOVEREPLICA&collection=testBasic&targetNode=127.0.0.1:10078_solr&inPlaceMove=true&replica=core_node4
   [junit4]   2> 3027210 INFO  

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

lrJmxReporter@3f5864a7: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@7e8a818e
   [junit4]   2> 5994183 INFO  (SUITE-TestScoreJoinQPNoScore-seed#[DE164F63F47C248D]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 5994183 INFO  (SUITE-TestScoreJoinQPNoScore-seed#[DE164F63F47C248D]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@40cd4404: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@15887058
   [junit4]   2> 5994183 INFO  (coreCloseExecutor-12807-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@37cb121c
   [junit4]   2> 5994183 INFO  (coreCloseExecutor-12807-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=37cb121c
   [junit4]   2> 5994183 INFO  (coreCloseExecutor-12807-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1ee8fd43: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@375d853
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.search.join.TestScoreJoinQPNoScore_DE164F63F47C248D-001
   [junit4]   2> NOTE: test params are: codec=Lucene70, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@701c95d0), locale=pl-PL, timezone=America/Boa_Vista
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_172 (64-bit)/cpus=4,threads=1,free=186307144,total=535298048
   [junit4]   2> NOTE: All tests run in this JVM: [ShardSplitTest, ClusterStateUpdateTest, TestAtomicUpdateErrorCases, MultiTermTest, TestUniqueKeyFieldResource, SuggestComponentContextFilterQueryTest, TestRangeQuery, TestPolicyCloud, BigEndianAscendingWordSerializerTest, CoreAdminHandlerTest, TestFieldCollectionResource, TestConfigSetsAPIZkFailure, ClassificationUpdateProcessorFactoryTest, CachingDirectoryFactoryTest, CloudExitableDirectoryReaderTest, TestSolrCoreProperties, TestFaceting, FileBasedSpellCheckerTest, CacheHeaderTest, TestNumericTokenStream, TestUnInvertedFieldException, TestDynamicLoading, TestBadConfig, TestNonDefinedSimilarityFactory, IndexSchemaRuntimeFieldTest, WrapperMergePolicyFactoryTest, TestMultiWordSynonyms, DistributedSuggestComponentTest, DeleteInactiveReplicaTest, SuggesterTSTTest, TestBlendedInfixSuggestions, TestLazyCores, ConjunctionSolrSpellCheckerTest, AutoAddReplicasPlanActionTest, BlockJoinFacetRandomTest, TestSolrConfigHandler, HdfsBasicDistributedZkTest, TestGraphMLResponseWriter, TestSmileRequest, TestPKIAuthenticationPlugin, BaseCdcrDistributedZkTest, ConnectionManagerTest, TestLMJelinekMercerSimilarityFactory, TestSolrQueryResponse, TestReqParamsAPI, IndexSizeTriggerTest, DistributedFacetSimpleRefinementLongTailTest, NotRequiredUniqueKeyTest, TestApiFramework, OverriddenZkACLAndCredentialsProvidersTest, AssignBackwardCompatibilityTest, DistributedFacetPivotLongTailTest, SpatialRPTFieldTypeTest, TestManagedSchema, PreAnalyzedFieldTest, CollectionTooManyReplicasTest, HdfsRestartWhileUpdatingTest, RandomizedTaggerTest, TestSolrFieldCacheBean, TestRealTimeGet, ScheduledMaintenanceTriggerTest, CollectionsAPISolrJTest, NumericFieldsTest, TestZkAclsWithHadoopAuth, TestQueryTypes, TestPayloadCheckQParserPlugin, TestSolrDeletionPolicy2, DateMathParserTest, DirectSolrSpellCheckerTest, NodeLostTriggerTest, DirectoryFactoryTest, TestFieldCacheReopen, MultiThreadedOCPTest, TestExclusionRuleCollectionAccess, TestSubQueryTransformerCrossCore, ActionThrottleTest, DistributedFacetPivotWhiteBoxTest, SearchHandlerTest, HdfsNNFailoverTest, TestSolrCloudWithSecureImpersonation, TestCloudJSONFacetJoinDomain, TestConfigSetImmutable, TriggerSetPropertiesIntegrationTest, MinimalSchemaTest, CoreAdminRequestStatusTest, DistanceUnitsTest, ReturnFieldsTest, TestUtils, TestGraphTermsQParserPlugin, ConcurrentDeleteAndCreateCollectionTest, TestSolrCLIRunExample, LukeRequestHandlerTest, AutoscalingHistoryHandlerTest, HdfsTlogReplayBufferedWhileIndexingTest, TestSortableTextField, DateFieldTest, TestTrieFacet, CircularListTest, ChaosMonkeySafeLeaderWithPullReplicasTest, TestClusterProperties, TestExactStatsCache, TestSkipOverseerOperations, SolrGraphiteReporterTest, TestReplicaProperties, SolrTestCaseJ4Test, TestCoreAdminApis, TestLargeCluster, TestCopyFieldCollectionResource, ZkShardTermsTest, SolrCloudExampleTest, MoveReplicaHDFSTest, TestRandomDVFaceting, RegexBoostProcessorTest, TestCoreContainer, TestCollapseQParserPlugin, TestFieldTypeResource, TestRawResponseWriter, ZkStateWriterTest, LeaderElectionIntegrationTest, ReplaceNodeNoTargetTest, TestCustomSort, TestSchemaSimilarityResource, DeleteReplicaTest, ExecutePlanActionTest, SolrMetricReporterTest, TestFastWriter, TestTolerantSearch, TriLevelCompositeIdRoutingTest, TestReloadDeadlock, SparseHLLTest, TestGroupingSearch, BadIndexSchemaTest, ConvertedLegacyTest, TestFiltering, ShowFileRequestHandlerTest, SolrIndexSplitterTest, SimplePostToolTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, DocValuesTest, SuggesterTest, SpatialFilterTest, TestCSVLoader, NoCacheHeaderTest, SchemaVersionSpecificBehaviorTest, FieldMutatingUpdateProcessorTest, DirectUpdateHandlerOptimizeTest, StatelessScriptUpdateProcessorFactoryTest, XsltUpdateRequestHandlerTest, DisMaxRequestHandlerTest, DocumentAnalysisRequestHandlerTest, TestOmitPositions, RequestHandlersTest, PathHierarchyTokenizerFactoryTest, FieldAnalysisRequestHandlerTest, LoggingHandlerTest, TestJmxIntegration, BinaryUpdateRequestHandlerTest, TestComponentsName, TestQuerySenderListener, TestSolrIndexConfig, CopyFieldTest, ResponseLogComponentTest, SolrIndexConfigTest, TestStressRecovery, TestBinaryField, DirectSolrConnectionTest, SpellPossibilityIteratorTest, TestXIncludeConfig, EchoParamsTest, TestDFRSimilarityFactory, TestLMDirichletSimilarityFactory, TestBM25SimilarityFactory, ResourceLoaderTest, URLClassifyProcessorTest, TestSuggestSpellingConverter, DOMUtilTest, ClusterStateTest, SliceStateTest, DistributedMLTComponentTest, DistributedIntervalFacetingTest, TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerConstructors, TestEmbeddedSolrServerSchemaAPI, TestJettySolrRunner, ConnectionReuseTest, AsyncCallRequestStatusResponseTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, CreateRoutedAliasTest, ForceLeaderTest, HttpPartitionOnCommitTest, MigrateRouteKeyTest, MoveReplicaHDFSFailoverTest, ReplicationFactorTest, RestartWhileUpdatingTest, RollingRestartTest, TestTolerantUpdateProcessorCloud, TestTolerantUpdateProcessorRandomCloud, AssignTest, CollectionsAPIDistributedZkTest, HdfsAutoAddReplicasIntegrationTest, MetricTriggerIntegrationTest, NodeMarkersRegistrationTest, TestDistribStateManager, TestExecutePlanAction, TestNodeAddedTrigger, TestNodeLostTrigger, TestTriggerIntegration, CdcrReplicationDistributedZkTest, CdcrReplicationHandlerTest, SearchHandlerTest, TestConfigReload, TestReplicationHandlerBackup, TestSQLHandler, TestSQLHandlerNonCloud, TestSolrConfigHandlerConcurrent, V2ApiIntegrationTest, InfoHandlerTest, SecurityConfHandlerTest, StatsReloadRaceTest, DistributedQueryComponentCustomSortTest, ReplicaListTransformerTest, SpatialHeatmapFacetsTest, TestLegacyFieldReuse, TestLegacyTerms, TestMultiValuedNumericRangeQuery, TestNumericRangeQuery32, TestNumericRangeQuery64, SolrGangliaReporterTest, SolrRrdBackendFactoryTest, TestStreamBody, TestMacroExpander, JSONWriterTest, TestBinaryResponseWriter, TestCustomDocTransformer, TestRawTransformer, TestRetrieveFieldsOptimizer, TestChildDocTransformer, TestSubQueryTransformerDistrib, TestManagedResource, TestManagedResourceStorage, TestRestManager, TestBulkSchemaAPI, TestFieldTypeCollectionResource, TestManagedSynonymGraphFilterFactory, PreAnalyzedFieldManagedSchemaCloudTest, TestCloudManagedSchema, TestSchemalessBufferedUpdates, TestUseDocValuesAsStored, AnalyticsMergeStrategyTest, TestLegacyNumericRangeQueryBuilder, TestMaxScoreQueryParser, TestMissingGroups, TestStandardQParsers, TestJsonFacetRefinement, TestJsonFacetsWithNestedObjects, TestOrdValues, TestSortByMinMaxFunction, BJQParserTest, BlockJoinFacetDistribTest, TestCloudNestedDocsSort, TestScoreJoinQPNoScore]
   [junit4] Completed [766/818 (3!)] on J2 in 29.51s, 4 tests, 1 error <<< FAILURES!

[...truncated 178 lines...]
   [junit4] JVM J1: stdout was not empty, see: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/temp/junit4-J1-20180607_225316_6755291499750572935171.sysout
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Dumping heap to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/heapdumps/java_pid742.hprof ...
   [junit4] Heap dump file created [604739568 bytes in 6.564 secs]
   [junit4] <<< JVM J1: EOF ----

[...truncated 9413 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/build.xml:651: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/build.xml:585: Some of the tests produced a heap dump, but did not fail. Maybe a suppressed OutOfMemoryError? Dumps created:
* java_pid742.hprof

Total time: 411 minutes 32 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-NightlyTests-master - Build # 1560 - Still Unstable

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

1 tests failed.
FAILED:  org.apache.solr.handler.tagger.Tagger2Test.testStopWords

Error Message:
[]: didn't find expected TestTag{[2-6] doc=1:'A City A' substr=City} (of 1); java.lang.AssertionError: array lengths differed, expected.length=1 actual.length=0

Stack Trace:
java.lang.AssertionError: []: didn't find expected TestTag{[2-6] doc=1:'A City A' substr=City} (of 1); java.lang.AssertionError: array lengths differed, expected.length=1 actual.length=0
	at __randomizedtesting.SeedInfo.seed([DBDEF898344FC2BA:582D7740AD6BEB49]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.handler.tagger.TaggerTestCase.assertSortedArrayEquals(TaggerTestCase.java:199)
	at org.apache.solr.handler.tagger.TaggerTestCase.assertTags(TaggerTestCase.java:132)
	at org.apache.solr.handler.tagger.Tagger2Test.testStopWords(Tagger2Test.java:102)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:47)
	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 13260 lines...]
   [junit4] Suite: org.apache.solr.handler.tagger.Tagger2Test
   [junit4]   2> 462209 INFO  (SUITE-Tagger2Test-seed#[DBDEF898344FC2BA]-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-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.handler.tagger.Tagger2Test_DBDEF898344FC2BA-001/init-core-data-001
   [junit4]   2> 462210 WARN  (SUITE-Tagger2Test-seed#[DBDEF898344FC2BA]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 462210 INFO  (SUITE-Tagger2Test-seed#[DBDEF898344FC2BA]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 462214 INFO  (SUITE-Tagger2Test-seed#[DBDEF898344FC2BA]-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> 462215 INFO  (SUITE-Tagger2Test-seed#[DBDEF898344FC2BA]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 462215 INFO  (SUITE-Tagger2Test-seed#[DBDEF898344FC2BA]-worker) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 462262 INFO  (SUITE-Tagger2Test-seed#[DBDEF898344FC2BA]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 462273 INFO  (SUITE-Tagger2Test-seed#[DBDEF898344FC2BA]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=minimal
   [junit4]   2> 462285 INFO  (SUITE-Tagger2Test-seed#[DBDEF898344FC2BA]-worker) [    ] o.a.s.h.t.WordLengthTaggingFilterFactory set minLength=4
   [junit4]   2> 462290 INFO  (SUITE-Tagger2Test-seed#[DBDEF898344FC2BA]-worker) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.6 with uniqueid field id
   [junit4]   2> 462543 INFO  (SUITE-Tagger2Test-seed#[DBDEF898344FC2BA]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6ab7a896
   [junit4]   2> 462553 INFO  (SUITE-Tagger2Test-seed#[DBDEF898344FC2BA]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6ab7a896
   [junit4]   2> 462553 INFO  (SUITE-Tagger2Test-seed#[DBDEF898344FC2BA]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6ab7a896
   [junit4]   2> 462567 INFO  (coreLoadExecutor-1200-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 462568 INFO  (coreLoadExecutor-1200-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 462698 INFO  (coreLoadExecutor-1200-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 462727 INFO  (coreLoadExecutor-1200-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=minimal
   [junit4]   2> 462736 INFO  (coreLoadExecutor-1200-thread-1) [    x:collection1] o.a.s.h.t.WordLengthTaggingFilterFactory set minLength=4
   [junit4]   2> 462740 INFO  (coreLoadExecutor-1200-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema minimal/1.6 with uniqueid field id
   [junit4]   2> 462740 INFO  (coreLoadExecutor-1200-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 462740 INFO  (coreLoadExecutor-1200-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6ab7a896
   [junit4]   2> 462741 INFO  (coreLoadExecutor-1200-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 462741 INFO  (coreLoadExecutor-1200-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.handler.tagger.Tagger2Test_DBDEF898344FC2BA-001/init-core-data-001/]
   [junit4]   2> 462816 INFO  (coreLoadExecutor-1200-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 462816 INFO  (coreLoadExecutor-1200-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 462818 INFO  (coreLoadExecutor-1200-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@e13c9b2[collection1] main]
   [junit4]   2> 462819 WARN  (coreLoadExecutor-1200-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 462819 INFO  (coreLoadExecutor-1200-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 462821 INFO  (SUITE-Tagger2Test-seed#[DBDEF898344FC2BA]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 462831 INFO  (TEST-Tagger2Test.testStopWords-seed#[DBDEF898344FC2BA]) [    ] o.a.s.h.t.TaggerTestCase testStopWords(org.apache.solr.handler.tagger.Tagger2Test) being run...
   [junit4]   2> 462831 INFO  (TEST-Tagger2Test.testStopWords-seed#[DBDEF898344FC2BA]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testStopWords
   [junit4]   2> 462831 INFO  (TEST-Tagger2Test.testStopWords-seed#[DBDEF898344FC2BA]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 462832 INFO  (TEST-Tagger2Test.testStopWords-seed#[DBDEF898344FC2BA]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 0
   [junit4]   2> 462832 INFO  (searcherExecutor-1201-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@e13c9b2[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 462834 INFO  (TEST-Tagger2Test.testStopWords-seed#[DBDEF898344FC2BA]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 2
   [junit4]   2> 462836 INFO  (TEST-Tagger2Test.testStopWords-seed#[DBDEF898344FC2BA]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 462837 INFO  (TEST-Tagger2Test.testStopWords-seed#[DBDEF898344FC2BA]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 462837 INFO  (TEST-Tagger2Test.testStopWords-seed#[DBDEF898344FC2BA]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@7bef5076 commitCommandVersion:0
   [junit4]   2> 462844 INFO  (searcherExecutor-1201-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=name_tag:[*+TO+*]&distrib=false&event=firstSearcher} hits=0 status=0 QTime=11
   [junit4]   2> 462844 INFO  (searcherExecutor-1201-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 462845 INFO  (searcherExecutor-1201-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@e13c9b2[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 462854 INFO  (TEST-Tagger2Test.testStopWords-seed#[DBDEF898344FC2BA]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2c2673f8[collection1] main]
   [junit4]   2> 462855 INFO  (searcherExecutor-1201-thread-1) [    ] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@2c2673f8[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C2)))}
   [junit4]   2> 462856 INFO  (searcherExecutor-1201-thread-1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=name_tag:[*+TO+*]&distrib=false&event=newSearcher} hits=2 status=0 QTime=0
   [junit4]   2> 462856 INFO  (searcherExecutor-1201-thread-1) [    ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 462857 INFO  (searcherExecutor-1201-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2c2673f8[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C2)))}
   [junit4]   2> 462857 INFO  (TEST-Tagger2Test.testStopWords-seed#[DBDEF898344FC2BA]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 462857 INFO  (TEST-Tagger2Test.testStopWords-seed#[DBDEF898344FC2BA]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 20
   [junit4]   2> 462858 INFO  (TEST-Tagger2Test.testStopWords-seed#[DBDEF898344FC2BA]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={{params(),defaults(qt=/tag&wt=xml&overlaps=LONGEST_DOMINANT_RIGHT&field=name_tagStop)}} status=0 QTime=0
   [junit4]   2> 462861 INFO  (TEST-Tagger2Test.testStopWords-seed#[DBDEF898344FC2BA]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={{params(),defaults(qt=/tag&wt=xml&overlaps=LONGEST_DOMINANT_RIGHT&field=name_tagStop)}} status=0 QTime=0
   [junit4]   2> 462864 INFO  (TEST-Tagger2Test.testStopWords-seed#[DBDEF898344FC2BA]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testStopWords
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=Tagger2Test -Dtests.method=testStopWords -Dtests.seed=DBDEF898344FC2BA -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt -Dtests.locale=vi -Dtests.timezone=America/Goose_Bay -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.06s J0 | Tagger2Test.testStopWords <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: []: didn't find expected TestTag{[2-6] doc=1:'A City A' substr=City} (of 1); java.lang.AssertionError: array lengths differed, expected.length=1 actual.length=0
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([DBDEF898344FC2BA:582D7740AD6BEB49]:0)
   [junit4]    > 	at org.apache.solr.handler.tagger.TaggerTestCase.assertSortedArrayEquals(TaggerTestCase.java:199)
   [junit4]    > 	at org.apache.solr.handler.tagger.TaggerTestCase.assertTags(TaggerTestCase.java:132)
   [junit4]    > 	at org.apache.solr.handler.tagger.Tagger2Test.testStopWords(Tagger2Test.java:102)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 462881 INFO  (TEST-Tagger2Test.testWDF-seed#[DBDEF898344FC2BA]) [    ] o.a.s.h.t.TaggerTestCase testWDF(org.apache.solr.handler.tagger.Tagger2Test) being run...
   [junit4]   2> 462881 INFO  (TEST-Tagger2Test.testWDF-seed#[DBDEF898344FC2BA]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testWDF
   [junit4]   2> 462881 INFO  (TEST-Tagger2Test.testWDF-seed#[DBDEF898344FC2BA]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 462881 INFO  (TEST-Tagger2Test.testWDF-seed#[DBDEF898344FC2BA]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 0
   [junit4]   2> 462900 INFO  (TEST-Tagger2Test.testWDF-seed#[DBDEF898344FC2BA]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 18
   [junit4]   2> 462902 INFO  (TEST-Tagger2Test.testWDF-seed#[DBDEF898344FC2BA]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 2
   [junit4]   2> 462902 INFO  (TEST-Tagger2Test.testWDF-seed#[DBDEF898344FC2BA]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 462903 INFO  (TEST-Tagger2Test.testWDF-seed#[DBDEF898344FC2BA]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@7bef5076 commitCommandVersion:0
   [junit4]   2> 462924 INFO  (TEST-Tagger2Test.testWDF-seed#[DBDEF898344FC2BA]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@8771524[collection1] main]
   [junit4]   2> 462924 INFO  (searcherExecutor-1201-thread-1) [    ] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@8771524[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(8.0.0):C2)))}
   [junit4]   2> 462925 INFO  (searcherExecutor-1201-thread-1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=name_tag:[*+TO+*]&distrib=false&event=newSearcher} hits=2 status=0 QTime=0
   [junit4]   2> 462925 INFO  (searcherExecutor-1201-thread-1) [    ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 462926 INFO  (searcherExecutor-1201-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@8771524[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(8.0.0):C2)))}
   [junit4]   2> 462927 INFO  (TEST-Tagger2Test.testWDF-seed#[DBDEF898344FC2BA]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 462927 INFO  (TEST-Tagger2Test.testWDF-seed#[DBDEF898344FC2BA]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 24
   [junit4]   2> 462928 INFO  (TEST-Tagger2Test.testWDF-seed#[DBDEF898344FC2BA]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={{params(),defaults(qt=/tag&wt=xml&overlaps=LONGEST_DOMINANT_RIGHT&field=name_tagWDF)}} status=0 QTime=0
   [junit4]   2> 462931 INFO  (TEST-Tagger2Test.testWDF-seed#[DBDEF898344FC2BA]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={{params(),defaults(qt=/tag&wt=xml&overlaps=LONGEST_DOMINANT_RIGHT&field=name_tagWDF)}} status=0 QTime=2
   [junit4]   2> 462931 INFO  (TEST-Tagger2Test.testWDF-seed#[DBDEF898344FC2BA]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={{params(),defaults(qt=/tag&wt=xml&overlaps=LONGEST_DOMINANT_RIGHT&field=name_tagWDF)}} status=0 QTime=0
   [junit4]   2> 462931 INFO  (TEST-Tagger2Test.testWDF-seed#[DBDEF898344FC2BA]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={{params(),defaults(qt=/tag&wt=xml&overlaps=LONGEST_DOMINANT_RIGHT&field=name_tagWDF)}} status=0 QTime=0
   [junit4]   2> 462934 INFO  (TEST-Tagger2Test.testWDF-seed#[DBDEF898344FC2BA]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={{params(),defaults(qt=/tag&wt=xml&overlaps=LONGEST_DOMINANT_RIGHT&field=name_tagWDF)}} status=0 QTime=2
   [junit4]   2> 462934 INFO  (TEST-Tagger2Test.testWDF-seed#[DBDEF898344FC2BA]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={{params(),defaults(qt=/tag&wt=xml&overlaps=LONGEST_DOMINANT_RIGHT&field=name_tagWDF)}} status=0 QTime=0
   [junit4]   2> 462934 INFO  (TEST-Tagger2Test.testWDF-seed#[DBDEF898344FC2BA]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={{params(),defaults(qt=/tag&wt=xml&overlaps=LONGEST_DOMINANT_RIGHT&field=name_tagWDF)}} status=0 QTime=0
   [junit4]   2> 462934 INFO  (TEST-Tagger2Test.testWDF-seed#[DBDEF898344FC2BA]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={{params(),defaults(qt=/tag&wt=xml&overlaps=LONGEST_DOMINANT_RIGHT&field=name_tagWDF)}} status=0 QTime=0
   [junit4]   2> 462934 INFO  (TEST-Tagger2Test.testWDF-seed#[DBDEF898344FC2BA]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testWDF
   [junit4]   2> 462942 INFO  (TEST-Tagger2Test.testMultibyteChar-seed#[DBDEF898344FC2BA]) [    ] o.a.s.h.t.TaggerTestCase testMultibyteChar(org.apache.solr.handler.tagger.Tagger2Test) being run...
   [junit4]   2> 462942 INFO  (TEST-Tagger2Test.testMultibyteChar-seed#[DBDEF898344FC2BA]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testMultibyteChar
   [junit4]   2> 462947 INFO  (TEST-Tagger2Test.testMultibyteChar-seed#[DBDEF898344FC2BA]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 462947 INFO  (TEST-Tagger2Test.testMultibyteChar-seed#[DBDEF898344FC2BA]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 0
   [junit4]   2> 462956 INFO  (TEST-Tagger2Test.testMultibyteChar-seed#[DBDEF898344FC2BA]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 9
   [junit4]   2> 462957 INFO  (TEST-Tagger2Test.testMultibyteChar-seed#[DBDEF898344FC2BA]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 462957 INFO  (TEST-Tagger2Test.testMultibyteChar-seed#[DBDEF898344FC2BA]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@7bef5076 commitCommandVersion:0
   [junit4]   2> 462966 INFO  (TEST-Tagger2Test.testMultibyteChar-seed#[DBDEF898344FC2BA]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1ebe3da0[collection1] main]
   [junit4]   2> 462967 INFO  (TEST-Tagger2Test.testMultibyteChar-seed#[DBDEF898344FC2BA]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 462967 INFO  (searcherExecutor-1201-thread-1) [    ] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@1ebe3da0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(8.0.0):C1)))}
   [junit4]   2> 462967 INFO  (searcherExecutor-1201-thread-1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=name_tag:[*+TO+*]&distrib=false&event=newSearcher} hits=1 status=0 QTime=0
   [junit4]   2> 462967 INFO  (searcherExecutor-1201-thread-1) [    ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 462968 INFO  (searcherExecutor-1201-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1ebe3da0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(8.0.0):C1)))}
   [junit4]   2> 462969 INFO  (TEST-Tagger2Test.testMultibyteChar-seed#[DBDEF898344FC2BA]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 11
   [junit4]   2> 462969 INFO  (TEST-Tagger2Test.testMultibyteChar-seed#[DBDEF898344FC2BA]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={{params(),defaults(qt=/tag&wt=xml&overlaps=LONGEST_DOMINANT_RIGHT)}} status=0 QTime=0
   [junit4]   2> 462970 INFO  (TEST-Tagger2Test.testMultibyteChar-seed#[DBDEF898344FC2BA]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testMultibyteChar
   [junit4]   2> 462974 INFO  (TEST-Tagger2Test.testLongestDominantRight-seed#[DBDEF898344FC2BA]) [    ] o.a.s.h.t.TaggerTestCase testLongestDominantRight(org.apache.solr.handler.tagger.Tagger2Test) being run...
   [junit4]   2> 462974 INFO  (TEST-Tagger2Test.testLongestDominantRight-seed#[DBDEF898344FC2BA]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testLongestDominantRight
   [junit4]   2> 462974 INFO  (TEST-Tagger2Test.testLongestDominantRight-seed#[DBDEF898344FC2BA]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 462974 INFO  (TEST-Tagger2Test.testLongestDominantRight-seed#[DBDEF898344FC2BA]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 0
   [junit4]   2> 462975 INFO  (TEST-Tagger2Test.testLongestDominantRight-seed#[DBDEF898344FC2BA]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 0
   [junit4]   2> 462978 INFO  (TEST-Tagger2Test.testLongestDominantRight-seed#[DBDEF898344FC2BA]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 462979 INFO  (TEST-Tagger2Test.testLongestDominantRight-seed#[DBDEF898344FC2BA]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 462984 INFO  (TEST-Tagger2Test.testLongestDominantRight-seed#[DBDEF898344FC2BA]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 4
   [junit4]   2> 462985 INFO  (TEST-Tagger2Test.testLongestDominantRight-seed#[DBDEF898344FC2BA]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 462986 INFO  (TEST-Tagger2Test.testLongestDominantRight-seed#[DBDEF898344FC2BA]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5]} 0 0
   [junit4]   2> 462986 INFO  (TEST-Tagger2Test.testLongestDominantRight-seed#[DBDEF898344FC2BA]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6]} 0 0
   [junit4]   2> 462987 INFO  (TEST-Tagger2Test.testLongestDominantRight-seed#[DBDEF898344FC2BA]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7]} 0 0
   [junit4]   2> 462988 INFO  (TEST-Tagger2Test.testLongestDominantRight-seed#[DBDEF898344FC2BA]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8]} 0 0
   [junit4]   2> 462988 INFO  (TEST-Tagger2Test.testLongestDominantRight-seed#[DBDEF898344FC2BA]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9]} 0 0
   [junit4]   2> 462988 INFO  (TEST-Tagger2Test.testLongestDominantRight-seed#[DBDEF898344FC2BA]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 462988 INFO  (TEST-Tagger2Test.testLongestDominantRight-seed#[DBDEF898344FC2BA]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@7bef5076 commitCommandVersion:0
   [junit4]   2> 463014 INFO  (TEST-Tagger2Test.testLongestDominantRight-seed#[DBDEF898344FC2BA]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4eee9d88[collection1] main]
   [junit4]   2> 463015 INFO  (searcherExecutor-1201-thread-1) [    ] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@4eee9d88[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(8.0.0):C10)))}
   [junit4]   2> 463016 INFO  (searcherExecutor-1201-thread-1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=name_tag:[*+TO+*]&distrib=false&event=newSearcher} hits=10 status=0 QTime=0
   [junit4]   2> 463016 INFO  (searcherExecutor-1201-thread-1) [    ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 463017 INFO  (searcherExecutor-1201-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4eee9d88[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(8.0.0):C10)))}
   [junit4]   2> 463017 INFO  (TEST-Tagger2Test.testLongestDominantRight-seed#[DBDEF898344FC2BA]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 463017 INFO  (TEST-Tagger2Test.testLongestDominantRight-seed#[DBDEF898344FC2BA]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 28
   [junit4]   2> 463018 INFO  (TEST-Tagger2Test.testLongestDominantRight-seed#[DBDEF898344FC2BA]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={{params(),defaults(qt=/tag&wt=xml&overlaps=LONGEST_DOMINANT_RIGHT)}} status=0 QTime=0
   [junit4]   2> 463018 INFO  (TEST-Tagger2Test.testLongestDominantRight-seed#[DBDEF898344FC2BA]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={{params(),defaults(qt=/tag&wt=xml&overlaps=LONGEST_DOMINANT_RIGHT)}} status=0 QTime=0
   [junit4]   2> 463019 INFO  (TEST-Tagger2Test.testLongestDominantRight-seed#[DBDEF898344FC2BA]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={{params(),defaults(qt=/tag&wt=xml&overlaps=LONGEST_DOMINANT_RIGHT)}} status=0 QTime=0
   [junit4]   2> 463019 INFO  (TEST-Tagger2Test.testLongestDominantRight-seed#[DBDEF898344FC2BA]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testLongestDominantRight
   [junit4]   2> 463019 INFO  (SUITE-Tagger2Test-seed#[DBDEF898344FC2BA]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 463019 INFO  (SUITE-Tagger2Test-seed#[DBDEF898344FC2BA]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=419187060
   [junit4]   2> 463020 INFO  (SUITE-Tagger2Test-seed#[DBDEF898344FC2BA]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 463020 INFO  (SUITE-Tagger2Test-seed#[DBDEF898344FC2BA]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3f55c2f4: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@52ba7d8f
   [junit4]   2> 463025 INFO  (SUITE-Tagger2Test-seed#[DBDEF898344FC2BA]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 463025 INFO  (SUITE-Tagger2Test-seed#[DBDEF898344FC2BA]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@37055198: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@51928dc0
   [junit4]   2> 463028 INFO  (SUITE-Tagger2Test-seed#[DBDEF898344FC2BA]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 463028 INFO  (SUITE-Tagger2Test-seed#[DBDEF898344FC2BA]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@74e240b8: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@1b0235b2
   [junit4]   2> 463041 INFO  (coreCloseExecutor-1205-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@72808da6
   [junit4]   2> 463041 INFO  (coreCloseExecutor-1205-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=72808da6
   [junit4]   2> 463041 INFO  (coreCloseExecutor-1205-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@20f93087: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@3ec4edfb
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.handler.tagger.Tagger2Test_DBDEF898344FC2BA-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@ee6cb09), locale=vi, timezone=America/Goose_Bay
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_172 (64-bit)/cpus=4,threads=1,free=175907264,total=452460544
   [junit4]   2> NOTE: All tests run in this JVM: [DeleteLastCustomShardedReplicaTest, SolrXmlInZkTest, TestNoOpRegenerator, TestMaxScoreQueryParser, LeaderFailoverAfterPartitionTest, TestSubQueryTransformerDistrib, TestLRUStatsCache, MetricTriggerIntegrationTest, TestHashPartitioner, TestLeaderElectionWithEmptyReplica, TestConfigSetProperties, TestBulkSchemaConcurrent, DistributedQueryElevationComponentTest, SharedFSAutoReplicaFailoverTest, DocExpirationUpdateProcessorFactoryTest, TolerantUpdateProcessorTest, TestDynamicFieldCollectionResource, MoveReplicaTest, TestSlowCompositeReaderWrapper, OverseerCollectionConfigSetProcessorTest, TestBinaryField, MetricsHistoryHandlerTest, SuggestComponentTest, TestFileDictionaryLookup, TestGroupingSearch, StatsComponentTest, TestCrossCoreJoin, SolrCloudReportersTest, XmlInterpolationTest, BadCopyFieldTest, BJQParserTest, HdfsAutoAddReplicasIntegrationTest, BlockCacheTest, DirectUpdateHandlerTest, TestSearcherReuse, PKIAuthenticationIntegrationTest, Tagger2Test]
   [junit4] Completed [77/818 (1!)] on J0 in 1.07s, 5 tests, 1 failure, 1 skipped <<< FAILURES!

[...truncated 52938 lines...]
[asciidoctor:convert] asciidoctor: ERROR: about-this-guide.adoc: line 1: invalid part, must have at least one section (e.g., chapter, appendix, etc.)
[asciidoctor:convert] asciidoctor: ERROR: solr-glossary.adoc: line 1: invalid part, must have at least one section (e.g., chapter, appendix, etc.)
     [java] Processed 2216 links (1769 relative) to 3116 anchors in 247 files
     [echo] Validated Links & Anchors via: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-ref-guide/bare-bones-html/

-documentation-lint:
    [jtidy] Checking for broken html (such as invalid tags)...
   [delete] Deleting directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/jtidy_tmp
     [echo] Checking for broken links...
     [exec] 
     [exec] Crawl/parse...
     [exec] 
     [exec] Verify...
     [echo] Checking for malformed docs...

jar-checksums:

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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

common.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-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

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 58ms :: artifacts dl 11ms
	---------------------------------------------------------------------
	|                  |            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: 417 minutes 41 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-NightlyTests-master - Build # 1559 - Still Unstable

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

1 tests failed.
FAILED:  org.apache.solr.update.MaxSizeAutoCommitTest.endToEndTest {seed=[637D2E1F06D32289:792B4129E661058B]}

Error Message:
Tlog size exceeds the max size bound. Tlog path: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.update.MaxSizeAutoCommitTest_637D2E1F06D32289-001/init-core-data-001/tlog/tlog.0000000000000000003, tlog size: 5537

Stack Trace:
java.lang.AssertionError: Tlog size exceeds the max size bound. Tlog path: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.update.MaxSizeAutoCommitTest_637D2E1F06D32289-001/init-core-data-001/tlog/tlog.0000000000000000003, tlog size: 5537
	at __randomizedtesting.SeedInfo.seed([637D2E1F06D32289:792B4129E661058B]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.update.MaxSizeAutoCommitTest.getTlogFileSizes(MaxSizeAutoCommitTest.java:379)
	at org.apache.solr.update.MaxSizeAutoCommitTest.endToEndTest(MaxSizeAutoCommitTest.java:231)
	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 13135 lines...]
   [junit4] Suite: org.apache.solr.update.MaxSizeAutoCommitTest
   [junit4]   2> 290153 INFO  (SUITE-MaxSizeAutoCommitTest-seed#[637D2E1F06D32289]-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-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.update.MaxSizeAutoCommitTest_637D2E1F06D32289-001/init-core-data-001
   [junit4]   2> 290153 WARN  (SUITE-MaxSizeAutoCommitTest-seed#[637D2E1F06D32289]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=5 numCloses=5
   [junit4]   2> 290154 INFO  (SUITE-MaxSizeAutoCommitTest-seed#[637D2E1F06D32289]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 290159 INFO  (SUITE-MaxSizeAutoCommitTest-seed#[637D2E1F06D32289]-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> 290164 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.SolrTestCaseJ4 ###Starting endToEndTest {seed=[637D2E1F06D32289:792B4129E661058B]}
   [junit4]   2> 291522 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 291523 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 291610 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 291847 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 292181 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 293188 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@21259be6
   [junit4]   2> 293392 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@21259be6
   [junit4]   2> 293392 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@21259be6
   [junit4]   2> 293429 INFO  (coreLoadExecutor-349-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 293430 INFO  (coreLoadExecutor-349-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 293517 INFO  (coreLoadExecutor-349-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 293554 INFO  (coreLoadExecutor-349-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 293893 INFO  (coreLoadExecutor-349-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 294009 INFO  (coreLoadExecutor-349-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 294010 INFO  (coreLoadExecutor-349-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@21259be6
   [junit4]   2> 294018 INFO  (coreLoadExecutor-349-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 294018 INFO  (coreLoadExecutor-349-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.update.MaxSizeAutoCommitTest_637D2E1F06D32289-001/init-core-data-001/]
   [junit4]   2> 294048 INFO  (coreLoadExecutor-349-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=13, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5057098234789889]
   [junit4]   2> 294080 WARN  (coreLoadExecutor-349-thread-1) [    x:collection1] 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> 294453 INFO  (coreLoadExecutor-349-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 294453 INFO  (coreLoadExecutor-349-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 294454 INFO  (coreLoadExecutor-349-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 294454 INFO  (coreLoadExecutor-349-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 294456 INFO  (coreLoadExecutor-349-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@6ecb22f7
   [junit4]   2> 294457 INFO  (coreLoadExecutor-349-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6f8fa880[collection1] main]
   [junit4]   2> 294458 WARN  (coreLoadExecutor-349-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 294458 INFO  (coreLoadExecutor-349-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 294459 INFO  (coreLoadExecutor-349-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1602399061260894208
   [junit4]   2> 294461 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 294477 INFO  (searcherExecutor-350-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6f8fa880[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 294682 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[0 (1602399061406646272), 1 (1602399061418180608), 2 (1602399061418180609), 3 (1602399061425520640), 4 (1602399061425520641), 5 (1602399061427617792), 6 (1602399061442297856), 7 (1602399061446492160), 8 (1602399061470609408), 9 (1602399061472706560), ... (20 adds)]} 0 219
   [junit4]   2> 294892 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=429
   [junit4]   2> 295167 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[20 (1602399061978120192), 21 (1602399061980217344), 22 (1602399061982314496), 23 (1602399061983363072), 24 (1602399061983363073), 25 (1602399061984411648), 26 (1602399061993848832), 27 (1602399061995945984), 28 (1602399061998043136), 29 (1602399061998043137), ... (20 adds)]} 0 25
   [junit4]   2> 295369 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=906
   [junit4]   2> 295379 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[40 (1602399062215098368), 41 (1602399062216146944), 42 (1602399062217195520), 43 (1602399062217195521), 44 (1602399062217195522), 45 (1602399062219292672), 46 (1602399062219292673), 47 (1602399062220341248), 48 (1602399062220341249), 49 (1602399062220341250), ... (20 adds)]} 0 9
   [junit4]   2> 295584 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=1121
   [junit4]   2> 295594 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[60 (1602399062441590784), 61 (1602399062442639360), 62 (1602399062443687936), 63 (1602399062444736512), 64 (1602399062444736513), 65 (1602399062445785088), 66 (1602399062445785089), 67 (1602399062446833664), 68 (1602399062446833665), 69 (1602399062446833666), ... (20 adds)]} 0 9
   [junit4]   2> 295796 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=1333
   [junit4]   2> 295813 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[80 (1602399062663888896), 81 (1602399062663888897), 82 (1602399062664937472), 83 (1602399062664937473), 84 (1602399062664937474), 85 (1602399062665986048), 86 (1602399062665986049), 87 (1602399062665986050), 88 (1602399062667034624), 89 (1602399062667034625), ... (20 adds)]} 0 16
   [junit4]   2> 296015 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=1551
   [junit4]   2> 296034 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[100 (1602399062892478464), 101 (1602399062893527040), 102 (1602399062893527041), 103 (1602399062896672768), 104 (1602399062897721344), 105 (1602399062897721345), 106 (1602399062898769920), 107 (1602399062898769921), 108 (1602399062899818496), 109 (1602399062900867072), ... (20 adds)]} 0 18
   [junit4]   2> 296235 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=1772
   [junit4]   2> 296264 INFO  (commitScheduler-353-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 296264 INFO  (commitScheduler-353-thread-1) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@db0613a commitCommandVersion:0
   [junit4]   2> 296266 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[120 (1602399063124213760), 121 (1602399063124213761), 122 (1602399063125262336), 123 (1602399063125262337), 124 (1602399063125262338), 125 (1602399063128408064), 126 (1602399063128408065), 127 (1602399063132602368), 128 (1602399063134699520), 129 (1602399063134699521), ... (20 adds)]} 0 30
   [junit4]   2> 296467 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=2004
   [junit4]   2> 296475 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[140 (1602399063367483392), 141 (1602399063368531968), 142 (1602399063368531969), 143 (1602399063368531970), 144 (1602399063369580544), 145 (1602399063369580545), 146 (1602399063369580546), 147 (1602399063370629120), 148 (1602399063370629121), 149 (1602399063371677696), ... (20 adds)]} 0 7
   [junit4]   2> 296583 INFO  (commitScheduler-353-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5b008a57[collection1] realtime]
   [junit4]   2> 296594 INFO  (commitScheduler-353-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 296677 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=2213
   [junit4]   2> 296686 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[160 (1602399063586635776), 161 (1602399063587684352), 162 (1602399063588732928), 163 (1602399063588732929), 164 (1602399063588732930), 165 (1602399063589781504), 166 (1602399063589781505), 167 (1602399063590830080), 168 (1602399063590830081), 169 (1602399063590830082), ... (20 adds)]} 0 9
   [junit4]   2> 296904 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=2441
   [junit4]   2> 296918 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[180 (1602399063825711104), 181 (1602399063825711105), 182 (1602399063826759680), 183 (1602399063826759681), 184 (1602399063827808256), 185 (1602399063827808257), 186 (1602399063828856832), 187 (1602399063828856833), 188 (1602399063828856834), 189 (1602399063829905408), ... (20 adds)]} 0 13
   [junit4]   2> 297119 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=2656
   [junit4]   2> 297126 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[200 (1602399064051154944), 201 (1602399064051154945), 202 (1602399064051154946), 203 (1602399064052203520), 204 (1602399064052203521), 205 (1602399064052203522), 206 (1602399064053252096), 207 (1602399064053252097), 208 (1602399064053252098), 209 (1602399064054300672), ... (20 adds)]} 0 6
   [junit4]   2> 297340 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=2877
   [junit4]   2> 297366 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[220 (1602399064282890240), 221 (1602399064283938816), 222 (1602399064283938817), 223 (1602399064284987392), 224 (1602399064284987393), 225 (1602399064284987394), 226 (1602399064291278848), 227 (1602399064293376000), 228 (1602399064302813184), 229 (1602399064303861760), ... (20 adds)]} 0 25
   [junit4]   2> 297579 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=3116
   [junit4]   2> 297600 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[240 (1602399064532451328), 241 (1602399064533499904), 242 (1602399064533499905), 243 (1602399064534548480), 244 (1602399064534548481), 245 (1602399064534548482), 246 (1602399064534548483), 247 (1602399064535597056), 248 (1602399064535597057), 249 (1602399064535597058), ... (20 adds)]} 0 21
   [junit4]   2> 297819 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=3356
   [junit4]   2> 297833 INFO  (commitScheduler-353-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 297833 INFO  (commitScheduler-353-thread-1) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@db0613a commitCommandVersion:0
   [junit4]   2> 297866 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[260 (1602399064785158144), 261 (1602399064785158145), 262 (1602399064786206720), 263 (1602399064786206721), 264 (1602399064786206722), 265 (1602399064787255296), 266 (1602399064787255297), 267 (1602399064787255298), 268 (1602399064787255299), 269 (1602399064788303872), ... (20 adds)]} 0 46
   [junit4]   2> 297989 INFO  (commitScheduler-353-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@77374440[collection1] realtime]
   [junit4]   2> 297992 INFO  (commitScheduler-353-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 298067 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=3604
   [junit4]   2> 298079 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[280 (1602399065045204992), 281 (1602399065046253568), 282 (1602399065046253569), 283 (1602399065046253570), 284 (1602399065047302144), 285 (1602399065047302145), 286 (1602399065047302146), 287 (1602399065048350720), 288 (1602399065048350721), 289 (1602399065048350722), ... (20 adds)]} 0 11
   [junit4]   2> 298382 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=3919
   [junit4]   2> 298397 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[300 (1602399065375506432), 301 (1602399065375506433), 302 (1602399065376555008), 303 (1602399065376555009), 304 (1602399065376555010), 305 (1602399065377603584), 306 (1602399065377603585), 307 (1602399065377603586), 308 (1602399065377603587), 309 (1602399065378652160), ... (20 adds)]} 0 14
   [junit4]   2> 298598 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=4135
   [junit4]   2> 298606 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[320 (1602399065601998848), 321 (1602399065601998849), 322 (1602399065603047424), 323 (1602399065603047425), 324 (1602399065603047426), 325 (1602399065603047427), 326 (1602399065604096000), 327 (1602399065604096001), 328 (1602399065606193152), 329 (1602399065606193153), ... (20 adds)]} 0 7
   [junit4]   2> 298841 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=4378
   [junit4]   2> 298862 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[340 (1602399065855754240), 341 (1602399065856802816), 342 (1602399065856802817), 343 (1602399065856802818), 344 (1602399065857851392), 345 (1602399065857851393), 346 (1602399065857851394), 347 (1602399065857851395), 348 (1602399065858899968), 349 (1602399065858899969), ... (20 adds)]} 0 21
   [junit4]   2> 299063 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=4600
   [junit4]   2> 299072 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[360 (1602399066089586688), 361 (1602399066090635264), 362 (1602399066090635265), 363 (1602399066090635266), 364 (1602399066090635267), 365 (1602399066091683840), 366 (1602399066091683841), 367 (1602399066091683842), 368 (1602399066091683843), 369 (1602399066092732416), ... (20 adds)]} 0 8
   [junit4]   2> 299330 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=4867
   [junit4]   2> 299352 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[380 (1602399066369556480), 381 (1602399066383187968), 382 (1602399066383187969), 383 (1602399066383187970), 384 (1602399066384236544), 385 (1602399066384236545), 386 (1602399066384236546), 387 (1602399066384236547), 388 (1602399066385285120), 389 (1602399066385285121), ... (20 adds)]} 0 20
   [junit4]   2> 299553 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=5090
   [junit4]   2> 299571 INFO  (commitScheduler-353-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 299571 INFO  (commitScheduler-353-thread-1) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@db0613a commitCommandVersion:0
   [junit4]   2> 299594 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[400 (1602399066603388928), 401 (1602399066604437504), 402 (1602399066604437505), 403 (1602399066604437506), 404 (1602399066605486080), 405 (1602399066605486081), 406 (1602399066605486082), 407 (1602399066605486083), 408 (1602399066606534656), 409 (1602399066607583232), ... (20 adds)]} 0 40
   [junit4]   2> 299706 INFO  (commitScheduler-353-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5f5f2523[collection1] realtime]
   [junit4]   2> 299712 INFO  (commitScheduler-353-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 299795 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=5332
   [junit4]   2> 299802 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[420 (1602399066857144320), 421 (1602399066858192896), 422 (1602399066858192897), 423 (1602399066858192898), 424 (1602399066859241472), 425 (1602399066859241473), 426 (1602399066859241474), 427 (1602399066859241475), 428 (1602399066860290048), 429 (1602399066860290049), ... (20 adds)]} 0 6
   [junit4]   2> 300003 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=5540
   [junit4]   2> 300008 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[440 (1602399067074199552), 441 (1602399067075248128), 442 (1602399067075248129), 443 (1602399067075248130), 444 (1602399067076296704), 445 (1602399067076296705), 446 (1602399067076296706), 447 (1602399067076296707), 448 (1602399067077345280), 449 (1602399067077345281), ... (20 adds)]} 0 5
   [junit4]   2> 300210 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=5747
   [junit4]   2> 300216 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[460 (1602399067291254784), 461 (1602399067292303360), 462 (1602399067292303361), 463 (1602399067293351936), 464 (1602399067293351937), 465 (1602399067293351938), 466 (1602399067293351939), 467 (1602399067294400512), 468 (1602399067294400513), 469 (1602399067294400514), ... (20 adds)]} 0 5
   [junit4]   2> 300436 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=5973
   [junit4]   2> 300469 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[480 (1602399067545010176), 481 (1602399067545010177), 482 (1602399067546058752), 483 (1602399067546058753), 484 (1602399067546058754), 485 (1602399067546058755), 486 (1602399067547107328), 487 (1602399067557593088), 488 (1602399067557593089), 489 (1602399067557593090), ... (20 adds)]} 0 25
   [junit4]   2> 300670 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=6207
   [junit4]   2> 300677 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1602399067774648320), 501 (1602399067775696896), 502 (1602399067775696897), 503 (1602399067775696898), 504 (1602399067776745472), 505 (1602399067776745473), 506 (1602399067776745474), 507 (1602399067777794048), 508 (1602399067777794049), 509 (1602399067777794050), ... (20 adds)]} 0 6
   [junit4]   2> 300878 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=6415
   [junit4]   2> 300900 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[520 (1602399067992752128), 521 (1602399067993800704), 522 (1602399067993800705), 523 (1602399067993800706), 524 (1602399067994849280), 525 (1602399067994849281), 526 (1602399067994849282), 527 (1602399067994849283), 528 (1602399067995897856), 529 (1602399067995897857), ... (20 adds)]} 0 21
   [junit4]   2> 301101 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=6638
   [junit4]   2> 301116 INFO  (commitScheduler-353-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 301116 INFO  (commitScheduler-353-thread-1) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@db0613a commitCommandVersion:0
   [junit4]   2> 301120 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[540 (1602399068226584576), 541 (1602399068227633152), 542 (1602399068227633153), 543 (1602399068227633154), 544 (1602399068227633155), 545 (1602399068237070336), 546 (1602399068237070337), 547 (1602399068238118912), 548 (1602399068238118913), 549 (1602399068239167488), ... (20 adds)]} 0 18
   [junit4]   2> 301166 INFO  (commitScheduler-353-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6c64aeaa[collection1] realtime]
   [junit4]   2> 301180 INFO  (commitScheduler-353-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 301321 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.SolrTestCaseJ4 ###Ending endToEndTest {seed=[637D2E1F06D32289:792B4129E661058B]}
   [junit4]   2> 301321 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 301321 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2125946182
   [junit4]   2> 301321 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 301322 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@52858d13: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@13d03ee8
   [junit4]   2> 301327 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 301328 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@36c90461: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@4c6d184
   [junit4]   2> 301334 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 301334 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1565dc4e: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@294757c5
   [junit4]   2> 301348 INFO  (coreCloseExecutor-355-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@15cb3ea4
   [junit4]   2> 301348 INFO  (coreCloseExecutor-355-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=15cb3ea4
   [junit4]   2> 301348 INFO  (coreCloseExecutor-355-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@538f2e8f: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@16529c7a
   [junit4]   2> 301358 INFO  (coreCloseExecutor-355-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 301358 INFO  (coreCloseExecutor-355-thread-1) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@db0613a commitCommandVersion:0
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=MaxSizeAutoCommitTest -Dtests.method=endToEndTest -Dtests.seed=637D2E1F06D32289 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt -Dtests.locale=es-CR -Dtests.timezone=Pacific/Tarawa -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 11.4s J0 | MaxSizeAutoCommitTest.endToEndTest {seed=[637D2E1F06D32289:792B4129E661058B]} <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Tlog size exceeds the max size bound. Tlog path: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.update.MaxSizeAutoCommitTest_637D2E1F06D32289-001/init-core-data-001/tlog/tlog.0000000000000000003, tlog size: 5537
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([637D2E1F06D32289:792B4129E661058B]:0)
   [junit4]    > 	at org.apache.solr.update.MaxSizeAutoCommitTest.getTlogFileSizes(MaxSizeAutoCommitTest.java:379)
   [junit4]    > 	at org.apache.solr.update.MaxSizeAutoCommitTest.endToEndTest(MaxSizeAutoCommitTest.java:231)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 301614 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.SolrTestCaseJ4 ###Starting endToEndTest {seed=[637D2E1F06D32289:CD7DFDD5D2A3CEA7]}
   [junit4]   2> 301614 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 301615 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 301886 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 301906 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 302074 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 302815 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@21259be6
   [junit4]   2> 302838 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@21259be6
   [junit4]   2> 302838 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@21259be6
   [junit4]   2> 302850 INFO  (coreLoadExecutor-363-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 302851 INFO  (coreLoadExecutor-363-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 302881 INFO  (coreLoadExecutor-363-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 302910 INFO  (coreLoadExecutor-363-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 303180 INFO  (coreLoadExecutor-363-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 303224 INFO  (coreLoadExecutor-363-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 303225 INFO  (coreLoadExecutor-363-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@21259be6
   [junit4]   2> 303225 INFO  (coreLoadExecutor-363-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 303225 INFO  (coreLoadExecutor-363-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.update.MaxSizeAutoCommitTest_637D2E1F06D32289-001/init-core-data-001/]
   [junit4]   2> 303228 INFO  (coreLoadExecutor-363-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=13, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5057098234789889]
   [junit4]   2> 303245 WARN  (coreLoadExecutor-363-thread-1) [    x:collection1] 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> 303344 INFO  (coreLoadExecutor-363-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 303345 INFO  (coreLoadExecutor-363-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 303345 INFO  (coreLoadExecutor-363-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 303346 INFO  (coreLoadExecutor-363-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 303348 INFO  (coreLoadExecutor-363-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@26815fad
   [junit4]   2> 303348 INFO  (coreLoadExecutor-363-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@f25f047[collection1] main]
   [junit4]   2> 303349 WARN  (coreLoadExecutor-363-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 303349 INFO  (coreLoadExecutor-363-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 303350 INFO  (coreLoadExecutor-363-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1602399070583783424
   [junit4]   2> 303365 INFO  (searcherExecutor-364-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@f25f047[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 303366 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 303382 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[0 (1602399070601609216), 1 (1602399070607900672), 2 (1602399070607900673), 3 (1602399070607900674), 4 (1602399070608949248), 5 (1602399070608949249), 6 (1602399070608949250), 7 (1602399070608949251), 8 (1602399070609997824), 9 (1602399070609997825), ... (20 adds)]} 0 9
   [junit4]   2> 303583 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=215
   [junit4]   2> 303589 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[20 (1602399070830198784), 21 (1602399070830198785), 22 (1602399070830198786), 23 (1602399070831247360), 24 (1602399070831247361), 25 (1602399070831247362), 26 (1602399070831247363), 27 (1602399070831247364), 28 (1602399070832295936), 29 (1602399070832295937), ... (20 adds)]} 0 4
   [junit4]   2> 303983 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=615
   [junit4]   2> 303991 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[40 (1602399071247532032), 41 (1602399071248580608), 42 (1602399071248580609), 43 (1602399071248580610), 44 (1602399071248580611), 45 (1602399071249629184), 46 (1602399071249629185), 47 (1602399071252774912), 48 (1602399071252774913), 49 (1602399071252774914), ... (20 adds)]} 0 7
   [junit4]   2> 304192 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=824
   [junit4]   2> 304197 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[60 (1602399071466684416), 61 (1602399071467732992), 62 (1602399071467732993), 63 (1602399071467732994), 64 (1602399071467732995), 65 (1602399071468781568), 66 (1602399071468781569), 67 (1602399071468781570), 68 (1602399071468781571), 69 (1602399071468781572), ... (20 adds)]} 0 4
   [junit4]   2> 304432 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=1065
   [junit4]   2> 304437 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[80 (1602399071719391232), 81 (1602399071719391233), 82 (1602399071720439808), 83 (1602399071720439809), 84 (1602399071720439810), 85 (1602399071720439811), 86 (1602399071720439812), 87 (1602399071721488384), 88 (1602399071721488385), 89 (1602399071721488386), ... (20 adds)]} 0 4
   [junit4]   2> 304638 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=1271
   [junit4]   2> 304643 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[100 (1602399071935397888), 101 (1602399071935397889), 102 (1602399071935397890), 103 (1602399071935397891), 104 (1602399071936446464), 105 (1602399071936446465), 106 (1602399071936446466), 107 (1602399071936446467), 108 (1602399071936446468), 109 (1602399071937495040), ... (20 adds)]} 0 4
   [junit4]   2> 304844 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=1476
   [junit4]   2> 304866 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[120 (1602399072150355968), 121 (1602399072151404544), 122 (1602399072151404545), 123 (1602399072151404546), 124 (1602399072151404547), 125 (1602399072151404548), 126 (1602399072152453120), 127 (1602399072152453121), 128 (1602399072156647424), 129 (1602399072157696000), ... (20 adds)]} 0 22
   [junit4]   2> 304872 INFO  (commitScheduler-367-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 304872 INFO  (commitScheduler-367-thread-1) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@3fdfcd5c commitCommandVersion:0
   [junit4]   2> 304895 INFO  (commitScheduler-367-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@700d92e9[collection1] realtime]
   [junit4]   2> 304895 INFO  (commitScheduler-367-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 304917 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=1550
   [junit4]   2> 304923 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[140 (1602399072227950592), 141 (1602399072228999168), 142 (1602399072228999169), 143 (1602399072230047744), 144 (1602399072230047745), 145 (1602399072230047746), 146 (1602399072230047747), 147 (1602399072230047748), 148 (1602399072231096320), 149 (1602399072231096321), ... (20 adds)]} 0 4
   [junit4]   2> 305124 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=1756
   [junit4]   2> 305128 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[160 (1602399072443957248), 161 (1602399072445005824), 162 (1602399072445005825), 163 (1602399072445005826), 164 (1602399072445005827), 165 (1602399072445005828), 166 (1602399072446054400), 167 (1602399072446054401), 168 (1602399072446054402), 169 (1602399072446054403), ... (20 adds)]} 0 3
   [junit4]   2> 305361 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=1994
   [junit4]   2> 305403 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[180 (1602399072693518336), 181 (1602399072694566912), 182 (1602399072694566913), 183 (1602399072694566914), 184 (1602399072694566915), 185 (1602399072696664064), 186 (1602399072733364224), 187 (1602399072733364225), 188 (1602399072734412800), 189 (1602399072734412801), ... (20 adds)]} 0 41
   [junit4]   2> 305604 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=2236
   [junit4]   2> 305617 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[200 (1602399072948322304), 201 (1602399072948322305), 202 (1602399072948322306), 203 (1602399072948322307), 204 (1602399072948322308), 205 (1602399072949370880), 206 (1602399072949370881), 207 (1602399072949370882), 208 (1602399072949370883), 209 (1602399072949370884), ... (20 adds)]} 0 12
   [junit4]   2> 305830 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=2462
   [junit4]   2> 305834 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[220 (1602399073184251904), 221 (1602399073185300480), 222 (1602399073185300481), 223 (1602399073185300482), 224 (1602399073185300483), 225 (1602399073186349056), 226 (1602399073186349057), 227 (1602399073186349058), 228 (1602399073186349059), 229 (1602399073186349060), ... (20 adds)]} 0 3
   [junit4]   2> 306035 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=2668
   [junit4]   2> 306039 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[240 (1602399073400258560), 241 (1602399073400258561), 242 (1602399073400258562), 243 (1602399073400258563), 244 (1602399073401307136), 245 (1602399073401307137), 246 (1602399073401307138), 247 (1602399073401307139), 248 (1602399073401307140), 249 (1602399073401307141), ... (20 adds)]} 0 3
   [junit4]   2> 306244 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=2876
   [junit4]   2> 306262 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[260 (1602399073618362368), 261 (1602399073619410944), 262 (1602399073619410945), 263 (1602399073619410946), 264 (1602399073619410947), 265 (1602399073619410948), 266 (1602399073620459520), 267 (1602399073620459521), 268 (1602399073621508096), 269 (1602399073621508097), ... (20 adds)]} 0 17
   [junit4]   2> 306262 INFO  (commitScheduler-367-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 306262 INFO  (commitScheduler-367-thread-1) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@3fdfcd5c commitCommandVersion:0
   [junit4]   2> 306286 INFO  (commitScheduler-367-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@275ac7a5[collection1] realtime]
   [junit4]   2> 306289 INFO  (commitScheduler-367-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 306379 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=3011
   [junit4]   2> 306386 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[280 (1602399073760968704), 281 (1602399073762017280), 282 (1602399073762017281), 283 (1602399073762017282), 284 (1602399073762017283), 285 (1602399073763065856), 286 (1602399073763065857), 287 (1602399073763065858), 288 (1602399073763065859), 289 (1602399073763065860), ... (20 adds)]} 0 7
   [junit4]   2> 306588 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=3220
   [junit4]   2> 306592 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[300 (1602399073979072512), 301 (1602399073980121088), 302 (1602399073980121089), 303 (1602399073980121090), 304 (1602399073980121091), 305 (1602399073980121092), 306 (1602399073981169664), 307 (1602399073981169665), 308 (1602399073981169666), 309 (1602399073981169667), ... (20 adds)]} 0 3
   [junit4]   2> 306874 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=3507
   [junit4]   2> 306933 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[320 (1602399074280013824), 321 (1602399074281062400), 322 (1602399074281062401), 323 (1602399074281062402), 324 (1602399074282110976), 325 (1602399074282110977), 326 (1602399074282110978), 327 (1602399074282110979), 328 (1602399074282110980), 329 (1602399074282110981), ... (20 adds)]} 0 58
   [junit4]   2> 307184 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=3817
   [junit4]   2> 307188 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[340 (1602399074605072384), 341 (1602399074605072385), 342 (1602399074605072386), 343 (1602399074606120960), 344 (1602399074606120961), 345 (1602399074606120962), 346 (1602399074606120963), 347 (1602399074606120964), 348 (1602399074606120965), 349 (1602399074607169536), ... (20 adds)]} 0 3
   [junit4]   2> 307389 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=4022
   [junit4]   2> 307393 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[360 (1602399074820030464), 361 (1602399074820030465), 362 (1602399074820030466), 363 (1602399074821079040), 364 (1602399074821079041), 365 (1602399074821079042), 366 (1602399074821079043), 367 (1602399074821079044), 368 (1602399074821079045), 369 (1602399074822127616), ... (20 adds)]} 0 3
   [junit4]   2> 307594 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=4227
   [junit4]   2> 307598 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[380 (1602399075034988544), 381 (1602399075034988545), 382 (1602399075036037120), 383 (1602399075036037121), 384 (1602399075036037122), 385 (1602399075036037123), 386 (1602399075036037124), 387 (1602399075037085696), 388 (1602399075037085697), 389 (1602399075037085698), ... (20 adds)]} 0 3
   [junit4]   2> 307917 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=4549
   [junit4]   2> 307943 INFO  (commitScheduler-367-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 307944 INFO  (commitScheduler-367-thread-1) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@3fdfcd5c commitCommandVersion:0
   [junit4]   2> 308068 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[400 (1602399075373678592), 401 (1602399075392552960), 402 (1602399075393601536), 403 (1602399075393601537), 404 (1602399075393601538), 405 (1602399075393601539), 406 (1602399075393601540), 407 (1602399075393601541), 408 (1602399075394650112), 409 (1602399075394650113), ... (20 adds)]} 0 151
   [junit4]   2> 308070 INFO  (commitScheduler-367-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2878afa9[collection1] realtime]
   [junit4]   2> 308071 INFO  (commitScheduler-367-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 308071 INFO  (commitScheduler-367-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 308071 INFO  (commitScheduler-367-thread-1) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@3fdfcd5c commitCommandVersion:0
   [junit4]   2> 308073 INFO  (commitScheduler-367-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@33270bd8[collection1] realtime]
   [junit4]   2> 308078 INFO  (commitScheduler-367-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 308120 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=4752
   [junit4]   2> 308126 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[420 (1602399075585490944), 421 (1602399075586539520), 422 (1602399075587588096), 423 (1602399075587588097), 424 (1602399075587588098), 425 (1602399075587588099), 426 (1602399075587588100), 427 (1602399075587588101), 428 (1602399075588636672), 429 (1602399075588636673), ... (20 adds)]} 0 5
   [junit4]   2> 308327 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=4960
   [junit4]   2> 308331 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[440 (1602399075803594752), 441 (1602399075803594753), 442 (1602399075803594754), 443 (1602399075804643328), 444 (1602399075804643329), 445 (1602399075804643330), 446 (1602399075804643331), 447 (1602399075804643332), 448 (1602399075804643333), 449 (1602399075805691904), ... (20 adds)]} 0 3
   [junit4]   2> 308532 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=5165
   [junit4]   2> 308541 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[460 (1602399076018552832), 461 (1602399076018552833), 462 (1602399076018552834), 463 (1602399076019601408), 464 (1602399076019601409), 465 (1602399076019601410), 466 (1602399076019601411), 467 (1602399076019601412), 468 (1602399076019601413), 469 (1602399076020649984), ... (20 adds)]} 0 7
   [junit4]   2> 308742 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=5374
   [junit4]   2> 308746 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[480 (1602399076238753792), 481 (1602399076238753793), 482 (1602399076238753794), 483 (1602399076238753795), 484 (1602399076239802368), 485 (1602399076239802369), 486 (1602399076239802370), 487 (1602399076239802371), 488 (1602399076239802372), 489 (1602399076239802373), ... (20 adds)]} 0 3
   [junit4]   2> 308977 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=5609
   [junit4]   2> 308993 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1602399076485169152), 501 (1602399076485169153), 502 (1602399076485169154), 503 (1602399076485169155), 504 (1602399076485169156), 505 (1602399076486217728), 506 (1602399076486217729), 507 (1602399076490412032), 508 (1602399076490412033), 509 (1602399076490412034), ... (20 adds)]} 0 15
   [junit4]   2> 309194 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=5827
   [junit4]   2> 309198 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[520 (1602399076712710144), 521 (1602399076712710145), 522 (1602399076712710146), 523 (1602399076713758720), 524 (1602399076713758721), 525 (1602399076713758722), 526 (1602399076713758723), 527 (1602399076713758724), 528 (1602399076713758725), 529 (1602399076714807296), ... (20 adds)]} 0 3
   [junit4]   2> 309408 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=6040
   [junit4]   2> 309416 INFO  (commitScheduler-367-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 309416 INFO  (commitScheduler-367-thread-1) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@3fdfcd5c commitCommandVersion:0
   [junit4]   2> 309428 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[540 (1602399076936056832), 541 (1602399076937105408), 542 (1602399076937105409), 543 (1602399076937105410), 544 (1602399076937105411), 545 (1602399076937105412), 546 (1602399076938153984), 547 (1602399076938153985), 548 (1602399076939202560), 549 (1602399076939202561), ... (20 adds)]} 0 20
   [junit4]   2> 309577 INFO  (commitScheduler-367-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@552ef8e[collection1] realtime]
   [junit4]   2> 309584 INFO  (commitScheduler-367-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 309656 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=6289
   [junit4]   2> 309662 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[560 (1602399077197152256), 561 (1602399077197152257), 562 (1602399077197152258), 563 (1602399077198200832), 564 (1602399077198200833), 565 (1602399077198200834), 566 (1602399077198200835), 567 (1602399077198200836), 568 (1602399077198200837), 569 (1602399077198200838), ... (20 adds)]} 0 5
   [junit4]   2> 309891 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=6523
   [junit4]   2> 309895 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[580 (1602399077443567616), 581 (1602399077443567617), 582 (1602399077443567618), 583 (1602399077443567619), 584 (1602399077443567620), 585 (1602399077443567621), 586 (1602399077444616192), 587 (1602399077444616193), 588 (1602399077444616194), 589 (1602399077444616195), ... (20 adds)]} 0 4
   [junit4]   2> 310098 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=6731
   [junit4]   2> 310102 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[600 (1602399077660622848), 601 (1602399077660622849), 602 (1602399077661671424), 603 (1602399077661671425), 604 (1602399077661671426), 605 (1602399077661671427), 606 (1602399077661671428), 607 (1602399077661671429), 608 (1602399077661671430), 609 (1602399077661671431), ... (20 adds)]} 0 2
   [junit4]   2> 310303 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=6935
   [junit4]   2> 310659 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[620 (1602399077874532352), 621 (1602399077875580928), 622 (1602399077875580929), 623 (1602399077875580930), 624 (1602399077875580931), 625 (1602399077875580932), 626 (1602399077875580933), 627 (1602399077875580934), 628 (1602399077875580935), 629 (1602399077875580936), ... (20 adds)]} 0 355
   [junit4]   2> 310883 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=7516
   [junit4]   2> 310886 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[640 (1602399078483755008), 641 (1602399078483755009), 642 (1602399078483755010), 643 (1602399078483755011), 644 (1602399078483755012), 645 (1602399078483755013), 646 (1602399078483755014), 647 (1602399078484803584), 648 (1602399078484803585), 649 (1602399078484803586), ... (20 adds)]} 0 2
   [junit4]   2> 311087 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=7720
   [junit4]   2> 311090 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[660 (1602399078697664512), 661 (1602399078697664513), 662 (1602399078697664514), 663 (1602399078697664515), 664 (1602399078698713088), 665 (1602399078698713089), 666 (1602399078698713090), 667 (1602399078698713091), 668 (1602399078698713092), 669 (1602399078698713093), ... (20 adds)]} 0 2
   [junit4]   2> 311292 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=7924
   [junit4]   2> 311295 INFO  (commitScheduler-367-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 311295 INFO  (commitScheduler-367-thread-1) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@3fdfcd5c commitCommandVersion:0
   [junit4]   2> 311314 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[680 (1602399078911574016), 681 (1602399078911574017), 682 (1602399078912622592), 683 (1602399078912622593), 684 (1602399078912622594), 685 (1602399078912622595), 686 (1602399078912622596), 687 (1602399078912622597), 688 (1602399078913671168), 689 (1602399078913671169), ... (20 adds)]} 0 21
   [junit4]   2> 311442 INFO  (commitScheduler-367-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1c583bc4[collection1] realtime]
   [junit4]   2> 311468 INFO  (commitScheduler-367-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 311515 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=8147
   [junit4]   2> 311518 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[700 (1602399079145406464), 701 (1602399079146455040), 702 (1602399079146455041), 703 (1602399079146455042), 704 (1602399079146455043), 705 (1602399079147503616), 706 (1602399079147503617), 707 (1602399079147503618), 708 (1602399079147503619), 709 (1602399079147503620), ... (20 adds)]} 0 3
   [junit4]   2> 311730 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=8363
   [junit4]   2> 311733 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[720 (1602399079371898880), 721 (1602399079371898881), 722 (1602399079371898882), 723 (1602399079371898883), 724 (1602399079371898884), 725 (1602399079371898885), 726 (1602399079372947456), 727 (1602399079372947457), 728 (1602399079372947458), 729 (1602399079372947459), ... (20 adds)]} 0 2
   [junit4]   2> 311934 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=8567
   [junit4]   2> 311937 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[740 (1602399079585808384), 741 (1602399079585808385), 742 (1602399079585808386), 743 (1602399079585808387), 744 (1602399079586856960), 745 (1602399079586856961), 746 (1602399079586856962), 747 (1602399079586856963), 748 (1602399079586856964), 749 (1602399079586856965), ... (20 adds)]} 0 2
   [junit4]   2> 312151 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=8784
   [junit4]   2> 312155 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[760 (1602399079813349376), 761 (1602399079813349377), 762 (1602399079813349378), 763 (1602399079814397952), 764 (1602399079814397953), 765 (1602399079814397954), 766 (1602399079814397955), 767 (1602399079814397956), 768 (1602399079814397957), 769 (1602399079814397958), ... (20 adds)]} 0 2
   [junit4]   2> 312372 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=9005
   [junit4]   2> 312375 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[780 (1602399080045084672), 781 (1602399080045084673), 782 (1602399080045084674), 783 (1602399080045084675), 784 (1602399080046133248), 785 (1602399080046133249), 786 (1602399080046133250), 787 (1602399080046133251), 788 (1602399080046133252), 789 (1602399080046133253), ... (20 adds)]} 0 2
   [junit4]   2> 312580 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=9213
   [junit4]   2> 312583 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[800 (1602399080263188480), 801 (1602399080263188481), 802 (1602399080263188482), 803 (1602399080263188483), 804 (1602399080263188484), 805 (1602399080263188485), 806 (1602399080263188486), 807 (1602399080264237056), 808 (1602399080264237057), 809 (1602399080264237058), ... (20 adds)]} 0 2
   [junit4]   2> 312784 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=9417
   [junit4]   2> 312787 INFO  (commitScheduler-367-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 312787 INFO  (commitScheduler-367-thread-1) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@3fdfcd5c commitCommandVersion:0
   [junit4]   2> 312790 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[820 (1602399080477097984), 821 (1602399080477097985), 822 (1602399080477097986), 823 (1602399080477097987), 824 (1602399080478146560), 825 (1602399080478146561), 826 (1602399080478146562), 827 (1602399080478146563), 828 (1602399080479195136), 829 (1602399080479195137), ... (20 adds)]} 0 5
   [junit4]   2> 312828 INFO  (commitScheduler-367-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2d4a5aaa[collection1] realtime]
   [junit4]   2> 312836 INFO  (commitScheduler-367-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 313076 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=9708
   [junit4]   2> 313081 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[840 (1602399080782233600), 841 (1602399080783282176), 842 (1602399080783282177), 843 (1602399080783282178), 844 (1602399080783282179), 845 (1602399080783282180), 846 (1602399080783282181), 847 (1602399080783282182), 848 (1602399080784330752), 849 (1602399080784330753), ... (20 adds)]} 0 5
   [junit4]   2> 313283 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=9915
   [junit4]   2> 313286 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[860 (1602399080999288832), 861 (1602399080999288833), 862 (1602399081000337408), 863 (1602399081000337409), 864 (1602399081000337410), 865 (1602399081000337411), 866 (1602399081000337412), 867 (1602399081000337413), 868 (1602399081000337414), 869 (1602399081000337415), ... (20 adds)]} 0 2
   [junit4]   2> 313487 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=10119
   [junit4]   2> 313490 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[880 (1602399081213198336), 881 (1602399081214246912), 882 (1602399081214246913), 883 (1602399081214246914), 884 (1602399081214246915), 885 (1602399081214246916), 886 (1602399081214246917), 887 (1602399081214246918), 888 (1602399081214246919), 889 (1602399081214246920), ... (20 adds)]} 0 2
   [junit4]   2> 313691 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=10323
   [junit4]   2> 313694 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[900 (1602399081428156416), 901 (1602399081428156417), 902 (1602399081428156418), 903 (1602399081428156419), 904 (1602399081428156420), 905 (1602399081428156421), 906 (1602399081428156422), 907 (1602399081429204992), 908 (1602399081429204993), 909 (1602399081429204994), ... (20 adds)]} 0 2
   [junit4]   2> 313897 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=10529
   [junit4]   2> 314140 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[920 (1602399081643114496), 921 (1602399081643114497), 922 (1602399081644163072), 923 (1602399081895821312), 924 (1602399081895821313), 925 (1602399081895821314), 926 (1602399081896869888), 927 (1602399081896869889), 928 (1602399081896869890), 929 (1602399081896869891), ... (20 adds)]} 0 243
   [junit4]   2> 314342 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=10974
   [junit4]   2> 314350 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[940 (1602399082109730816), 941 (1602399082109730817), 942 (1602399082110779392), 943 (1602399082116022272), 944 (1602399082116022273), 945 (1602399082116022274), 946 (1602399082116022275), 947 (1602399082116022276), 948 (1602399082116022277), 949 (1602399082117070848), ... (20 adds)]} 0 7
   [junit4]   2> 314552 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=11185
   [junit4]   2> 314559 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[960 (1602399082330980352), 961 (1602399082330980353), 962 (1602399082330980354), 963 (1602399082330980355), 964 (1602399082330980356), 965 (1602399082330980357), 966 (1602399082330980358), 967 (1602399082332028928), 968 (1602399082332028929), 969 (1602399082333077504), ... (20 adds)]} 0 6
   [junit4]   2> 314560 INFO  (commitScheduler-367-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 314560 INFO  (commitScheduler-367-thread-1) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@3fdfcd5c commitCommandVersion:0
   [junit4]   2> 314589 INFO  (commitScheduler-367-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@19632353[collection1] realtime]
   [junit4]   2> 314604 INFO  (commitScheduler-367-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 314610 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=11243
   [junit4]   2> 314614 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[980 (1602399082391797760), 981 (1602399082392846336), 982 (1602399082392846337), 983 (1602399082392846338), 984 (1602399082392846339), 985 (1602399082392846340), 986 (1602399082392846341), 987 (1602399082393894912), 988 (1602399082393894913), 989 (1602399082393894914), ... (20 adds)]} 0 3
   [junit4]   2> 314982 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=11615
   [junit4]   2> 314983 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 314983 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@3fdfcd5c commitCommandVersion:0
   [junit4]   2> 315004 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@60661f6a[collection1] main]
   [junit4]   2> 315016 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 315025 INFO  (searcherExecutor-364-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@60661f6a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_a(8.0.0):c693) Uninverting(_9(8.0.0):C7) Uninverting(_b(8.0.0):C135) Uninverting(_c(8.0.0):C5) Uninverting(_d(8.0.0):C140) Uninverting(_e(8.0.0):C20)))}
   [junit4]   2> 315087 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=1000 status=0 QTime=11719
   [junit4]   2> 315116 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.SolrTestCaseJ4 ###Ending endToEndTest {seed=[637D2E1F06D32289:CD7DFDD5D2A3CEA7]}
   [junit4]   2> 315117 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 315117 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1339234350
   [junit4]   2> 315117 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 315117 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2dc2a86f: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@2773416c
   [junit4]   2> 315134 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 315135 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@48cb4ce6: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@4c6d184
   [junit4]   2> 315138 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 315138 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5ba4da54: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@294757c5
   [junit4]   2> 315168 INFO  (coreCloseExecutor-369-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@be2a86d
   [junit4]   2> 315168 INFO  (coreCloseExecutor-369-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=be2a86d
   [junit4]   2> 315168 INFO  (coreCloseExecutor-369-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4ca84f38: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@34e67fbb
   [junit4]   2> 315495 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[637D2E1F06D32289]) [    ] o.a.s.SolrTestCaseJ4 ###Starting endToEndTest {seed=[637D2E1F06D32289:43946B098367866C]}
   [junit4]   2> 315496 INFO  (TEST-MaxSizeAutoCommitTest.endToEndTest-seed#[63

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

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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

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 74ms :: artifacts dl 9ms
	---------------------------------------------------------------------
	|                  |            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: 454 minutes 53 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)