You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2019/05/20 21:00:58 UTC

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk-11) - Build # 24117 - Failure!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/24117/
Java: 64bit/jdk-11 -XX:+UseCompressedOops -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.cloud.NestedShardedAtomicUpdateTest.test

Error Message:
Error from server at http://127.0.0.1:35281/collection1: non ok status: 500, message:Server Error

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:35281/collection1: non ok status: 500, message:Server Error
	at __randomizedtesting.SeedInfo.seed([3AD89CD6409CC988:B28CA30CEE60A470]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:579)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.BaseDistributedSearchTestCase.add(BaseDistributedSearchTestCase.java:576)
	at org.apache.solr.cloud.NestedShardedAtomicUpdateTest.indexDocAndRandomlyCommit(NestedShardedAtomicUpdateTest.java:221)
	at org.apache.solr.cloud.NestedShardedAtomicUpdateTest.sendWrongRouteParam(NestedShardedAtomicUpdateTest.java:191)
	at org.apache.solr.cloud.NestedShardedAtomicUpdateTest.test(NestedShardedAtomicUpdateTest.java:55)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 14120 lines...]
   [junit4] Suite: org.apache.solr.cloud.NestedShardedAtomicUpdateTest
   [junit4]   2> 1220378 INFO  (SUITE-NestedShardedAtomicUpdateTest-seed#[3AD89CD6409CC988]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.NestedShardedAtomicUpdateTest_3AD89CD6409CC988-001/init-core-data-001
   [junit4]   2> 1220378 INFO  (SUITE-NestedShardedAtomicUpdateTest-seed#[3AD89CD6409CC988]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1220379 INFO  (SUITE-NestedShardedAtomicUpdateTest-seed#[3AD89CD6409CC988]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 1220379 INFO  (SUITE-NestedShardedAtomicUpdateTest-seed#[3AD89CD6409CC988]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1220382 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[3AD89CD6409CC988]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1220382 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1220382 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1220482 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[3AD89CD6409CC988]) [    ] o.a.s.c.ZkTestServer start zk server on port:32853
   [junit4]   2> 1220482 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[3AD89CD6409CC988]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:32853
   [junit4]   2> 1220482 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[3AD89CD6409CC988]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 32853
   [junit4]   2> 1220484 INFO  (zkConnectionManagerCallback-10141-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1220485 INFO  (zkConnectionManagerCallback-10143-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1220486 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[3AD89CD6409CC988]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1220487 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[3AD89CD6409CC988]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema-nest.xml to /configs/conf1/schema.xml
   [junit4]   2> 1220487 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[3AD89CD6409CC988]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1220487 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[3AD89CD6409CC988]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1220488 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[3AD89CD6409CC988]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1220488 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[3AD89CD6409CC988]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1220488 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[3AD89CD6409CC988]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1220489 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[3AD89CD6409CC988]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1220489 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[3AD89CD6409CC988]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1220489 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[3AD89CD6409CC988]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1220490 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[3AD89CD6409CC988]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1220490 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[3AD89CD6409CC988]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 1220552 WARN  (TEST-NestedShardedAtomicUpdateTest.test-seed#[3AD89CD6409CC988]) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1220552 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[3AD89CD6409CC988]) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1220552 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[3AD89CD6409CC988]) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1220552 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[3AD89CD6409CC988]) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11+28
   [junit4]   2> 1220553 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[3AD89CD6409CC988]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1220553 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[3AD89CD6409CC988]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1220553 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[3AD89CD6409CC988]) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1220553 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[3AD89CD6409CC988]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@40c0a391{/,null,AVAILABLE}
   [junit4]   2> 1220553 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[3AD89CD6409CC988]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4362538d{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:36145}
   [junit4]   2> 1220553 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[3AD89CD6409CC988]) [    ] o.e.j.s.Server Started @1220598ms
   [junit4]   2> 1220553 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[3AD89CD6409CC988]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.NestedShardedAtomicUpdateTest_3AD89CD6409CC988-001/tempDir-001/control/data, hostPort=36145, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.NestedShardedAtomicUpdateTest_3AD89CD6409CC988-001/control-001/cores, replicaType=NRT}
   [junit4]   2> 1220554 ERROR (TEST-NestedShardedAtomicUpdateTest.test-seed#[3AD89CD6409CC988]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1220554 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[3AD89CD6409CC988]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1220554 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[3AD89CD6409CC988]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1220554 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[3AD89CD6409CC988]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1220554 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[3AD89CD6409CC988]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1220554 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[3AD89CD6409CC988]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-05-20T20:31:26.990137Z
   [junit4]   2> 1220554 INFO  (zkConnectionManagerCallback-10145-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1220555 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[3AD89CD6409CC988]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1220555 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[3AD89CD6409CC988]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.NestedShardedAtomicUpdateTest_3AD89CD6409CC988-001/control-001/solr.xml
   [junit4]   2> 1220557 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[3AD89CD6409CC988]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1220557 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[3AD89CD6409CC988]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1220558 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[3AD89CD6409CC988]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@76acc0eb, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1220639 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[3AD89CD6409CC988]) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1220640 WARN  (TEST-NestedShardedAtomicUpdateTest.test-seed#[3AD89CD6409CC988]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@773793c9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1220642 WARN  (TEST-NestedShardedAtomicUpdateTest.test-seed#[3AD89CD6409CC988]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@194dfc55[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1220642 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[3AD89CD6409CC988]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32853/solr
   [junit4]   2> 1220643 INFO  (zkConnectionManagerCallback-10152-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1220644 INFO  (zkConnectionManagerCallback-10154-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1220677 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[3AD89CD6409CC988]) [n:127.0.0.1:36145_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:36145_
   [junit4]   2> 1220677 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[3AD89CD6409CC988]) [n:127.0.0.1:36145_    ] o.a.s.c.Overseer Overseer (id=72285634551021572-127.0.0.1:36145_-n_0000000000) starting
   [junit4]   2> 1220680 INFO  (zkConnectionManagerCallback-10161-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1220681 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[3AD89CD6409CC988]) [n:127.0.0.1:36145_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:32853/solr ready
   [junit4]   2> 1220683 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[3AD89CD6409CC988]) [n:127.0.0.1:36145_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36145_
   [junit4]   2> 1220683 INFO  (OverseerStateUpdate-72285634551021572-127.0.0.1:36145_-n_0000000000) [n:127.0.0.1:36145_    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:36145_
   [junit4]   2> 1220684 INFO  (OverseerStateUpdate-72285634551021572-127.0.0.1:36145_-n_0000000000) [n:127.0.0.1:36145_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1220687 INFO  (zkCallback-10160-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1220695 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[3AD89CD6409CC988]) [n:127.0.0.1:36145_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1220706 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[3AD89CD6409CC988]) [n:127.0.0.1:36145_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76acc0eb
   [junit4]   2> 1220714 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[3AD89CD6409CC988]) [n:127.0.0.1:36145_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76acc0eb
   [junit4]   2> 1220714 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[3AD89CD6409CC988]) [n:127.0.0.1:36145_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76acc0eb
   [junit4]   2> 1220715 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[3AD89CD6409CC988]) [n:127.0.0.1:36145_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.NestedShardedAtomicUpdateTest_3AD89CD6409CC988-001/control-001/cores
   [junit4]   2> 1220732 INFO  (zkConnectionManagerCallback-10167-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1220732 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[3AD89CD6409CC988]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1220733 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[3AD89CD6409CC988]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:32853/solr ready
   [junit4]   2> 1220734 INFO  (qtp1806184129-24515) [n:127.0.0.1:36145_    ] 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:36145_&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1220736 INFO  (OverseerThreadFactory-8123-thread-1-processing-n:127.0.0.1:36145_) [n:127.0.0.1:36145_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 1220839 INFO  (qtp1806184129-24514) [n:127.0.0.1:36145_    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> 1220839 INFO  (qtp1806184129-24514) [n:127.0.0.1:36145_    x:control_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1221903 INFO  (qtp1806184129-24514) [n:127.0.0.1:36145_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1221913 INFO  (qtp1806184129-24514) [n:127.0.0.1:36145_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=nested-docs
   [junit4]   2> 1221916 INFO  (qtp1806184129-24514) [n:127.0.0.1:36145_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema nested-docs/1.6 with uniqueid field id
   [junit4]   2> 1221916 INFO  (qtp1806184129-24514) [n:127.0.0.1:36145_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 1221916 INFO  (qtp1806184129-24514) [n:127.0.0.1:36145_ 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@76acc0eb
   [junit4]   2> 1221916 INFO  (qtp1806184129-24514) [n:127.0.0.1:36145_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.NestedShardedAtomicUpdateTest_3AD89CD6409CC988-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.NestedShardedAtomicUpdateTest_3AD89CD6409CC988-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 1221918 INFO  (qtp1806184129-24514) [n:127.0.0.1:36145_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=24, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1221919 WARN  (qtp1806184129-24514) [n:127.0.0.1:36145_ 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> 1221943 INFO  (qtp1806184129-24514) [n:127.0.0.1:36145_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1221943 INFO  (qtp1806184129-24514) [n:127.0.0.1:36145_ 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> 1221950 INFO  (qtp1806184129-24514) [n:127.0.0.1:36145_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1221950 INFO  (qtp1806184129-24514) [n:127.0.0.1:36145_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1221950 INFO  (qtp1806184129-24514) [n:127.0.0.1:36145_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=39, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4303038337551407]
   [junit4]   2> 1221951 INFO  (qtp1806184129-24514) [n:127.0.0.1:36145_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7ed0eea3[control_collection_shard1_replica_n1] main]
   [junit4]   2> 1221951 INFO  (qtp1806184129-24514) [n:127.0.0.1:36145_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1221952 INFO  (qtp1806184129-24514) [n:127.0.0.1:36145_ 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> 1221952 INFO  (qtp1806184129-24514) [n:127.0.0.1:36145_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1221952 INFO  (qtp1806184129-24514) [n:127.0.0.1:36145_ 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 1634084363580735488
   [junit4]   2> 1221954 INFO  (searcherExecutor-8128-thread-1-processing-n:127.0.0.1:36145_ x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:36145_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher Searcher@7ed0eea3[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1221955 INFO  (qtp1806184129-24514) [n:127.0.0.1:36145_ 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> 1221955 INFO  (qtp1806184129-24514) [n:127.0.0.1:36145_ 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> 1221956 INFO  (qtp1806184129-24514) [n:127.0.0.1:36145_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1221956 INFO  (qtp1806184129-24514) [n:127.0.0.1:36145_ 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> 1221956 INFO  (qtp1806184129-24514) [n:127.0.0.1:36145_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:36145/control_collection_shard1_replica_n1/
   [junit4]   2> 1221957 INFO  (qtp1806184129-24514) [n:127.0.0.1:36145_ 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> 1221957 INFO  (qtp1806184129-24514) [n:127.0.0.1:36145_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:36145/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 1221957 INFO  (qtp1806184129-24514) [n:127.0.0.1:36145_ 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/72285634551021572-core_node2-n_0000000000
   [junit4]   2> 1221957 INFO  (qtp1806184129-24514) [n:127.0.0.1:36145_ 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:36145/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 1222058 INFO  (zkCallback-10153-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> 1222058 INFO  (zkCallback-10153-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> 1222058 INFO  (qtp1806184129-24514) [n:127.0.0.1:36145_ 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> 1222059 INFO  (qtp1806184129-24514) [n:127.0.0.1:36145_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1220
   [junit4]   2> 1222060 INFO  (qtp1806184129-24515) [n:127.0.0.1:36145_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 1222159 INFO  (zkCallback-10153-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> 1222159 INFO  (zkCallback-10153-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> 1222159 INFO  (zkCallback-10153-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> 1222159 INFO  (qtp1806184129-24515) [n:127.0.0.1:36145_    ] 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:36145_&wt=javabin&version=2} status=0 QTime=1424
   [junit4]   2> 1222162 INFO  (zkConnectionManagerCallback-10173-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1222162 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[3AD89CD6409CC988]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1222162 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[3AD89CD6409CC988]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:32853/solr ready
   [junit4]   2> 1222162 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[3AD89CD6409CC988]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1222163 INFO  (qtp1806184129-24516) [n:127.0.0.1:36145_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=4&createNodeSet=&stateFormat=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1222164 INFO  (OverseerThreadFactory-8123-thread-2-processing-n:127.0.0.1:36145_) [n:127.0.0.1:36145_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 1222164 INFO  (OverseerCollectionConfigSetProcessor-72285634551021572-127.0.0.1:36145_-n_0000000000) [n:127.0.0.1:36145_    ] 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> 1222365 WARN  (OverseerThreadFactory-8123-thread-2-processing-n:127.0.0.1:36145_) [n:127.0.0.1:36145_    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 1222366 INFO  (qtp1806184129-24516) [n:127.0.0.1:36145_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 1222366 INFO  (qtp1806184129-24516) [n:127.0.0.1:36145_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=4&createNodeSet=&stateFormat=1&wt=javabin&version=2} status=0 QTime=203
   [junit4]   2> 1222367 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[3AD89CD6409CC988]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=4
   [junit4]   2> 1222439 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[3AD89CD6409CC988]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.NestedShardedAtomicUpdateTest_3AD89CD6409CC988-001/shard-1-001 of type NRT
   [junit4]   2> 1222439 WARN  (closeThreadPool-10174-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1222439 INFO  (closeThreadPool-10174-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1222439 INFO  (closeThreadPool-10174-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1222439 INFO  (closeThreadPool-10174-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11+28
   [junit4]   2> 1222440 INFO  (closeThreadPool-10174-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1222440 INFO  (closeThreadPool-10174-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1222440 INFO  (closeThreadPool-10174-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1222440 INFO  (closeThreadPool-10174-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@50631586{/,null,AVAILABLE}
   [junit4]   2> 1222440 INFO  (closeThreadPool-10174-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3640b6e1{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:39949}
   [junit4]   2> 1222440 INFO  (closeThreadPool-10174-thread-1) [    ] o.e.j.s.Server Started @1222485ms
   [junit4]   2> 1222440 INFO  (closeThreadPool-10174-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.NestedShardedAtomicUpdateTest_3AD89CD6409CC988-001/tempDir-001/jetty1, hostPort=39949, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.NestedShardedAtomicUpdateTest_3AD89CD6409CC988-001/shard-1-001/cores, replicaType=NRT}
   [junit4]   2> 1222441 ERROR (closeThreadPool-10174-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1222441 INFO  (closeThreadPool-10174-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1222441 INFO  (closeThreadPool-10174-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1222441 INFO  (closeThreadPool-10174-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1222441 INFO  (closeThreadPool-10174-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1222441 INFO  (closeThreadPool-10174-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-05-20T20:31:28.877269Z
   [junit4]   2> 1222442 INFO  (zkConnectionManagerCallback-10176-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1222442 INFO  (closeThreadPool-10174-thread-1) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1222442 INFO  (closeThreadPool-10174-thread-1) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.NestedShardedAtomicUpdateTest_3AD89CD6409CC988-001/shard-1-001/solr.xml
   [junit4]   2> 1222444 INFO  (closeThreadPool-10174-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1222444 INFO  (closeThreadPool-10174-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1222445 INFO  (closeThreadPool-10174-thread-1) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@76acc0eb, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1222487 INFO  (closeThreadPool-10174-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1222487 WARN  (closeThreadPool-10174-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@20a1436c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1222489 WARN  (closeThreadPool-10174-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@c3502fb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1222490 INFO  (closeThreadPool-10174-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32853/solr
   [junit4]   2> 1222492 INFO  (zkConnectionManagerCallback-10183-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1222499 INFO  (zkConnectionManagerCallback-10185-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1222501 INFO  (closeThreadPool-10174-thread-1) [n:127.0.0.1:39949_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1222503 INFO  (closeThreadPool-10174-thread-1) [n:127.0.0.1:39949_    ] o.a.s.c.ZkController Publish node=127.0.0.1:39949_ as DOWN
   [junit4]   2> 1222504 INFO  (closeThreadPool-10174-thread-1) [n:127.0.0.1:39949_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1222504 INFO  (closeThreadPool-10174-thread-1) [n:127.0.0.1:39949_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39949_
   [junit4]   2> 1222504 INFO  (zkCallback-10153-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1222504 INFO  (zkCallback-10172-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1222504 INFO  (zkCallback-10160-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1222507 INFO  (zkCallback-10184-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1222516 INFO  (zkConnectionManagerCallback-10192-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1222517 INFO  (closeThreadPool-10174-thread-1) [n:127.0.0.1:39949_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1222517 INFO  (closeThreadPool-10174-thread-1) [n:127.0.0.1:39949_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:32853/solr ready
   [junit4]   2> 1222519 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[3AD89CD6409CC988]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.NestedShardedAtomicUpdateTest_3AD89CD6409CC988-001/shard-2-001 of type NRT
   [junit4]   2> 1222520 WARN  (closeThreadPool-10174-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1222520 INFO  (closeThreadPool-10174-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1222520 INFO  (closeThreadPool-10174-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1222520 INFO  (closeThreadPool-10174-thread-2) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11+28
   [junit4]   2> 1222523 INFO  (closeThreadPool-10174-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1222523 INFO  (closeThreadPool-10174-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1222523 INFO  (closeThreadPool-10174-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1222527 INFO  (closeThreadPool-10174-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@45c038e3{/,null,AVAILABLE}
   [junit4]   2> 1222527 INFO  (closeThreadPool-10174-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4f7ebef3{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:35281}
   [junit4]   2> 1222528 INFO  (closeThreadPool-10174-thread-2) [    ] o.e.j.s.Server Started @1222572ms
   [junit4]   2> 1222528 INFO  (closeThreadPool-10174-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.NestedShardedAtomicUpdateTest_3AD89CD6409CC988-001/tempDir-001/jetty2, hostPort=35281, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.NestedShardedAtomicUpdateTest_3AD89CD6409CC988-001/shard-2-001/cores, replicaType=NRT}
   [junit4]   2> 1222528 ERROR (closeThreadPool-10174-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1222528 INFO  (closeThreadPool-10174-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1222528 INFO  (closeThreadPool-10174-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1222528 INFO  (closeThreadPool-10174-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1222528 INFO  (closeThreadPool-10174-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1222528 INFO  (closeThreadPool-10174-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-05-20T20:31:28.964292Z
   [junit4]   2> 1222539 INFO  (closeThreadPool-10174-thread-1) [n:127.0.0.1:39949_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1222539 INFO  (zkConnectionManagerCallback-10194-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1222540 INFO  (closeThreadPool-10174-thread-2) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1222540 INFO  (closeThreadPool-10174-thread-2) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.NestedShardedAtomicUpdateTest_3AD89CD6409CC988-001/shard-2-001/solr.xml
   [junit4]   2> 1222542 INFO  (closeThreadPool-10174-thread-2) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1222542 INFO  (closeThreadPool-10174-thread-2) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1222542 INFO  (closeThreadPool-10174-thread-2) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@76acc0eb, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1222553 INFO  (closeThreadPool-10174-thread-1) [n:127.0.0.1:39949_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76acc0eb
   [junit4]   2> 1222562 INFO  (closeThreadPool-10174-thread-1) [n:127.0.0.1:39949_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76acc0eb
   [junit4]   2> 1222562 INFO  (closeThreadPool-10174-thread-1) [n:127.0.0.1:39949_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76acc0eb
   [junit4]   2> 1222563 INFO  (closeThreadPool-10174-thread-1) [n:127.0.0.1:39949_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.NestedShardedAtomicUpdateTest_3AD89CD6409CC988-001/shard-1-001/cores
   [junit4]   2> 1222594 INFO  (closeThreadPool-10174-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1222595 WARN  (closeThreadPool-10174-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@33ae9cb3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1222608 WARN  (closeThreadPool-10174-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@703fb4a2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1222608 INFO  (closeThreadPool-10174-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32853/solr
   [junit4]   2> 1222610 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[3AD89CD6409CC988]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.NestedShardedAtomicUpdateTest_3AD89CD6409CC988-001/shard-3-001 of type NRT
   [junit4]   2> 1222610 WARN  (closeThreadPool-10174-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1222610 INFO  (closeThreadPool-10174-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1222610 INFO  (closeThreadPool-10174-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1222610 INFO  (closeThreadPool-10174-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11+28
   [junit4]   2> 1222651 INFO  (zkConnectionManagerCallback-10202-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1222702 INFO  (closeThreadPool-10174-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1222702 INFO  (closeThreadPool-10174-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1222702 INFO  (closeThreadPool-10174-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1222702 INFO  (closeThreadPool-10174-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1fec2332{/,null,AVAILABLE}
   [junit4]   2> 1222702 INFO  (closeThreadPool-10174-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7d26ed5d{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:43219}
   [junit4]   2> 1222702 INFO  (closeThreadPool-10174-thread-1) [    ] o.e.j.s.Server Started @1222747ms
   [junit4]   2> 1222702 INFO  (closeThreadPool-10174-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.NestedShardedAtomicUpdateTest_3AD89CD6409CC988-001/tempDir-001/jetty3, hostPort=43219, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.NestedShardedAtomicUpdateTest_3AD89CD6409CC988-001/shard-3-001/cores, replicaType=NRT}
   [junit4]   2> 1222702 ERROR (closeThreadPool-10174-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1222702 INFO  (closeThreadPool-10174-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1222702 INFO  (closeThreadPool-10174-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1222702 INFO  (closeThreadPool-10174-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1222702 INFO  (closeThreadPool-10174-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1222702 INFO  (closeThreadPool-10174-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-05-20T20:31:29.138779Z
   [junit4]   2> 1222715 INFO  (zkConnectionManagerCallback-10206-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1222715 INFO  (zkConnectionManagerCallback-10204-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1222716 INFO  (closeThreadPool-10174-thread-1) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1222716 INFO  (closeThreadPool-10174-thread-1) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.NestedShardedAtomicUpdateTest_3AD89CD6409CC988-001/shard-3-001/solr.xml
   [junit4]   2> 1222717 INFO  (closeThreadPool-10174-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1222717 INFO  (closeThreadPool-10174-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1222718 INFO  (closeThreadPool-10174-thread-1) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@76acc0eb, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1222721 INFO  (closeThreadPool-10174-thread-2) [n:127.0.0.1:35281_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1222722 INFO  (closeThreadPool-10174-thread-2) [n:127.0.0.1:35281_    ] o.a.s.c.ZkController Publish node=127.0.0.1:35281_ as DOWN
   [junit4]   2> 1222723 INFO  (closeThreadPool-10174-thread-2) [n:127.0.0.1:35281_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1222723 INFO  (closeThreadPool-10174-thread-2) [n:127.0.0.1:35281_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35281_
   [junit4]   2> 1222723 INFO  (zkCallback-10153-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1222723 INFO  (zkCallback-10184-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1222724 INFO  (zkCallback-10172-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1222724 INFO  (zkCallback-10160-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1222724 INFO  (zkCallback-10191-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1222727 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[3AD89CD6409CC988]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.NestedShardedAtomicUpdateTest_3AD89CD6409CC988-001/shard-4-001 of type NRT
   [junit4]   2> 1222727 INFO  (zkCallback-10203-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1222728 WARN  (closeThreadPool-10174-thread-3) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1222728 INFO  (closeThreadPool-10174-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1222728 INFO  (closeThreadPool-10174-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1222728 INFO  (closeThreadPool-10174-thread-3) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11+28
   [junit4]   2> 1222731 INFO  (zkConnectionManagerCallback-10214-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1222732 INFO  (closeThreadPool-10174-thread-2) [n:127.0.0.1:35281_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1222732 INFO  (closeThreadPool-10174-thread-2) [n:127.0.0.1:35281_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:32853/solr ready
   [junit4]   2> 1222750 INFO  (closeThreadPool-10174-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1222750 INFO  (closeThreadPool-10174-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1222750 INFO  (closeThreadPool-10174-thread-3) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1222751 INFO  (closeThreadPool-10174-thread-2) [n:127.0.0.1:35281_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1222755 INFO  (closeThreadPool-10174-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@20fd2c9e{/,null,AVAILABLE}
   [junit4]   2> 1222756 INFO  (closeThreadPool-10174-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@b9eeb35{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:36147}
   [junit4]   2> 1222756 INFO  (closeThreadPool-10174-thread-3) [    ] o.e.j.s.Server Started @1222800ms
   [junit4]   2> 1222756 INFO  (closeThreadPool-10174-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.NestedShardedAtomicUpdateTest_3AD89CD6409CC988-001/tempDir-001/jetty4, hostPort=36147, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.NestedShardedAtomicUpdateTest_3AD89CD6409CC988-001/shard-4-001/cores, replicaType=NRT}
   [junit4]   2> 1222756 ERROR (closeThreadPool-10174-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1222756 INFO  (closeThreadPool-10174-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1222756 INFO  (closeThreadPool-10174-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1222756 INFO  (closeThreadPool-10174-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1222756 INFO  (closeThreadPool-10174-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1222756 INFO  (closeThreadPool-10174-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-05-20T20:31:29.192303Z
   [junit4]   2> 1222759 INFO  (closeThreadPool-10174-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1222759 WARN  (closeThreadPool-10174-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@18ecc669[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1222765 INFO  (closeThreadPool-10174-thread-2) [n:127.0.0.1:35281_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76acc0eb
   [junit4]   2> 1222767 INFO  (zkConnectionManagerCallback-10217-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1222768 INFO  (closeThreadPool-10174-thread-3) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1222768 INFO  (closeThreadPool-10174-thread-3) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.NestedShardedAtomicUpdateTest_3AD89CD6409CC988-001/shard-4-001/solr.xml
   [junit4]   2> 1222769 INFO  (closeThreadPool-10174-thread-3) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1222769 INFO  (closeThreadPool-10174-thread-3) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1222770 INFO  (closeThreadPool-10174-thread-3) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@76acc0eb, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1222774 INFO  (closeThreadPool-10174-thread-2) [n:127.0.0.1:35281_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76acc0eb
   [junit4]   2> 1222774 INFO  (closeThreadPool-10174-thread-2) [n:127.0.0.1:35281_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76acc0eb
   [junit4]   2> 1222775 INFO  (closeThreadPool-10174-thread-2) [n:127.0.0.1:35281_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.NestedShardedAtomicUpdateTest_3AD89CD6409CC988-001/shard-2-001/cores
   [junit4]   2> 1222778 WARN  (closeThreadPool-10174-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@170cd76f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1222778 INFO  (closeThreadPool-10174-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32853/solr
   [junit4]   2> 1222787 INFO  (zkConnectionManagerCallback-10224-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1222795 INFO  (zkConnectionManagerCallback-10226-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1222797 INFO  (closeThreadPool-10174-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1222798 INFO  (closeThreadPool-10174-thread-1) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:43219_ as DOWN
   [junit4]   2> 1222798 INFO  (closeThreadPool-10174-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1222799 INFO  (closeThreadPool-10174-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43219_
   [junit4]   2> 1222799 INFO  (zkCallback-10191-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1222799 INFO  (zkCallback-10160-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1222799 INFO  (zkCallback-10184-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1222799 INFO  (zkCallback-10172-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1222799 INFO  (zkCallback-10203-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1222799 INFO  (zkCallback-10153-thread-4) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1222803 INFO  (zkCallback-10213-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1222808 INFO  (zkCallback-10225-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1222811 INFO  (zkConnectionManagerCallback-10233-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1222812 INFO  (closeThreadPool-10174-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1222812 INFO  (closeThreadPool-10174-thread-1) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:32853/solr ready
   [junit4]   2> 1222824 INFO  (closeThreadPool-10174-thread-1) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1222838 INFO  (closeThreadPool-10174-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76acc0eb
   [junit4]   2> 1222847 INFO  (closeThreadPool-10174-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76acc0eb
   [junit4]   2> 1222847 INFO  (closeThreadPool-10174-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76acc0eb
   [junit4]   2> 1222848 INFO  (closeThreadPool-10174-thread-3) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1222848 INFO  (closeThreadPool-10174-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.NestedShardedAtomicUpdateTest_3AD89CD6409CC988-001/shard-3-001/cores
   [junit4]   2> 1222849 WARN  (closeThreadPool-10174-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@34c2aada[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1222850 WARN  (closeThreadPool-10174-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@6edae49d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1222851 INFO  (closeThreadPool-10174-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32853/solr
   [junit4]   2> 1222851 INFO  (zkConnectionManagerCallback-10240-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1222855 INFO  (zkConnectionManagerCallback-10242-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1222857 INFO  (closeThreadPool-10174-thread-3) [n:127.0.0.1:36147_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1222858 INFO  (closeThreadPool-10174-thread-3) [n:127.0.0.1:36147_    ] o.a.s.c.ZkController Publish node=127.0.0.1:36147_ as DOWN
   [junit4]   2> 1222858 INFO  (closeThreadPool-10174-thread-3) [n:127.0.0.1:36147_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1222858 INFO  (closeThreadPool-10174-thread-3) [n:127.0.0.1:36147_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36147_
   [junit4]   2> 1222859 INFO  (zkCallback-10172-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1222859 INFO  (zkCallback-10184-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1222859 INFO  (zkCallback-10225-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1222859 INFO  (zkCallback-10160-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1222859 INFO  (zkCallback-10213-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1222859 INFO  (zkCallback-10153-thread-4) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1222859 INFO  (zkCallback-10191-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1222859 INFO  (zkCallback-10203-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1222859 INFO  (zkCallback-10232-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1222859 INFO  (zkCallback-10241-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1222860 INFO  (zkConnectionManagerCallback-10249-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1222860 INFO  (closeThreadPool-10174-thread-3) [n:127.0.0.1:36147_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 1222861 INFO  (closeThreadPool-10174-thread-3) [n:127.0.0.1:36147_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:32853/solr ready
   [junit4]   2> 1222868 INFO  (closeThreadPool-10174-thread-3) [n:127.0.0.1:36147_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1222878 INFO  (closeThreadPool-10174-thread-3) [n:127.0.0.1:36147_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76acc0eb
   [junit4]   2> 1222884 INFO  (closeThreadPool-10174-thread-3) [n:127.0.0.1:36147_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76acc0eb
   [junit4]   2> 1222884 INFO  (closeThreadPool-10174-thread-3) [n:127.0.0.1:36147_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76acc0eb
   [junit4]   2> 1222884 INFO  (closeThreadPool-10174-thread-3) [n:127.0.0.1:36147_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.NestedShardedAtomicUpdateTest_3AD89CD6409CC988-001/shard-4-001/cores
   [junit4]   2> 1222914 INFO  (qtp732408983-24710) [n:127.0.0.1:35281_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:43219_&action=ADDREPLICA&collection=collection1&shard=shard4&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1222914 INFO  (qtp732408983-24605) [n:127.0.0.1:35281_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:35281_&action=ADDREPLICA&collection=collection1&shard=shard3&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1222915 INFO  (qtp732408983-24711) [n:127.0.0.1:35281_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:39949_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1222919 INFO  (qtp732408983-24604) [n:127.0.0.1:35281_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:36147_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1222923 INFO  (OverseerThreadFactory-8123-thread-3-processing-n:127.0.0.1:36145_) [n:127.0.0.1:36145_ c:collection1 s:shard4  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:43219_ for creating new replica of shard shard4 for collection collection1
   [junit4]   2> 1222924 INFO  (OverseerThreadFactory-8123-thread-4-processing-n:127.0.0.1:36145_) [n:127.0.0.1:36145_ c:collection1 s:shard3  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:35281_ for creating new replica of shard shard3 for collection collection1
   [junit4]   2> 1222924 INFO  (OverseerCollectionConfigSetProcessor-72285634551021572-127.0.0.1:36145_-n_0000000000) [n:127.0.0.1:36145_    ] 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> 1222924 INFO  (OverseerThreadFactory-8123-thread-3-processing-n:127.0.0.1:36145_) [n:127.0.0.1:36145_ c:collection1 s:shard4  ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 1222924 INFO  (OverseerThreadFactory-8123-thread-4-processing-n:127.0.0.1:36145_) [n:127.0.0.1:36145_ c:collection1 s:shard3  ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 1222928 INFO  (OverseerThreadFactory-8123-thread-2-processing-n:127.0.0.1:36145_) [n:127.0.0.1:36145_ c:collection1 s:shard1  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:36147_ for creating new replica of shard shard1 for collection collection1
   [junit4]   2> 1222928 INFO  (OverseerThreadFactory-8123-thread-5-processing-n:127.0.0.1:36145_) [n:127.0.0.1:36145_ c:collection1 s:shard2  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:39949_ for creating new replica of shard shard2 for collection collection1
   [junit4]   2> 1222928 INFO  (OverseerThreadFactory-8123-thread-5-processing-n:127.0.0.1:36145_) [n:127.0.0.1:36145_ c:collection1 s:shard2  ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 1222928 INFO  (OverseerThreadFactory-8123-thread-2-processing-n:127.0.0.1:36145_) [n:127.0.0.1:36145_ c:collection1 s:shard1  ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 1222953 INFO  (qtp147753453-24633) [n:127.0.0.1:43219_    x:collection1_shard4_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard4_replica_n1&action=CREATE&collection=collection1&shard=shard4&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1222954 INFO  (qtp2134380814-24579) [n:127.0.0.1:39949_    x:collection1_shard2_replica_n3] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n3&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1222955 INFO  (qtp682981800-24653) [n:127.0.0.1:36147_    x:collection1_shard1_replica_n4] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n4&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1222956 INFO  (qtp732408983-24712) [n:127.0.0.1:35281_    x:collection1_shard3_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard3_replica_n2&action=CREATE&collection=collection1&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1224139 INFO  (qtp732408983-24712) [n:127.0.0.1:35281_ c:collection1 s:shard3  x:collection1_shard3_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1224139 INFO  (qtp2134380814-24579) [n:127.0.0.1:39949_ c:collection1 s:shard2  x:collection1_shard2_replica_n3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1224139 INFO  (qtp147753453-24633) [n:127.0.0.1:43219_ c:collection1 s:shard4  x:collection1_shard4_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1224148 INFO  (qtp682981800-24653) [n:127.0.0.1:36147_ c:collection1 s:shard1  x:collection1_shard1_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1224149 INFO  (qtp2134380814-24579) [n:127.0.0.1:39949_ c:collection1 s:shard2  x:collection1_shard2_replica_n3] o.a.s.s.IndexSchema [collection1_shard2_replica_n3] Schema name=nested-docs
   [junit4]   2> 1224149 INFO  (qtp732408983-24712) [n:127.0.0.1:35281_ c:collection1 s:shard3  x:collection1_shard3_replica_n2] o.a.s.s.IndexSchema [collection1_shard3_replica_n2] Schema name=nested-docs
   [junit4]   2> 1224151 INFO  (qtp147753453-24633) [n:127.0.0.1:43219_ c:collection1 s:shard4  x:collection1_shard4_replica_n1] o.a.s.s.IndexSchema [collection1_shard4_replica_n1] Schema name=nested-docs
   [junit4]   2> 1224151 INFO  (qtp2134380814-24579) [n:127.0.0.1:39949_ c:collection1 s:shard2  x:collection1_shard2_replica_n3] o.a.s.s.IndexSchema Loaded schema nested-docs/1.6 with uniqueid field id
   [junit4]   2> 1224151 INFO  (qtp2134380814-24579) [n:127.0.0.1:39949_ c:collection1 s:shard2  x:collection1_shard2_replica_n3] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n3' using configuration from collection collection1, trusted=true
   [junit4]   2> 1224152 INFO  (qtp732408983-24712) [n:127.0.0.1:35281_ c:collection1 s:shard3  x:collection1_shard3_replica_n2] o.a.s.s.IndexSchema Loaded schema nested-docs/1.6 with uniqueid field id
   [junit4]   2> 1224152 INFO  (qtp732408983-24712) [n:127.0.0.1:35281_ c:collection1 s:shard3  x:collection1_shard3_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard3_replica_n2' using configuration from collection collection1, trusted=true
   [junit4]   2> 1224152 INFO  (qtp2134380814-24579) [n:127.0.0.1:39949_ c:collection1 s:shard2  x:collection1_shard2_replica_n3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_n3' (registry 'solr.core.collection1.shard2.replica_n3') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76acc0eb
   [junit4]   2> 1224152 INFO  (qtp2134380814-24579) [n:127.0.0.1:39949_ c:collection1 s:shard2  x:collection1_shard2_replica_n3] o.a.s.c.SolrCore [[collection1_shard2_replica_n3] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.NestedShardedAtomicUpdateTest_3AD89CD6409CC988-001/shard-1-001/cores/collection1_shard2_replica_n3], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.NestedShardedAtomicUpdateTest_3AD89CD6409CC988-001/shard-1-001/cores/collection1_shard2_replica_n3/data/]
   [junit4]   2> 1224152 INFO  (qtp732408983-24712) [n:127.0.0.1:35281_ c:collection1 s:shard3  x:collection1_shard3_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard3.replica_n2' (registry 'solr.core.collection1.shard3.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76acc0eb
   [junit4]   2> 1224152 INFO  (qtp732408983-24712) [n:127.0.0.1:35281_ c:collection1 s:shard3  x:collection1_shard3_replica_n2] o.a.s.c.SolrCore [[collection1_shard3_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.NestedShardedAtomicUpdateTest_3AD89CD6409CC988-001/shard-2-001/cores/collection1_shard3_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.NestedShardedAtomicUpdateTest_3AD89CD6409CC988-001/shard-2-001/cores/collection1_shard3_replica_n2/data/]
   [junit4]   2> 1224153 INFO  (qtp147753453-24633) [n:127.0.0.1:43219_ c:collection1 s:shard4  x:collection1_shard4_replica_n1] o.a.s.s.IndexSchema Loaded schema nested-docs/1.6 with uniqueid field id
   [junit4]   2> 1224153 INFO  (qtp147753453-24633) [n:127.0.0.1:43219_ c:collection1 s:shard4  x:collection1_shard4_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard4_replica_n1' using configuration from collection collection1, trusted=true
   [junit4]   2> 1224163 INFO  (qtp147753453-24633) [n:127.0.0.1:43219_ c:collection1 s:shard4  x:collection1_shard4_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard4.replica_n1' (registry 'solr.core.collection1.shard4.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76acc0eb
   [junit4]   2> 1224163 INFO  (qtp147753453-24633) [n:127.0.0.1:43219_ c:collection1 s:shard4  x:collection1_shard4_replica_n1] o.a.s.c.SolrCore [[collection1_shard4_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.NestedShardedAtomicUpdateTest_3AD89CD6409CC988-001/shard-3-001/cores/collection1_shard4_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.NestedShardedAtomicUpdateTest_3AD89CD6409CC988-001/shard-3-001/cores/collection1_shard4_replica_n1/data/]
   [junit4]   2> 1224163 INFO  (qtp732408983-24712) [n:127.0.0.1:35281_ c:collection1 s:shard3  x:collection1_shard3_replica_n2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=24, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1224163 INFO  (qtp2134380814-24579) [n:127.0.0.1:39949_ c:collection1 s:shard2  x:collection1_shard2_replica_n3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=24, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1224164 INFO  (qtp147753453-24633) [n:127.0.0.1:43219_ c:collection1 s:shard4  x:collection1_shard4_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=24, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1224164 WARN  (qtp732408983-24712) [n:127.0.0.1:35281_ c:collection1 s:shard3  x:collection1_shard3_replica_n2] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1224164 WARN  (qtp2134380814-24579) [n:127.0.0.1:39949_ c:collection1 s:shard2  x:collection1_shard2_replica_n3] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1224165 WARN  (qtp147753453-24633) [n:127.0.0.1:43219_ c:collection1 s:shard4  x:collection1_shard4_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> 1224168 INFO  (qtp682981800-24653) [n:127.0.0.1:36147_ c:collection1 s:shard1  x:collection1_shard1_replica_n4] o.a.s.s.IndexSchema [collection1_shard1_replica_n4] Schema name=nested-docs
   [junit4]   2> 1224171 INFO  (qtp682981800-24653) [n:127.0.0.1:36147_ c:collection1 s:shard1  x:collection1_shard1_replica_n4] o.a.s.s.IndexSchema Loaded schema nested-docs/1.6 with uniqueid field id
   [junit4]   2> 1224171 INFO  (qtp682981800-24653) [n:127.0.0.1:36147_ c:collection1 s:shard1  x:collection1_shard1_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n4' using configuration from collection collection1, trusted=true
   [junit4]   2> 1224171 INFO  (qtp682981800-24653) [n:127.0.0.1:36147_ c:collection1 s:shard1  x:collection1_shard1_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n4' (registry 'solr.core.collection1.shard1.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76acc0eb
   [junit4]   2> 1224171 INFO  (qtp682981800-24653) [n:127.0.0.1:36147_ c:collection1 s:shard1  x:collection1_shard1_replica_n4] o.a.s.c.SolrCore [[collection1_shard1_replica_n4] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.NestedShardedAtomicUpdateTest_3AD89CD6409CC988-001/shard-4-001/cores/collection1_shard1_replica_n4], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.NestedShardedAtomicUpdateTest_3AD89CD6409CC988-001/shard-4-001/cores/collection1_shard1_replica_n4/data/]
   [junit4]   2> 1224173 INFO  (qtp682981800-24653) [n:127.0.0.1:36147_ c:collection1 s:shard1  x:collection1_shard1_replica_n4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=24, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1224174 WARN  (qtp682981800-24653) [n:127.0.0.1:36147_ c:collection1 s:shard1  x:collection1_shard1_replica_n4] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1224186 INFO  (qtp732408983-24712) [n:127.0.0.1:35281_ c:collection1 s:shard3  x:collection1_shard3_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1224186 INFO  (qtp732408983-24712) [n:127.0.0.1:35281_ c:collection1 s:shard3  x:collection1_shard3_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1224187 INFO  (qtp732408983-24712) [n:127.0.0.1:35281_ c:collection1 s:shard3  x:collection1_shard3_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1224187 INFO  (qtp732408983-24712) [n:127.0.0.1:35281_ c:collection1 s:shard3  x:collection1_shard3_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1224187 INFO  (qtp732408983-24712) [n:127.0.0.1:35281_ c:collection1 s:shard3  x:collection1_shard3_replica_n2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=39, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4303038337551407]
   [junit4]   2> 1224188 INFO  (qtp732408983-24712) [n:127.0.0.1:35281_ c:collection1 s:shard3  x:collection1_shard3_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@30ff7d75[collection1_shard3_replica_n2] main]
   [junit4]   2> 1224188 INFO  (qtp732408983-24712) [n:127.0.0.1:35281_ c:collection1 s:shard3  x:collection1_shard3_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1224188 INFO  (qtp732408983-24712) [n:127.0.0.1:35281_ c:collection1 s:shard3  x:collection1_shard3_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1224189 INFO  (qtp732408983-24712) [n:127.0.0.1:35281_ c:collection1 s:shard3  x:collection1_shard3_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1224189 INFO  (qtp732408983-24712) [n:127.0.0.1:35281_ c:collection1 s:shard3  x:collection1_shard3_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1634084365926400000
   [junit4]   2> 1224189 INFO  (qtp2134380814-24579) [n:127.0.0.1:39949_ c:collection1 s:shard2  x:collection1_shard2_replica_n3] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1224189 INFO  (qtp2134380814-24579) [n:127.0.0.1:39949_ c:collection1 s:shard2  x:collection1_shard2_replica_n3] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1224189 INFO  (qtp2134380814-24579) [n:127.0.0.1:39949_ c:collection1 s:shard2  x:collection1_shard2_replica_n3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1224189 INFO  (qtp2134380814-24579) [n:127.0.0.1:39949_ c:collection1 s:shard2  x:collection1_shard2_replica_n3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1224190 INFO  (qtp2134380814-24579) [n:127.0.0.1:39949_ c:collection1 s:shard2  x:collection1_shard2_replica_n3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=39, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4303038337551407]
   [junit4]   2> 1224190 INFO  (qtp2134380814-24579) [n:127.0.0.1:39949_ c:collection1 s:shard2  x:collection1_shard2_replica_n3] o.a.s.s.SolrIndexSearcher Opening [Searcher@15ca38fa[collection1_shard2_replica_n3] main]
   [junit4]   2> 1224190 INFO  (searcherExecutor-8170-thread-1-processing-n:127.0.0.1:35281_ x:collection1_shard3_replica_n2 c:collection1 s:shard3) [n:127.0.0.1:35281_ c:collection1 s:shard3  x:collection1_shard3_replica_n2] o.a.s.c.SolrCore [collection1_shard3_replica_n2] Registered new searcher Searcher@30ff7d75[collection1_shard3_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1224191 INFO  (qtp2134380814-24579) [n:127.0.0.1:39949_ c:collection1 s:shard2  x:collection1_shard2_replica_n3] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1224192 INFO  (qtp2134380814-24579) [n:127.0.0.

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

)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.NestedShardedAtomicUpdateTest_3AD89CD6409CC988-001
   [junit4]   2> May 20, 2019 8:31:31 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=CheapBastard, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@47029a18), locale=kw, timezone=PST
   [junit4]   2> NOTE: Linux 4.18.0-17-generic amd64/Oracle Corporation 11 (64-bit)/cpus=8,threads=1,free=167983288,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestReversedWildcardFilterFactory, HdfsChaosMonkeySafeLeaderTest, MBeansHandlerTest, PluginInfoTest, TestSimComputePlanAction, FacetPivotSmallTest, TestSolrCloudSnapshots, TestQuerySenderListener, CollectionTooManyReplicasTest, LeaderElectionTest, DirectoryFactoryTest, TestSimPolicyCloud, TestDeleteCollectionOnDownNodes, OverseerTest, CustomHighlightComponentTest, DateRangeFieldTest, CSVRequestHandlerTest, TestInfoStreamLogging, TestDynamicLoading, ExecutePlanActionTest, ConcurrentDeleteAndCreateCollectionTest, XsltUpdateRequestHandlerTest, TestClassicSimilarityFactory, SolrCoreMetricManagerTest, DistributedQueueTest, TestInPlaceUpdatesRequiredField, HealthCheckHandlerTest, TestAuthenticationFramework, FileUtilsTest, MoveReplicaTest, TestShardHandlerFactory, TestLogWatcher, TestSolr4Spatial2, RuleEngineTest, DistributedIntervalFacetingTest, ConvertedLegacyTest, PrimUtilsTest, TriLevelCompositeIdRoutingTest, SignatureUpdateProcessorFactoryTest, TestFieldCache, JWTAuthPluginIntegrationTest, TestIndexSearcher, ForceLeaderTest, JsonLoaderTest, TestSystemIdResolver, TestPKIAuthenticationPlugin, TestStressInPlaceUpdates, TestTrie, DistributedDebugComponentTest, HttpSolrCallGetCoreTest, TestCollapseQParserPlugin, ConnectionManagerTest, PropertiesRequestHandlerTest, TestManagedResource, TestSortByMinMaxFunction, TestSolrCloudWithKerberosAlt, SplitShardTest, TestFaceting, CdcrVersionReplicationTest, SolrMetricsIntegrationTest, TestUninvertingReader, TestRTimerTree, ClassificationUpdateProcessorIntegrationTest, TestRawResponseWriter, TestElisionMultitermQuery, HdfsRecoveryZkTest, TestReplicationHandlerBackup, AssignBackwardCompatibilityTest, NodeLostTriggerTest, CachingDirectoryFactoryTest, NestedAtomicUpdateTest, TestDocumentBuilder, ZkStateReaderTest, TestLegacyBM25SimilarityFactory, TestJsonFacetsStatsParsing, TestRecovery, TestCharFilters, DistributedFacetPivotLargeTest, TestCloudInspectUtil, CopyFieldTest, RequestHandlersTest, DocumentBuilderTest, MetricUtilsTest, TestLuceneIndexBackCompat, TestCustomDocTransformer, ReplaceNodeNoTargetTest, TestEmbeddedSolrServerSchemaAPI, DefaultValueUpdateProcessorTest, OverseerRolesTest, ChaosMonkeySafeLeaderTest, EmbeddedSolrNoSerializeTest, TestReloadDeadlock, RegexBoostProcessorTest, TestSolrXml, ShufflingReplicaListTransformerTest, ShardSplitTest, SearchRateTriggerIntegrationTest, TestSubQueryTransformer, HdfsLockFactoryTest, DistributedSpellCheckComponentTest, IndexSchemaRuntimeFieldTest, TestCorePropertiesReload, ClusterStateUpdateTest, ZkNodePropsTest, TestStandardQParsers, TestSchemaResource, TestConfigSetsAPIExclusivity, DOMUtilTest, TestLeaderElectionWithEmptyReplica, TestSolrQueryResponse, PrimitiveFieldTypeTest, CurrencyRangeFacetCloudTest, NotRequiredUniqueKeyTest, TriggerIntegrationTest, FileBasedSpellCheckerTest, UpdateLogTest, TestBlobHandler, CoreAdminRequestStatusTest, RestartWhileUpdatingTest, TestCloudPseudoReturnFields, DistribCursorPagingTest, MetricsHistoryIntegrationTest, MissingSegmentRecoveryTest, BlockJoinFacetDistribTest, AddSchemaFieldsUpdateProcessorFactoryTest, LeaderTragicEventTest, OverriddenZkACLAndCredentialsProvidersTest, SolrTestCaseJ4Test, HdfsWriteToMultipleCollectionsTest, CoreAdminCreateDiscoverTest, BadIndexSchemaTest, HLLSerializationTest, SimpleFacetsTest, TestHighFrequencyDictionaryFactory, TermVectorComponentTest, TimeZoneUtilsTest, TestScoreJoinQPNoScore, SolrCmdDistributorTest, TestMiniSolrCloudClusterSSL, IndexSizeTriggerTest, SchemaVersionSpecificBehaviorTest, EchoParamsTest, MinimalSchemaTest, OutputWriterTest, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestDistributedGrouping, TestGroupingSearch, TestHighlightDedupGrouping, TestJoin, TestRandomFaceting, ActionThrottleTest, BasicDistributedZk2Test, BasicZkTest, ChaosMonkeySafeLeaderWithPullReplicasTest, CollectionPropsTest, CreateCollectionCleanupTest, CreateRoutedAliasTest, DeleteInactiveReplicaTest, DeleteLastCustomShardedReplicaTest, DeleteNodeTest, DeleteReplicaTest, MultiSolrCloudTestCaseTest, MultiThreadedOCPTest, NestedShardedAtomicUpdateTest]
   [junit4] Completed [463/858 (1!)] on J2 in 5.02s, 1 test, 1 error <<< FAILURES!

[...truncated 48601 lines...]
-ecj-javadoc-lint-src:
    [mkdir] Created dir: /tmp/ecj214722291
 [ecj-lint] Compiling 69 source files to /tmp/ecj214722291
 [ecj-lint] invalid Class-Path header in manifest of jar file: /home/jenkins/.ivy2/cache/org.restlet.jee/org.restlet/jars/org.restlet-2.3.0.jar
 [ecj-lint] invalid Class-Path header in manifest of jar file: /home/jenkins/.ivy2/cache/org.restlet.jee/org.restlet.ext.servlet/jars/org.restlet.ext.servlet-2.3.0.jar
 [ecj-lint] ----------
 [ecj-lint] 1. ERROR in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/contrib/dataimporthandler/src/java/org/apache/solr/handler/dataimport/JdbcDataSource.java (at line 28)
 [ecj-lint] 	import javax.naming.InitialContext;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The type javax.naming.InitialContext is not accessible
 [ecj-lint] ----------
 [ecj-lint] 2. ERROR in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/contrib/dataimporthandler/src/java/org/apache/solr/handler/dataimport/JdbcDataSource.java (at line 29)
 [ecj-lint] 	import javax.naming.NamingException;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The type javax.naming.NamingException is not accessible
 [ecj-lint] ----------
 [ecj-lint] 3. ERROR in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/contrib/dataimporthandler/src/java/org/apache/solr/handler/dataimport/JdbcDataSource.java (at line 182)
 [ecj-lint] 	c = getFromJndi(initProps, jndiName);
 [ecj-lint] 	    ^^^^^^^^^^^
 [ecj-lint] The method getFromJndi(Properties, String) from the type new Callable<Connection>(){} refers to the missing type NamingException
 [ecj-lint] ----------
 [ecj-lint] 4. ERROR in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/contrib/dataimporthandler/src/java/org/apache/solr/handler/dataimport/JdbcDataSource.java (at line 245)
 [ecj-lint] 	private Connection getFromJndi(final Properties initProps, final String jndiName) throws NamingException,
 [ecj-lint] 	                                                                                         ^^^^^^^^^^^^^^^
 [ecj-lint] NamingException cannot be resolved to a type
 [ecj-lint] ----------
 [ecj-lint] 5. ERROR in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/contrib/dataimporthandler/src/java/org/apache/solr/handler/dataimport/JdbcDataSource.java (at line 249)
 [ecj-lint] 	InitialContext ctx =  new InitialContext();
 [ecj-lint] 	^^^^^^^^^^^^^^
 [ecj-lint] InitialContext cannot be resolved to a type
 [ecj-lint] ----------
 [ecj-lint] 6. ERROR in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/contrib/dataimporthandler/src/java/org/apache/solr/handler/dataimport/JdbcDataSource.java (at line 249)
 [ecj-lint] 	InitialContext ctx =  new InitialContext();
 [ecj-lint] 	                          ^^^^^^^^^^^^^^
 [ecj-lint] InitialContext cannot be resolved to a type
 [ecj-lint] ----------
 [ecj-lint] 6 problems (6 errors)

BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:634: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:101: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build.xml:687: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/common-build.xml:479: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:2010: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:2049: Compile failed; see the compiler error output for details.

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