You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2019/04/18 16:12:36 UTC

[JENKINS] Lucene-Solr-8.x-Windows (64bit/jdk-12) - Build # 207 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/207/
Java: 64bit/jdk-12 -XX:-UseCompressedOops -XX:+UseSerialGC

8 tests failed.
FAILED:  org.apache.solr.cloud.DocValuesNotIndexedTest.testGroupingSorting

Error Message:
Should have exactly 4 documents returned expected:<4> but was:<3>

Stack Trace:
java.lang.AssertionError: Should have exactly 4 documents returned expected:<4> but was:<3>
	at __randomizedtesting.SeedInfo.seed([2E415D15E151514F:3079551D9DFAEBCF]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.apache.solr.cloud.DocValuesNotIndexedTest.checkSortOrder(DocValuesNotIndexedTest.java:262)
	at org.apache.solr.cloud.DocValuesNotIndexedTest.testGroupingSorting(DocValuesNotIndexedTest.java:247)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.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 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.base/java.lang.Thread.run(Thread.java:835)


FAILED:  org.apache.solr.cloud.DocValuesNotIndexedTest.testGroupingDVOnly

Error Message:
Should be exactly one group with 1 entry of 10 for null for field intGSF expected:<1> but was:<0>

Stack Trace:
java.lang.AssertionError: Should be exactly one group with 1 entry of 10 for null for field intGSF expected:<1> but was:<0>
	at __randomizedtesting.SeedInfo.seed([2E415D15E151514F:B5FA334DAC096311]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.apache.solr.cloud.DocValuesNotIndexedTest.doGroupingDvOnly(DocValuesNotIndexedTest.java:395)
	at org.apache.solr.cloud.DocValuesNotIndexedTest.testGroupingDVOnly(DocValuesNotIndexedTest.java:321)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.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 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.base/java.lang.Thread.run(Thread.java:835)


FAILED:  org.apache.solr.security.AuditLoggerIntegrationTest.testAsyncQueueDrain

Error Message:
Failed waiting for 3 callbacks after 5 seconds

Stack Trace:
java.lang.AssertionError: Failed waiting for 3 callbacks after 5 seconds
	at __randomizedtesting.SeedInfo.seed([2E415D15E151514F:9F5EA2315192C290]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.solr.security.AuditLoggerIntegrationTest.waitForAuditEventCallbacks(AuditLoggerIntegrationTest.java:229)
	at org.apache.solr.security.AuditLoggerIntegrationTest.waitForAuditEventCallbacks(AuditLoggerIntegrationTest.java:221)
	at org.apache.solr.security.AuditLoggerIntegrationTest.assertThreeAdminEvents(AuditLoggerIntegrationTest.java:252)
	at org.apache.solr.security.AuditLoggerIntegrationTest.testAsyncQueueDrain(AuditLoggerIntegrationTest.java:132)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.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 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.base/java.lang.Thread.run(Thread.java:835)


FAILED:  org.apache.solr.security.AuditLoggerIntegrationTest.testAsyncQueueDrain

Error Message:
Failed waiting for 3 callbacks after 5 seconds

Stack Trace:
java.lang.AssertionError: Failed waiting for 3 callbacks after 5 seconds
	at __randomizedtesting.SeedInfo.seed([2E415D15E151514F:9F5EA2315192C290]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.solr.security.AuditLoggerIntegrationTest.waitForAuditEventCallbacks(AuditLoggerIntegrationTest.java:229)
	at org.apache.solr.security.AuditLoggerIntegrationTest.waitForAuditEventCallbacks(AuditLoggerIntegrationTest.java:221)
	at org.apache.solr.security.AuditLoggerIntegrationTest.assertThreeAdminEvents(AuditLoggerIntegrationTest.java:252)
	at org.apache.solr.security.AuditLoggerIntegrationTest.testAsyncQueueDrain(AuditLoggerIntegrationTest.java:132)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.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 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.base/java.lang.Thread.run(Thread.java:835)


FAILED:  org.apache.solr.security.AuditLoggerIntegrationTest.testAsyncQueueDrain

Error Message:
Failed waiting for 3 callbacks after 5 seconds

Stack Trace:
java.lang.AssertionError: Failed waiting for 3 callbacks after 5 seconds
	at __randomizedtesting.SeedInfo.seed([2E415D15E151514F:9F5EA2315192C290]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.solr.security.AuditLoggerIntegrationTest.waitForAuditEventCallbacks(AuditLoggerIntegrationTest.java:229)
	at org.apache.solr.security.AuditLoggerIntegrationTest.waitForAuditEventCallbacks(AuditLoggerIntegrationTest.java:221)
	at org.apache.solr.security.AuditLoggerIntegrationTest.assertThreeAdminEvents(AuditLoggerIntegrationTest.java:252)
	at org.apache.solr.security.AuditLoggerIntegrationTest.testAsyncQueueDrain(AuditLoggerIntegrationTest.java:132)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.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 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.base/java.lang.Thread.run(Thread.java:835)


FAILED:  org.apache.solr.security.AuditLoggerIntegrationTest.testAsyncQueueDrain

Error Message:
Failed waiting for 3 callbacks after 5 seconds

Stack Trace:
java.lang.AssertionError: Failed waiting for 3 callbacks after 5 seconds
	at __randomizedtesting.SeedInfo.seed([2E415D15E151514F:9F5EA2315192C290]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.solr.security.AuditLoggerIntegrationTest.waitForAuditEventCallbacks(AuditLoggerIntegrationTest.java:229)
	at org.apache.solr.security.AuditLoggerIntegrationTest.waitForAuditEventCallbacks(AuditLoggerIntegrationTest.java:221)
	at org.apache.solr.security.AuditLoggerIntegrationTest.assertThreeAdminEvents(AuditLoggerIntegrationTest.java:252)
	at org.apache.solr.security.AuditLoggerIntegrationTest.testAsyncQueueDrain(AuditLoggerIntegrationTest.java:132)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.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 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.base/java.lang.Thread.run(Thread.java:835)


FAILED:  org.apache.solr.security.AuditLoggerIntegrationTest.testAsyncQueueDrain

Error Message:
Failed waiting for 3 callbacks after 5 seconds

Stack Trace:
java.lang.AssertionError: Failed waiting for 3 callbacks after 5 seconds
	at __randomizedtesting.SeedInfo.seed([2E415D15E151514F:9F5EA2315192C290]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.solr.security.AuditLoggerIntegrationTest.waitForAuditEventCallbacks(AuditLoggerIntegrationTest.java:229)
	at org.apache.solr.security.AuditLoggerIntegrationTest.waitForAuditEventCallbacks(AuditLoggerIntegrationTest.java:221)
	at org.apache.solr.security.AuditLoggerIntegrationTest.assertThreeAdminEvents(AuditLoggerIntegrationTest.java:252)
	at org.apache.solr.security.AuditLoggerIntegrationTest.testAsyncQueueDrain(AuditLoggerIntegrationTest.java:132)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.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 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.base/java.lang.Thread.run(Thread.java:835)


FAILED:  org.apache.solr.security.AuditLoggerIntegrationTest.testAsyncQueueDrain

Error Message:
Failed waiting for 3 callbacks after 5 seconds

Stack Trace:
java.lang.AssertionError: Failed waiting for 3 callbacks after 5 seconds
	at __randomizedtesting.SeedInfo.seed([2E415D15E151514F:9F5EA2315192C290]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.solr.security.AuditLoggerIntegrationTest.waitForAuditEventCallbacks(AuditLoggerIntegrationTest.java:229)
	at org.apache.solr.security.AuditLoggerIntegrationTest.waitForAuditEventCallbacks(AuditLoggerIntegrationTest.java:221)
	at org.apache.solr.security.AuditLoggerIntegrationTest.assertThreeAdminEvents(AuditLoggerIntegrationTest.java:252)
	at org.apache.solr.security.AuditLoggerIntegrationTest.testAsyncQueueDrain(AuditLoggerIntegrationTest.java:132)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.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 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.base/java.lang.Thread.run(Thread.java:835)




Build Log:
[...truncated 13053 lines...]
   [junit4] Suite: org.apache.solr.cloud.DocValuesNotIndexedTest
   [junit4]   2> 199517 INFO  (SUITE-DocValuesNotIndexedTest-seed#[2E415D15E151514F]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DocValuesNotIndexedTest_2E415D15E151514F-001\init-core-data-001
   [junit4]   2> 199517 INFO  (SUITE-DocValuesNotIndexedTest-seed#[2E415D15E151514F]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 199519 INFO  (SUITE-DocValuesNotIndexedTest-seed#[2E415D15E151514F]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 199522 INFO  (TEST-DocValuesNotIndexedTest.testGroupingSorting-seed#[2E415D15E151514F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testGroupingSorting
   [junit4]   2> 199523 INFO  (TEST-DocValuesNotIndexedTest.testGroupingSorting-seed#[2E415D15E151514F]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DocValuesNotIndexedTest_2E415D15E151514F-001\tempDir-001
   [junit4]   2> 199524 INFO  (TEST-DocValuesNotIndexedTest.testGroupingSorting-seed#[2E415D15E151514F]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 199525 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 199525 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 199627 INFO  (TEST-DocValuesNotIndexedTest.testGroupingSorting-seed#[2E415D15E151514F]) [    ] o.a.s.c.ZkTestServer start zk server on port:54838
   [junit4]   2> 199627 INFO  (TEST-DocValuesNotIndexedTest.testGroupingSorting-seed#[2E415D15E151514F]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:54838
   [junit4]   2> 199627 INFO  (TEST-DocValuesNotIndexedTest.testGroupingSorting-seed#[2E415D15E151514F]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 54838
   [junit4]   2> 199633 INFO  (zkConnectionManagerCallback-1075-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 199637 INFO  (zkConnectionManagerCallback-1077-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 199640 INFO  (zkConnectionManagerCallback-1079-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 199642 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 0x1001919cb0e0002, likely client has closed socket
   [junit4]   2> 199643 WARN  (jetty-launcher-1080-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 199643 WARN  (jetty-launcher-1080-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 199644 INFO  (jetty-launcher-1080-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 199644 INFO  (jetty-launcher-1080-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 199644 INFO  (jetty-launcher-1080-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 199644 INFO  (jetty-launcher-1080-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 199644 INFO  (jetty-launcher-1080-thread-2) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 12+33
   [junit4]   2> 199644 INFO  (jetty-launcher-1080-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 12+33
   [junit4]   2> 199644 INFO  (jetty-launcher-1080-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 199644 INFO  (jetty-launcher-1080-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 199644 INFO  (jetty-launcher-1080-thread-2) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 199645 INFO  (jetty-launcher-1080-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 199645 INFO  (jetty-launcher-1080-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 199645 INFO  (jetty-launcher-1080-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 199645 INFO  (jetty-launcher-1080-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@36deae27{/solr,null,AVAILABLE}
   [junit4]   2> 199645 INFO  (jetty-launcher-1080-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@d196930{/solr,null,AVAILABLE}
   [junit4]   2> 199648 INFO  (jetty-launcher-1080-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@63f416e8{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:?????}
   [junit4]   2> 199648 INFO  (jetty-launcher-1080-thread-1) [    ] o.e.j.s.Server Started @??????ms
   [junit4]   2> 199648 INFO  (jetty-launcher-1080-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54850}
   [junit4]   2> 199649 ERROR (jetty-launcher-1080-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 199649 INFO  (jetty-launcher-1080-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 199649 INFO  (jetty-launcher-1080-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.1.0
   [junit4]   2> 199649 INFO  (jetty-launcher-1080-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 199649 INFO  (jetty-launcher-1080-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 199649 INFO  (jetty-launcher-1080-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-18T14:43:38.831501200Z
   [junit4]   2> 199651 INFO  (jetty-launcher-1080-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3f9b58f{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:?????}
   [junit4]   2> 199651 INFO  (jetty-launcher-1080-thread-2) [    ] o.e.j.s.Server Started @??????ms
   [junit4]   2> 199651 INFO  (jetty-launcher-1080-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54849}
   [junit4]   2> 199651 ERROR (jetty-launcher-1080-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 199651 INFO  (jetty-launcher-1080-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 199651 INFO  (jetty-launcher-1080-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.1.0
   [junit4]   2> 199651 INFO  (jetty-launcher-1080-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 199651 INFO  (jetty-launcher-1080-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 199651 INFO  (jetty-launcher-1080-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-18T14:43:38.833865900Z
   [junit4]   2> 199657 INFO  (zkConnectionManagerCallback-1082-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 199658 INFO  (jetty-launcher-1080-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 199659 INFO  (zkConnectionManagerCallback-1084-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 199662 INFO  (jetty-launcher-1080-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 199664 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 0x1001919cb0e0003, likely client has closed socket
   [junit4]   2> 199712 INFO  (jetty-launcher-1080-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 199732 WARN  (jetty-launcher-1080-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@4a613fc6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 199738 WARN  (jetty-launcher-1080-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@66702844[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 199738 INFO  (jetty-launcher-1080-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54838/solr
   [junit4]   2> 199745 INFO  (zkConnectionManagerCallback-1092-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 199745 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 0x1001919cb0e0005, likely client has closed socket
   [junit4]   2> 199749 INFO  (zkConnectionManagerCallback-1094-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 199901 INFO  (jetty-launcher-1080-thread-1) [n:127.0.0.1:54850_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:54850_solr
   [junit4]   2> 199902 INFO  (jetty-launcher-1080-thread-1) [n:127.0.0.1:54850_solr    ] o.a.s.c.Overseer Overseer (id=72085192609497094-127.0.0.1:54850_solr-n_0000000000) starting
   [junit4]   2> 199949 INFO  (zkConnectionManagerCallback-1101-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 199951 INFO  (jetty-launcher-1080-thread-1) [n:127.0.0.1:54850_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:54838/solr ready
   [junit4]   2> 199952 INFO  (jetty-launcher-1080-thread-1) [n:127.0.0.1:54850_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54850_solr
   [junit4]   2> 199988 INFO  (jetty-launcher-1080-thread-1) [n:127.0.0.1:54850_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 200024 INFO  (jetty-launcher-1080-thread-1) [n:127.0.0.1:54850_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54850.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@51f47300
   [junit4]   2> 200034 INFO  (jetty-launcher-1080-thread-1) [n:127.0.0.1:54850_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54850.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@51f47300
   [junit4]   2> 200034 INFO  (jetty-launcher-1080-thread-1) [n:127.0.0.1:54850_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54850.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@51f47300
   [junit4]   2> 200037 INFO  (jetty-launcher-1080-thread-1) [n:127.0.0.1:54850_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DocValuesNotIndexedTest_2E415D15E151514F-001\tempDir-001\node1\.
   [junit4]   2> 200117 INFO  (OverseerStateUpdate-72085192609497094-127.0.0.1:54850_solr-n_0000000000) [n:127.0.0.1:54850_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:54850_solr
   [junit4]   2> 200118 INFO  (OverseerStateUpdate-72085192609497094-127.0.0.1:54850_solr-n_0000000000) [n:127.0.0.1:54850_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 200120 INFO  (zkCallback-1100-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 200259 INFO  (jetty-launcher-1080-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 200261 WARN  (jetty-launcher-1080-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@6c67372c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 200266 WARN  (jetty-launcher-1080-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@1c432a35[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 200266 INFO  (jetty-launcher-1080-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54838/solr
   [junit4]   2> 200270 INFO  (zkConnectionManagerCallback-1108-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 200271 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 0x1001919cb0e0008, likely client has closed socket
   [junit4]   2> 200275 INFO  (zkConnectionManagerCallback-1110-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 200280 INFO  (jetty-launcher-1080-thread-2) [n:127.0.0.1:54849_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 200285 INFO  (jetty-launcher-1080-thread-2) [n:127.0.0.1:54849_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:54849_solr as DOWN
   [junit4]   2> 200285 INFO  (jetty-launcher-1080-thread-2) [n:127.0.0.1:54849_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 200285 INFO  (jetty-launcher-1080-thread-2) [n:127.0.0.1:54849_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54849_solr
   [junit4]   2> 200287 INFO  (zkCallback-1100-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 200287 INFO  (zkCallback-1093-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 200288 INFO  (zkCallback-1109-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 200322 INFO  (zkConnectionManagerCallback-1117-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 200324 INFO  (jetty-launcher-1080-thread-2) [n:127.0.0.1:54849_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 200325 INFO  (jetty-launcher-1080-thread-2) [n:127.0.0.1:54849_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:54838/solr ready
   [junit4]   2> 200325 INFO  (jetty-launcher-1080-thread-2) [n:127.0.0.1:54849_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 200347 INFO  (jetty-launcher-1080-thread-2) [n:127.0.0.1:54849_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54849.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@51f47300
   [junit4]   2> 200354 INFO  (jetty-launcher-1080-thread-2) [n:127.0.0.1:54849_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54849.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@51f47300
   [junit4]   2> 200356 INFO  (jetty-launcher-1080-thread-2) [n:127.0.0.1:54849_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54849.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@51f47300
   [junit4]   2> 200357 INFO  (jetty-launcher-1080-thread-2) [n:127.0.0.1:54849_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DocValuesNotIndexedTest_2E415D15E151514F-001\tempDir-001\node2\.
   [junit4]   2> 200385 INFO  (zkConnectionManagerCallback-1123-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 200387 INFO  (TEST-DocValuesNotIndexedTest.testGroupingSorting-seed#[2E415D15E151514F]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 200388 INFO  (TEST-DocValuesNotIndexedTest.testGroupingSorting-seed#[2E415D15E151514F]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:54838/solr ready
   [junit4]   2> 200396 INFO  (qtp1289615069-2804) [n:127.0.0.1:54849_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&maxShardsPerNode=2&name=dv_coll&nrtReplicas=1&action=CREATE&numShards=4&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 200400 INFO  (OverseerThreadFactory-745-thread-1-processing-n:127.0.0.1:54850_solr) [n:127.0.0.1:54850_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection dv_coll
   [junit4]   2> 200510 INFO  (OverseerStateUpdate-72085192609497094-127.0.0.1:54850_solr-n_0000000000) [n:127.0.0.1:54850_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"dv_coll",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"dv_coll_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:54849/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 200514 INFO  (OverseerStateUpdate-72085192609497094-127.0.0.1:54850_solr-n_0000000000) [n:127.0.0.1:54850_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"dv_coll",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"dv_coll_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:54850/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 200518 INFO  (OverseerStateUpdate-72085192609497094-127.0.0.1:54850_solr-n_0000000000) [n:127.0.0.1:54850_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"dv_coll",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"dv_coll_shard3_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:54849/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 200522 INFO  (OverseerStateUpdate-72085192609497094-127.0.0.1:54850_solr-n_0000000000) [n:127.0.0.1:54850_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"dv_coll",
   [junit4]   2>   "shard":"shard4",
   [junit4]   2>   "core":"dv_coll_shard4_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:54850/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 200729 INFO  (qtp1289267298-2817) [n:127.0.0.1:54850_solr    x:dv_coll_shard2_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf1&newCollection=true&name=dv_coll_shard2_replica_n2&action=CREATE&numShards=4&collection=dv_coll&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 200733 INFO  (qtp1289267298-2817) [n:127.0.0.1:54850_solr    x:dv_coll_shard2_replica_n2] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 200736 INFO  (qtp1289615069-2810) [n:127.0.0.1:54849_solr    x:dv_coll_shard3_replica_n4] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf1&newCollection=true&name=dv_coll_shard3_replica_n4&action=CREATE&numShards=4&collection=dv_coll&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 200738 INFO  (qtp1289615069-2809) [n:127.0.0.1:54849_solr    x:dv_coll_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&newCollection=true&name=dv_coll_shard1_replica_n1&action=CREATE&numShards=4&collection=dv_coll&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 200738 INFO  (qtp1289267298-2814) [n:127.0.0.1:54850_solr    x:dv_coll_shard4_replica_n6] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf1&newCollection=true&name=dv_coll_shard4_replica_n6&action=CREATE&numShards=4&collection=dv_coll&shard=shard4&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 201768 INFO  (qtp1289615069-2810) [n:127.0.0.1:54849_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 201772 INFO  (qtp1289267298-2817) [n:127.0.0.1:54850_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 201786 INFO  (qtp1289615069-2809) [n:127.0.0.1:54849_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 201795 INFO  (qtp1289267298-2814) [n:127.0.0.1:54850_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 201806 INFO  (qtp1289267298-2814) [n:127.0.0.1:54850_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.s.IndexSchema [dv_coll_shard4_replica_n6] Schema name=minimal
   [junit4]   2> 201806 INFO  (qtp1289267298-2817) [n:127.0.0.1:54850_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.s.IndexSchema [dv_coll_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 201818 INFO  (qtp1289615069-2810) [n:127.0.0.1:54849_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.s.IndexSchema [dv_coll_shard3_replica_n4] Schema name=minimal
   [junit4]   2> 201823 INFO  (qtp1289267298-2817) [n:127.0.0.1:54850_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 201823 INFO  (qtp1289267298-2817) [n:127.0.0.1:54850_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'dv_coll_shard2_replica_n2' using configuration from collection dv_coll, trusted=true
   [junit4]   2> 201823 INFO  (qtp1289267298-2817) [n:127.0.0.1:54850_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54850.solr.core.dv_coll.shard2.replica_n2' (registry 'solr.core.dv_coll.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@51f47300
   [junit4]   2> 201824 INFO  (qtp1289267298-2817) [n:127.0.0.1:54850_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.c.SolrCore [[dv_coll_shard2_replica_n2] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DocValuesNotIndexedTest_2E415D15E151514F-001\tempDir-001\node1\dv_coll_shard2_replica_n2], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DocValuesNotIndexedTest_2E415D15E151514F-001\tempDir-001\node1\.\dv_coll_shard2_replica_n2\data\]
   [junit4]   2> 201824 INFO  (qtp1289615069-2809) [n:127.0.0.1:54849_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.s.IndexSchema [dv_coll_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 201828 INFO  (qtp1289267298-2814) [n:127.0.0.1:54850_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 201828 INFO  (qtp1289267298-2814) [n:127.0.0.1:54850_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.c.CoreContainer Creating SolrCore 'dv_coll_shard4_replica_n6' using configuration from collection dv_coll, trusted=true
   [junit4]   2> 201828 INFO  (qtp1289267298-2814) [n:127.0.0.1:54850_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54850.solr.core.dv_coll.shard4.replica_n6' (registry 'solr.core.dv_coll.shard4.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@51f47300
   [junit4]   2> 201828 INFO  (qtp1289267298-2814) [n:127.0.0.1:54850_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.c.SolrCore [[dv_coll_shard4_replica_n6] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DocValuesNotIndexedTest_2E415D15E151514F-001\tempDir-001\node1\dv_coll_shard4_replica_n6], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DocValuesNotIndexedTest_2E415D15E151514F-001\tempDir-001\node1\.\dv_coll_shard4_replica_n6\data\]
   [junit4]   2> 201834 INFO  (qtp1289615069-2810) [n:127.0.0.1:54849_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 201834 INFO  (qtp1289615069-2810) [n:127.0.0.1:54849_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'dv_coll_shard3_replica_n4' using configuration from collection dv_coll, trusted=true
   [junit4]   2> 201834 INFO  (qtp1289615069-2810) [n:127.0.0.1:54849_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54849.solr.core.dv_coll.shard3.replica_n4' (registry 'solr.core.dv_coll.shard3.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@51f47300
   [junit4]   2> 201834 INFO  (qtp1289615069-2810) [n:127.0.0.1:54849_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.c.SolrCore [[dv_coll_shard3_replica_n4] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DocValuesNotIndexedTest_2E415D15E151514F-001\tempDir-001\node2\dv_coll_shard3_replica_n4], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DocValuesNotIndexedTest_2E415D15E151514F-001\tempDir-001\node2\.\dv_coll_shard3_replica_n4\data\]
   [junit4]   2> 201840 INFO  (qtp1289615069-2809) [n:127.0.0.1:54849_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 201840 INFO  (qtp1289615069-2809) [n:127.0.0.1:54849_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'dv_coll_shard1_replica_n1' using configuration from collection dv_coll, trusted=true
   [junit4]   2> 201840 INFO  (qtp1289615069-2809) [n:127.0.0.1:54849_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54849.solr.core.dv_coll.shard1.replica_n1' (registry 'solr.core.dv_coll.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@51f47300
   [junit4]   2> 201843 INFO  (qtp1289615069-2809) [n:127.0.0.1:54849_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.c.SolrCore [[dv_coll_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DocValuesNotIndexedTest_2E415D15E151514F-001\tempDir-001\node2\dv_coll_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DocValuesNotIndexedTest_2E415D15E151514F-001\tempDir-001\node2\.\dv_coll_shard1_replica_n1\data\]
   [junit4]   2> 201925 INFO  (qtp1289267298-2814) [n:127.0.0.1:54850_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 201925 INFO  (qtp1289267298-2814) [n:127.0.0.1:54850_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 201929 INFO  (qtp1289267298-2814) [n:127.0.0.1:54850_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 201929 INFO  (qtp1289267298-2814) [n:127.0.0.1:54850_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 201947 INFO  (qtp1289615069-2809) [n:127.0.0.1:54849_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 201947 INFO  (qtp1289615069-2809) [n:127.0.0.1:54849_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 201952 INFO  (qtp1289615069-2809) [n:127.0.0.1:54849_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 201952 INFO  (qtp1289615069-2809) [n:127.0.0.1:54849_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 202001 INFO  (qtp1289615069-2809) [n:127.0.0.1:54849_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4ac18b60[dv_coll_shard1_replica_n1] main]
   [junit4]   2> 202002 INFO  (qtp1289267298-2814) [n:127.0.0.1:54850_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.s.SolrIndexSearcher Opening [Searcher@730797b7[dv_coll_shard4_replica_n6] main]
   [junit4]   2> 202082 INFO  (qtp1289615069-2810) [n:127.0.0.1:54849_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 202082 INFO  (qtp1289615069-2810) [n:127.0.0.1:54849_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 202086 INFO  (qtp1289615069-2810) [n:127.0.0.1:54849_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 202086 INFO  (qtp1289615069-2810) [n:127.0.0.1:54849_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 202088 INFO  (qtp1289267298-2814) [n:127.0.0.1:54850_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 202088 INFO  (qtp1289615069-2809) [n:127.0.0.1:54849_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 202088 INFO  (qtp1289267298-2814) [n:127.0.0.1:54850_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 202093 INFO  (qtp1289267298-2814) [n:127.0.0.1:54850_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 202094 INFO  (qtp1289615069-2809) [n:127.0.0.1:54849_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 202094 INFO  (qtp1289615069-2809) [n:127.0.0.1:54849_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 202095 INFO  (qtp1289267298-2814) [n:127.0.0.1:54850_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 202095 INFO  (qtp1289267298-2814) [n:127.0.0.1:54850_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 202095 INFO  (qtp1289267298-2814) [n:127.0.0.1:54850_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1631163379904151552
   [junit4]   2> 202097 INFO  (qtp1289615069-2809) [n:127.0.0.1:54849_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 202098 INFO  (qtp1289615069-2809) [n:127.0.0.1:54849_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 202098 INFO  (qtp1289615069-2809) [n:127.0.0.1:54849_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1631163379907297280
   [junit4]   2> 202100 INFO  (searcherExecutor-754-thread-1-processing-n:127.0.0.1:54850_solr x:dv_coll_shard4_replica_n6 c:dv_coll s:shard4 r:core_node8) [n:127.0.0.1:54850_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.c.SolrCore [dv_coll_shard4_replica_n6] Registered new searcher Searcher@730797b7[dv_coll_shard4_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 202100 INFO  (searcherExecutor-756-thread-1-processing-n:127.0.0.1:54849_solr x:dv_coll_shard1_replica_n1 c:dv_coll s:shard1 r:core_node3) [n:127.0.0.1:54849_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.c.SolrCore [dv_coll_shard1_replica_n1] Registered new searcher Searcher@4ac18b60[dv_coll_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 202113 INFO  (qtp1289267298-2814) [n:127.0.0.1:54850_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.c.ZkShardTerms Successful update of terms at /collections/dv_coll/terms/shard4 to Terms{values={core_node8=0}, version=0}
   [junit4]   2> 202113 INFO  (qtp1289267298-2814) [n:127.0.0.1:54850_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/dv_coll/leaders/shard4
   [junit4]   2> 202114 INFO  (qtp1289615069-2809) [n:127.0.0.1:54849_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/dv_coll/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 202114 INFO  (qtp1289615069-2809) [n:127.0.0.1:54849_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/dv_coll/leaders/shard1
   [junit4]   2> 202118 INFO  (qtp1289267298-2814) [n:127.0.0.1:54850_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 202118 INFO  (qtp1289267298-2814) [n:127.0.0.1:54850_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 202118 INFO  (qtp1289267298-2814) [n:127.0.0.1:54850_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:54850/solr/dv_coll_shard4_replica_n6/
   [junit4]   2> 202118 INFO  (qtp1289615069-2809) [n:127.0.0.1:54849_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 202118 INFO  (qtp1289615069-2809) [n:127.0.0.1:54849_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 202118 INFO  (qtp1289615069-2809) [n:127.0.0.1:54849_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:54849/solr/dv_coll_shard1_replica_n1/
   [junit4]   2> 202118 INFO  (qtp1289267298-2814) [n:127.0.0.1:54850_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 202118 INFO  (qtp1289615069-2809) [n:127.0.0.1:54849_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 202118 INFO  (qtp1289267298-2814) [n:127.0.0.1:54850_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.c.SyncStrategy http://127.0.0.1:54850/solr/dv_coll_shard4_replica_n6/ has no replicas
   [junit4]   2> 202118 INFO  (qtp1289267298-2814) [n:127.0.0.1:54850_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/dv_coll/leaders/shard4/leader after winning as /collections/dv_coll/leader_elect/shard4/election/72085192609497094-core_node8-n_0000000000
   [junit4]   2> 202123 INFO  (qtp1289615069-2809) [n:127.0.0.1:54849_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:54849/solr/dv_coll_shard1_replica_n1/ has no replicas
   [junit4]   2> 202123 INFO  (qtp1289615069-2809) [n:127.0.0.1:54849_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/dv_coll/leaders/shard1/leader after winning as /collections/dv_coll/leader_elect/shard1/election/72085192609497097-core_node3-n_0000000000
   [junit4]   2> 202124 INFO  (qtp1289267298-2814) [n:127.0.0.1:54850_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:54850/solr/dv_coll_shard4_replica_n6/ shard4
   [junit4]   2> 202124 INFO  (qtp1289615069-2809) [n:127.0.0.1:54849_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:54849/solr/dv_coll_shard1_replica_n1/ shard1
   [junit4]   2> 202130 INFO  (qtp1289615069-2810) [n:127.0.0.1:54849_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@548dcdf8[dv_coll_shard3_replica_n4] main]
   [junit4]   2> 202132 INFO  (qtp1289615069-2810) [n:127.0.0.1:54849_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 202132 INFO  (qtp1289615069-2810) [n:127.0.0.1:54849_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 202132 INFO  (qtp1289615069-2810) [n:127.0.0.1:54849_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 202132 INFO  (qtp1289615069-2810) [n:127.0.0.1:54849_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 202133 INFO  (qtp1289615069-2810) [n:127.0.0.1:54849_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 202133 INFO  (qtp1289615069-2810) [n:127.0.0.1:54849_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1631163379943997440
   [junit4]   2> 202135 INFO  (searcherExecutor-755-thread-1-processing-n:127.0.0.1:54849_solr x:dv_coll_shard3_replica_n4 c:dv_coll s:shard3 r:core_node7) [n:127.0.0.1:54849_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.c.SolrCore [dv_coll_shard3_replica_n4] Registered new searcher Searcher@548dcdf8[dv_coll_shard3_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 202138 INFO  (qtp1289615069-2810) [n:127.0.0.1:54849_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.c.ZkShardTerms Successful update of terms at /collections/dv_coll/terms/shard3 to Terms{values={core_node7=0}, version=0}
   [junit4]   2> 202138 INFO  (qtp1289615069-2810) [n:127.0.0.1:54849_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/dv_coll/leaders/shard3
   [junit4]   2> 202138 INFO  (qtp1289267298-2817) [n:127.0.0.1:54850_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 202138 INFO  (qtp1289267298-2817) [n:127.0.0.1:54850_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 202138 INFO  (qtp1289615069-2810) [n:127.0.0.1:54849_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 202138 INFO  (qtp1289615069-2810) [n:127.0.0.1:54849_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 202138 INFO  (qtp1289615069-2810) [n:127.0.0.1:54849_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:54849/solr/dv_coll_shard3_replica_n4/
   [junit4]   2> 202138 INFO  (qtp1289615069-2810) [n:127.0.0.1:54849_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 202138 INFO  (qtp1289615069-2810) [n:127.0.0.1:54849_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.c.SyncStrategy http://127.0.0.1:54849/solr/dv_coll_shard3_replica_n4/ has no replicas
   [junit4]   2> 202138 INFO  (qtp1289615069-2810) [n:127.0.0.1:54849_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/dv_coll/leaders/shard3/leader after winning as /collections/dv_coll/leader_elect/shard3/election/72085192609497097-core_node7-n_0000000000
   [junit4]   2> 202144 INFO  (qtp1289267298-2817) [n:127.0.0.1:54850_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 202144 INFO  (qtp1289267298-2817) [n:127.0.0.1:54850_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 202144 INFO  (qtp1289615069-2810) [n:127.0.0.1:54849_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:54849/solr/dv_coll_shard3_replica_n4/ shard3
   [junit4]   2> 202146 INFO  (qtp1289267298-2817) [n:127.0.0.1:54850_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@1b94a968[dv_coll_shard2_replica_n2] main]
   [junit4]   2> 202147 INFO  (qtp1289267298-2817) [n:127.0.0.1:54850_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 202147 INFO  (qtp1289267298-2817) [n:127.0.0.1:54850_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 202148 INFO  (qtp1289267298-2817) [n:127.0.0.1:54850_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 202148 INFO  (qtp1289267298-2817) [n:127.0.0.1:54850_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 202148 INFO  (qtp1289267298-2817) [n:127.0.0.1:54850_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 202148 INFO  (qtp1289267298-2817) [n:127.0.0.1:54850_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1631163379959726080
   [junit4]   2> 202148 INFO  (searcherExecutor-753-thread-1-processing-n:127.0.0.1:54850_solr x:dv_coll_shard2_replica_n2 c:dv_coll s:shard2 r:core_node5) [n:127.0.0.1:54850_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.c.SolrCore [dv_coll_shard2_replica_n2] Registered new searcher Searcher@1b94a968[dv_coll_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 202153 INFO  (qtp1289267298-2817) [n:127.0.0.1:54850_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/dv_coll/terms/shard2 to Terms{values={core_node5=0}, version=0}
   [junit4]   2> 202153 INFO  (qtp1289267298-2817) [n:127.0.0.1:54850_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/dv_coll/leaders/shard2
   [junit4]   2> 202156 INFO  (qtp1289267298-2817) [n:127.0.0.1:54850_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 202156 INFO  (qtp1289267298-2817) [n:127.0.0.1:54850_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 202156 INFO  (qtp1289267298-2817) [n:127.0.0.1:54850_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:54850/solr/dv_coll_shard2_replica_n2/
   [junit4]   2> 202156 INFO  (qtp1289267298-2817) [n:127.0.0.1:54850_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 202156 INFO  (qtp1289267298-2817) [n:127.0.0.1:54850_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.c.SyncStrategy http://127.0.0.1:54850/solr/dv_coll_shard2_replica_n2/ has no replicas
   [junit4]   2> 202156 INFO  (qtp1289267298-2817) [n:127.0.0.1:54850_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/dv_coll/leaders/shard2/leader after winning as /collections/dv_coll/leader_elect/shard2/election/72085192609497094-core_node5-n_0000000000
   [junit4]   2> 202157 INFO  (qtp1289267298-2817) [n:127.0.0.1:54850_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:54850/solr/dv_coll_shard2_replica_n2/ shard2
   [junit4]   2> 202259 INFO  (zkCallback-1093-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/dv_coll/state.json] for collection [dv_coll] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 202259 INFO  (zkCallback-1093-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/dv_coll/state.json] for collection [dv_coll] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 202259 INFO  (zkCallback-1109-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/dv_coll/state.json] for collection [dv_coll] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 202259 INFO  (zkCallback-1109-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/dv_coll/state.json] for collection [dv_coll] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 202261 INFO  (qtp1289615069-2809) [n:127.0.0.1:54849_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 202261 INFO  (qtp1289267298-2817) [n:127.0.0.1:54850_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 202262 INFO  (qtp1289615069-2810) [n:127.0.0.1:54849_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 202262 INFO  (qtp1289267298-2814) [n:127.0.0.1:54850_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 202273 INFO  (qtp1289615069-2809) [n:127.0.0.1:54849_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&newCollection=true&name=dv_coll_shard1_replica_n1&action=CREATE&numShards=4&collection=dv_coll&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1534
   [junit4]   2> 202273 INFO  (qtp1289615069-2810) [n:127.0.0.1:54849_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf1&newCollection=true&name=dv_coll_shard3_replica_n4&action=CREATE&numShards=4&collection=dv_coll&shard=shard3&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1536
   [junit4]   2> 202275 INFO  (qtp1289267298-2817) [n:127.0.0.1:54850_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf1&newCollection=true&name=dv_coll_shard2_replica_n2&action=CREATE&numShards=4&collection=dv_coll&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1543
   [junit4]   2> 202275 INFO  (qtp1289267298-2814) [n:127.0.0.1:54850_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf1&newCollection=true&name=dv_coll_shard4_replica_n6&action=CREATE&numShards=4&collection=dv_coll&shard=shard4&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1537
   [junit4]   2> 202286 INFO  (qtp1289615069-2804) [n:127.0.0.1:54849_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 202377 INFO  (zkCallback-1093-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/dv_coll/state.json] for collection [dv_coll] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 202377 INFO  (zkCallback-1109-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/dv_coll/state.json] for collection [dv_coll] has occurred - updating... (l

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

54844_solr-n_0000000000) [n:127.0.0.1:54844_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 182204 INFO  (qtp1724274477-3232) [n:127.0.0.1:54844_solr    ] o.a.s.s.CallbackAuditLoggerPlugin Sent audit callback {"requestUrl":"http://127.0.0.1:54844/solr/admin/collections","nodeName":"n:127.0.0.1:54844_solr","message":"Completed","level":"INFO","date":1555603866148,"clientIp":"127.0.0.1","collections":[],"headers":{"User-Agent":"Solr[org.apache.solr.client.solrj.impl.HttpSolrClient] 1.0","Connection":"keep-alive","Host":"127.0.0.1:54844"},"solrParams":{"action":["OVERSEERSTATUS"],"wt":["javabin"],"version":["2"]},"solrHost":"127.0.0.1","solrPort":54844,"solrIp":"127.0.0.1","resource":"/admin/collections","httpMethod":"GET","httpQueryString":"action=OVERSEERSTATUS&wt=javabin&version=2","eventType":"COMPLETED","requestType":"ADMIN","status":200,"qtime":36.0} to localhost:54817
   [junit4]   2> 182212 INFO  (auditTestCallback-771-thread-1) [    ] o.a.s.s.AuditLoggerIntegrationTest Received audit event for path /admin/collections
   [junit4]   2> 182304 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 0x1001969d6b60007, likely client has closed socket
   [junit4]   2> 182308 INFO  (jetty-closer-1322-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=832038278
   [junit4]   2> 182308 INFO  (jetty-closer-1322-thread-1) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:54844_solr
   [junit4]   2> 182310 INFO  (jetty-closer-1322-thread-1) [    ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 182310 INFO  (jetty-closer-1322-thread-1) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:54844_solr as DOWN
   [junit4]   2> 182312 INFO  (jetty-closer-1322-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 182312 INFO  (jetty-closer-1322-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 182312 INFO  (jetty-closer-1322-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7048c10: rootName = solr_54844, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@689e31fe
   [junit4]   2> 182318 INFO  (jetty-closer-1322-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 182318 INFO  (jetty-closer-1322-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1a0d7d03: rootName = solr_54844, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@7c8dbf5e
   [junit4]   2> 182320 INFO  (jetty-closer-1322-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 182320 INFO  (jetty-closer-1322-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@fcda43e: rootName = solr_54844, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@35c1dc69
   [junit4]   2> 182323 INFO  (jetty-closer-1322-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 182326 INFO  (jetty-closer-1322-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72085536402440197-127.0.0.1:54844_solr-n_0000000000) closing
   [junit4]   2> 182326 INFO  (OverseerStateUpdate-72085536402440197-127.0.0.1:54844_solr-n_0000000000) [n:127.0.0.1:54844_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:54844_solr
   [junit4]   2> 182329 INFO  (OverseerAutoScalingTriggerThread-72085536402440197-127.0.0.1:54844_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 182329 INFO  (zkCallback-1314-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 182334 INFO  (closeThreadPool-1326-thread-2) [    ] o.a.s.c.Overseer Overseer (id=72085536402440197-127.0.0.1:54844_solr-n_0000000000) closing
   [junit4]   2> 182335 INFO  (closeThreadPool-1326-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72085536402440197-127.0.0.1:54844_solr-n_0000000000) closing
   [junit4]   2> 182337 INFO  (jetty-closer-1322-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@49c49a7f{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 182337 INFO  (jetty-closer-1322-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@75db790b{/solr,null,UNAVAILABLE}
   [junit4]   2> 182337 INFO  (jetty-closer-1322-thread-1) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 182676 INFO  (TEST-AuditLoggerIntegrationTest.testSynchronous-seed#[2E415D15E151514F]) [    ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 182677 WARN  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 
   [junit4]   2> 182680 INFO  (TEST-AuditLoggerIntegrationTest.testSynchronous-seed#[2E415D15E151514F]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:54821
   [junit4]   2> 182680 INFO  (TEST-AuditLoggerIntegrationTest.testSynchronous-seed#[2E415D15E151514F]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 54821
   [junit4]   2> 183689 INFO  (TEST-AuditLoggerIntegrationTest.testSynchronous-seed#[2E415D15E151514F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSynchronous
   [junit4] OK      3.09s J0 | AuditLoggerIntegrationTest.testSynchronous
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.security.AuditLoggerIntegrationTest_2E415D15E151514F-003
   [junit4]   2> NOTE: test params are: codec=Lucene80, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@6ba2131d), locale=en-TT, timezone=Europe/Podgorica
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 12 (64-bit)/cpus=3,threads=1,free=100911040,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [DocValuesNotIndexedTest, DocValuesNotIndexedTest, AuditLoggerIntegrationTest, AuditLoggerIntegrationTest, AuditLoggerIntegrationTest]
   [junit4] Completed [10/10 (7!)] on J0 in 31.80s, 7 tests, 1 failure <<< FAILURES!

[...truncated 16 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\common-build.xml:1573: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\common-build.xml:1100: There were test failures: 10 suites, 55 tests, 7 failures [seed: 2E415D15E151514F]

Total time: 3 minutes 7 seconds

[repro] Setting last failure code to 1

[repro] Failures:
[repro]   2/5 failed: org.apache.solr.cloud.DocValuesNotIndexedTest
[repro]   5/5 failed: org.apache.solr.security.AuditLoggerIntegrationTest
[repro] Exiting with code 1

C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>IF EXIST lucene\build move /y lucene\build lucene\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>IF EXIST solr\build move /y solr\build solr\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>IF EXIST lucene\build.orig move /y lucene\build.orig lucene\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>IF EXIST solr\build.orig move /y solr\build.orig solr\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>exit 0 
Archiving artifacts
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
No credentials specified
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=57eb7797a874a62476dff3ed0c24d5fd2827649f, workspace=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows
[WARNINGS] Computing warning deltas based on reference build #206
Recording test results
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
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)
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2

[JENKINS] Lucene-Solr-8.x-Windows (64bit/jdk-12) - Build # 209 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/209/
Java: 64bit/jdk-12 -XX:+UseCompressedOops -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.security.AuditLoggerIntegrationTest.testAsyncQueueDrain

Error Message:
Failed waiting for 3 callbacks after 5 seconds

Stack Trace:
java.lang.AssertionError: Failed waiting for 3 callbacks after 5 seconds
	at __randomizedtesting.SeedInfo.seed([A3DB236DEAAB6309:12C4DC495A68F0D6]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.solr.security.AuditLoggerIntegrationTest.waitForAuditEventCallbacks(AuditLoggerIntegrationTest.java:229)
	at org.apache.solr.security.AuditLoggerIntegrationTest.waitForAuditEventCallbacks(AuditLoggerIntegrationTest.java:221)
	at org.apache.solr.security.AuditLoggerIntegrationTest.assertThreeAdminEvents(AuditLoggerIntegrationTest.java:252)
	at org.apache.solr.security.AuditLoggerIntegrationTest.testAsyncQueueDrain(AuditLoggerIntegrationTest.java:132)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.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 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.base/java.lang.Thread.run(Thread.java:835)




Build Log:
[...truncated 12940 lines...]
   [junit4] Suite: org.apache.solr.security.AuditLoggerIntegrationTest
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.security.AuditLoggerIntegrationTest_A3DB236DEAAB6309-001\init-core-data-001
   [junit4]   2> 139558 INFO  (SUITE-AuditLoggerIntegrationTest-seed#[A3DB236DEAAB6309]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 139561 INFO  (SUITE-AuditLoggerIntegrationTest-seed#[A3DB236DEAAB6309]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="None")
   [junit4]   2> 139561 INFO  (SUITE-AuditLoggerIntegrationTest-seed#[A3DB236DEAAB6309]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 139569 INFO  (TEST-AuditLoggerIntegrationTest.auth-seed#[A3DB236DEAAB6309]) [    ] o.a.s.SolrTestCaseJ4 ###Starting auth
   [junit4]   2> 139574 INFO  (TEST-AuditLoggerIntegrationTest.auth-seed#[A3DB236DEAAB6309]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.security.AuditLoggerIntegrationTest_A3DB236DEAAB6309-001\tempDir-001
   [junit4]   2> 139574 INFO  (TEST-AuditLoggerIntegrationTest.auth-seed#[A3DB236DEAAB6309]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 139618 INFO  (auditTestCallback-581-thread-1) [    ] o.a.s.s.AuditLoggerIntegrationTest Listening for audit callbacks on on port 54364
   [junit4]   2> 139619 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 139619 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 139678 INFO  (TEST-AuditLoggerIntegrationTest.auth-seed#[A3DB236DEAAB6309]) [    ] o.a.s.c.ZkTestServer start zk server on port:54367
   [junit4]   2> 139679 INFO  (TEST-AuditLoggerIntegrationTest.auth-seed#[A3DB236DEAAB6309]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:54367
   [junit4]   2> 139679 INFO  (TEST-AuditLoggerIntegrationTest.auth-seed#[A3DB236DEAAB6309]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 54367
   [junit4]   2> 139711 INFO  (zkConnectionManagerCallback-1053-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 139745 INFO  (zkConnectionManagerCallback-1055-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 139751 INFO  (zkConnectionManagerCallback-1057-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 139766 WARN  (jetty-launcher-1058-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 139766 INFO  (jetty-launcher-1058-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 139768 INFO  (jetty-launcher-1058-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 139768 INFO  (jetty-launcher-1058-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 12+33
   [junit4]   2> 139771 INFO  (jetty-launcher-1058-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 139771 INFO  (jetty-launcher-1058-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 139771 INFO  (jetty-launcher-1058-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 139771 INFO  (jetty-launcher-1058-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4d4686d{/solr,null,AVAILABLE}
   [junit4]   2> 139779 INFO  (jetty-launcher-1058-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@312eb8df{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:54378}
   [junit4]   2> 139779 INFO  (jetty-launcher-1058-thread-1) [    ] o.e.j.s.Server Started @139840ms
   [junit4]   2> 139779 INFO  (jetty-launcher-1058-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54378}
   [junit4]   2> 139779 ERROR (jetty-launcher-1058-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 139779 INFO  (jetty-launcher-1058-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 139779 INFO  (jetty-launcher-1058-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 139779 INFO  (jetty-launcher-1058-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 139779 INFO  (jetty-launcher-1058-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 139781 INFO  (jetty-launcher-1058-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-19T12:57:20.175925700Z
   [junit4]   2> 139789 INFO  (zkConnectionManagerCallback-1060-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 139789 INFO  (jetty-launcher-1058-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 141317 INFO  (jetty-launcher-1058-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 141324 WARN  (jetty-launcher-1058-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@5c927f3e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 141330 WARN  (jetty-launcher-1058-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@397bdb9d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 141330 INFO  (jetty-launcher-1058-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54367/solr
   [junit4]   2> 141400 INFO  (zkConnectionManagerCallback-1067-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 141414 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 0x1001dded3ed0004, likely client has closed socket
   [junit4]   2> 141431 INFO  (zkConnectionManagerCallback-1069-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 141693 INFO  (jetty-launcher-1058-thread-1) [n:127.0.0.1:54378_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:54378_solr
   [junit4]   2> 141694 INFO  (jetty-launcher-1058-thread-1) [n:127.0.0.1:54378_solr    ] o.a.s.c.Overseer Overseer (id=72090436913397765-127.0.0.1:54378_solr-n_0000000000) starting
   [junit4]   2> 141846 INFO  (zkConnectionManagerCallback-1076-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 141876 INFO  (jetty-launcher-1058-thread-1) [n:127.0.0.1:54378_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:54367/solr ready
   [junit4]   2> 141878 INFO  (jetty-launcher-1058-thread-1) [n:127.0.0.1:54378_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54378_solr
   [junit4]   2> 141894 INFO  (jetty-launcher-1058-thread-1) [n:127.0.0.1:54378_solr    ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 141943 INFO  (jetty-launcher-1058-thread-1) [n:127.0.0.1:54378_solr    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 141983 INFO  (jetty-launcher-1058-thread-1) [n:127.0.0.1:54378_solr    ] o.a.s.c.CoreContainer Initializing auditlogger plugin: solr.CallbackAuditLoggerPlugin
   [junit4]   2> 142120 INFO  (jetty-launcher-1058-thread-1) [n:127.0.0.1:54378_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 142154 INFO  (OverseerStateUpdate-72090436913397765-127.0.0.1:54378_solr-n_0000000000) [n:127.0.0.1:54378_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:54378_solr
   [junit4]   2> 142154 INFO  (OverseerStateUpdate-72090436913397765-127.0.0.1:54378_solr-n_0000000000) [n:127.0.0.1:54378_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 142172 INFO  (zkCallback-1075-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 142262 INFO  (jetty-launcher-1058-thread-1) [n:127.0.0.1:54378_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54378.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a518218
   [junit4]   2> 142308 INFO  (jetty-launcher-1058-thread-1) [n:127.0.0.1:54378_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54378.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a518218
   [junit4]   2> 142308 INFO  (jetty-launcher-1058-thread-1) [n:127.0.0.1:54378_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54378.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a518218
   [junit4]   2> 142308 INFO  (jetty-launcher-1058-thread-1) [n:127.0.0.1:54378_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.security.AuditLoggerIntegrationTest_A3DB236DEAAB6309-001\tempDir-001\node1\.
   [junit4]   2> 142391 INFO  (zkConnectionManagerCallback-1082-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 142394 INFO  (TEST-AuditLoggerIntegrationTest.auth-seed#[A3DB236DEAAB6309]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 142396 INFO  (TEST-AuditLoggerIntegrationTest.auth-seed#[A3DB236DEAAB6309]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:54367/solr ready
   [junit4]   2> 142424 INFO  (qtp1990730596-2413) [n:127.0.0.1:54378_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 142424 INFO  (qtp1990730596-2413) [n:127.0.0.1:54378_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 142600 INFO  (qtp1990730596-2413) [n:127.0.0.1:54378_solr    ] o.a.s.s.CallbackAuditLoggerPlugin Sent audit callback {"requestUrl":"http://127.0.0.1:54378/solr/admin/collections","nodeName":"n:127.0.0.1:54378_solr","message":"Completed","level":"INFO","date":1555678642820,"clientIp":"127.0.0.1","collections":[],"headers":{"User-Agent":"Solr[org.apache.solr.client.solrj.impl.HttpSolrClient] 1.0","Connection":"keep-alive","Host":"127.0.0.1:54378"},"solrParams":{"action":["LIST"],"wt":["javabin"],"version":["2"]},"solrHost":"127.0.0.1","solrPort":54378,"solrIp":"127.0.0.1","resource":"/admin/collections","httpMethod":"GET","httpQueryString":"action=LIST&wt=javabin&version=2","eventType":"COMPLETED","requestType":"ADMIN","status":200,"qtime":2.0} to localhost:54364
   [junit4]   2> 142635 INFO  (qtp1990730596-2415) [n:127.0.0.1:54378_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 142635 INFO  (qtp1990730596-2415) [n:127.0.0.1:54378_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 142698 INFO  (qtp1990730596-2415) [n:127.0.0.1:54378_solr    ] o.a.s.s.CallbackAuditLoggerPlugin Sent audit callback {"requestUrl":"http://127.0.0.1:54378/solr/admin/collections","nodeName":"n:127.0.0.1:54378_solr","message":"Completed","level":"INFO","date":1555678643031,"username":"solr","clientIp":"127.0.0.1","collections":[],"headers":{"Authorization":"Basic c29scjpTb2xyUm9ja3M=","User-Agent":"Solr[org.apache.solr.client.solrj.impl.HttpSolrClient] 1.0","Connection":"keep-alive","Host":"127.0.0.1:54378"},"solrParams":{"action":["LIST"],"wt":["javabin"],"version":["2"]},"solrHost":"127.0.0.1","solrPort":54378,"solrIp":"127.0.0.1","resource":"/admin/collections","httpMethod":"GET","httpQueryString":"action=LIST&wt=javabin&version=2","eventType":"COMPLETED","requestType":"ADMIN","status":200,"qtime":0.0} to localhost:54364
   [junit4]   2> 142702 INFO  (qtp1990730596-2415) [n:127.0.0.1:54378_solr    ] o.a.s.s.RuleBasedAuthorizationPlugin request has come without principal. failed permission {
   [junit4]   2>   "name":"collection-admin-edit",
   [junit4]   2>   "role":"admin"} 
   [junit4]   2> 142751 INFO  (auditTestCallback-581-thread-1) [    ] o.a.s.s.AuditLoggerIntegrationTest Received audit event for path /admin/collections
   [junit4]   2> 142751 INFO  (qtp1990730596-2415) [n:127.0.0.1:54378_solr    ] o.a.s.s.CallbackAuditLoggerPlugin Sent audit callback {"requestUrl":"http://127.0.0.1:54378/solr/admin/collections","nodeName":"n:127.0.0.1:54378_solr","message":"Rejected","level":"WARN","date":1555678643098,"clientIp":"127.0.0.1","collections":["test"],"headers":{"User-Agent":"Solr[org.apache.solr.client.solrj.impl.HttpSolrClient] 1.0","Connection":"keep-alive","Host":"127.0.0.1:54378"},"solrParams":{"pullReplicas":["0"],"name":["test"],"nrtReplicas":["1"],"action":["CREATE"],"numShards":["1"],"tlogReplicas":["0"],"wt":["javabin"],"version":["2"]},"solrHost":"127.0.0.1","solrPort":54378,"solrIp":"127.0.0.1","resource":"/admin/collections","httpMethod":"GET","httpQueryString":"action=CREATE&name=test&numShards=1&nrtReplicas=1&pullReplicas=0&tlogReplicas=0&wt=javabin&version=2","eventType":"REJECTED","requestType":"ADMIN","status":401,"qtime":-1.0} to localhost:54364
   [junit4]   2> 142751 INFO  (qtp1990730596-2415) [n:127.0.0.1:54378_solr    ] o.a.s.s.HttpSolrCall USER_REQUIRED auth header null context : userPrincipal: [null] type: [ADMIN], collections: [test,], Path: [/admin/collections] path : /admin/collections params :pullReplicas=0&name=test&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2 
   [junit4]   2> 142788 INFO  (qtp1990730596-2415) [n:127.0.0.1:54378_solr    ] o.a.s.s.CallbackAuditLoggerPlugin Sent audit callback {"requestUrl":"http://127.0.0.1:54378/solr/admin/collections","nodeName":"n:127.0.0.1:54378_solr","message":"Unauthorized","level":"WARN","date":1555678643162,"clientIp":"127.0.0.1","collections":["test"],"headers":{"User-Agent":"Solr[org.apache.solr.client.solrj.impl.HttpSolrClient] 1.0","Connection":"keep-alive","Host":"127.0.0.1:54378"},"solrParams":{"pullReplicas":["0"],"name":["test"],"nrtReplicas":["1"],"action":["CREATE"],"numShards":["1"],"tlogReplicas":["0"],"wt":["javabin"],"version":["2"]},"solrHost":"127.0.0.1","solrPort":54378,"solrIp":"127.0.0.1","resource":"/admin/collections","httpMethod":"GET","httpQueryString":"action=CREATE&name=test&numShards=1&nrtReplicas=1&pullReplicas=0&tlogReplicas=0&wt=javabin&version=2","eventType":"UNAUTHORIZED","requestType":"ADMIN","status":403,"qtime":-1.0} to localhost:54364
   [junit4]   2> 142798 INFO  (auditTestCallback-581-thread-1) [    ] o.a.s.s.AuditLoggerIntegrationTest Received audit event for path /admin/collections
   [junit4]   2> 142807 INFO  (auditTestCallback-581-thread-1) [    ] o.a.s.s.AuditLoggerIntegrationTest Received audit event for path /admin/collections
   [junit4]   2> 142807 INFO  (auditTestCallback-581-thread-1) [    ] o.a.s.s.AuditLoggerIntegrationTest Received audit event for path /admin/collections
   [junit4]   1> {"requestUrl":"http://127.0.0.1:54378/solr/admin/collections","nodeName":"n:127.0.0.1:54378_solr","message":"Completed","level":"INFO","date":1555678643031,"username":"solr","clientIp":"127.0.0.1","collections":[],"headers":{"Authorization":"Basic c29scjpTb2xyUm9ja3M=","User-Agent":"Solr[org.apache.solr.client.solrj.impl.HttpSolrClient] 1.0","Connection":"keep-alive","Host":"127.0.0.1:54378"},"solrParams":{"action":["LIST"],"wt":["javabin"],"version":["2"]},"solrHost":"127.0.0.1","solrPort":54378,"solrIp":"127.0.0.1","resource":"/admin/collections","httpMethod":"GET","httpQueryString":"action=LIST&wt=javabin&version=2","eventType":"COMPLETED","requestType":"ADMIN","status":200,"qtime":0.0}
   [junit4]   2> 142942 INFO  (qtp1990730596-2416) [    ] o.a.s.s.CallbackAuditLoggerPlugin Sent audit callback {"requestUrl":"http://127.0.0.1:54378/solr/admin/collections","message":"Rejected","level":"WARN","date":1555678643306,"clientIp":"127.0.0.1","headers":{"Authorization":"Basic c29scjp3cm9uZ1BX","User-Agent":"Solr[org.apache.solr.client.solrj.impl.HttpSolrClient] 1.0","Connection":"keep-alive","Host":"127.0.0.1:54378"},"solrParams":{},"solrHost":"127.0.0.1","solrPort":54378,"solrIp":"127.0.0.1","resource":"/solr","httpMethod":"GET","httpQueryString":"action=CREATE&name=test&numShards=1&nrtReplicas=1&pullReplicas=0&tlogReplicas=0&wt=javabin&version=2","eventType":"REJECTED","requestType":"UNKNOWN","status":401,"qtime":-1.0} to localhost:54364
   [junit4]   2> 142942 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 0x1001dded3ed0007, likely client has closed socket
   [junit4]   2> 142945 INFO  (auditTestCallback-581-thread-1) [    ] o.a.s.s.AuditLoggerIntegrationTest Received audit event for path /solr
   [junit4]   2> 142948 INFO  (jetty-closer-1083-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1477690762
   [junit4]   2> 142948 INFO  (jetty-closer-1083-thread-1) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:54378_solr
   [junit4]   2> 142949 INFO  (jetty-closer-1083-thread-1) [    ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 142949 INFO  (jetty-closer-1083-thread-1) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:54378_solr as DOWN
   [junit4]   2> 142967 INFO  (jetty-closer-1083-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 142969 INFO  (jetty-closer-1083-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 142969 INFO  (jetty-closer-1083-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@11a46275: rootName = solr_54378, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@60b3f3a2
   [junit4]   2> 142983 INFO  (jetty-closer-1083-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 142983 INFO  (jetty-closer-1083-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6215c566: rootName = solr_54378, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@56364911
   [junit4]   2> 142986 INFO  (jetty-closer-1083-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 142986 INFO  (jetty-closer-1083-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@380fe122: rootName = solr_54378, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@376ffcd9
   [junit4]   2> 142986 INFO  (jetty-closer-1083-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 143000 INFO  (jetty-closer-1083-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72090436913397765-127.0.0.1:54378_solr-n_0000000000) closing
   [junit4]   2> 143009 INFO  (OverseerAutoScalingTriggerThread-72090436913397765-127.0.0.1:54378_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 143009 INFO  (OverseerStateUpdate-72090436913397765-127.0.0.1:54378_solr-n_0000000000) [n:127.0.0.1:54378_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:54378_solr
   [junit4]   2> 143009 INFO  (zkCallback-1075-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 143016 INFO  (closeThreadPool-1087-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72090436913397765-127.0.0.1:54378_solr-n_0000000000) closing
   [junit4]   2> 143016 INFO  (closeThreadPool-1087-thread-2) [    ] o.a.s.c.Overseer Overseer (id=72090436913397765-127.0.0.1:54378_solr-n_0000000000) closing
   [junit4]   2> 143046 INFO  (jetty-closer-1083-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@312eb8df{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 143054 INFO  (jetty-closer-1083-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4d4686d{/solr,null,UNAVAILABLE}
   [junit4]   2> 143059 INFO  (jetty-closer-1083-thread-1) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 143095 INFO  (TEST-AuditLoggerIntegrationTest.auth-seed#[A3DB236DEAAB6309]) [    ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 143099 WARN  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 
   [junit4]   2> 143104 INFO  (TEST-AuditLoggerIntegrationTest.auth-seed#[A3DB236DEAAB6309]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:54367
   [junit4]   2> 143104 INFO  (TEST-AuditLoggerIntegrationTest.auth-seed#[A3DB236DEAAB6309]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 54367
   [junit4]   2> 144183 INFO  (TEST-AuditLoggerIntegrationTest.auth-seed#[A3DB236DEAAB6309]) [    ] o.a.s.SolrTestCaseJ4 ###Ending auth
   [junit4]   2> 144188 INFO  (TEST-AuditLoggerIntegrationTest.testMuteAdminListCollections-seed#[A3DB236DEAAB6309]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testMuteAdminListCollections
   [junit4]   2> 144190 INFO  (TEST-AuditLoggerIntegrationTest.testMuteAdminListCollections-seed#[A3DB236DEAAB6309]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.security.AuditLoggerIntegrationTest_A3DB236DEAAB6309-001\tempDir-002
   [junit4]   2> 144190 INFO  (TEST-AuditLoggerIntegrationTest.testMuteAdminListCollections-seed#[A3DB236DEAAB6309]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 144336 INFO  (auditTestCallback-596-thread-1) [    ] o.a.s.s.AuditLoggerIntegrationTest Listening for audit callbacks on on port 54455
   [junit4]   2> 144337 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 144338 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 144410 INFO  (TEST-AuditLoggerIntegrationTest.testMuteAdminListCollections-seed#[A3DB236DEAAB6309]) [    ] o.a.s.c.ZkTestServer start zk server on port:54460
   [junit4]   2> 144410 INFO  (TEST-AuditLoggerIntegrationTest.testMuteAdminListCollections-seed#[A3DB236DEAAB6309]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:54460
   [junit4]   2> 144410 INFO  (TEST-AuditLoggerIntegrationTest.testMuteAdminListCollections-seed#[A3DB236DEAAB6309]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 54460
   [junit4]   2> 144488 INFO  (zkConnectionManagerCallback-1089-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 144534 INFO  (zkConnectionManagerCallback-1091-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 144548 INFO  (zkConnectionManagerCallback-1093-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 144564 WARN  (jetty-launcher-1094-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 144564 INFO  (jetty-launcher-1094-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 144564 INFO  (jetty-launcher-1094-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 144568 INFO  (jetty-launcher-1094-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 12+33
   [junit4]   2> 144568 INFO  (jetty-launcher-1094-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 144568 INFO  (jetty-launcher-1094-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 144568 INFO  (jetty-launcher-1094-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 144569 INFO  (jetty-launcher-1094-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@26c09851{/solr,null,AVAILABLE}
   [junit4]   2> 144590 INFO  (jetty-launcher-1094-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5c002ada{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:54497}
   [junit4]   2> 144590 INFO  (jetty-launcher-1094-thread-1) [    ] o.e.j.s.Server Started @144650ms
   [junit4]   2> 144590 INFO  (jetty-launcher-1094-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54497}
   [junit4]   2> 144591 ERROR (jetty-launcher-1094-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 144591 INFO  (jetty-launcher-1094-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 144591 INFO  (jetty-launcher-1094-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 144591 INFO  (jetty-launcher-1094-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 144591 INFO  (jetty-launcher-1094-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 144591 INFO  (jetty-launcher-1094-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-19T12:57:24.987117Z
   [junit4]   2> 144605 INFO  (zkConnectionManagerCallback-1096-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 144609 INFO  (jetty-launcher-1094-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 145322 INFO  (jetty-launcher-1094-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 145343 WARN  (jetty-launcher-1094-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@42098ca[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 145375 WARN  (jetty-launcher-1094-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@4ff345b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 145378 INFO  (jetty-launcher-1094-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54460/solr
   [junit4]   2> 145420 INFO  (zkConnectionManagerCallback-1103-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 145431 INFO  (zkConnectionManagerCallback-1105-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 145786 INFO  (jetty-launcher-1094-thread-1) [n:127.0.0.1:54497_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:54497_solr
   [junit4]   2> 145794 INFO  (jetty-launcher-1094-thread-1) [n:127.0.0.1:54497_solr    ] o.a.s.c.Overseer Overseer (id=72090437222793221-127.0.0.1:54497_solr-n_0000000000) starting
   [junit4]   2> 145814 INFO  (zkConnectionManagerCallback-1112-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 145830 INFO  (jetty-launcher-1094-thread-1) [n:127.0.0.1:54497_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:54460/solr ready
   [junit4]   2> 145831 INFO  (jetty-launcher-1094-thread-1) [n:127.0.0.1:54497_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54497_solr
   [junit4]   2> 145834 INFO  (jetty-launcher-1094-thread-1) [n:127.0.0.1:54497_solr    ] o.a.s.c.CoreContainer Initializing auditlogger plugin: solr.CallbackAuditLoggerPlugin
   [junit4]   2> 145902 INFO  (jetty-launcher-1094-thread-1) [n:127.0.0.1:54497_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 145923 INFO  (zkCallback-1111-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 145923 INFO  (zkCallback-1104-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 145938 INFO  (jetty-launcher-1094-thread-1) [n:127.0.0.1:54497_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54497.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a518218
   [junit4]   2> 146007 INFO  (jetty-launcher-1094-thread-1) [n:127.0.0.1:54497_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54497.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a518218
   [junit4]   2> 146008 INFO  (jetty-launcher-1094-thread-1) [n:127.0.0.1:54497_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54497.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a518218
   [junit4]   2> 146009 INFO  (jetty-launcher-1094-thread-1) [n:127.0.0.1:54497_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.security.AuditLoggerIntegrationTest_A3DB236DEAAB6309-001\tempDir-002\node1\.
   [junit4]   2> 146130 INFO  (OverseerStateUpdate-72090437222793221-127.0.0.1:54497_solr-n_0000000000) [n:127.0.0.1:54497_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:54497_solr
   [junit4]   2> 146878 INFO  (zkConnectionManagerCallback-1118-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 146881 INFO  (TEST-AuditLoggerIntegrationTest.testMuteAdminListCollections-seed#[A3DB236DEAAB6309]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 146881 INFO  (TEST-AuditLoggerIntegrationTest.testMuteAdminListCollections-seed#[A3DB236DEAAB6309]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:54460/solr ready
   [junit4]   2> 146888 INFO  (qtp277436553-2490) [n:127.0.0.1:54497_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 146889 INFO  (qtp277436553-2490) [n:127.0.0.1:54497_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 146891 INFO  (qtp277436553-2492) [n:127.0.0.1:54497_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 146894 INFO  (qtp277436553-2492) [n:127.0.0.1:54497_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 146907 INFO  (qtp277436553-2492) [n:127.0.0.1:54497_solr    ] o.a.s.s.CallbackAuditLoggerPlugin Sent audit callback {"requestUrl":"http://127.0.0.1:54497/solr/admin/collections","nodeName":"n:127.0.0.1:54497_solr","message":"Completed","level":"INFO","date":1555678647290,"clientIp":"127.0.0.1","collections":[],"headers":{"User-Agent":"Solr[org.apache.solr.client.solrj.impl.HttpSolrClient] 1.0","Connection":"keep-alive","Host":"127.0.0.1:54497"},"solrParams":{"action":["CLUSTERSTATUS"],"wt":["javabin"],"version":["2"]},"solrHost":"127.0.0.1","solrPort":54497,"solrIp":"127.0.0.1","resource":"/admin/collections","httpMethod":"GET","httpQueryString":"action=CLUSTERSTATUS&wt=javabin&version=2","eventType":"COMPLETED","requestType":"ADMIN","status":200,"qtime":3.0} to localhost:54455
   [junit4]   2> 146909 INFO  (qtp277436553-2492) [n:127.0.0.1:54497_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 146926 INFO  (auditTestCallback-596-thread-1) [    ] o.a.s.s.AuditLoggerIntegrationTest Received audit event for path /admin/collections
   [junit4]   2> 146960 INFO  (qtp277436553-2492) [n:127.0.0.1:54497_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=50
   [junit4]   2> 146976 INFO  (qtp277436553-2492) [n:127.0.0.1:54497_solr    ] o.a.s.s.CallbackAuditLoggerPlugin Sent audit callback {"requestUrl":"http://127.0.0.1:54497/solr/admin/collections","nodeName":"n:127.0.0.1:54497_solr","message":"Completed","level":"INFO","date":1555678647356,"clientIp":"127.0.0.1","collections":[],"headers":{"User-Agent":"Solr[org.apache.solr.client.solrj.impl.HttpSolrClient] 1.0","Connection":"keep-alive","Host":"127.0.0.1:54497"},"solrParams":{"action":["OVERSEERSTATUS"],"wt":["javabin"],"version":["2"]},"solrHost":"127.0.0.1","solrPort":54497,"solrIp":"127.0.0.1","resource":"/admin/collections","httpMethod":"GET","httpQueryString":"action=OVERSEERSTATUS&wt=javabin&version=2","eventType":"COMPLETED","requestType":"ADMIN","status":200,"qtime":50.0} to localhost:54455
   [junit4]   2> 147016 INFO  (auditTestCallback-596-thread-1) [    ] o.a.s.s.AuditLoggerIntegrationTest Received audit event for path /admin/collections
   [junit4]   2> 147035 INFO  (jetty-closer-1119-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1941521577
   [junit4]   2> 147035 INFO  (jetty-closer-1119-thread-1) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:54497_solr
   [junit4]   2> 147036 INFO  (jetty-closer-1119-thread-1) [    ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 147036 INFO  (jetty-closer-1119-thread-1) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:54497_solr as DOWN
   [junit4]   2> 147077 INFO  (jetty-closer-1119-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 147078 INFO  (jetty-closer-1119-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 147078 INFO  (jetty-closer-1119-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1d2ebe98: rootName = solr_54497, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@3c7b70af
   [junit4]   2> 147084 INFO  (jetty-closer-1119-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 147084 INFO  (jetty-closer-1119-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@732cc987: rootName = solr_54497, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@56364911
   [junit4]   2> 147091 INFO  (jetty-closer-1119-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 147091 INFO  (jetty-closer-1119-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@42582ecd: rootName = solr_54497, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@376ffcd9
   [junit4]   2> 147091 INFO  (jetty-closer-1119-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 147094 INFO  (jetty-closer-1119-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72090437222793221-127.0.0.1:54497_solr-n_0000000000) closing
   [junit4]   2> 147094 INFO  (OverseerStateUpdate-72090437222793221-127.0.0.1:54497_solr-n_0000000000) [n:127.0.0.1:54497_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:54497_solr
   [junit4]   2> 147126 INFO  (zkCallback-1111-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 147126 INFO  (OverseerAutoScalingTriggerThread-72090437222793221-127.0.0.1:54497_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 147147 INFO  (closeThreadPool-1123-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72090437222793221-127.0.0.1:54497_solr-n_0000000000) closing
   [junit4]   2> 147147 INFO  (closeThreadPool-1123-thread-2) [    ] o.a.s.c.Overseer Overseer (id=72090437222793221-127.0.0.1:54497_solr-n_0000000000) closing
   [junit4]   2> 147150 INFO  (jetty-closer-1119-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@5c002ada{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 147151 INFO  (jetty-closer-1119-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@26c09851{/solr,null,UNAVAILABLE}
   [junit4]   2> 147151 INFO  (jetty-closer-1119-thread-1) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 147163 INFO  (TEST-AuditLoggerIntegrationTest.testMuteAdminListCollections-seed#[A3DB236DEAAB6309]) [    ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 147176 WARN  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 
   [junit4]   2> 147206 INFO  (TEST-AuditLoggerIntegrationTest.testMuteAdminListCollections-seed#[A3DB236DEAAB6309]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:54460
   [junit4]   2> 147206 INFO  (TEST-AuditLoggerIntegrationTest.testMuteAdminListCollections-seed#[A3DB236DEAAB6309]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 54460
   [junit4]   2> 148284 INFO  (TEST-AuditLoggerIntegrationTest.testMuteAdminListCollections-seed#[A3DB236DEAAB6309]) [    ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 148284 INFO  (TEST-AuditLoggerIntegrationTest.testMuteAdminListCollections-seed#[A3DB236DEAAB6309]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:54460
   [junit4]   2> 148284 INFO  (TEST-AuditLoggerIntegrationTest.testMuteAdminListCollections-seed#[A3DB236DEAAB6309]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 54460
   [junit4]   2> 149291 INFO  (TEST-AuditLoggerIntegrationTest.testMuteAdminListCollections-seed#[A3DB236DEAAB6309]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testMuteAdminListCollections
   [junit4]   2> 149299 INFO  (TEST-AuditLoggerIntegrationTest.testAsyncQueueDrain-seed#[A3DB236DEAAB6309]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testAsyncQueueDrain
   [junit4]   2> 149301 INFO  (auditTestCallback-611-thread-1) [    ] o.a.s.s.AuditLoggerIntegrationTest Listening for audit callbacks on on port 54556
   [junit4]   2> 149303 INFO  (TEST-AuditLoggerIntegrationTest.testAsyncQueueDrain-seed#[A3DB236DEAAB6309]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.security.AuditLoggerIntegrationTest_A3DB236DEAAB6309-001\tempDir-003
   [junit4]   2> 149304 INFO  (TEST-AuditLoggerIntegrationTest.testAsyncQueueDrain-seed#[A3DB236DEAAB6309]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 149304 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 149304 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 149405 INFO  (TEST-AuditLoggerIntegrationTest.testAsyncQueueDrain-seed#[A3DB236DEAAB6309]) [    ] o.a.s.c.ZkTestServer start zk server on port:54559
   [junit4]   2> 149405 INFO  (TEST-AuditLoggerIntegrationTest.testAsyncQueueDrain-seed#[A3DB236DEAAB6309]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:54559
   [junit4]   2> 149405 INFO  (TEST-AuditLoggerIntegrationTest.testAsyncQueueDrain-seed#[A3DB236DEAAB6309]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 54559
   [junit4]   2> 149412 INFO  (zkConnectionManagerCallback-1126-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 149420 INFO  (zkConnectionManagerCallback-1128-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 149425 INFO  (zkConnectionManagerCallback-1130-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 149431 WARN  (jetty-launcher-1131-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 149431 INFO  (jetty-launcher-1131-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 149431 INFO  (jetty-launcher-1131-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 149431 INFO  (jetty-launcher-1131-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 12+33
   [junit4]   2> 149432 INFO  (jetty-launcher-1131-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 149432 INFO  (jetty-launcher-1131-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 149432 INFO  (jetty-launcher-1131-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 149432 INFO  (jetty-launcher-1131-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@47ddd91{/solr,null,AVAILABLE}
   [junit4]   2> 149433 INFO  (jetty-launcher-1131-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@20341e07{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:54570}
   [junit4]   2> 149433 INFO  (jetty-launcher-1131-thread-1) [    ] o.e.j.s.Server Started @149494ms
   [junit4]   2> 149433 INFO  (jetty-launcher-1131-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54570}
   [junit4]   2> 149434 ERROR (jetty-launcher-1131-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 149434 INFO  (jetty-launcher-1131-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 149434 INFO  (jetty-launcher-1131-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 149434 INFO  (jetty-launcher-1131-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 149434 INFO  (jetty-launcher-1131-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 149434 INFO  (jetty-launcher-1131-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-19T12:57:29.830472100Z
   [junit4]   2> 149440 INFO  (zkConnectionManagerCallback-1133-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 149441 INFO  (jetty-launcher-1131-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 149704 INFO  (jetty-launcher-1131-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 149706 WARN  (jetty-launcher-1131-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@7de00de3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 149714 WARN  (jetty-launcher-1131-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@5ec49688[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 149714 INFO  (jetty-launcher-1131-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54559/solr
   [junit4]   2> 149722 INFO  (zkConnectionManagerCallback-1140-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 149729 INFO  (zkConnectionManagerCallback-1142-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 149922 INFO  (jetty-launcher-1131-thread-1) [n:127.0.0.1:54570_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:54570_solr
   [junit4]   2> 149922 INFO  (jetty-launcher-1131-thread-1) [n:127.0.0.1:54570_solr    ] o.a.s.c.Overseer Overseer (id=72090437548244997-127.0.0.1:54570_solr-n_0000000000) starting
   [junit4]   2> 149949 INFO  (zkConnectionManagerCallback-1149-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 149975 INFO  (jetty-launcher-1131-thread-1) [n:127.0.0.1:54570_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:54559/solr ready
   [junit4]   2> 149976 INFO  (jetty-launcher-1131-thread-1) [n:127.0.0.1:54570_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54570_solr
   [junit4]   2> 149976 INFO  (OverseerStateUpdate-72090437548244997-127.0.0.1:54570_solr-n_0000000000) [n:127.0.0.1:54570_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:54570_solr
   [junit4]   2> 149979 INFO  (OverseerStateUpdate-72090437548244997-127.0.0.1:54570_solr-n_0000000000) [n:127.0.0.1:54570_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 149981 INFO  (jetty-launcher-1131-thread-1) [n:127.0.0.1:54570_solr    ] o.a.s.c.CoreContainer Initializing auditlogger plugin: solr.CallbackAuditLoggerPlugin
   [junit4]   2> 150054 INFO  (jetty-launcher-1131-thread-1) [n:127.0.0.1:54570_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 150087 INFO  (zkCallback-1148-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 150114 INFO  (jetty-launcher-1131-thread-1) [n:127.0.0.1:54570_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54570.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a518218
   [junit4]   2> 150126 INFO  (jetty-launcher-1131-thread-1) [n:127.0.0.1:54570_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54570.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a518218
   [junit4]   2> 150126 INFO  (jetty-launcher-1131-thread-1) [n:127.0.0.1:54570_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54570.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a518218
   [junit4]   2> 150130 INFO  (jetty-launcher-1131-thread-1) [n:127.0.0.1:54570_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.security.AuditLoggerIntegrationTest_A3DB236DEAAB6309-001\tempDir-003\node1\.
   [junit4]   2> 150254 INFO  (zkConnectionManagerCallback-1156-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 150257 INFO  (TEST-AuditLoggerIntegrationTest.testAsyncQueueDrain-seed#[A3DB236DEAAB6309]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 150259 INFO  (TEST-AuditLoggerIntegrationTest.testAsyncQueueDrain-seed#[A3DB236DEAAB6309]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:54559/solr ready
   [junit4]   2> 150281 INFO  (qtp233128062-2569) [n:127.0.0.1:54570_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 150281 INFO  (qtp233128062-2569) [n:127.0.0.1:54570_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 150282 INFO  (audit-1150-thread-1-processing-n:127.0.0.1:54570_solr) [n:127.0.0.1:54570_solr    ] o.a.s.s.CallbackAuditLoggerPlugin Sleeping for 100ms before sending callback
   [junit4]   2> 150284 INFO  (qtp233128062-2568) [n:127.0.0.1:54570_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 150284 INFO  (qtp233128062-2568) [n:127.0.0.1:54570_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 150284 INFO  (qtp233128062-2568) [n:127.0.0.1:54570_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 150346 INFO  (qtp233128062-2568) [n:127.0.0.1:54570_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=58
   [junit4]   2> 150355 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 0x1001ddef9c40007, likely client has closed socket
   [junit4]   2> 150394 INFO  (jetty-closer-1157-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1148568423
   [junit4]   2> 150394 INFO  (jetty-closer-1157-thread-1) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:54570_solr
   [junit4]   2> 150394 INFO  (jetty-closer-1157-thread-1) [    ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 150394 INFO  (jetty-closer-1157-thread-1) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:54570_solr as DOWN
   [junit4]   2> 150407 INFO  (jetty-closer-1157-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 150414 INFO  (audit-1150-thread-1-processing-n:127.0.0.1:54570_solr) [n:127.0.0.1:54570_solr    ] o.a.s.s.CallbackAuditLoggerPlugin Sent audit callback {"requestUrl":"http://127.0.0.1:54570/solr/admin/collections","nodeName":"n:127.0.0.1:54570_solr","message":"Completed","level":"INFO","date":1555678650677,"clientIp":"127.0.0.1","collections":[],"headers":{"User-Agent":"Solr[org.apache.solr.client.solrj.impl.HttpSolrClient] 1.0","Connection":"keep-alive","Host":"127.0.0.1:54570"},"solrParams":{"action":["LIST"],"wt":["javabin"],"version":["2"]},"solrHost":"127.0.0.1","solrPort":54570,"solrIp":"127.0.0.1","resource":"/admin/collections","httpMethod":"GET","httpQueryString":"action=LIST&wt=javabin&version=2","eventType":"COMPLETED","requestType":"ADMIN","status":200,"qtime":1.0} to localhost:54556
   [junit4]   2> 150414 INFO  (audit-1150-thread-1-processing-n:127.0.0.1:54570_solr) [n:127.0.0.1:54570_solr    ] o.a.s.s.CallbackAuditLoggerPlugin Sleeping for 100ms before sending callback
   [junit4]   2> 150414 INFO  (jetty-closer-1157-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 150414 INFO  (jetty-closer-1157-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@67c5cce: rootName = solr_54570, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@8656d24
   [junit4]   2> 150414 INFO  (jetty-closer-1157-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 150414 INFO  (jetty-closer-1157-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6f1399cb: rootName = solr_54570, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@56364911
   [junit4]   2> 150414 INFO  (jetty-closer-1157-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 150414 INFO  (jetty-closer-1157-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@c60e693: rootName = solr_54570, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@376ffcd9
   [junit4]   2> 150414 INFO  (jetty-closer-1157-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 150454 INFO  (jetty-closer-1157-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72090437548244997-127.0.0.1:54570_solr-n_0000000000) closing
   [junit4]   2> 150455 INFO  (OverseerStateUpdate-72090437548244997-127.0.0.1:54570_solr-n_0000000000) [n:127.0.0.1:54570_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:54570_solr
   [junit4]   2> 150536 INFO  (auditTestCallback-611-thread-1) [    ] o.a.s.s.AuditLoggerIntegrationTest Received audit event for path /admin/collections
   [junit4]   2> 150539 INFO  (zkCallback-1148-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 150567 INFO  (OverseerAutoScalingTriggerThread-72090437548244997-127.0.0.1:54570_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 150599 INFO  (auditTestCallback-611-thread-1) [    ] o.a.s.s.AuditLoggerIntegrationTest Received audit event for path /admin/collections
   [junit4]   2> 150603 INFO  (audit-1150-thread-1-processing-n:127.0.0.1:54570_solr) [n:127.0.0.1:54570_solr    ] o.a.s.s.CallbackAuditLoggerPlugin Sent audit callback {"requestUrl":"http://127.0.0.1:54570/solr/admin/collections","nodeName":"n:127.0.0.1:54570_solr","message":"Completed","level":"INFO","date":1555678650680,"clientIp":"127.0.0.1","collections":[],"headers":{"User-Agent":"Solr[org.apache.solr.client.solrj.impl.HttpSolrClient] 1.0","Connection":"keep-alive","Host":"127.0.0.1:54570"},"solrParams":{"action":["CLUSTERSTATUS"],"wt":["javabin"],"version":["2"]},"solrHost":"127.0.0.1","solrPort":54570,"solrIp":"127.0.0.1","resource":"/admin/collections","httpMethod":"GET","httpQueryString":"action=CLUSTERSTATUS&wt=javabin&version=2","eventType":"COMPLETED","requestType":"ADMIN","status":200,"qtime":2.0} to localhost:54556
   [junit4]   2> 150603 INFO  (audit-1150-thread-1-processing-n:127.0.0.1:54570_solr) [n:127.0.0.1:54570_solr    ] o.a.s.s.CallbackAuditLoggerPlugin Sleeping for 100ms before sending callback
   [junit4]   2> 150604 INFO  (closeThreadPool-1161-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72090437548244997-127.0.0.1:54570_solr-n_0000000000) closing
   [junit4]   2> 150604 INFO  (closeThreadPool-1161-thread-2) [    ] o.a.s.c.Overseer Overseer (id=72090437548244997-127.0.0.1:54570_solr-n_0000000000) closing
   [junit4]   2> 150604 INFO  (jetty-closer-1157-thread-1) [    ] o.a.s.s.AuditLoggerPlugin Shutting down async Auditlogger background thread(s)
   [junit4]   2> 150610 INFO  (jetty-closer-1157-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@20341e07{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 150610 INFO  (jetty-closer-1157-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@47ddd91{/solr,null,UNAVAILABLE}
   [junit4]   2> 150611 INFO  (jetty-closer-1157-thread-1) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 150628 INFO  (audit-1150-thread-1-processing-n:127.0.0.1:54570_solr) [n:127.0.0.1:54570_solr    ] o.a.s.s.CallbackAuditLoggerPlugin Sent audit callback {"requestUrl":"http://127.0.0.1:54570/solr/admin/collections","nodeName":"n:127.0.0.1:54570_solr","message":"Completed","level":"INFO","date":1555678650742,"clientIp":"127.0.0.1","collections":[],"headers":{"User-Agent":"Solr[org.apache.solr.client.solrj.impl.HttpSolrClient] 1.0","Connection":"keep-alive","Host":"127.0.0.1:54570"},"solrParams":{"action":["OVERSEERSTATUS"],"wt":["javabin"],"version":["2"]},"solrHost":"127.0.0.1","solrPort":54570,"solrIp":"127.0.0.1","resource":"/admin/collections","httpMethod":"GET","httpQueryString":"action=OVERSEERSTATUS&wt=javabin&version=2","eventType":"COMPLETED","requestType":"ADMIN","status":200,"qtime":58.0} to localhost:54556
   [junit4]   2> 150629 INFO  (TEST-AuditLoggerIntegrationTest.testAsyncQueueDrain-seed#[A3DB236DEAAB6309]) [    ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 150635 WARN  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 
   [junit4]   2> 150638 INFO  (TEST-AuditLoggerIntegrationTest.testAsyncQueueDrain-seed#[A3DB236DEAAB6309]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:54559
   [junit4]   2> 150638 INFO  (TEST-AuditLoggerIntegrationTest.testAsyncQueueDrain-seed#[A3DB236DEAAB6309]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 54559
   [junit4]   2> 157765 INFO  (TEST-AuditLoggerIntegrationTest.testAsyncQueueDrain-seed#[A3DB236DEAAB6309]) [    ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 157765 INFO  (TEST-AuditLoggerIntegrationTest.testAsyncQueueDrain-seed#[A3DB236DEAAB6309]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:54559
   [junit4]   2> 157765 INFO  (TEST-AuditLoggerIntegrationTest.testAsyncQueueDrain-seed#[A3DB236DEAAB6309]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 54559
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=AuditLoggerIntegrationTest -Dtests.method=testAsyncQueueDrain -Dtests.seed=A3DB236DEAAB6309 -Dtests.slow=true -Dtests.locale=en-NU -Dtests.timezone=America/Inuvik -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 9.48s J1 | AuditLoggerIntegrationTest.testAsyncQueueDrain <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Failed waiting for 3 callbacks after 5 seconds
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A3DB236DEAAB6309:12C4DC495A68F0D6]:0)
   [junit4]    > 	at org.apache.solr.security.AuditLoggerIntegrationTest.waitForAuditEventCallbacks(AuditLoggerIntegrationTest.java:229)
   [junit4]    > 	at org.apache.solr.security.AuditLoggerIntegrationTest.waitForAuditEventCallbacks(AuditLoggerIntegrationTest.java:221)
   [junit4]    > 	at org.apache.solr.security.AuditLoggerIntegrationTest.assertThreeAdminEvents(AuditLoggerIntegrationTest.java:252)
   [junit4]    > 	at org.apache.solr.security.AuditLoggerIntegrationTest.testAsyncQueueDrain(AuditLoggerIntegrationTest.java:132)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:835)
   [junit4]   2> 158770 INFO  (TEST-AuditLoggerIntegrationTest.testAsyncQueueDrain-seed#[A3DB236DEAAB6309]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testAsyncQueueDrain
   [junit4]   2> 158781 INFO  (TEST-AuditLoggerIntegrationTest.searchWithException-seed#[A3DB236DEAAB6309]) [    ] o.a.s.SolrTestCaseJ4 ###Starting searchWithException
   [junit4]   2> 158789 INFO  (TEST-AuditLoggerIntegrationTest.searchWithException-seed#[A3DB236DEAAB6309]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.security.AuditLoggerIntegrationTest_A3DB236DEAAB6309-001\tempDir-004
   [junit4]   2> 158789 INFO  (TEST-AuditLoggerIntegrationTest.searchWithException-seed#[A3DB236DEAAB6309]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 158801 INFO  (auditTestCallback-626-thread-1) [    ] o.a.s.s.AuditLoggerIntegrationTest Listening for audit callbacks on on port 54723
   [junit4]   2> 158801 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 158801 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 158890 INFO  (TEST-AuditLoggerIntegrationTest.searchWithException-seed#[A3DB236DEAAB6309]) [    ] o.a.s.c.ZkTestServer start zk server on port:54726
   [junit4]   2> 158890 INFO  (TEST-AuditLoggerIntegrationTest.searchWithException-seed#[A3DB236DEAAB6309]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:54726
   [junit4]   2> 158890 INFO  (TEST-AuditLoggerIntegrationTest.searchWithException-seed#[A3DB236DEAAB6309]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 54726
   [junit4]   2> 158970 INFO  (zkConnectionManagerCallback-1164-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 159010 INFO  (zkConnectionManagerCallback-1166-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 159019 INFO  (zkConnectionManagerCallback-1168-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 159040 WARN  (jetty-launcher-1169-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 159040 INFO  (jetty-launcher-1169-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 159040 INFO  (jetty-launcher-1169-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 159040 INFO  (jetty-launcher-1169-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 12+33
   [junit4]   2> 159040 INFO  (jetty-launcher-1169-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 159040 INFO  (jetty-launcher-1169-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 159040 INFO  (jetty-launcher-1169-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 159040 INFO  (jetty-launcher-1169-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@59cd1418{/solr,null,AVAILABLE}
   [junit4]   2> 159040 INFO  (jetty-launcher-1169-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@48c846d5{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:54737}
   [junit4]   2> 159040 INFO  (jetty-launcher-1169-thread-1) [    ] o.e.j.s.Server Started @159106ms
   [junit4]   2> 159040 INFO  (jetty-launcher-1169-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54737}
   [junit4]   2> 159040 ERROR (jetty-launcher-1169-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 159040 INFO  (jetty-launcher-1169-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 159040 INFO  (jetty-launcher-1169-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 159040 INFO  (jetty-launcher-1169-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 159040 INFO  (jetty-launcher-1169-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 159040 INFO  (jetty-launcher-1169-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-19T12:57:39.436981800Z
   [junit4]   2> 159070 INFO  (zkConnectionManagerCallback-1171-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 159075 INFO  (jetty-launcher-1169-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 159291 INFO  (jetty-launcher-1169-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 159295 WARN  (jetty-launcher-1169-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@3e88e617[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 159302 WARN  (jetty-launcher-1169-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@31a0ec54[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 159303 INFO  (jetty-launcher-1169-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54726/solr
   [junit4]   2> 159321 INFO  (zkConnectionManagerCallback-1178-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 159331 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 0x1001ddf1ee00004, likely client has closed socket
   [junit4]   2> 159372 INFO  (zkConnectionManagerCallback-1180-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 160222 INFO  (jetty-launcher-1169-thread-1) [n:127.0.0.1:54737_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:54737_solr
   [junit4]   2> 160222 INFO  (jetty-launcher-1169-thread-1) [n:127.0.0.1:54737_solr    ] o.a.s.c.Overseer Overseer (id=72090438170836997-127.0.0.1:54737_solr-n_0000000000) starting
   [junit4]   2> 160297 INFO  (zkConnectionManagerCallback-1187-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 160302 INFO  (jetty-launcher-1169-thread-1) [n:127.0.0.1:54737_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:54726/solr ready
   [junit4]   2> 160302 INFO  (jetty-launcher-1169-thread-1) [n:127.0.0.1:54737_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54737_solr
   [junit4]   2> 160302 INFO  (jetty-launcher-1169-thread-1) [n:127.0.0.1:54737_solr    ] o.a.s.c.CoreContainer Initializing auditlogger plugin: solr.CallbackAuditLoggerPlugin
   [junit4]   2> 160400 INFO  (jetty-launcher-1169-thread-1) [n:127.0.0.1:54737_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 160425 INFO  (jetty-launcher-1169-thread-1) [n:127.0.0.1:54737_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54737.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a518218
   [junit4]   2> 160437 INFO  (jetty-launcher-1169-thread-1) [n:127.0.0.1:54737_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54737.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a518218
   [junit4]   2> 160439 INFO  (jetty-launcher-1169-thread-1) [n:127.0.0.1:54737_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54737.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a518218
   [junit4]   2> 160439 INFO  (jetty-launcher-1169-thread-1) [n:127.0.0.1:54737_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.security.AuditLoggerIntegrationTest_A3DB236DEAAB6309-001\tempDir-004\node1\.
   [junit4]   2> 160484 INFO  (zkCallback-1186-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 160484 INFO  (zkCallback-1179-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 160492 INFO  (OverseerStateUpdate-72090438170836997-127.0.0.1:54737_solr-n_0000000000) [n:127.0.0.1:54737_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:54737_solr
   [junit4]   2> 160516 INFO  (zkConnectionManagerCallback-1193-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 160524 INFO  (TEST-AuditLoggerIntegrationTest.searchWithException-seed#[A3DB236DEAAB6309]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 160524 INFO  (TEST-AuditLoggerIntegrationTest.searchWithException-seed#[A3DB236DEAAB6309]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:54726/solr ready
   [junit4]   2> 160542 INFO  (qtp1036653472-2642) [n:127.0.0.1:54737_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&name=test&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 160564 INFO  (OverseerThreadFactory-639-thread-1-processing-n:127.0.0.1:54737_solr) [n:127.0.0.1:54737_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection test
   [junit4]   2> 160571 INFO  (OverseerThreadFactory-639-thread-1-processing-n:127.0.0.1:54737_solr) [n:127.0.0.1:54737_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/test.AUTOCREATED/managed-schema
   [junit4]   2> 160575 INFO  (OverseerThreadFactory-639-thread-1-processing-n:127.0.0.1:54737_solr) [n:127.0.0.1:54737_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/test.AUTOCREATED/protwords.txt
   [junit4]   2> 160577 INFO  (OverseerThreadFactory-639-thread-1-processing-n:127.0.0.1:54737_solr) [n:127.0.0.1:54737_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/test.AUTOCREATED/solrconfig.xml
   [junit4]   2> 160581 INFO  (OverseerThreadFactory-639-thread-1-processing-n:127.0.0.1:54737_solr) [n:127.0.0.1:54737_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/test.AUTOCREATED/synonyms.txt
   [junit4]   2> 160583 INFO  (OverseerThreadFactory-639-thread-1-processing-n:127.0.0.1:54737_solr) [n:127.0.0.1:54737_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/test.AUTOCREATED/stopwords.txt
   [junit4]   2> 160583 INFO  (OverseerThreadFactory-639-thread-1-processing-n:127.0.0.1:54737_solr) [n:127.0.0.1:54737_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/test.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 160592 INFO  (OverseerThreadFactory-639-thread-1-processing-n:127.0.0.1:54737_solr) [n:127.0.0.1:54737_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/test.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 160594 INFO  (OverseerThreadFactory-639-thread-1-processing-n:127.0.0.1:54737_solr) [n:127.0.0.1:54737_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/test.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 160595 INFO  (OverseerThreadFactory-639-thread-1-processing-n:127.0.0.1:54737_solr) [n:127.0.0.1:54737_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/test.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 160595 INFO  (OverseerThreadFactory-639-thread-1-processing-n:127.0.0.1:54737_solr) [n:127.0.0.1:54737_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/test.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 160599 INFO  (OverseerThreadFactory-639-thread-1-processing-n:127.0.0.1:54737_solr) [n:127.0.0.1:54737_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/test.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 160601 INFO  (OverseerThreadFactory-639-thread-1-processing-n:127.0.0.1:54737_solr) [n:127.0.0.1:54737_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/test.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 160603 INFO  (OverseerThreadFactory-639-thread-1-processing-n:127.0.0.1:54737_solr) [n:127.0.0.1:54737_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/test.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 160604 INFO  (OverseerThreadFactory-639-thread-1-processing-n:127.0.0.1:54737_solr) [n:127.0.0.1:54737_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/test.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 160605 INFO  (OverseerThreadFactory-639-thread-1-processing-n:127.0.0.1:54737_solr) [n:127.0.0.1:54737_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/test.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 160607 INFO  (OverseerThreadFactory-639-thread-1-processing-n:127.0.0.1:54737_solr) [n:127.0.0.1:54737_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/test.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 160609 INFO  (OverseerThreadFactory-639-thread-1-processing-n:127.0.0.1:54737_solr) [n:127.0.0.1:54737_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/test.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 160611 INFO  (OverseerThreadFactory-639-thread-1-processing-n:127.0.0.1:54737_solr) [n:127.0.0.1:54737_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/test.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 160613 INFO  (OverseerThreadFactory-639-thread-1-processing-n:127.0.0.1:54737_solr) [n:127.0.0.1:54737_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/test.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 160614 INFO  (OverseerThreadFactory-639-thread-1-processing-n:127.0.0.1:54737_solr) [n:127.0.0.1:54737_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/test.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 160615 INFO  (OverseerThreadFactory-639-thread-1-processing-n:127.0.0.1:54737_solr) [n:127.0.0.1:54737_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/test.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 160615 INFO  (OverseerThreadFactory-639-thread-1-processing-n:127.0.0.1:54737_solr) [n:127.0.0.1:54737_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/test.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 160619 INFO  (OverseerThreadFactory-639-thread-1-processing-n:127.0.0.1:54737_solr) [n:127.0.0.1:54737_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/test.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 160621 INFO  (OverseerThreadFactory-639-thread-1-processing-n:127.0.0.1:54737_solr) [n:127.0.0.1:54737_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/test.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 160623 INFO  (OverseerThreadFactory-639-thread-1-processing-n:127.0.0.1:54737_solr) [n:127.0.0.1:54737_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/test.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 160625 INFO  (OverseerThreadFactory-639-thread-1-processing-n:127.0.0.1:54737_solr) [n:127.0.0.1:54737_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/test.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 160627 INFO  (OverseerThreadFactory-639-thread-1-processing-n:127.0.0.1:54737_solr) [n:127.0.0.1:54737_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/test.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 160629 INFO  (OverseerThreadFactory-639-thread-1-processing-n:127.0.0.1:54737_solr) [n:127.0.0.1:54737_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/test.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 160630 INFO  (OverseerThreadFactory-639-thread-1-processing-n:127.0.0.1:54737_solr) [n:127.0.0.1:54737_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/test.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 160632 INFO  (OverseerThreadFactory-639-thread-1-processing-n:127.0.0.1:54737_solr) [n:127.0.0.1:54737_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/test.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 160634 INFO  (OverseerThreadFactory-639-thread-1-processing-n:127.0.0.1:54737_solr) [n:127.0.0.1:54737_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/test.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 160636 INFO  (OverseerThreadFactory-639-thread-1-processing-n:127.0.0.1:54737_solr) [n:127.0.0.1:54737_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/test.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 160639 INFO  (OverseerThreadFactory-639-thread-1-processing-n:127.0.0.1:54737_solr) [n:127.0.0.1:54737_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/test.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 160641 INFO  (OverseerThreadFactory-639-thread-1-processing-n:127.0.0.1:54737_solr) [n:127.0.0.1:54737_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/test.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 160643 INFO  (OverseerThreadFactory-639-thread-1-processing-n:127.0.0.1:54737_solr) [n:127.0.0.1:54737_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/test.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 160643 INFO  (OverseerThreadFactory-639-thread-1-processing-n:127.0.0.1:54737_solr) [n:127.0.0.1:54737_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/test.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 160648 INFO  (OverseerThreadFactory-639-thread-1-processing-n:127.0.0.1:54737_solr) [n:127.0.0.1:54737_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/test.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 160650 INFO  (OverseerThreadFactory-639-thread-1-processing-n:127.0.0.1:54737_solr) [n:127.0.0.1:54737_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/test.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 160650 INFO  (OverseerThreadFactory-639-thread-1-processing-n:127.0.0.1:54737_solr) [n:127.0.0.1:54737_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/test.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 160659 INFO  (OverseerThreadFactory-639-thread-1-processing-n:127.0.0.1:54737_solr) [n:127.0.0.1:54737_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/test.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 160661 INFO  (OverseerThreadFactory-639-thread-1-processing-n:127.0.0.1:54737_solr) [n:127.0.0.1:54737_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/test.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 160664 INFO  (OverseerThreadFactory-639-thread-1-processing-n:127.0.0.1:54737_solr) [n:127.0.0.1:54737_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/test.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 160664 INFO  (OverseerThreadFactory-639-thread-1-processing-n:127.0.0.1:54737_solr) [n:127.0.0.1:54737_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/test.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 160668 INFO  (OverseerThreadFactory-639-thread-1-processing-n:127.0.0.1:54737_solr) [n:127.0.0.1:54737_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/params.json to /configs/test.AUTOCREATED/params.json
   [junit4]   2> 160832 INFO  (OverseerStateUpdate-72090438170836997-127.0.0.1:54737_solr-n_0000000000) [n:127.0.0.1:54737_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"test_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:54737/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 160954 INFO  (qtp1036653472-2645) [n:127.0.0.1:54737_solr    x:test_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=test.AUTOCREATED&newCollection=true&name=test_shard1_replica_n1&action=CREATE&numShards=1&collection=test&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 160955 INFO  (qtp1036653472-2645) [n:127.0.0.1:54737_solr    x:test_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 162054 INFO  (qtp1036653472-2645) [n:127.0.0.1:54737_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 162056 INFO  (qtp1036653472-2645) [n:127.0.0.1:54737_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 162057 WARN  (qtp1036653472-2645) [n:127.0.0.1:54737_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.security.AuditLoggerIntegrationTest_A3DB236DEAAB6309-001\tempDir-004\node1\test_shard1_replica_n1\..\..\..\..\contrib

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

.1:54883_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 173346 INFO  (auditTestCallback-677-thread-1) [    ] o.a.s.s.AuditLoggerIntegrationTest Received audit event for path /admin/collections
   [junit4]   2> 173350 INFO  (qtp36837314-2882) [n:127.0.0.1:54883_solr    ] o.a.s.s.CallbackAuditLoggerPlugin Sent audit callback {"requestUrl":"http://127.0.0.1:54883/solr/admin/collections","nodeName":"n:127.0.0.1:54883_solr","message":"Completed","level":"INFO","date":1555678673732,"clientIp":"127.0.0.1","collections":[],"headers":{"User-Agent":"Solr[org.apache.solr.client.solrj.impl.HttpSolrClient] 1.0","Connection":"keep-alive","Host":"127.0.0.1:54883"},"solrParams":{"action":["CLUSTERSTATUS"],"wt":["javabin"],"version":["2"]},"solrHost":"127.0.0.1","solrPort":54883,"solrIp":"127.0.0.1","resource":"/admin/collections","httpMethod":"GET","httpQueryString":"action=CLUSTERSTATUS&wt=javabin&version=2","eventType":"COMPLETED","requestType":"ADMIN","status":200,"qtime":5.0} to localhost:54866
   [junit4]   2> 173475 INFO  (qtp36837314-2885) [n:127.0.0.1:54883_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 173631 INFO  (qtp36837314-2885) [n:127.0.0.1:54883_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=158
   [junit4]   2> 173639 INFO  (qtp36837314-2885) [n:127.0.0.1:54883_solr    ] o.a.s.s.CallbackAuditLoggerPlugin Sent audit callback {"requestUrl":"http://127.0.0.1:54883/solr/admin/collections","nodeName":"n:127.0.0.1:54883_solr","message":"Completed","level":"INFO","date":1555678674030,"clientIp":"127.0.0.1","collections":[],"headers":{"User-Agent":"Solr[org.apache.solr.client.solrj.impl.HttpSolrClient] 1.0","Connection":"keep-alive","Host":"127.0.0.1:54883"},"solrParams":{"action":["OVERSEERSTATUS"],"wt":["javabin"],"version":["2"]},"solrHost":"127.0.0.1","solrPort":54883,"solrIp":"127.0.0.1","resource":"/admin/collections","httpMethod":"GET","httpQueryString":"action=OVERSEERSTATUS&wt=javabin&version=2","eventType":"COMPLETED","requestType":"ADMIN","status":200,"qtime":158.0} to localhost:54866
   [junit4]   2> 173643 INFO  (auditTestCallback-677-thread-1) [    ] o.a.s.s.AuditLoggerIntegrationTest Received audit event for path /admin/collections
   [junit4]   2> 173796 INFO  (jetty-closer-1305-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1771950214
   [junit4]   2> 173796 INFO  (jetty-closer-1305-thread-1) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:54883_solr
   [junit4]   2> 173796 INFO  (jetty-closer-1305-thread-1) [    ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 173796 INFO  (jetty-closer-1305-thread-1) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:54883_solr as DOWN
   [junit4]   2> 173800 INFO  (jetty-closer-1305-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 173800 INFO  (jetty-closer-1305-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 173800 INFO  (jetty-closer-1305-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5b515257: rootName = solr_54883, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@3df2e93e
   [junit4]   2> 173806 INFO  (jetty-closer-1305-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 173806 INFO  (jetty-closer-1305-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@766f5b64: rootName = solr_54883, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@56364911
   [junit4]   2> 173809 INFO  (jetty-closer-1305-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 173809 INFO  (jetty-closer-1305-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@14096e3e: rootName = solr_54883, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@376ffcd9
   [junit4]   2> 173809 INFO  (jetty-closer-1305-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 173811 INFO  (jetty-closer-1305-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72090439072219141-127.0.0.1:54883_solr-n_0000000000) closing
   [junit4]   2> 173811 INFO  (OverseerStateUpdate-72090439072219141-127.0.0.1:54883_solr-n_0000000000) [n:127.0.0.1:54883_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:54883_solr
   [junit4]   2> 173817 INFO  (zkCallback-1297-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 173817 INFO  (OverseerAutoScalingTriggerThread-72090439072219141-127.0.0.1:54883_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 173821 INFO  (closeThreadPool-1309-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72090439072219141-127.0.0.1:54883_solr-n_0000000000) closing
   [junit4]   2> 173823 INFO  (closeThreadPool-1309-thread-2) [    ] o.a.s.c.Overseer Overseer (id=72090439072219141-127.0.0.1:54883_solr-n_0000000000) closing
   [junit4]   2> 173835 INFO  (jetty-closer-1305-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@3ab81ed5{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 173836 INFO  (jetty-closer-1305-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6de42e0{/solr,null,UNAVAILABLE}
   [junit4]   2> 173837 INFO  (jetty-closer-1305-thread-1) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 173844 INFO  (TEST-AuditLoggerIntegrationTest.testSynchronous-seed#[A3DB236DEAAB6309]) [    ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 173846 WARN  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 
   [junit4]   2> 173851 INFO  (TEST-AuditLoggerIntegrationTest.testSynchronous-seed#[A3DB236DEAAB6309]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:54869
   [junit4]   2> 173851 INFO  (TEST-AuditLoggerIntegrationTest.testSynchronous-seed#[A3DB236DEAAB6309]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 54869
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.security.AuditLoggerIntegrationTest_A3DB236DEAAB6309-001
   [junit4]   2> 174944 INFO  (TEST-AuditLoggerIntegrationTest.testSynchronous-seed#[A3DB236DEAAB6309]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSynchronous
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {}, docValues:{}, maxPointsInLeafNode=2043, maxMBSortInHeap=6.215223257003437, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@44421f08), locale=en-NU, timezone=America/Inuvik
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 12 (64-bit)/cpus=3,threads=1,free=104684048,total=325058560
   [junit4]   2> NOTE: All tests run in this JVM: [SOLR749Test, SmileWriterTest, TestCollectionsAPIViaSolrCloudCluster, PreAnalyzedFieldManagedSchemaCloudTest, SolrRrdBackendFactoryTest, MultiDestinationAuditLoggerTest, TestManagedResource, NodeLostTriggerTest, AuditLoggerIntegrationTest]
   [junit4] Completed [17/854 (1!)] on J1 in 35.66s, 7 tests, 1 failure <<< FAILURES!

[...truncated 46034 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\build.xml:633: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\build.xml:506: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\build.xml:493: Source checkout is dirty (unversioned/missing files) after running tests!!! Offending files:
* solr/licenses/gmetric4j-1.0.7.jar.sha1

Total time: 118 minutes 24 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2

[JENKINS] Lucene-Solr-8.x-Windows (64bit/jdk-9.0.4) - Build # 208 - Failure!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/208/
Java: 64bit/jdk-9.0.4 -XX:+UseCompressedOops -XX:+UseG1GC

All tests passed

Build Log:
[...truncated 59014 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\build.xml:633: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\build.xml:506: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\build.xml:493: Source checkout is dirty (unversioned/missing files) after running tests!!! Offending files:
* solr/licenses/gmetric4j-1.0.7.jar.sha1

Total time: 106 minutes 54 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2