Build: 
https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-NightlyTests-8.x/2/

1 tests failed.
FAILED:  org.apache.solr.update.TestInPlaceUpdatesDistrib.test

Error Message:
Error from server at http://127.0.0.1:33589/_ch/td/collection1: Expected mime 
type application/octet-stream but got text/html. <html> <head> <meta 
http-equiv="Content-Type" content="text/html;charset=utf-8"/> <title>Error 500 
java.lang.OutOfMemoryError: GC overhead limit exceeded</title> </head> 
<body><h2>HTTP ERROR 500 java.lang.OutOfMemoryError: GC overhead limit 
exceeded</h2> <table> <tr><th>URI:</th><td>/_ch/td/collection1/update</td></tr> 
<tr><th>STATUS:</th><td>500</td></tr> 
<tr><th>MESSAGE:</th><td>java.lang.OutOfMemoryError: GC overhead limit 
exceeded</td></tr> 
<tr><th>SERVLET:</th><td>org.apache.solr.client.solrj.embedded.JettySolrRunner$Servlet404-4f74240a</td></tr>
 <tr><th>CAUSED BY:</th><td>java.lang.OutOfMemoryError: GC overhead limit 
exceeded</td></tr> </table> <h3>Caused by:</h3><pre>java.lang.OutOfMemoryError: 
GC overhead limit exceeded </pre> <hr><a 
href="http://eclipse.org/jetty";>Powered by Jetty:// 9.4.27.v20200227</a><hr/>  
</body> </html> 

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:33589/_ch/td/collection1: Expected mime type 
application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>Error 500 java.lang.OutOfMemoryError: GC overhead limit exceeded</title>
</head>
<body><h2>HTTP ERROR 500 java.lang.OutOfMemoryError: GC overhead limit 
exceeded</h2>
<table>
<tr><th>URI:</th><td>/_ch/td/collection1/update</td></tr>
<tr><th>STATUS:</th><td>500</td></tr>
<tr><th>MESSAGE:</th><td>java.lang.OutOfMemoryError: GC overhead limit 
exceeded</td></tr>
<tr><th>SERVLET:</th><td>org.apache.solr.client.solrj.embedded.JettySolrRunner$Servlet404-4f74240a</td></tr>
<tr><th>CAUSED BY:</th><td>java.lang.OutOfMemoryError: GC overhead limit 
exceeded</td></tr>
</table>
<h3>Caused by:</h3><pre>java.lang.OutOfMemoryError: GC overhead limit exceeded
</pre>
<hr><a href="http://eclipse.org/jetty";>Powered by Jetty:// 
9.4.27.v20200227</a><hr/>

</body>
</html>

        at 
__randomizedtesting.SeedInfo.seed([7B2706E8F08514A9:F37339325E797951]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:635)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
        at 
org.apache.solr.update.TestInPlaceUpdatesDistrib.addDocAndGetVersion(TestInPlaceUpdatesDistrib.java:1229)
        at 
org.apache.solr.update.TestInPlaceUpdatesDistrib.buildRandomIndex(TestInPlaceUpdatesDistrib.java:1274)
        at 
org.apache.solr.update.TestInPlaceUpdatesDistrib.docValuesUpdateTest(TestInPlaceUpdatesDistrib.java:394)
        at 
org.apache.solr.update.TestInPlaceUpdatesDistrib.test(TestInPlaceUpdatesDistrib.java:162)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1090)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1061)
        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 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 16570 lines...]
   [junit4] Suite: org.apache.solr.update.TestInPlaceUpdatesDistrib
   [junit4]   2> 6097485 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[7B2706E8F08514A9]-worker) [     ] 
o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to 
test-framework derived value of 
'/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 6097485 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[7B2706E8F08514A9]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 6097486 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[7B2706E8F08514A9]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Created dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_7B2706E8F08514A9-001/data-dir-324-001
   [junit4]   2> 6097486 WARN  
(SUITE-TestInPlaceUpdatesDistrib-seed#[7B2706E8F08514A9]-worker) [     ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 6097486 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[7B2706E8F08514A9]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 6097488 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[7B2706E8F08514A9]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 6097488 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[7B2706E8F08514A9]-worker) [     ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_ch/td
   [junit4]   2> 6097488 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[7B2706E8F08514A9]-worker) [     ] 
o.a.s.SolrTestCaseJ4 updateLog impl=solr.CdcrUpdateLog
   [junit4]   2> 6097488 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[7B2706E8F08514A9]-worker) [     ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 6097494 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[7B2706E8F08514A9]-worker) [     ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.7.0
   [junit4]   2> 6097505 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[7B2706E8F08514A9]-worker) [     ] 
o.a.s.s.IndexSchema Schema name=inplace-updates
   [junit4]   2> 6097509 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[7B2706E8F08514A9]-worker) [     ] 
o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 6098511 WARN  
(SUITE-TestInPlaceUpdatesDistrib-seed#[7B2706E8F08514A9]-worker) [     ] 
o.a.s.c.CoreContainer Unable to create 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/userfiles].
  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access 
denied ("java.io.FilePermission" 
"/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/userfiles"
 "write")
   [junit4]   2>        at 
java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied 
("java.io.FilePermission" 
"/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/userfiles"
 "write")
   [junit4]   2>        at 
java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
 ~[?:1.8.0_252]
   [junit4]   2>        at 
java.security.AccessController.checkPermission(AccessController.java:886) 
~[?:1.8.0_252]
   [junit4]   2>        at 
java.lang.SecurityManager.checkPermission(SecurityManager.java:549) 
~[?:1.8.0_252]
   [junit4]   2>        at 
java.lang.SecurityManager.checkWrite(SecurityManager.java:979) ~[?:1.8.0_252]
   [junit4]   2>        at sun.nio.fs.UnixPath.checkWrite(UnixPath.java:801) 
~[?:?]
   [junit4]   2>        at 
sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:376)
 ~[?:?]
   [junit4]   2>        at java.nio.file.Files.createDirectory(Files.java:674) 
~[?:1.8.0_252]
   [junit4]   2>        at 
java.nio.file.Files.createAndCheckIsDirectory(Files.java:781) ~[?:1.8.0_252]
   [junit4]   2>        at 
java.nio.file.Files.createDirectories(Files.java:727) ~[?:1.8.0_252]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:367) [java/:?]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:332) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:170) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:143) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:149) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:809) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:799) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:660) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:649) [java/:?]
   [junit4]   2>        at 
org.apache.solr.update.TestInPlaceUpdatesDistrib.beforeSuperClass(TestInPlaceUpdatesDistrib.java:90)
 [test/:?]
   [junit4]   2>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method) ~[?:1.8.0_252]
   [junit4]   2>        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 
~[?:1.8.0_252]
   [junit4]   2>        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 ~[?:1.8.0_252]
   [junit4]   2>        at java.lang.reflect.Method.invoke(Method.java:498) 
