You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2020/05/21 15:09:32 UTC

[JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk-14) - Build # 6051 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/6051/
Java: 64bit/jdk-14 -XX:+UseCompressedOops -XX:+UseG1GC

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

Error Message:
Thread pool didn't terminate within 15 secs

Stack Trace:
java.lang.AssertionError: Thread pool didn't terminate within 15 secs
	at __randomizedtesting.SeedInfo.seed([708068935021198A:F8D45749FEDD7472]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.update.TestInPlaceUpdatesDistrib.reorderedDBQsResurrectionTest(TestInPlaceUpdatesDistrib.java:922)
	at org.apache.solr.update.TestInPlaceUpdatesDistrib.test(TestInPlaceUpdatesDistrib.java:179)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1081)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1053)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:832)




Build Log:
[...truncated 14035 lines...]
   [junit4] Suite: org.apache.solr.update.TestInPlaceUpdatesDistrib
   [junit4]   2> 824697 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[708068935021198A]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 824697 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[708068935021198A]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 824697 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[708068935021198A]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_708068935021198A-001/data-dir-89-001
   [junit4]   2> 824698 WARN  (SUITE-TestInPlaceUpdatesDistrib-seed#[708068935021198A]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=28 numCloses=28
   [junit4]   2> 824698 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[708068935021198A]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 824699 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[708068935021198A]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 824699 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[708068935021198A]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_xc/
   [junit4]   2> 824700 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[708068935021198A]-worker) [     ] o.a.s.SolrTestCaseJ4 updateLog impl=solr.CdcrUpdateLog
   [junit4]   2> 824700 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[708068935021198A]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 824723 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[708068935021198A]-worker) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 824735 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[708068935021198A]-worker) [     ] o.a.s.s.IndexSchema Schema name=inplace-updates
   [junit4]   2> 824738 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[708068935021198A]-worker) [     ] o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 824860 WARN  (SUITE-TestInPlaceUpdatesDistrib-seed#[708068935021198A]-worker) [     ] o.a.s.f.DistribPackageStore Unable to create [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/filestore] directory in SOLR_HOME [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr].  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access denied ("java.io.FilePermission" "/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/filestore" "write")
   [junit4]   2> 	at java.base/java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied ("java.io.FilePermission" "/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/filestore" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) ~[?:?]
   [junit4]   2> 	at java.security.AccessController.checkPermission(AccessController.java:1036) ~[?:?]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:408) ~[?:?]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:838) ~[?:?]
   [junit4]   2> 	at java.io.File.mkdir(File.java:1326) ~[?:?]
   [junit4]   2> 	at java.io.File.mkdirs(File.java:1358) ~[?:?]
   [junit4]   2> 	at org.apache.solr.filestore.DistribPackageStore.ensurePackageStoreDir(DistribPackageStore.java:520) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.filestore.DistribPackageStore.<init>(DistribPackageStore.java:77) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.filestore.PackageStoreAPI.<init>(PackageStoreAPI.java:79) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:633) ~[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:142) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:148) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:111) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:814) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:804) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:665) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:654) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.update.TestInPlaceUpdatesDistrib.beforeSuperClass(TestInPlaceUpdatesDistrib.java:90) ~[test/:?]
   [junit4]   2> 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
   [junit4]   2> 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
   [junit4]   2> 	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:564) ~[?:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:882) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) ~[randomizedtesting-runner-2.7.6.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.6.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.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) ~[randomizedtesting-runner-2.7.6.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.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:832) [?:?]
   [junit4]   2> 824861 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[708068935021198A]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 824866 WARN  (SUITE-TestInPlaceUpdatesDistrib-seed#[708068935021198A]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@531933d8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 824867 WARN  (SUITE-TestInPlaceUpdatesDistrib-seed#[708068935021198A]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@531933d8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 824879 WARN  (SUITE-TestInPlaceUpdatesDistrib-seed#[708068935021198A]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1e97cda0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 824879 WARN  (SUITE-TestInPlaceUpdatesDistrib-seed#[708068935021198A]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1e97cda0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 824881 WARN  (SUITE-TestInPlaceUpdatesDistrib-seed#[708068935021198A]-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> 824916 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[708068935021198A]-worker) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 824916 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[708068935021198A]-worker) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 824978 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[708068935021198A]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@631b0b95
   [junit4]   2> 825001 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[708068935021198A]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@631b0b95
   [junit4]   2> 825002 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[708068935021198A]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@631b0b95
   [junit4]   2> 825014 INFO  (coreLoadExecutor-6871-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 825043 INFO  (coreLoadExecutor-6871-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=inplace-updates
   [junit4]   2> 825046 INFO  (coreLoadExecutor-6871-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 825046 INFO  (coreLoadExecutor-6871-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 825046 INFO  (coreLoadExecutor-6871-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@631b0b95
   [junit4]   2> 825046 INFO  (coreLoadExecutor-6871-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_708068935021198A-001/data-dir-89-001/]
   [junit4]   2> 825054 WARN  (coreLoadExecutor-6871-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> 825303 INFO  (coreLoadExecutor-6871-thread-1) [    x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 825308 INFO  (coreLoadExecutor-6871-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 825311 INFO  (coreLoadExecutor-6871-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 825311 INFO  (coreLoadExecutor-6871-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 825337 WARN  (coreLoadExecutor-6871-thread-1) [    x:collection1 ] o.a.s.r.ManagedResourceStorage Cannot write to config directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf ; switching to use InMemory storage instead.
   [junit4]   2> 825337 INFO  (coreLoadExecutor-6871-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 825337 INFO  (coreLoadExecutor-6871-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1667310848833486848
   [junit4]   2> 825345 INFO  (searcherExecutor-6873-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms: Collection: 'null'
   [junit4]   2> 825347 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[708068935021198A]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 825387 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 825388 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 825388 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 825494 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.a.s.c.ZkTestServer start zk server on port: 57206
   [junit4]   2> 825494 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:57206
   [junit4]   2> 825494 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:57206
   [junit4]   2> 825494 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 57206
   [junit4]   2> 825500 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 825504 INFO  (zkConnectionManagerCallback-6880-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 825505 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 825519 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 825528 INFO  (zkConnectionManagerCallback-6882-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 825529 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 825545 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 825560 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema-inplace-updates.xml to /configs/conf1/schema.xml
   [junit4]   2> 825571 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 825589 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 825607 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 825618 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 825630 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 825650 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 825674 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 825691 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 825701 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 825712 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 826406 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 826407 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 826407 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14+36
   [junit4]   2> 826412 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 826412 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 826412 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 826414 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@dfc210e{/_xc,null,AVAILABLE}
   [junit4]   2> 826417 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2c9f5621{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:?????}
   [junit4]   2> 826417 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.e.j.s.Server Started @??????ms
   [junit4]   2> 826418 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/_xc, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_708068935021198A-001/tempDir-001/control/data, hostPort=57211, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_708068935021198A-001/control-001/cores}
   [junit4]   2> 826418 ERROR (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 826418 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 826418 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 826419 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 826419 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 826419 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-05-21T14:32:15.080102Z
   [junit4]   2> 826421 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 826424 INFO  (zkConnectionManagerCallback-6884-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 826424 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 826534 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 826535 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_708068935021198A-001/control-001/solr.xml
   [junit4]   2> 826549 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@631b0b95, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 826622 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 826625 WARN  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@31b3472e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 826625 WARN  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@31b3472e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 826633 WARN  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2071ed48[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 826633 WARN  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2071ed48[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 826636 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57206/solr
   [junit4]   2> 826639 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 826642 INFO  (zkConnectionManagerCallback-6895-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 826642 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 826758 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [n:127.0.0.1:57211__xc     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 826762 INFO  (zkConnectionManagerCallback-6897-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 826762 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [n:127.0.0.1:57211__xc     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 827922 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [n:127.0.0.1:57211__xc     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:57211__xc
   [junit4]   2> 827927 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [n:127.0.0.1:57211__xc     ] o.a.s.c.Overseer Overseer (id=72080294905839620-127.0.0.1:57211__xc-n_0000000000) starting
   [junit4]   2> 827963 INFO  (OverseerStateUpdate-72080294905839620-127.0.0.1:57211__xc-n_0000000000) [n:127.0.0.1:57211__xc     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:57211__xc
   [junit4]   2> 827964 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [n:127.0.0.1:57211__xc     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57211__xc
   [junit4]   2> 827977 INFO  (zkCallback-6896-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 827994 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [n:127.0.0.1:57211__xc     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 827994 WARN  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [n:127.0.0.1:57211__xc     ] 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> 828030 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [n:127.0.0.1:57211__xc     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 828071 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [n:127.0.0.1:57211__xc     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@631b0b95
   [junit4]   2> 828085 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [n:127.0.0.1:57211__xc     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@631b0b95
   [junit4]   2> 828085 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [n:127.0.0.1:57211__xc     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@631b0b95
   [junit4]   2> 828091 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [n:127.0.0.1:57211__xc     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_708068935021198A-001/control-001/cores
   [junit4]   2> 828104 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 828108 INFO  (zkConnectionManagerCallback-6914-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 828108 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 828113 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 828117 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:57206/solr ready
   [junit4]   2> 828122 INFO  (qtp65561187-10238) [n:127.0.0.1:57211__xc     ] 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:57211__xc&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 828140 INFO  (OverseerThreadFactory-6904-thread-1-processing-n:127.0.0.1:57211__xc) [n:127.0.0.1:57211__xc     ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 828351 INFO  (qtp65561187-10240) [n:127.0.0.1:57211__xc     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 828352 INFO  (qtp65561187-10240) [n:127.0.0.1:57211__xc     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=1
   [junit4]   2> 828357 INFO  (qtp65561187-10237) [n:127.0.0.1:57211__xc     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=1
   [junit4]   2> 828392 INFO  (qtp65561187-10239) [n:127.0.0.1:57211__xc    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> 829434 INFO  (qtp65561187-10239) [n:127.0.0.1:57211__xc c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 829451 INFO  (qtp65561187-10239) [n:127.0.0.1:57211__xc c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=inplace-updates
   [junit4]   2> 829455 INFO  (qtp65561187-10239) [n:127.0.0.1:57211__xc 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> 829456 INFO  (qtp65561187-10239) [n:127.0.0.1:57211__xc 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> 829456 INFO  (qtp65561187-10239) [n:127.0.0.1:57211__xc 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@631b0b95
   [junit4]   2> 829457 INFO  (qtp65561187-10239) [n:127.0.0.1:57211__xc 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 [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_708068935021198A-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_708068935021198A-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 829466 WARN  (qtp65561187-10239) [n:127.0.0.1:57211__xc 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> 829562 INFO  (qtp65561187-10239) [n:127.0.0.1:57211__xc 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> 829562 INFO  (qtp65561187-10239) [n:127.0.0.1:57211__xc 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> 829565 INFO  (qtp65561187-10239) [n:127.0.0.1:57211__xc c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 829565 INFO  (qtp65561187-10239) [n:127.0.0.1:57211__xc c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 829570 INFO  (qtp65561187-10239) [n:127.0.0.1:57211__xc c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 829572 INFO  (qtp65561187-10239) [n:127.0.0.1:57211__xc 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> 829572 INFO  (qtp65561187-10239) [n:127.0.0.1:57211__xc 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> 829573 INFO  (qtp65561187-10239) [n:127.0.0.1:57211__xc 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 1667310853275254784
   [junit4]   2> 829577 INFO  (searcherExecutor-6916-thread-1-processing-n:127.0.0.1:57211__xc x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:57211__xc 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: Collection: 'control_collection'
   [junit4]   2> 829594 INFO  (qtp65561187-10239) [n:127.0.0.1:57211__xc 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> 829594 INFO  (qtp65561187-10239) [n:127.0.0.1:57211__xc 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> 829611 INFO  (qtp65561187-10239) [n:127.0.0.1:57211__xc c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 829611 INFO  (qtp65561187-10239) [n:127.0.0.1:57211__xc 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> 829611 INFO  (qtp65561187-10239) [n:127.0.0.1:57211__xc c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:57211/_xc/control_collection_shard1_replica_n1/
   [junit4]   2> 829612 INFO  (qtp65561187-10239) [n:127.0.0.1:57211__xc 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> 829613 INFO  (qtp65561187-10239) [n:127.0.0.1:57211__xc c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:57211/_xc/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 829613 INFO  (qtp65561187-10239) [n:127.0.0.1:57211__xc 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/72080294905839620-core_node2-n_0000000000
   [junit4]   2> 829624 INFO  (qtp65561187-10239) [n:127.0.0.1:57211__xc 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:57211/_xc/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 829734 INFO  (zkCallback-6896-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> 829735 INFO  (zkCallback-6896-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> 829738 INFO  (qtp65561187-10239) [n:127.0.0.1:57211__xc 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> 829749 INFO  (qtp65561187-10239) [n:127.0.0.1:57211__xc     ] 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=1357
   [junit4]   2> 829766 INFO  (qtp65561187-10238) [n:127.0.0.1:57211__xc     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 829857 INFO  (zkCallback-6896-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> 829857 INFO  (zkCallback-6896-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> 829857 INFO  (zkCallback-6896-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> 829867 INFO  (qtp65561187-10238) [n:127.0.0.1:57211__xc     ] 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:57211__xc&wt=javabin&version=2} status=0 QTime=1744
   [junit4]   2> 829867 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in collection: control_collection
   [junit4]   2> 829986 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 829993 INFO  (zkConnectionManagerCallback-6925-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 829993 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 829996 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 830000 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:57206/solr ready
   [junit4]   2> 830000 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 830002 INFO  (qtp65561187-10238) [n:127.0.0.1:57211__xc     ] 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> 830015 INFO  (OverseerThreadFactory-6904-thread-2-processing-n:127.0.0.1:57211__xc) [n:127.0.0.1:57211__xc     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 830016 INFO  (OverseerCollectionConfigSetProcessor-72080294905839620-127.0.0.1:57211__xc-n_0000000000) [n:127.0.0.1:57211__xc     ] 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> 830236 WARN  (OverseerThreadFactory-6904-thread-2-processing-n:127.0.0.1:57211__xc) [n:127.0.0.1:57211__xc     ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 830240 INFO  (qtp65561187-10238) [n:127.0.0.1:57211__xc     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 830244 INFO  (qtp65561187-10238) [n:127.0.0.1:57211__xc     ] 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=241
   [junit4]   2> 830246 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected: 1
   [junit4]   2> 830246 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 830248 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected: 1
   [junit4]   2> 830248 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 830249 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected: 1
   [junit4]   2> 830249 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 830249 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=3
   [junit4]   2> 831050 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_708068935021198A-001/shard-1-001 of type NRT for shard1
   [junit4]   2> 831051 INFO  (closeThreadPool-6926-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 831051 INFO  (closeThreadPool-6926-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 831051 INFO  (closeThreadPool-6926-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14+36
   [junit4]   2> 831054 INFO  (closeThreadPool-6926-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 831054 INFO  (closeThreadPool-6926-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 831054 INFO  (closeThreadPool-6926-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 831055 INFO  (closeThreadPool-6926-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@66d981e1{/_xc,null,AVAILABLE}
   [junit4]   2> 831056 INFO  (closeThreadPool-6926-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@659d9d5a{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:?????}
   [junit4]   2> 831056 INFO  (closeThreadPool-6926-thread-1) [     ] o.e.j.s.Server Started @??????ms
   [junit4]   2> 831056 INFO  (closeThreadPool-6926-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/_xc, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_708068935021198A-001/tempDir-001/jetty1, hostPort=57235, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_708068935021198A-001/shard-1-001/cores, replicaType=NRT}
   [junit4]   2> 831056 ERROR (closeThreadPool-6926-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 831057 INFO  (closeThreadPool-6926-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 831057 INFO  (closeThreadPool-6926-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 831057 INFO  (closeThreadPool-6926-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 831057 INFO  (closeThreadPool-6926-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 831057 INFO  (closeThreadPool-6926-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-05-21T14:32:19.718191Z
   [junit4]   2> 831058 INFO  (closeThreadPool-6926-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 831062 INFO  (zkConnectionManagerCallback-6928-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 831063 INFO  (closeThreadPool-6926-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 831166 INFO  (closeThreadPool-6926-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 831166 INFO  (closeThreadPool-6926-thread-1) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_708068935021198A-001/shard-1-001/solr.xml
   [junit4]   2> 831170 INFO  (closeThreadPool-6926-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@631b0b95, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 831389 INFO  (closeThreadPool-6926-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 831393 WARN  (closeThreadPool-6926-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@33ece190[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 831393 WARN  (closeThreadPool-6926-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@33ece190[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 831401 WARN  (closeThreadPool-6926-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@8ef0bf1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 831401 WARN  (closeThreadPool-6926-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@8ef0bf1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 831403 INFO  (closeThreadPool-6926-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57206/solr
   [junit4]   2> 831405 INFO  (closeThreadPool-6926-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 831410 INFO  (zkConnectionManagerCallback-6939-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 831410 INFO  (closeThreadPool-6926-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 831536 INFO  (closeThreadPool-6926-thread-1) [n:127.0.0.1:57235__xc     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 831544 INFO  (zkConnectionManagerCallback-6941-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 831546 INFO  (closeThreadPool-6926-thread-1) [n:127.0.0.1:57235__xc     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 831637 INFO  (closeThreadPool-6926-thread-1) [n:127.0.0.1:57235__xc     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 831716 INFO  (closeThreadPool-6926-thread-1) [n:127.0.0.1:57235__xc     ] o.a.s.c.ZkController Publish node=127.0.0.1:57235__xc as DOWN
   [junit4]   2> 831754 INFO  (closeThreadPool-6926-thread-1) [n:127.0.0.1:57235__xc     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 831754 INFO  (closeThreadPool-6926-thread-1) [n:127.0.0.1:57235__xc     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57235__xc
   [junit4]   2> 831774 INFO  (zkCallback-6896-thread-3) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 831774 INFO  (zkCallback-6924-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 831776 INFO  (zkCallback-6940-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 831817 INFO  (closeThreadPool-6926-thread-1) [n:127.0.0.1:57235__xc     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 831818 WARN  (closeThreadPool-6926-thread-1) [n:127.0.0.1:57235__xc     ] 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> 831873 INFO  (closeThreadPool-6926-thread-1) [n:127.0.0.1:57235__xc     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 831920 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_708068935021198A-001/shard-2-001 of type NRT for shard1
   [junit4]   2> 831937 INFO  (closeThreadPool-6926-thread-1) [n:127.0.0.1:57235__xc     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@631b0b95
   [junit4]   2> 831938 INFO  (closeThreadPool-6926-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 831938 INFO  (closeThreadPool-6926-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 831938 INFO  (closeThreadPool-6926-thread-2) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14+36
   [junit4]   2> 831940 INFO  (closeThreadPool-6926-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 831940 INFO  (closeThreadPool-6926-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 831940 INFO  (closeThreadPool-6926-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 831941 INFO  (closeThreadPool-6926-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7b720a10{/_xc,null,AVAILABLE}
   [junit4]   2> 831950 INFO  (closeThreadPool-6926-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@45d51926{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:?????}
   [junit4]   2> 831950 INFO  (closeThreadPool-6926-thread-2) [     ] o.e.j.s.Server Started @??????ms
   [junit4]   2> 831950 INFO  (closeThreadPool-6926-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/_xc, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_708068935021198A-001/tempDir-001/jetty2, hostPort=57244, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_708068935021198A-001/shard-2-001/cores, replicaType=NRT}
   [junit4]   2> 831950 ERROR (closeThreadPool-6926-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 831950 INFO  (closeThreadPool-6926-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 831951 INFO  (closeThreadPool-6926-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 831951 INFO  (closeThreadPool-6926-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 831951 INFO  (closeThreadPool-6926-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 831951 INFO  (closeThreadPool-6926-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-05-21T14:32:20.612116Z
   [junit4]   2> 831965 INFO  (closeThreadPool-6926-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 831965 INFO  (zkConnectionManagerCallback-6950-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 831965 INFO  (closeThreadPool-6926-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 831993 INFO  (closeThreadPool-6926-thread-1) [n:127.0.0.1:57235__xc     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@631b0b95
   [junit4]   2> 831993 INFO  (closeThreadPool-6926-thread-1) [n:127.0.0.1:57235__xc     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@631b0b95
   [junit4]   2> 831995 INFO  (closeThreadPool-6926-thread-1) [n:127.0.0.1:57235__xc     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_708068935021198A-001/shard-1-001/cores
   [junit4]   2> 832082 INFO  (closeThreadPool-6926-thread-2) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 832082 INFO  (closeThreadPool-6926-thread-2) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_708068935021198A-001/shard-2-001/solr.xml
   [junit4]   2> 832086 INFO  (closeThreadPool-6926-thread-2) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@631b0b95, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 832097 INFO  (OverseerCollectionConfigSetProcessor-72080294905839620-127.0.0.1:57211__xc-n_0000000000) [n:127.0.0.1:57211__xc     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist. Requestor may have disconnected from ZooKeeper
   [junit4]   2> 832114 INFO  (closeThreadPool-6926-thread-1) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:57235__xc
   [junit4]   2> 832192 INFO  (closeThreadPool-6926-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 832198 WARN  (closeThreadPool-6926-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@77cc0556[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 832199 WARN  (closeThreadPool-6926-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@77cc0556[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 832220 WARN  (closeThreadPool-6926-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@23b4048f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 832220 WARN  (closeThreadPool-6926-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@23b4048f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 832226 INFO  (closeThreadPool-6926-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57206/solr
   [junit4]   2> 832232 INFO  (closeThreadPool-6926-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 832237 INFO  (zkConnectionManagerCallback-6962-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 832237 INFO  (closeThreadPool-6926-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 832345 INFO  (closeThreadPool-6926-thread-2) [n:127.0.0.1:57244__xc     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 832347 INFO  (zkConnectionManagerCallback-6964-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 832348 INFO  (closeThreadPool-6926-thread-2) [n:127.0.0.1:57244__xc     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 832377 INFO  (closeThreadPool-6926-thread-2) [n:127.0.0.1:57244__xc     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 832398 INFO  (closeThreadPool-6926-thread-2) [n:127.0.0.1:57244__xc     ] o.a.s.c.ZkController Publish node=127.0.0.1:57244__xc as DOWN
   [junit4]   2> 832401 INFO  (closeThreadPool-6926-thread-2) [n:127.0.0.1:57244__xc     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 832401 INFO  (closeThreadPool-6926-thread-2) [n:127.0.0.1:57244__xc     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57244__xc
   [junit4]   2> 832405 INFO  (zkCallback-6940-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 832405 INFO  (zkCallback-6924-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 832405 INFO  (zkCallback-6896-thread-3) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 832409 INFO  (zkCallback-6963-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 832423 INFO  (closeThreadPool-6926-thread-2) [n:127.0.0.1:57244__xc     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 832424 WARN  (closeThreadPool-6926-thread-2) [n:127.0.0.1:57244__xc     ] 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> 832454 INFO  (closeThreadPool-6926-thread-2) [n:127.0.0.1:57244__xc     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 832491 INFO  (closeThreadPool-6926-thread-2) [n:127.0.0.1:57244__xc     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@631b0b95
   [junit4]   2> 832519 INFO  (closeThreadPool-6926-thread-2) [n:127.0.0.1:57244__xc     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@631b0b95
   [junit4]   2> 832521 INFO  (closeThreadPool-6926-thread-2) [n:127.0.0.1:57244__xc     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@631b0b95
   [junit4]   2> 832525 INFO  (closeThreadPool-6926-thread-2) [n:127.0.0.1:57244__xc     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_708068935021198A-001/shard-2-001/cores
   [junit4]   2> 832541 INFO  (closeThreadPool-6926-thread-2) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:57244__xc
   [junit4]   2> 832745 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_708068935021198A-001/shard-3-001 of type NRT for shard1
   [junit4]   2> 832746 INFO  (closeThreadPool-6926-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 832746 INFO  (closeThreadPool-6926-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 832746 INFO  (closeThreadPool-6926-thread-2) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14+36
   [junit4]   2> 832751 INFO  (closeThreadPool-6926-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 832751 INFO  (closeThreadPool-6926-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 832751 INFO  (closeThreadPool-6926-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 832752 INFO  (closeThreadPool-6926-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@43d6603{/_xc,null,AVAILABLE}
   [junit4]   2> 832753 INFO  (closeThreadPool-6926-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@24fba874{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:?????}
   [junit4]   2> 832753 INFO  (closeThreadPool-6926-thread-2) [     ] o.e.j.s.Server Started @??????ms
   [junit4]   2> 832753 INFO  (closeThreadPool-6926-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/_xc, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_708068935021198A-001/tempDir-001/jetty3, hostPort=57255, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_708068935021198A-001/shard-3-001/cores, replicaType=NRT}
   [junit4]   2> 832754 ERROR (closeThreadPool-6926-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 832754 INFO  (closeThreadPool-6926-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 832754 INFO  (closeThreadPool-6926-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 832754 INFO  (closeThreadPool-6926-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 832754 INFO  (closeThreadPool-6926-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 832755 INFO  (closeThreadPool-6926-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-05-21T14:32:21.415997Z
   [junit4]   2> 832757 INFO  (closeThreadPool-6926-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 832763 INFO  (zkConnectionManagerCallback-6974-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 832763 INFO  (closeThreadPool-6926-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 832876 INFO  (closeThreadPool-6926-thread-2) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 832877 INFO  (closeThreadPool-6926-thread-2) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_708068935021198A-001/shard-3-001/solr.xml
   [junit4]   2> 832885 INFO  (closeThreadPool-6926-thread-2) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@631b0b95, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 833044 INFO  (closeThreadPool-6926-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 833046 WARN  (closeThreadPool-6926-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5aa8f6a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 833046 WARN  (closeThreadPool-6926-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5aa8f6a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 833051 WARN  (closeThreadPool-6926-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@ac361a9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 833051 WARN  (closeThreadPool-6926-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@ac361a9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 833052 INFO  (closeThreadPool-6926-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57206/solr
   [junit4]   2> 833055 INFO  (closeThreadPool-6926-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 833059 INFO  (zkConnectionManagerCallback-6985-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 833059 INFO  (closeThreadPool-6926-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 833168 INFO  (closeThreadPool-6926-thread-2) [n:127.0.0.1:57255__xc     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 833172 INFO  (zkConnectionManagerCallback-6987-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 833172 INFO  (closeThreadPool-6926-thread-2) [n:127.0.0.1:57255__xc     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 833189 INFO  (closeThreadPool-6926-thread-2) [n:127.0.0.1:57255__xc     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 833208 INFO  (closeThreadPool-6926-thread-2) [n:127.0.0.1:57255__xc     ] o.a.s.c.ZkController Publish node=127.0.0.1:57255__xc as DOWN
   [junit4]   2> 833213 INFO  (closeThreadPool-6926-thread-2) [n:127.0.0.1:57255__xc     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 833214 INFO  (closeThreadPool-6926-thread-2) [n:127.0.0.1:57255__xc     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57255__xc
   [junit4]   2> 833218 INFO  (zkCallback-6924-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 833218 INFO  (zkCallback-6940-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 833218 INFO  (zkCallback-6896-thread-3) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 833218 INFO  (zkCallback-6963-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 833218 INFO  (zkCallback-6986-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 833225 INFO  (closeThreadPool-6926-thread-2) [n:127.0.0.1:57255__xc     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 833226 WARN  (closeThreadPool-6926-thread-2) [n:127.0.0.1:57255__xc     ] 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> 833263 INFO  (closeThreadPool-6926-thread-2) [n:127.0.0.1:57255__xc     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 833315 INFO  (closeThreadPool-6926-thread-2) [n:127.0.0.1:57255__xc     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@631b0b95
   [junit4]   2> 833330 INFO  (closeThreadPool-6926-thread-2) [n:127.0.0.1:57255__xc     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@631b0b95
   [junit4]   2> 833331 INFO  (closeThreadPool-6926-thread-2) [n:127.0.0.1:57255__xc     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@631b0b95
   [junit4]   2> 833332 INFO  (closeThreadPool-6926-thread-2) [n:127.0.0.1:57255__xc     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_708068935021198A-001/shard-3-001/cores
   [junit4]   2> 833340 INFO  (closeThreadPool-6926-thread-2) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:57255__xc
   [junit4]   2> 833346 INFO  (qtp65561187-10240) [n:127.0.0.1:57211__xc     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:57235__xc&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 833346 INFO  (qtp65561187-10238) [n:127.0.0.1:57211__xc     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:57255__xc&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 833346 INFO  (qtp65561187-10239) [n:127.0.0.1:57211__xc     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:57244__xc&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 833362 INFO  (qtp65561187-10237) [n:127.0.0.1:57211__xc     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.control_collection.shard1.replica_n1:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 833363 INFO  (qtp65561187-10237) [n:127.0.0.1:57211__xc     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 833365 INFO  (qtp1638012342-10295) [n:127.0.0.1:57235__xc     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 833372 INFO  (qtp1105892803-10322) [n:127.0.0.1:57244__xc     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=1
   [junit4]   2> 833376 INFO  (qtp893755840-10355) [n:127.0.0.1:57255__xc     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 833379 INFO  (qtp65561187-10237) [n:127.0.0.1:57211__xc     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.control_collection.shard1.replica_n1:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 833380 INFO  (qtp65561187-10237) [n:127.0.0.1:57211__xc     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 833382 INFO  (qtp1638012342-10296) [n:127.0.0.1:57235__xc     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 833383 INFO  (qtp1105892803-10323) [n:127.0.0.1:57244__xc     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 833385 INFO  (qtp893755840-10356) [n:127.0.0.1:57255__xc     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 833388 INFO  (OverseerThreadFactory-6904-thread-3-processing-n:127.0.0.1:57211__xc) [n:127.0.0.1:57211__xc c:collection1 s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:57235__xc for creating new replica of shard shard1 for collection collection1
   [junit4]   2> 833395 INFO  (OverseerThreadFactory-6904-thread-3-processing-n:127.0.0.1:57211__xc) [n:127.0.0.1:57211__xc c:collection1 s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 833401 INFO  (qtp1638012342-10295) [n:127.0.0.1:57235__xc    x:collection1_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n1&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 834441 INFO  (qtp1638012342-10295) [n:127.0.0.1:57235__xc c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 834464 INFO  (qtp1638012342-10295) [n:127.0.0.1:57235__xc c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=inplace-updates
   [junit4]   2> 834477 INFO  (qtp1638012342-10295) [n:127.0.0.1:57235__xc c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 834477 INFO  (qtp1638012342-10295) [n:127.0.0.1:57235__xc c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using configuration from configset conf1, trusted=true
   [junit4]   2> 834478 INFO  (qtp1638012342-10295) [n:127.0.0.1:57235__xc c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n1' (registry 'solr.core.collection1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@631b0b95
   [junit4]   2> 834478 INFO  (qtp1638012342-10295) [n:127.0.0.1:57235__xc c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_708068935021198A-001/shard-1-001/cores/collection1_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_708068935021198A-001/shard-1-001/cores/collection1_shard1_replica_n1/data/]
   [junit4]   2> 834493 WARN  (qtp1638012342-10295) [n:127.0.0.1:57235__xc c:collection1 s:shard1  x:collection1_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> 834652 INFO  (qtp1638012342-10295) [n:127.0.0.1:57235__xc c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 834652 INFO  (qtp1638012342-10295) [n:127.0.0.1:57235__xc c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 834659 INFO  (qtp1638012342-10295) [n:127.0.0.1:57235__xc c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 834659 INFO  (qtp1638012342-10295) [n:127.0.0.1:57235__xc c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 834671 INFO  (qtp1638012342-10295) [n:127.0.0.1:57235__xc c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 834674 INFO  (qtp1638012342-10295) [n:127.0.0.1:57235__xc c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 834676 INFO  (qtp1638012342-10295) [n:127.0.0.1:57235__xc c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 834676 INFO  (qtp1638012342-10295) [n:127.0.0.1:57235__xc c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1667310858626138112
   [junit4]   2> 834686 INFO  (searcherExecutor-6998-thread-1-processing-n:127.0.0.1:57235__xc x:collection1_shard1_replica_n1 c:collection1 s:shard1) [n:127.0.0.1:57235__xc c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore [collection1_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms: Collection: 'collection1'
   [junit4]   2> 834714 INFO  (qtp1638012342-10295) [n:127.0.0.1:57235__xc c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 834715 INFO  (qtp1638012342-10295) [n:127.0.0.1:57235__xc c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 834759 INFO  (qtp1638012342-10295) [n:127.0.0.1:57235__xc c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 834759 INFO  (qtp1638012342-10295) [n:127.0.0.1:57235__xc c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 834759 INFO  (qtp1638012342-10295) [n:127.0.0.1:57235__xc c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:57235/_xc/collection1_shard1_replica_n1/
   [junit4]   2> 834762 INFO  (qtp1638012342-10295) [n:127.0.0.1:57235__xc c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 83

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

atches above limit:
   [junit4]   2> 
   [junit4]   2> 	35	/solr/overseer/queue
   [junit4]   2> 	21	/solr/live_nodes
   [junit4]   2> 	14	/solr/overseer/collection-queue-work
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 
   [junit4]   2> 899189 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:57206
   [junit4]   2> 899190 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:57206
   [junit4]   2> 899190 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[708068935021198A]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 57206
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestInPlaceUpdatesDistrib -Dtests.method=test -Dtests.seed=708068935021198A -Dtests.slow=true -Dtests.locale=ar-SD -Dtests.timezone=Europe/Copenhagen -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 73.8s J2 | TestInPlaceUpdatesDistrib.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Thread pool didn't terminate within 15 secs
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([708068935021198A:F8D45749FEDD7472]:0)
   [junit4]    > 	at org.apache.solr.update.TestInPlaceUpdatesDistrib.reorderedDBQsResurrectionTest(TestInPlaceUpdatesDistrib.java:922)
   [junit4]    > 	at org.apache.solr.update.TestInPlaceUpdatesDistrib.test(TestInPlaceUpdatesDistrib.java:179)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1081)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1053)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:832)
   [junit4]   2> 899194 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[708068935021198A]-worker) [     ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 899194 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[708068935021198A]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=829675481
   [junit4]   2> 899195 INFO  (coreCloseExecutor-7050-thread-1) [     ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7c6f75a4
   [junit4]   2> 899195 INFO  (coreCloseExecutor-7050-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@7c6f75a4
   [junit4]   2> 899195 INFO  (coreCloseExecutor-7050-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@89e5fda: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@1b9962ac
   [junit4]   2> 899227 INFO  (coreCloseExecutor-7050-thread-1) [     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 899243 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[708068935021198A]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 899243 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[708068935021198A]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3337db20: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@67782d26
   [junit4]   2> 899244 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[708068935021198A]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 899244 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[708068935021198A]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@599e00ea: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@710daaf7
   [junit4]   2> 899244 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[708068935021198A]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 899244 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[708068935021198A]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5082cc14: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@389bf053
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_708068935021198A-001
   [junit4]   2> May 21, 2020 2:33:27 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(Lucene84): {_root_=PostingsFormat(name=Asserting), title_s=PostingsFormat(name=LuceneFixedGap), id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), id_field_copy_that_does_not_support_in_place_update_s=PostingsFormat(name=LuceneFixedGap)}, docValues:{inplace_updatable_float=DocValuesFormat(name=Asserting), id_i=DocValuesFormat(name=Lucene80), _version_=DocValuesFormat(name=Asserting), _root_=DocValuesFormat(name=Asserting), id=DocValuesFormat(name=Lucene80), inplace_updatable_int_with_default=DocValuesFormat(name=Asserting), inplace_updatable_int=DocValuesFormat(name=Lucene80), inplace_updatable_float_with_default=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=993, maxMBSortInHeap=6.414822892967161, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2fd7b7c2), locale=ar-SD, timezone=Europe/Copenhagen
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/AdoptOpenJDK 14 (64-bit)/cpus=6,threads=1,free=319656392,total=456130560
   [junit4]   2> NOTE: All tests run in this JVM: [AutoAddReplicasIntegrationTest, TestSimpleTextCodec, SpatialRPTFieldTypeTest, SuggesterTSTTest, SolrSlf4jReporterTest, LeaderElectionTest, TestNoOpRegenerator, HLLUtilTest, TestDistribPackageStore, TestLegacyTerms, Tagger2Test, BasicAuthOnSingleNodeTest, TestSimComputePlanAction, IndexSchemaRuntimeFieldTest, TestImpersonationWithHadoopAuth, TestSolrXml, SolrIndexSplitterTest, OpenExchangeRatesOrgProviderTest, HdfsLockFactoryTest, TestLuceneMatchVersion, DistributedQueryComponentOptimizationTest, TestCloudSchemaless, ClusterStateTest, TestCloudNestedDocsSort, ConvertedLegacyTest, TriggerCooldownIntegrationTest, DirectSolrSpellCheckerTest, NestedShardedAtomicUpdateTest, CdcrVersionReplicationTest, TestTrackingShardHandlerFactory, RecoveryZkTest, DistributedVersionInfoTest, TestSQLHandler, JsonLoaderTest, LegacyCloudClusterPropTest, TestSolr4Spatial, TestLMJelinekMercerSimilarityFactory, TestStressCloudBlindAtomicUpdates, TestDirectoryFactory, HighlighterConfigTest, TestBulkSchemaAPI, RegexBoostProcessorTest, TestSystemCollAutoCreate, OrderedExecutorTest, TestStressRecovery, TestTrie, OverseerModifyCollectionTest, RequiredFieldsTest, TestCollectionAPIs, HdfsChaosMonkeyNothingIsSafeTest, RegexBytesRefFilterTest, TestInfoStreamLogging, SpellPossibilityIteratorTest, ResponseBuilderTest, TestSchemaSimilarityResource, TestSchemaManager, TestSolrQueryResponse, TestSubQueryTransformerCrossCore, DimensionalRoutedAliasUpdateProcessorTest, TestSimGenericDistributedQueue, MinimalSchemaTest, RootFieldTest, ClassificationUpdateProcessorFactoryTest, TestNumericTerms32, PluginInfoTest, TestCollectionsAPIViaSolrCloudCluster, TimeRoutedAliasUpdateProcessorTest, TestDocumentBuilder, TestEmbeddedSolrServerAdminHandler, TestZkChroot, CursorMarkTest, AlternateDirectoryTest, TestPhraseSuggestions, TestTolerantUpdateProcessorCloud, TestCloudRecovery2, TestAuthorizationFramework, TestFoldingMultitermQuery, TestSolrJ, SolrPluginUtilsTest, DeleteInactiveReplicaTest, TestTermsQParserPlugin, TestBlendedInfixSuggestions, TestHttpServletCarrier, TestManagedSchemaAPI, TestInPlaceUpdatesDistrib]
   [junit4] Completed [344/913 (1!)] on J2 in 75.02s, 1 test, 1 failure <<< FAILURES!

[...truncated 46741 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/6051/consoleText

[repro] Revision: 9c066f60f1804c26db8be226429a0be046c5a4db

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseG1GC"
[repro] Repro line:  ant test  -Dtestcase=TestInPlaceUpdatesDistrib -Dtests.method=test -Dtests.seed=708068935021198A -Dtests.slow=true -Dtests.locale=ar-SD -Dtests.timezone=Europe/Copenhagen -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr/core
[repro]       TestInPlaceUpdatesDistrib
[repro] ant compile-test

[...truncated 3156 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestInPlaceUpdatesDistrib" -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UseG1GC" -Dtests.seed=708068935021198A -Dtests.slow=true -Dtests.locale=ar-SD -Dtests.timezone=Europe/Copenhagen -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[...truncated 86 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.update.TestInPlaceUpdatesDistrib
[repro] Exiting with code 0

[...truncated 73 lines...]