~[?:1.8.0_252]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:878)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
 [java/:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
 [java/:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
 [java/:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
 [java/:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
 [java/:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
 [java/:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]
   [junit4]   2> 6098512 WARN  
(SUITE-TestInPlaceUpdatesDistrib-seed#[7B2706E8F08514A9]-worker) [     ] 
o.a.s.f.DistribPackageStore Unable to create 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/filestore]
 directory in SOLR_HOME 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr].
  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access 
denied ("java.io.FilePermission" 
"/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/filestore"
 "write")
   [junit4]   2>        at 
java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied 
("java.io.FilePermission" 
"/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/filestore"
 "write")
   [junit4]   2>        at 
java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
 ~[?:1.8.0_252]
   [junit4]   2>        at 
java.security.AccessController.checkPermission(AccessController.java:886) 
~[?:1.8.0_252]
   [junit4]   2>        at 
java.lang.SecurityManager.checkPermission(SecurityManager.java:549) 
~[?:1.8.0_252]
   [junit4]   2>        at 
java.lang.SecurityManager.checkWrite(SecurityManager.java:979) ~[?:1.8.0_252]
   [junit4]   2>        at java.io.File.mkdir(File.java:1311) ~[?:1.8.0_252]
   [junit4]   2>        at java.io.File.mkdirs(File.java:1343) ~[?:1.8.0_252]
   [junit4]   2>        at 
org.apache.solr.filestore.DistribPackageStore.ensurePackageStoreDir(DistribPackageStore.java:560)
 [java/:?]
   [junit4]   2>        at 
org.apache.solr.filestore.DistribPackageStore.<init>(DistribPackageStore.java:80)
 [java/:?]
   [junit4]   2>        at 
org.apache.solr.filestore.PackageStoreAPI.<init>(PackageStoreAPI.java:78) 
[java/:?]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.load(CoreContainer.java:668) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:171) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:143) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:149) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:809) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:799) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:660) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:649) [java/:?]
   [junit4]   2>        at 
org.apache.solr.update.TestInPlaceUpdatesDistrib.beforeSuperClass(TestInPlaceUpdatesDistrib.java:90)
 [test/:?]
   [junit4]   2>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method) ~[?:1.8.0_252]
   [junit4]   2>        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 
~[?:1.8.0_252]
   [junit4]   2>        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 ~[?:1.8.0_252]
   [junit4]   2>        at java.lang.reflect.Method.invoke(Method.java:498) 
~[?:1.8.0_252]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:878)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
 [java/:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
 [java/:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
 [java/:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
 [java/:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
 [java/:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
 [java/:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]
   [junit4]   2> 6098513 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[7B2706E8F08514A9]-worker) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 6098514 WARN  
(SUITE-TestInPlaceUpdatesDistrib-seed#[7B2706E8F08514A9]-worker) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@4f14855d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6098514 WARN  
(SUITE-TestInPlaceUpdatesDistrib-seed#[7B2706E8F08514A9]-worker) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@4f14855d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6098517 WARN  
(SUITE-TestInPlaceUpdatesDistrib-seed#[7B2706E8F08514A9]-worker) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@77dbdb60[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6098517 WARN  
(SUITE-TestInPlaceUpdatesDistrib-seed#[7B2706E8F08514A9]-worker) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@77dbdb60[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6098518 WARN  
(SUITE-TestInPlaceUpdatesDistrib-seed#[7B2706E8F08514A9]-worker) [     ] 
o.a.s.c.CoreContainer Not all security plugins configured!  
authentication=disabled authorization=disabled.  Solr is only as secure as you 
make it. Consider configuring authentication/authorization before exposing Solr 
to users internal or external.  See https://s.apache.org/solrsecurity for more 
info
   [junit4]   2> 6098557 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[7B2706E8F08514A9]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@446483b2
   [junit4]   2> 6098563 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[7B2706E8F08514A9]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@446483b2
   [junit4]   2> 6098564 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[7B2706E8F08514A9]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@446483b2
   [junit4]   2> 6098564 INFO  (coreLoadExecutor-42536-thread-1) [     ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 6098572 INFO  (coreLoadExecutor-42536-thread-1) [    
x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.7.0
   [junit4]   2> 6098582 INFO  (coreLoadExecutor-42536-thread-1) [    
x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 6098584 INFO  (coreLoadExecutor-42536-thread-1) [    
x:collection1 ] o.a.s.s.IndexSchema Schema name=inplace-updates
   [junit4]   2> 6098587 INFO  (coreLoadExecutor-42536-thread-1) [    
x:collection1 ] o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with 
uniqueid field id
   [junit4]   2> 6098587 INFO  (coreLoadExecutor-42536-thread-1) [    
x:collection1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@446483b2
   [junit4]   2> 6098587 INFO  (coreLoadExecutor-42536-thread-1) [    
x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_7B2706E8F08514A9-001/data-dir-324-001/]
   [junit4]   2> 6098589 WARN  (coreLoadExecutor-42536-thread-1) [    
x:collection1 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler 
{type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 6098626 INFO  (coreLoadExecutor-42536-thread-1) [    
x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 6098626 INFO  (coreLoadExecutor-42536-thread-1) [    
x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 6098627 INFO  (coreLoadExecutor-42536-thread-1) [    
x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 6098627 INFO  (coreLoadExecutor-42536-thread-1) [    
x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 6098628 WARN  (coreLoadExecutor-42536-thread-1) [    
x:collection1 ] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf
 ; switching to use InMemory storage instead.
   [junit4]   2> 6098628 INFO  (coreLoadExecutor-42536-thread-1) [    
x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 6098629 INFO  (coreLoadExecutor-42536-thread-1) [    
x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1674590799960997888
   [junit4]   2> 6098631 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[7B2706E8F08514A9]-worker) [     ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 6098631 INFO  
(searcherExecutor-42538-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 6098640 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 6098641 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 6098641 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 6098641 WARN  (ZkTestServer Run Thread) [     ] 
o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 6098741 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.a.s.c.ZkTestServer start zk server on port: 45259
   [junit4]   2> 6098741 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:45259
   [junit4]   2> 6098741 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:45259
   [junit4]   2> 6098741 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 45259
   [junit4]   2> 6098742 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6098749 INFO  (zkConnectionManagerCallback-42545-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6098749 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6098753 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6098754 INFO  (zkConnectionManagerCallback-42547-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6098754 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6098755 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 6098756 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema-inplace-updates.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 6098757 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 6098758 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 6098758 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 6098759 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 6098760 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 6098761 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 6098762 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 6098763 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 6098764 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 6098764 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 6098859 WARN  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, 
break even is size 23
   [junit4]   2> 6098860 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 6098860 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 6098860 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: 
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_252-b09
   [junit4]   2> 6098860 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 6098860 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 6098860 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 6098860 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3f7f960{/_ch/td,null,AVAILABLE}
   [junit4]   2> 6098861 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@16b5738c{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:36683}
   [junit4]   2> 6098861 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.e.j.s.Server Started @6098886ms
   [junit4]   2> 6098861 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_7B2706E8F08514A9-001/tempDir-001/control/data,
 hostContext=/_ch/td, hostPort=36683, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_7B2706E8F08514A9-001/control-001/cores}
   [junit4]   2> 6098861 ERROR 
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 6098861 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 6098861 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.7.0
   [junit4]   2> 6098861 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 6098861 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr
   [junit4]   2> 6098861 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-08-09T23:03:56.645Z
   [junit4]   2> 6098862 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6098863 INFO  (zkConnectionManagerCallback-42549-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6098863 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6098964 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 6098964 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_7B2706E8F08514A9-001/control-001/solr.xml
   [junit4]   2> 6098967 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 6098967 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 6098968 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@446483b2, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 6099200 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 6099200 WARN  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@46e60bc6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6099200 WARN  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@46e60bc6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6099203 WARN  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@5a553cb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6099203 WARN  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@5a553cb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6099204 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45259/solr
   [junit4]   2> 6099205 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6099206 INFO  (zkConnectionManagerCallback-42559-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6099206 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6099308 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) 
[n:127.0.0.1:36683__ch%2Ftd     ] o.a.s.c.c.ConnectionManager Waiting for 
client to connect to ZooKeeper
   [junit4]   2> 6099309 INFO  (zkConnectionManagerCallback-42561-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6099309 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) 
[n:127.0.0.1:36683__ch%2Ftd     ] o.a.s.c.c.ConnectionManager Client is 
connected to ZooKeeper
   [junit4]   2> 6099386 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) 
[n:127.0.0.1:36683__ch%2Ftd     ] o.a.s.c.OverseerElectionContext I am going to 
be the leader 127.0.0.1:36683__ch%2Ftd
   [junit4]   2> 6099386 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) 
[n:127.0.0.1:36683__ch%2Ftd     ] o.a.s.c.Overseer Overseer 
(id=72284463341961220-127.0.0.1:36683__ch%2Ftd-n_0000000000) starting
   [junit4]   2> 6099391 INFO  
(OverseerStateUpdate-72284463341961220-127.0.0.1:36683__ch%2Ftd-n_0000000000) 
[n:127.0.0.1:36683__ch%2Ftd     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:36683__ch%2Ftd
   [junit4]   2> 6099391 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) 
[n:127.0.0.1:36683__ch%2Ftd     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36683__ch%2Ftd
   [junit4]   2> 6099392 INFO  
(OverseerStateUpdate-72284463341961220-127.0.0.1:36683__ch%2Ftd-n_0000000000) 
[n:127.0.0.1:36683__ch%2Ftd     ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (1)
   [junit4]   2> 6099395 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) 
[n:127.0.0.1:36683__ch%2Ftd     ] o.a.s.p.PackageLoader /packages.json updated 
to version -1
   [junit4]   2> 6099395 WARN  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) 
[n:127.0.0.1:36683__ch%2Ftd     ] o.a.s.c.CoreContainer Not all security 
plugins configured!  authentication=disabled authorization=disabled.  Solr is 
only as secure as you make it. Consider configuring 
authentication/authorization before exposing Solr to users internal or 
external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 6099411 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) 
[n:127.0.0.1:36683__ch%2Ftd     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 6099433 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) 
[n:127.0.0.1:36683__ch%2Ftd     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@446483b2
   [junit4]   2> 6099441 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) 
[n:127.0.0.1:36683__ch%2Ftd     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@446483b2
   [junit4]   2> 6099441 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) 
[n:127.0.0.1:36683__ch%2Ftd     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@446483b2
   [junit4]   2> 6099443 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) 
[n:127.0.0.1:36683__ch%2Ftd     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_7B2706E8F08514A9-001/control-001/cores
   [junit4]   2> 6099454 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6099455 INFO  (zkConnectionManagerCallback-42578-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6099455 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6099456 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 6099457 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45259/solr ready
   [junit4]   2> 6099459 INFO  (qtp268157919-140258) 
[n:127.0.0.1:36683__ch%2Ftd     ] o.a.s.h.a.CollectionsHandler Invoked 
Collection Action :create with params 
collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:36683__ch%252Ftd&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 6099464 INFO  
(OverseerThreadFactory-42568-thread-1-processing-n:127.0.0.1:36683__ch%2Ftd) 
[n:127.0.0.1:36683__ch%2Ftd     ] o.a.s.c.a.c.CreateCollectionCmd Create 
collection control_collection
   [junit4]   2> 6099571 INFO  (qtp268157919-140261) 
[n:127.0.0.1:36683__ch%2Ftd    x:control_collection_shard1_replica_n1 ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 6099571 INFO  (qtp268157919-140261) 
[n:127.0.0.1:36683__ch%2Ftd    x:control_collection_shard1_replica_n1 ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 6100583 INFO  (qtp268157919-140261) 
[n:127.0.0.1:36683__ch%2Ftd c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.7.0
   [junit4]   2> 6100595 INFO  (qtp268157919-140261) 
[n:127.0.0.1:36683__ch%2Ftd c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating 
SolrCore 'control_collection_shard1_replica_n1' using configuration from 
configset conf1, trusted=true
   [junit4]   2> 6100597 INFO  (qtp268157919-140261) 
[n:127.0.0.1:36683__ch%2Ftd c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema 
name=inplace-updates
   [junit4]   2> 6100601 INFO  (qtp268157919-140261) 
[n:127.0.0.1:36683__ch%2Ftd c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema 
inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 6100601 INFO  (qtp268157919-140261) 
[n:127.0.0.1:36683__ch%2Ftd c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 
'solr.core.control_collection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@446483b2
   [junit4]   2> 6100601 INFO  (qtp268157919-140261) 
[n:127.0.0.1:36683__ch%2Ftd c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore 
[[control_collection_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_7B2706E8F08514A9-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_7B2706E8F08514A9-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 6100604 WARN  (qtp268157919-140261) 
[n:127.0.0.1:36683__ch%2Ftd c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.c.RequestHandlers INVALID 
paramSet a in requestHandler {type = requestHandler,name = /dump,class = 
DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 6100644 INFO  (qtp268157919-140261) 
[n:127.0.0.1:36683__ch%2Ftd c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 6100644 INFO  (qtp268157919-140261) 
[n:127.0.0.1:36683__ch%2Ftd c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 6100645 INFO  (qtp268157919-140261) 
[n:127.0.0.1:36683__ch%2Ftd c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 6100645 INFO  (qtp268157919-140261) 
[n:127.0.0.1:36683__ch%2Ftd c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 6100647 INFO  (qtp268157919-140261) 
[n:127.0.0.1:36683__ch%2Ftd c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 6100647 INFO  (qtp268157919-140261) 
[n:127.0.0.1:36683__ch%2Ftd c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6100648 INFO  (qtp268157919-140261) 
[n:127.0.0.1:36683__ch%2Ftd c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits 
will be reserved for 10000 ms
   [junit4]   2> 6100648 INFO  (qtp268157919-140261) 
[n:127.0.0.1:36683__ch%2Ftd c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1674590802078072832
   [junit4]   2> 6100650 INFO  
(searcherExecutor-42580-thread-1-processing-n:127.0.0.1:36683__ch%2Ftd 
x:control_collection_shard1_replica_n1 c:control_collection s:shard1) 
[n:127.0.0.1:36683__ch%2Ftd c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore 
[control_collection_shard1_replica_n1]  Registered new searcher autowarm time: 
0 ms
   [junit4]   2> 6100652 INFO  (qtp268157919-140261) 
[n:127.0.0.1:36683__ch%2Ftd c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update 
of terms at /collections/control_collection/terms/shard1 to 
Terms{values={core_node2=0}, version=0}
   [junit4]   2> 6100652 INFO  (qtp268157919-140261) 
[n:127.0.0.1:36683__ch%2Ftd c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase 
make sure parent is created /collections/control_collection/leaders/shard1
   [junit4]   2> 6100655 INFO  (qtp268157919-140261) 
[n:127.0.0.1:36683__ch%2Ftd c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 6100655 INFO  (qtp268157919-140261) 
[n:127.0.0.1:36683__ch%2Ftd c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I 
may be the new leader - try and sync
   [junit4]   2> 6100655 INFO  (qtp268157919-140261) 
[n:127.0.0.1:36683__ch%2Ftd c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:36683/_ch/td/control_collection_shard1_replica_n1/
   [junit4]   2> 6100655 INFO  (qtp268157919-140261) 
[n:127.0.0.1:36683__ch%2Ftd c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - 
now sync replicas to me
   [junit4]   2> 6100655 INFO  (qtp268157919-140261) 
[n:127.0.0.1:36683__ch%2Ftd c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy 
http://127.0.0.1:36683/_ch/td/control_collection_shard1_replica_n1/ has no 
replicas
   [junit4]   2> 6100655 INFO  (qtp268157919-140261) 
[n:127.0.0.1:36683__ch%2Ftd c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase 
Creating leader registration node 
/collections/control_collection/leaders/shard1/leader after winning as 
/collections/control_collection/leader_elect/shard1/election/72284463341961220-core_node2-n_0000000000
   [junit4]   2> 6100658 INFO  (qtp268157919-140261) 
[n:127.0.0.1:36683__ch%2Ftd c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I 
am the new leader: 
http://127.0.0.1:36683/_ch/td/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 6100759 INFO  (zkCallback-42560-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 6100759 INFO  (zkCallback-42560-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 6100760 INFO  (qtp268157919-140261) 
[n:127.0.0.1:36683__ch%2Ftd c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, 
no recovery necessary
   [junit4]   2> 6100761 INFO  (qtp268157919-140261) 
[n:127.0.0.1:36683__ch%2Ftd     ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1190
   [junit4]   2> 6100766 INFO  (qtp268157919-140258) 
[n:127.0.0.1:36683__ch%2Ftd     ] o.a.s.h.a.CollectionsHandler Wait for new 
collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 6100862 INFO  (zkCallback-42560-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 6100862 INFO  (zkCallback-42560-thread-3) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 6100862 INFO  (zkCallback-42560-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 6100863 INFO  (qtp268157919-140258) 
[n:127.0.0.1:36683__ch%2Ftd     ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/collections 
params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:36683__ch%252Ftd&wt=javabin&version=2}
 status=0 QTime=1404
   [junit4]   2> 6100863 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in 
collection: control_collection
   [junit4]   2> 6100967 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6100968 INFO  (zkConnectionManagerCallback-42589-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6100968 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6100970 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 6100971 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45259/solr ready
   [junit4]   2> 6100971 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 6100971 INFO  (qtp268157919-140261) 
[n:127.0.0.1:36683__ch%2Ftd     ] o.a.s.h.a.CollectionsHandler Invoked 
Collection Action :create with params 
collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 6100975 INFO  
(OverseerThreadFactory-42568-thread-2-processing-n:127.0.0.1:36683__ch%2Ftd) 
[n:127.0.0.1:36683__ch%2Ftd     ] o.a.s.c.a.c.CreateCollectionCmd Create 
collection collection1
   [junit4]   2> 6100975 INFO  
(OverseerCollectionConfigSetProcessor-72284463341961220-127.0.0.1:36683__ch%2Ftd-n_0000000000)
 [n:127.0.0.1:36683__ch%2Ftd     ] 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> 6101179 WARN  
(OverseerThreadFactory-42568-thread-2-processing-n:127.0.0.1:36683__ch%2Ftd) 
[n:127.0.0.1:36683__ch%2Ftd     ] o.a.s.c.a.c.CreateCollectionCmd It is unusual 
to create a collection (collection1) without cores.
   [junit4]   2> 6101180 INFO  (qtp268157919-140261) 
[n:127.0.0.1:36683__ch%2Ftd     ] o.a.s.h.a.CollectionsHandler Wait for new 
collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 6101181 INFO  (qtp268157919-140261) 
[n:127.0.0.1:36683__ch%2Ftd     ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/collections 
params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=2&wt=javabin&version=2}
 status=0 QTime=209
   [junit4]   2> 6101182 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.a.s.c.SolrCloudTestCase active slice count: 1 expected: 1
   [junit4]   2> 6101182 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 6101182 INFO  (watches-42586-thread-1) [     ] 
o.a.s.c.SolrCloudTestCase active slice count: 1 expected: 1
   [junit4]   2> 6101182 INFO  (watches-42586-thread-1) [     ] 
o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 6101182 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.a.s.c.SolrCloudTestCase active slice count: 1 expected: 1
   [junit4]   2> 6101182 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 6101182 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.a.s.c.SolrCloudTestCase active slice count: 1 expected: 1
   [junit4]   2> 6101182 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 6101182 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances 
pullReplicaCount=0 numOtherReplicas=3
   [junit4]   2> 6101274 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_7B2706E8F08514A9-001/shard-1-001
 of type NRT for shard1
   [junit4]   2> 6101274 WARN  (closeThreadPool-42590-thread-1) [     ] 
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, 
break even is size 23
   [junit4]   2> 6101274 INFO  (closeThreadPool-42590-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 6101274 INFO  (closeThreadPool-42590-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 6101274 INFO  (closeThreadPool-42590-thread-1) [     ] 
o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: 
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_252-b09
   [junit4]   2> 6101276 INFO  (closeThreadPool-42590-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 6101276 INFO  (closeThreadPool-42590-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 6101276 INFO  (closeThreadPool-42590-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 6101277 INFO  (closeThreadPool-42590-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@37927f10{/_ch/td,null,AVAILABLE}
   [junit4]   2> 6101277 INFO  (closeThreadPool-42590-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@3b42f435{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:33589}
   [junit4]   2> 6101277 INFO  (closeThreadPool-42590-thread-1) [     ] 
o.e.j.s.Server Started @6101302ms
   [junit4]   2> 6101277 INFO  (closeThreadPool-42590-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_7B2706E8F08514A9-001/tempDir-001/jetty1,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/_ch/td, 
hostPort=33589, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_7B2706E8F08514A9-001/shard-1-001/cores}
   [junit4]   2> 6101277 ERROR (closeThreadPool-42590-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 6101277 INFO  (closeThreadPool-42590-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 6101277 INFO  (closeThreadPool-42590-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.7.0
   [junit4]   2> 6101277 INFO  (closeThreadPool-42590-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 6101277 INFO  (closeThreadPool-42590-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr
   [junit4]   2> 6101277 INFO  (closeThreadPool-42590-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-08-09T23:03:59.061Z
   [junit4]   2> 6101283 INFO  (closeThreadPool-42590-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6101287 INFO  (zkConnectionManagerCallback-42592-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6101287 INFO  (closeThreadPool-42590-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6101289 WARN  
(closeThreadPool-42590-thread-1-SendThread(127.0.0.1:45259)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x100ce5620470007.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x100ce5620470007, likely server has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable 
to read additional data from server sessionid 0x100ce5620470007, likely server 
has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) 
~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348)
 ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) 
[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 6101368 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_7B2706E8F08514A9-001/shard-2-001
 of type NRT for shard1
   [junit4]   2> 6101369 WARN  (closeThreadPool-42590-thread-2) [     ] 
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, 
break even is size 23
   [junit4]   2> 6101369 INFO  (closeThreadPool-42590-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 6101369 INFO  (closeThreadPool-42590-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 6101369 INFO  (closeThreadPool-42590-thread-2) [     ] 
o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: 
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_252-b09
   [junit4]   2> 6101370 INFO  (closeThreadPool-42590-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 6101370 INFO  (closeThreadPool-42590-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 6101370 INFO  (closeThreadPool-42590-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 6101370 INFO  (closeThreadPool-42590-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7e67c1c2{/_ch/td,null,AVAILABLE}
   [junit4]   2> 6101371 INFO  (closeThreadPool-42590-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@1b3a5104{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:44673}
   [junit4]   2> 6101371 INFO  (closeThreadPool-42590-thread-2) [     ] 
o.e.j.s.Server Started @6101396ms
   [junit4]   2> 6101371 INFO  (closeThreadPool-42590-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_7B2706E8F08514A9-001/tempDir-001/jetty2,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/_ch/td, 
hostPort=44673, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_7B2706E8F08514A9-001/shard-2-001/cores}
   [junit4]   2> 6101371 ERROR (closeThreadPool-42590-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 6101371 INFO  (closeThreadPool-42590-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 6101371 INFO  (closeThreadPool-42590-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.7.0
   [junit4]   2> 6101371 INFO  (closeThreadPool-42590-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 6101371 INFO  (closeThreadPool-42590-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr
   [junit4]   2> 6101371 INFO  (closeThreadPool-42590-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-08-09T23:03:59.155Z
   [junit4]   2> 6101372 INFO  (closeThreadPool-42590-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6101373 INFO  (zkConnectionManagerCallback-42594-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6101373 INFO  (closeThreadPool-42590-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6101394 INFO  (closeThreadPool-42590-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 6101394 INFO  (closeThreadPool-42590-thread-1) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_7B2706E8F08514A9-001/shard-1-001/solr.xml
   [junit4]   2> 6101397 INFO  (closeThreadPool-42590-thread-1) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 6101397 INFO  (closeThreadPool-42590-thread-1) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 6101398 INFO  (closeThreadPool-42590-thread-1) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@446483b2, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 6101478 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[7B2706E8F08514A9]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_7B2706E8F08514A9-001/shard-3-001
 of type NRT for shard1
   [junit4]   2> 6101478 WARN  (closeThreadPool-42590-thread-3) [     ] 
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, 
break even is size 23
   [junit4]   2> 6101478 INFO  (closeThreadPool-42590-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 6101478 INFO  (closeThreadPool-42590-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 6101478 INFO  (closeThreadPool-42590-thread-3) [     ] 
o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: 
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_252-b09
   [junit4]   2> 6101479 INFO  (closeThreadPool-42590-thread-3) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 6101479 INFO  (closeThreadPool-42590-thread-3) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 6101479 INFO  (closeThreadPool-42590-thread-3) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 6101479 INFO  (closeThreadPool-42590-thread-3) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@761098cc{/_ch/td,null,AVAILABLE}
   [junit4]   2> 6101479 INFO  (closeThreadPool-42590-thread-3) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@4e03539b{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:46865}
   [junit4]   2> 6101479 INFO  (closeThreadPool-42590-thread-3) [     ] 
o.e.j.s.Server Started @6101504ms
   [junit4]   2> 6101479 INFO  (closeThreadPool-42590-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_7B2706E8F08514A9-001/tempDir-001/jetty3,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/_ch/td, 
hostPort=46865, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_7B2706E8F08514A9-001/shard-3-001/cores}
   [junit4]   2> 6101479 ERROR (closeThreadPool-42590-thread-3) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 6101479 INFO  (closeThreadPool-42590-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 6101479 INFO  (closeThreadPool-42590-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.7.0
   [junit4]   2> 6101479 INFO  (closeThreadPool-42590-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 6101480 INFO  (closeThreadPool-42590-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr
   [junit4]   2> 6101480 INFO  (closeThreadPool-42590-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-08-09T23:03:59.264Z
   [junit4]   2> 6101480 INFO  (closeThreadPool-42590-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6101481 INFO  (zkConnectionManagerCallback-42599-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6101481 INFO  (closeThreadPool-42590-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6101494 INFO  (closeThreadPool-42590-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 6101494 INFO  (closeThreadPool-42590-thread-2) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_7B2706E8F08514A9-001/shard-2-001/solr.xml
   [junit4]   2> 6101497 INFO  (closeThreadPool-42590-thread-2) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 6101497 INFO  (closeThreadPool-42590-thread-2) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 6101498 INFO  (closeThreadPool-42590-thread-2) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@446483b2, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 6101594 INFO  (closeThreadPool-42590-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 6101594 INFO  (closeThreadPool-42590-thread-3) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_7B2706E8F08514A9-001/shard-3-001/solr.xml
   [junit4]   2> 6101597 INFO  (closeThreadPool-42590-thread-3) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 6101597 INFO  (closeThreadPool-42590-thread-3) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 6101598 INFO  (closeThreadPool-42590-thread-3) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@446483b2, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 6102169 INFO  (closeThreadPool-42590-thread-2) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 6102170 WARN  (closeThreadPool-42590-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@e5fe6d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6102170 WARN  (closeThreadPool-42590-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@e5fe6d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6102178 WARN  (closeThreadPool-42590-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@70825e2a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6102178 WARN  (closeThreadPool-42590-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@70825e2a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6102179 INFO  (closeThreadPool-42590-thread-2) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45259/solr
   [junit4]   2> 6102180 INFO  (closeThreadPool-42590-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6102183 INFO  (zkConnectionManagerCallback-42612-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6102183 INFO  (closeThreadPool-42590-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6102285 INFO  (closeThreadPool-42590-thread-2) 
[n:127.0.0.1:44673__ch%2Ftd     ] o.a.s.c.c.ConnectionManager Waiting for 
client to connect to ZooKeeper
   [junit4]   2> 6102287 INFO  (zkConnectionManagerCallback-42614-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6102287 INFO  (closeThreadPool-42590-thread-2) 
[n:127.0.0.1:44673__ch%2Ftd     ] o.a.s.c.c.ConnectionManager Client is 
connected to ZooKeeper
   [junit4]   2> 6102294 INFO  (closeThreadPool-42590-thread-2) 
[n:127.0.0.1:44673__ch%2Ftd     ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (1)
   [junit4]   2> 6102297 INFO  (closeThreadPool-42590-thread-2) 
[n:127.0.0.1:44673__ch%2Ftd     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:44673__ch%2Ftd as DOWN
   [junit4]   2> 6102298 INFO  (closeThreadPool-42590-thread-2) 
[n:127.0.0.1:44673__ch%2Ftd     ] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 4 transient cores
   [junit4]   2> 6102298 INFO  (closeThreadPool-42590-thread-2) 
[n:127.0.0.1:44673__ch%2Ftd     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44673__ch%2Ftd
   [junit4]   2> 6102300 INFO  (zkCallback-42560-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 6102302 INFO  (closeThreadPool-42590-thread-2) 
[n:127.0.0.1:44673__ch%2Ftd     ] o.a.s.p.PackageLoader /packages.json updated 
to version -1
   [junit4]   2> 6102302 WARN  (closeThreadPool-42590-thread-2) 
[n:127.0.0.1:44673__ch%2Ftd     ] o.a.s.c.CoreContainer Not all security 
plugins configured!  authentication=disabled authorization=disabled.  Solr is 
only as secure as you make it. Consider configuring 
authentication/authorization before exposing Solr to users internal or 
external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 6102304 INFO  (zkCallback-42588-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 6102308 INFO  (zkCallback-42613-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 6102319 INFO  (closeThreadPool-42590-thread-2) 
[n:127.0.0.1:44673__ch%2Ftd     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 6102340 INFO  (closeThreadPool-42590-thread-2) 
[n:127.0.0.1:44673__ch%2Ftd     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@446483b2
   [junit4]   2> 6102350 INFO  (closeThreadPool-42590-thread-2) 
[n:127.0.0.1:44673__ch%2Ftd     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@446483b2
   [junit4]   2> 6102351 INFO  (closeThreadPool-42590-thread-2) 
[n:127.0.0.1:44673__ch%2Ftd     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@446483b2
   [junit4]   2> 6102352 INFO  (closeThreadPool-42590-thread-2) 
[n:127.0.0.1:44673__ch%2Ftd     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_7B2706E8F08514A9-001/shard-2-001/cores
   [junit4]   2> 6102386 INFO  (closeThreadPool-42590-thread-2) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:44673__ch%2Ftd
   [junit4]   2> 6102387 INFO  (closeThreadPool-42590-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 6102389 WARN  (closeThreadPool-42590-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@548307c0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6102389 WARN  (closeThreadPool-42590-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@548307c0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6102392 WARN  (closeThreadPool-42590-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@64b8b1ed[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6102392 WARN  (closeThreadPool-42590-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@64b8b1ed[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6102393 INFO  (closeThreadPool-42590-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45259/solr
   [junit4]   2> 6102394 INFO  (closeThreadPool-42590-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6102395 INFO  (zkConnectionManagerCallback-42629-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6102395 INFO  (closeThreadPool-42590-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6102497 INFO  (closeThreadPool-42590-thread-1) 
[n:127.0.0.1:33589__ch%2Ftd     ] o.a.s.c.c.ConnectionManager Waiting for 
client to connect to ZooKeeper
   [junit4]   2> 6102498 INFO  (zkConnectionManagerCallback-42631-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6102498 INFO  (closeThreadPool-42590-thread-1) 
[n:127.0.0.1:33589__ch%2Ftd     ] o.a.s.c.c.ConnectionManager Client is 
connected to ZooKeeper
   [junit4]   2> 6102502 INFO  (closeThreadPool-42590-thread-1) 
[n:127.0.0.1:33589__ch%2Ftd     ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (2)
   [junit4]   2> 6102506 INFO  (closeThreadPool-42590-thread-1) 
[n:127.0.0.1:33589__ch%2Ftd     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:33589__ch%2Ftd as DOWN
   [junit4]   2> 6102507 INFO  (closeThreadPool-42590-thread-1) 
[n:127.0.0.1:33589__ch%2Ftd     ] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 4 transient cores
   [junit4]   2> 6102507 INFO  (closeThreadPool-42590-thread-1) 
[n:127.0.0.1:33589__ch%2Ftd     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33589__ch%2Ftd
   [junit4]   2> 6102508 INFO  (zkCallback-42613-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 6102508 INFO  (zkCallback-42630-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 6102508 INFO  (zkCallback-42588-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 6102508 INFO  (zkCallback-42560-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 6102510 INFO  (closeThreadPool-42590-thread-1) 
[n:127.0.0.1:33589__ch%2Ftd     ] o.a.s.p.PackageLoader /packages.json updated 
to version -1
   [junit4]   2> 6102510 WARN  (closeThreadPool-42590-thread-1) 
[n:127.0.0.1:33589__ch%2Ftd     ] o.a.s.c.CoreContainer Not all security 
plugins configured!  authentication=disabled authorization=disabled.  Solr is 
only as secure as you make it. Consider configuring 
authentication/authorization before exposing Solr to users internal or 
external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 6102514 INFO  (closeThreadPool-42590-thread-3) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 6102515 WARN  (closeThreadPool-42590-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@69685799[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6102515 WARN  (closeThreadPool-42590-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@69685799[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6102517 WARN  (closeThreadPool-42590-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@582d3dbc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6102517 WARN  (closeThreadPool-42590-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@582d3dbc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6102518 INFO  (closeThreadPool-42590-thread-3) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45259/solr
   [junit4]   2> 6102519 INFO  (closeThreadPool-42590-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6102520 INFO  (zkConnectionManagerCallback-42641-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6102520 INFO  (closeThreadPool-42590-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6102527 INFO  (closeThreadPool-42590-thread-1) 
[n:127.0.0.1:33589__ch%2Ftd     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 6102547 INFO  (closeThreadPool-42590-thread-1) 
[n:127.0.0.1:33589__ch%2Ftd     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@446483b2
   [junit4]   2> 6102557 INFO  (closeThreadPool-42590-thread-1) 
[n:127.0.0.1:33589__ch%2Ftd     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@446483b2
   [junit4]   2> 6102557 INFO  (closeThreadPool-42590-thread-1) 
[n:127.0.0.1:33589__ch%2Ftd     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@446483b2
   [junit4]   2> 6102558 INFO  (closeThreadPool-42590-thread-1) 
[n:127.0.0.1:33589__ch%2Ftd     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_7B2706E8F08514A9-001/shard-1-001/cores
   [junit4]   2> 6102577 INFO  (closeThreadPool-42590-thread-1) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:33589__ch%2Ftd
   [junit4]   2> 6102622 INFO  (closeThreadPool-42590-thread-3) 
[n:127.0.0.1:46865__ch%2Ftd     ] o.a.s.c.c.ConnectionManager Waiting for 
client to connect to ZooKeeper
   [junit4]   2> 6102623 INFO  (zkConnectionManagerCallback-42648-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6102623 INFO  (closeThreadPool-42590-thread-3) 
[n:127.0.0.1:46865__ch%2Ftd     ] o.a.s.c.c.ConnectionManager Client is 
connected to ZooKeeper
   [junit4]   2> 6102627 INFO  (closeThreadPool-42590-thread-3) 
[n:127.0.0.1:46865__ch%2Ftd     ] o.a.s.c.c.ZkStateReader Updated l

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

eckout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_7B2706E8F08514A9-001
   [junit4]   2> Aug 09, 2020 11:43:30 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86): 
{_root_=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
title_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)),
 id=PostingsFormat(name=LuceneFixedGap), 
id_field_copy_that_does_not_support_in_place_update_s=PostingsFormat(name=LuceneVarGapDocFreqInterval)},
 docValues:{inplace_updatable_float=DocValuesFormat(name=Direct), 
id_i=DocValuesFormat(name=Lucene80), _version_=DocValuesFormat(name=Lucene80), 
_root_=DocValuesFormat(name=Lucene80), id=DocValuesFormat(name=Asserting), 
inplace_updatable_int_with_default=DocValuesFormat(name=Direct), 
inplace_updatable_float_with_default=DocValuesFormat(name=Lucene80)}, 
maxPointsInLeafNode=422, maxMBSortInHeap=5.871933670101153, 
sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=ar-OM, 
timezone=Australia/LHI
   [junit4]   2> NOTE: Linux 4.15.0-108-generic amd64/Oracle Corporation 
1.8.0_252 (64-bit)/cpus=4,threads=1,free=86152056,total=533725184
   [junit4]   2> NOTE: All tests run in this JVM: [TestSimNodeLostTrigger, 
SegmentsInfoRequestHandlerTest, TestReloadDeadlock, URLClassifyProcessorTest, 
TestEmbeddedSolrServerConstructors, HttpPartitionTest, 
ClusterStateMockUtilTest, TokenizerChainTest, TestTrieFacet, 
BasicDistributedZkTest, TriggerEventQueueTest, TestRecovery, 
ZkDynamicConfigTest, TestFaceting, TestRawResponseWriter, TestNumericTerms64, 
RouteFieldTest, SolrIndexMetricsTest, TestBlendedInfixSuggestions, 
TestExceedMaxTermLength, TestXmlQParserPlugin, TestSolrCloudSnapshots, 
TestMinHashQParser, HdfsBasicDistributedZk2Test, SplitHandlerTest, 
CloneFieldUpdateProcessorFactoryTest, SystemLogListenerTest, 
TestRandomFlRTGCloud, ConcurrentCreateRoutedAliasTest, MigrateRouteKeyTest, 
AnalysisErrorHandlingTest, MetricsHistoryHandlerTest, 
AuditLoggerIntegrationTest, TestReplicationHandler, TestSolrDeletionPolicy1, 
TestQueryUtils, ReplicationFactorTest, PreAnalyzedFieldTest, TestExportWriter, 
TestJsonFacets, TestReqParamsAPI, ImplicitSnitchTest, TestConfigSetImmutable, 
TestCodecSupport, TestNoOpRegenerator, TestCloudConsistency, TestBlobHandler, 
MultiThreadedOCPTest, TestFieldCacheSort, TestPayloadScoreQParserPlugin, 
CdcrOpsAndBoundariesTest, WrapperMergePolicyFactoryTest, 
AtomicUpdateRemovalJavabinTest, LukeRequestHandlerTest, 
SignatureUpdateProcessorFactoryTest, SolrMetricReporterTest, 
TestStressCloudBlindAtomicUpdates, TestCustomDocTransformer, 
TestComponentsName, MetricsConfigTest, TestHttpShardHandlerFactory, 
BigEndianAscendingWordDeserializerTest, HdfsCollectionsAPIDistributedZkTest, 
TestDynamicFieldCollectionResource, HdfsWriteToMultipleCollectionsTest, 
DeleteShardTest, SpellingQueryConverterTest, SolrCoreTest, 
BaseCdcrDistributedZkTest, TestStressVersions, SpatialHeatmapFacetsTest, 
QueryResultKeyTest, RestoreTriggerStateTest, DistributedDebugComponentTest, 
SimpleFacetsTest, TestScoreJoinQPNoScore, OpenExchangeRatesOrgProviderTest, 
TestInfoStreamLogging, TestStressThreadBackup, HighlighterWithoutStoredIdTest, 
VersionInfoTest, MetricTriggerTest, DistributedFacetPivotLargeTest, 
TestQuerySenderListener, TestExportTool, SignificantTermsQParserPluginTest, 
RegexBoostProcessorTest, TestFieldResource, NestedAtomicUpdateTest, 
PingRequestHandlerTest, TestNumericTokenStream, BlockJoinFacetRandomTest, 
HdfsDirectoryTest, IndexSizeTriggerSizeEstimationTest, TestLRUCache, 
TestBinaryField, TestLazyCores, OutputWriterTest, RemoteQueryErrorTest, 
FuzzySearchTest, HdfsRecoveryZkTest, SharedFSAutoReplicaFailoverTest, 
TestSha256AuthenticationProvider, TestDynamicFieldNamesIndexCorrectly, 
DistanceUnitsTest, TestIndexSearcher, TestClusterProperties, ExplicitHLLTest, 
SaslZkACLProviderTest, AdminHandlersProxyTest, SuggesterFSTTest, 
TestCoreContainer, TestDistribDocBasedVersion, TestExplainDocTransformer, 
TestSort, TestRestManager, DistributedSpellCheckComponentTest, DateFieldTest, 
TestCloudSchemaless, ManagedSchemaRoundRobinCloudTest, 
TestShortCircuitedRequests, ProtectedTermFilterFactoryTest, 
ForceLeaderWithTlogReplicasTest, V2StandaloneTest, TestCloudJSONFacetSKGEquiv, 
TestMiniSolrCloudClusterSSL, TestStressRecovery, TestSolrQueryResponse, 
RandomizedTaggerTest, TestContainerPlugin, HdfsThreadLeakTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, MergeStrategyTest, TestCoreAdminApis, 
ChangedSchemaMergeTest, TestCustomStream, TestSolrCLIRunExample, 
DistributedFacetPivotSmallTest, CollectionPropsTest, 
BinaryUpdateRequestHandlerTest, ResponseLogComponentTest, 
BasicAuthOnSingleNodeTest, PeerSyncWithLeaderAndIndexFingerprintCachingTest, 
TestSortableTextField, TestElisionMultitermQuery, RequiredFieldsTest, 
TestSolrFieldCacheBean, TestMinMaxOnMultiValuedField, TestObjectReleaseTracker, 
SimplePostToolTest, LeaderFailureAfterFreshStartTest, 
LegacyCloudClusterPropTest, MetricsHistoryWithAuthIntegrationTest, 
MissingSegmentRecoveryTest, MoveReplicaHDFSFailoverTest, MoveReplicaHDFSTest, 
MoveReplicaTest, MultiSolrCloudTestCaseTest, NestedShardedAtomicUpdateTest, 
OverseerRolesTest, OverseerTest, ReplaceNodeNoTargetTest, ReplaceNodeTest, 
RollingRestartTest, AutoAddReplicasPlanActionTest, ComputePlanActionTest, 
NodeLostTriggerIntegrationTest, NodeMarkersRegistrationTest, 
ScheduledMaintenanceTriggerTest, SearchRateTriggerTest, TestPolicyCloud, 
TriggerCooldownIntegrationTest, TriggerSetPropertiesIntegrationTest, 
TestSimClusterStateProvider, TestSimComputePlanAction, 
TestSimDistribStateManager, TestSimDistributedQueue, TestSimExecutePlanAction, 
TestSimExtremeIndexing, TestSimGenericDistributedQueue, TestSimLargeCluster, 
CdcrRequestHandlerTest, HDFSCollectionsAPITest, HdfsChaosMonkeySafeLeaderTest, 
HdfsNNFailoverTest, HdfsRecoverLeaseTest, 
HdfsTlogReplayBufferedWhileIndexingTest, HdfsUnloadDistributedZkTest, 
StressHdfsTest, ConfigureRecoveryStrategyTest, ExitableDirectoryReaderTest, 
ResourceLoaderTest, SOLR749Test, SolrCoreCheckLockOnStartupTest, 
TestBackupRepositoryFactory, TestBadConfig, TestConfig, TestConfigOverlay, 
TestCoreDiscovery, TestCorePropertiesReload, TestDynamicLoadingUrl, 
TestQuerySenderNoQuery, TestShardHandlerFactory, TestSolrXml, 
CSVRequestHandlerTest, FieldAnalysisRequestHandlerTest, RequestLoggingTest, 
TestRestoreCore, TestSQLHandlerNonCloud, TestSystemCollAutoCreate, 
CoreAdminCreateDiscoverTest, CoreAdminHandlerTest, 
CoreMergeIndexesAdminHandlerTest, IndexSizeEstimatorTest, 
PropertiesRequestHandlerTest, SecurityConfHandlerTest, TestApiFramework, 
TestCollectionAPIs, TestConfigsApi, ThreadDumpHandlerTest, 
ZookeeperReadAPITest, ZookeeperStatusHandlerTest, BadComponentTest, 
CloudReplicaSourceTest, DistributedFacetPivotLongTailTest, 
DistributedQueryComponentCustomSortTest, InfixSuggestersTest, 
SpellCheckComponentTest, TermVectorComponentDistributedTest, 
TestExpandComponent, Tagger2Test, TaggerTest, TaggingAttributeTest, 
HighlighterConfigTest, HighlighterMaxOffsetTest, HighlighterTest, 
TestUnifiedSolrHighlighterWithoutStoredId, TestLegacyField, 
TestLegacyFieldReuse, TestMultiValuedNumericRangeQuery, 
SolrCoreMetricManagerTest, SolrMetricManagerTest, SolrJmxReporterCloudTest, 
SolrCloudReportersTest, SolrShardReporterTest, SolrRrdBackendFactoryTest, 
TestIntervalFaceting, TestRangeQuery, TestReload, TestSearchPerf, 
TestSearcherReuse, TestSimpleQParserPlugin, TestSmileRequest, TestSolr4Spatial, 
TestSolr4Spatial2, TestStandardQParsers, TestStressLucene, 
TestSurroundQueryParser, TestTermsQParserPlugin, TestJsonFacetsStatsParsing, 
TestJsonFacetsWithNestedObjects, TestJsonRangeFacets, SortByFunctionTest, 
TestFunctionQuery, TestOrdValues, TestSortByMinMaxFunction, 
DistanceFunctionTest, BlockJoinFacetSimpleTest, CrossCollectionJoinQueryTest, 
TestLMJelinekMercerSimilarityFactory, TestNonDefinedSimilarityFactory, 
TestExactStatsCache, JWTAuthPluginTest, MultiDestinationAuditLoggerTest, 
TestAuthorizationFramework, TestImpersonationWithHadoopAuth, 
TestZkAclsWithHadoopAuth, DirectSolrConnectionTest, NoCacheHeaderTest, 
ResponseHeaderTest, DirectSolrSpellCheckerTest, IndexBasedSpellCheckerTest, 
TestSuggestSpellingConverter, WordBreakSolrSpellCheckerTest, SuggesterTest, 
TestFileDictionaryLookup, TestFuzzyAnalyzedSuggestions, 
TestDocTermOrdsUninvertLimit, TestFieldCacheWithThreads, TestUninvertingReader, 
AddBlockUpdateTest, DataDrivenBlockJoinTest, DirectUpdateHandlerTest, 
PeerSyncTest, PeerSyncWithIndexFingerprintCachingTest, PeerSyncWithLeaderTest, 
SolrIndexSplitterTest, TestAtomicUpdateErrorCases, TestInPlaceUpdatesDistrib]
   [junit4] Completed [917/917 (1!)] on J2 in 2375.44s, 1 test, 1 error <<< 
FAILURES!

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

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

Total time: 355 minutes 18 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to