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

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

Error Message:
Error from server at http://127.0.0.1:41367/_/v/collection1: Async exception 
during distributed update: Error from server at 
http://127.0.0.1:34671/_/v/collection1_shard1_replica_n5/: null    request: 
http://127.0.0.1:34671/_/v/collection1_shard1_replica_n5/ Remote error message: 
Server error writing document id 59 to the index

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:41367/_/v/collection1: Async exception during 
distributed update: Error from server at 
http://127.0.0.1:34671/_/v/collection1_shard1_replica_n5/: null



request: http://127.0.0.1:34671/_/v/collection1_shard1_replica_n5/
Remote error message: Server error writing document id 59 to the index
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:665)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
        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.BasicDistributedZkTest.testUpdateProcessorsRunOnlyOnce(BasicDistributedZkTest.java:850)
        at 
org.apache.solr.cloud.BasicDistributedZkTest.test(BasicDistributedZkTest.java:438)
        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 13909 lines...]
   [junit4] Suite: org.apache.solr.cloud.BasicDistributedZkTest
   [junit4]   2> 710773 INFO  
(SUITE-BasicDistributedZkTest-seed#[F32542CB1C136372]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Created dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F32542CB1C136372-001/data-dir-27-001
   [junit4]   2> 710773 WARN  
(SUITE-BasicDistributedZkTest-seed#[F32542CB1C136372]-worker) [     ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=62 numCloses=62
   [junit4]   2> 710773 INFO  
(SUITE-BasicDistributedZkTest-seed#[F32542CB1C136372]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 710773 INFO  
(SUITE-BasicDistributedZkTest-seed#[F32542CB1C136372]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="https://issues.apache.org/jira/browse/SOLR-5776";)
   [junit4]   2> 710774 INFO  
(SUITE-BasicDistributedZkTest-seed#[F32542CB1C136372]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 710774 INFO  
(SUITE-BasicDistributedZkTest-seed#[F32542CB1C136372]-worker) [     ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_/v
   [junit4]   2> 710777 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 710777 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 710778 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 710877 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.a.s.c.ZkTestServer start zk server on port:38119
   [junit4]   2> 710878 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:38119
   [junit4]   2> 710878 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:38119
   [junit4]   2> 710878 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 38119
   [junit4]   2> 710879 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 710886 INFO  (zkConnectionManagerCallback-1783-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 710886 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 710898 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 710902 INFO  (zkConnectionManagerCallback-1785-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 710902 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 710903 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 710904 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 710905 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 710906 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 710907 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 710907 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 710908 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 710909 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 710910 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 710910 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 710911 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 710912 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 711059 WARN  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 711059 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 711059 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 711059 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.4+10-LTS
   [junit4]   2> 711062 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 711062 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 711062 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 711066 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1f52a34d{/_/v,null,AVAILABLE}
   [junit4]   2> 711066 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@78a6394a{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:36599}
   [junit4]   2> 711066 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.e.j.s.Server Started @711092ms
   [junit4]   2> 711066 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/_/v, 
solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F32542CB1C136372-001/tempDir-001/control/data,
 hostPort=36599, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F32542CB1C136372-001/control-001/cores}
   [junit4]   2> 711066 ERROR 
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 711066 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 711067 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 711067 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 711067 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 711067 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-12-12T10:09:24.960071Z
   [junit4]   2> 711068 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 711069 INFO  (zkConnectionManagerCallback-1787-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 711069 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 711170 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 711170 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F32542CB1C136372-001/control-001/solr.xml
   [junit4]   2> 711173 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 711173 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 711174 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2810947d, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 711329 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 711331 WARN  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@71fb702a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 711331 WARN  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@71fb702a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 711333 WARN  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@3838d032[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 711333 WARN  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@3838d032[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 711334 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38119/solr
   [junit4]   2> 711335 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 711336 INFO  (zkConnectionManagerCallback-1794-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 711336 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 711439 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) 
[n:127.0.0.1:36599__%2Fv     ] o.a.s.c.c.ConnectionManager Waiting for client 
to connect to ZooKeeper
   [junit4]   2> 711441 INFO  (zkConnectionManagerCallback-1796-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 711441 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) 
[n:127.0.0.1:36599__%2Fv     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 711499 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) 
[n:127.0.0.1:36599__%2Fv     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:36599__%2Fv
   [junit4]   2> 711500 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) 
[n:127.0.0.1:36599__%2Fv     ] o.a.s.c.Overseer Overseer 
(id=72881182191976452-127.0.0.1:36599__%2Fv-n_0000000000) starting
   [junit4]   2> 711503 INFO  
(OverseerStateUpdate-72881182191976452-127.0.0.1:36599__%2Fv-n_0000000000) 
[n:127.0.0.1:36599__%2Fv     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:36599__%2Fv
   [junit4]   2> 711504 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) 
[n:127.0.0.1:36599__%2Fv     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36599__%2Fv
   [junit4]   2> 711505 INFO  (zkCallback-1795-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 711507 WARN  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) 
[n:127.0.0.1:36599__%2Fv     ] o.a.s.c.CoreContainer Not all security plugins 
configured!  authentication=disabled authorization=disabled.  Solr is only as 
secure as you make it. Consider configuring authentication/authorization before 
exposing Solr to users internal or external.  See 
https://s.apache.org/solrsecurity for more info
   [junit4]   2> 711526 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) 
[n:127.0.0.1:36599__%2Fv     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 711542 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) 
[n:127.0.0.1:36599__%2Fv     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2810947d
   [junit4]   2> 711547 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) 
[n:127.0.0.1:36599__%2Fv     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2810947d
   [junit4]   2> 711548 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) 
[n:127.0.0.1:36599__%2Fv     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2810947d
   [junit4]   2> 711549 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) 
[n:127.0.0.1:36599__%2Fv     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 711549 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) 
[n:127.0.0.1:36599__%2Fv     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F32542CB1C136372-001/control-001/cores
   [junit4]   2> 711574 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 711575 INFO  (zkConnectionManagerCallback-1805-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 711575 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 711576 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 711577 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38119/solr ready
   [junit4]   2> 711579 INFO  (qtp823277772-6744) [n:127.0.0.1:36599__%2Fv     
] 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:36599__%252Fv&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 711581 INFO  
(OverseerThreadFactory-1743-thread-1-processing-n:127.0.0.1:36599__%2Fv) 
[n:127.0.0.1:36599__%2Fv     ] o.a.s.c.a.c.CreateCollectionCmd Create 
collection control_collection
   [junit4]   2> 711687 INFO  (qtp823277772-6746) [n:127.0.0.1:36599__%2Fv    
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> 711687 INFO  (qtp823277772-6746) [n:127.0.0.1:36599__%2Fv    
x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 4 transient cores
   [junit4]   2> 712697 INFO  (qtp823277772-6746) [n:127.0.0.1:36599__%2Fv 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 712711 INFO  (qtp823277772-6746) [n:127.0.0.1:36599__%2Fv 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 712780 INFO  (qtp823277772-6746) [n:127.0.0.1:36599__%2Fv 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 712793 INFO  (qtp823277772-6746) [n:127.0.0.1:36599__%2Fv 
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> 712793 INFO  (qtp823277772-6746) [n:127.0.0.1:36599__%2Fv 
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@2810947d
   [junit4]   2> 712794 INFO  (qtp823277772-6746) [n:127.0.0.1:36599__%2Fv 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore 
at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F32542CB1C136372-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F32542CB1C136372-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 712796 INFO  (qtp823277772-6746) [n:127.0.0.1:36599__%2Fv 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=44, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=57.345703125, 
floorSegmentMB=1.6650390625, forceMergeDeletesPctAllowed=13.147437457892652, 
segmentsPerTier=8.0, maxCFSSegmentSizeMB=1.4951171875, 
noCFSRatio=0.33697374149167336, deletesPctAllowed=42.97056510845522
   [junit4]   2> 712801 WARN  (qtp823277772-6746) [n:127.0.0.1:36599__%2Fv 
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> 712854 INFO  (qtp823277772-6746) [n:127.0.0.1:36599__%2Fv 
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> 712854 INFO  (qtp823277772-6746) [n:127.0.0.1:36599__%2Fv 
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> 712855 INFO  (qtp823277772-6746) [n:127.0.0.1:36599__%2Fv 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 712855 INFO  (qtp823277772-6746) [n:127.0.0.1:36599__%2Fv 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 712856 INFO  (qtp823277772-6746) [n:127.0.0.1:36599__%2Fv 
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=36, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 712857 INFO  (qtp823277772-6746) [n:127.0.0.1:36599__%2Fv 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3ae76367[control_collection_shard1_replica_n1] main]
   [junit4]   2> 712859 INFO  (qtp823277772-6746) [n:127.0.0.1:36599__%2Fv 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 712859 INFO  (qtp823277772-6746) [n:127.0.0.1:36599__%2Fv 
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> 712860 INFO  (qtp823277772-6746) [n:127.0.0.1:36599__%2Fv 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 712860 INFO  (qtp823277772-6746) [n:127.0.0.1:36599__%2Fv 
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 1652708204088393728
   [junit4]   2> 712863 INFO  
(searcherExecutor-1748-thread-1-processing-n:127.0.0.1:36599__%2Fv 
x:control_collection_shard1_replica_n1 c:control_collection s:shard1) 
[n:127.0.0.1:36599__%2Fv 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@3ae76367[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 712866 INFO  (qtp823277772-6746) [n:127.0.0.1:36599__%2Fv 
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> 712866 INFO  (qtp823277772-6746) [n:127.0.0.1:36599__%2Fv 
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> 712868 INFO  (qtp823277772-6746) [n:127.0.0.1:36599__%2Fv 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 712868 INFO  (qtp823277772-6746) [n:127.0.0.1:36599__%2Fv 
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> 712868 INFO  (qtp823277772-6746) [n:127.0.0.1:36599__%2Fv 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:36599/_/v/control_collection_shard1_replica_n1/
   [junit4]   2> 712868 INFO  (qtp823277772-6746) [n:127.0.0.1:36599__%2Fv 
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> 712868 INFO  (qtp823277772-6746) [n:127.0.0.1:36599__%2Fv 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:36599/_/v/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 712868 INFO  (qtp823277772-6746) [n:127.0.0.1:36599__%2Fv 
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/72881182191976452-core_node2-n_0000000000
   [junit4]   2> 712869 INFO  (qtp823277772-6746) [n:127.0.0.1:36599__%2Fv 
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:36599/_/v/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 712971 INFO  (zkCallback-1795-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> 712971 INFO  (zkCallback-1795-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> 712971 INFO  (qtp823277772-6746) [n:127.0.0.1:36599__%2Fv 
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> 712976 INFO  (qtp823277772-6746) [n:127.0.0.1:36599__%2Fv 
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=1289
   [junit4]   2> 712977 INFO  (qtp823277772-6744) [n:127.0.0.1:36599__%2Fv     
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
45 seconds. Check all shard replicas
   [junit4]   2> 713073 INFO  (zkCallback-1795-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> 713073 INFO  (zkCallback-1795-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> 713073 INFO  (zkCallback-1795-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> 713073 INFO  (qtp823277772-6744) [n:127.0.0.1:36599__%2Fv     
] 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:36599__%252Fv&wt=javabin&version=2}
 status=0 QTime=1494
   [junit4]   2> 713074 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in 
collection: control_collection
   [junit4]   2> 713179 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 713180 INFO  (zkConnectionManagerCallback-1811-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 713180 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 713181 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 713181 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38119/solr ready
   [junit4]   2> 713181 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 713182 INFO  (qtp823277772-6746) [n:127.0.0.1:36599__%2Fv     
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 713185 INFO  
(OverseerCollectionConfigSetProcessor-72881182191976452-127.0.0.1:36599__%2Fv-n_0000000000)
 [n:127.0.0.1:36599__%2Fv     ] 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> 713185 INFO  
(OverseerThreadFactory-1743-thread-2-processing-n:127.0.0.1:36599__%2Fv) 
[n:127.0.0.1:36599__%2Fv     ] o.a.s.c.a.c.CreateCollectionCmd Create 
collection collection1
   [junit4]   2> 713388 WARN  
(OverseerThreadFactory-1743-thread-2-processing-n:127.0.0.1:36599__%2Fv) 
[n:127.0.0.1:36599__%2Fv     ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to 
create a collection (collection1) without cores.
   [junit4]   2> 713390 INFO  (qtp823277772-6746) [n:127.0.0.1:36599__%2Fv     
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
45 seconds. Check all shard replicas
   [junit4]   2> 713390 INFO  (qtp823277772-6746) [n:127.0.0.1:36599__%2Fv     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2}
 status=0 QTime=208
   [junit4]   2> 713391 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.a.s.c.SolrCloudTestCase active slice count: 2 expected:2
   [junit4]   2> 713391 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 713391 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.a.s.c.SolrCloudTestCase active slice count: 2 expected:2
   [junit4]   2> 713391 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 713392 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.a.s.c.SolrCloudTestCase active slice count: 2 expected:2
   [junit4]   2> 713392 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 713392 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances 
pullReplicaCount=0 numOtherReplicas=4
   [junit4]   2> 713523 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F32542CB1C136372-001/shard-1-001
 of type NRT
   [junit4]   2> 713524 WARN  (closeThreadPool-1812-thread-1) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 713524 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 713524 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 713524 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.4+10-LTS
   [junit4]   2> 713525 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 713525 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 713525 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 713525 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@599ef3a9{/_/v,null,AVAILABLE}
   [junit4]   2> 713526 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@63c0f313{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:41367}
   [junit4]   2> 713526 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.e.j.s.Server Started @713552ms
   [junit4]   2> 713526 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/_/v, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F32542CB1C136372-001/tempDir-001/jetty1,
 hostPort=41367, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F32542CB1C136372-001/shard-1-001/cores}
   [junit4]   2> 713526 ERROR (closeThreadPool-1812-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 713526 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 713526 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 713526 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 713526 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 713526 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-12-12T10:09:27.419806Z
   [junit4]   2> 713530 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 713534 INFO  (zkConnectionManagerCallback-1814-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 713534 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 713635 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 713635 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F32542CB1C136372-001/shard-1-001/solr.xml
   [junit4]   2> 713638 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 713638 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 713639 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2810947d, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 713663 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F32542CB1C136372-001/shard-2-001
 of type NRT
   [junit4]   2> 713663 WARN  (closeThreadPool-1812-thread-2) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 713664 INFO  (closeThreadPool-1812-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 713664 INFO  (closeThreadPool-1812-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 713664 INFO  (closeThreadPool-1812-thread-2) [     ] 
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.4+10-LTS
   [junit4]   2> 713670 INFO  (closeThreadPool-1812-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 713670 INFO  (closeThreadPool-1812-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 713670 INFO  (closeThreadPool-1812-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 713671 INFO  (closeThreadPool-1812-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1e8b21f8{/_/v,null,AVAILABLE}
   [junit4]   2> 713671 INFO  (closeThreadPool-1812-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@7d976487{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:34671}
   [junit4]   2> 713671 INFO  (closeThreadPool-1812-thread-2) [     ] 
o.e.j.s.Server Started @713697ms
   [junit4]   2> 713671 INFO  (closeThreadPool-1812-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/_/v, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F32542CB1C136372-001/tempDir-001/jetty2,
 hostPort=34671, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F32542CB1C136372-001/shard-2-001/cores}
   [junit4]   2> 713671 ERROR (closeThreadPool-1812-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 713671 INFO  (closeThreadPool-1812-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 713671 INFO  (closeThreadPool-1812-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 713671 INFO  (closeThreadPool-1812-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 713671 INFO  (closeThreadPool-1812-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 713671 INFO  (closeThreadPool-1812-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-12-12T10:09:27.564917Z
   [junit4]   2> 713673 INFO  (closeThreadPool-1812-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 713674 INFO  (zkConnectionManagerCallback-1817-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 713674 INFO  (closeThreadPool-1812-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 713699 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 713700 WARN  (closeThreadPool-1812-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@4f83d772[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 713700 WARN  (closeThreadPool-1812-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@4f83d772[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 713702 WARN  (closeThreadPool-1812-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@6f3a61f4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 713702 WARN  (closeThreadPool-1812-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@6f3a61f4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 713703 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38119/solr
   [junit4]   2> 713704 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 713706 INFO  (zkConnectionManagerCallback-1823-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 713706 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 713775 INFO  (closeThreadPool-1812-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 713775 INFO  (closeThreadPool-1812-thread-2) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F32542CB1C136372-001/shard-2-001/solr.xml
   [junit4]   2> 713778 INFO  (closeThreadPool-1812-thread-2) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 713778 INFO  (closeThreadPool-1812-thread-2) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 713779 INFO  (closeThreadPool-1812-thread-2) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2810947d, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 713845 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F32542CB1C136372-001/shard-3-001
 of type NRT
   [junit4]   2> 713846 WARN  (closeThreadPool-1812-thread-3) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 713846 INFO  (closeThreadPool-1812-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 713846 INFO  (closeThreadPool-1812-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 713846 INFO  (closeThreadPool-1812-thread-3) [     ] 
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.4+10-LTS
   [junit4]   2> 713847 INFO  (closeThreadPool-1812-thread-3) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 713847 INFO  (closeThreadPool-1812-thread-3) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 713847 INFO  (closeThreadPool-1812-thread-3) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 713847 INFO  (closeThreadPool-1812-thread-3) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@11b5437d{/_/v,null,AVAILABLE}
   [junit4]   2> 713848 INFO  (closeThreadPool-1812-thread-3) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@3effd0ec{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:38501}
   [junit4]   2> 713848 INFO  (closeThreadPool-1812-thread-3) [     ] 
o.e.j.s.Server Started @713874ms
   [junit4]   2> 713848 INFO  (closeThreadPool-1812-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/_/v, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F32542CB1C136372-001/tempDir-001/jetty3,
 hostPort=38501, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F32542CB1C136372-001/shard-3-001/cores}
   [junit4]   2> 713848 ERROR (closeThreadPool-1812-thread-3) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 713848 INFO  (closeThreadPool-1812-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 713848 INFO  (closeThreadPool-1812-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 713848 INFO  (closeThreadPool-1812-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 713848 INFO  (closeThreadPool-1812-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 713848 INFO  (closeThreadPool-1812-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-12-12T10:09:27.741529Z
   [junit4]   2> 713850 INFO  (closeThreadPool-1812-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 713850 INFO  (zkConnectionManagerCallback-1826-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 713850 INFO  (closeThreadPool-1812-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 713882 INFO  (closeThreadPool-1812-thread-1) 
[n:127.0.0.1:41367__%2Fv     ] o.a.s.c.c.ConnectionManager Waiting for client 
to connect to ZooKeeper
   [junit4]   2> 713889 INFO  (zkConnectionManagerCallback-1828-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 713889 INFO  (closeThreadPool-1812-thread-1) 
[n:127.0.0.1:41367__%2Fv     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 713892 INFO  (closeThreadPool-1812-thread-1) 
[n:127.0.0.1:41367__%2Fv     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 713895 INFO  (closeThreadPool-1812-thread-1) 
[n:127.0.0.1:41367__%2Fv     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:41367__%2Fv as DOWN
   [junit4]   2> 713895 INFO  (closeThreadPool-1812-thread-1) 
[n:127.0.0.1:41367__%2Fv     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 713895 INFO  (closeThreadPool-1812-thread-1) 
[n:127.0.0.1:41367__%2Fv     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41367__%2Fv
   [junit4]   2> 713896 INFO  (zkCallback-1795-thread-4) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 713897 WARN  (closeThreadPool-1812-thread-1) 
[n:127.0.0.1:41367__%2Fv     ] o.a.s.c.CoreContainer Not all security plugins 
configured!  authentication=disabled authorization=disabled.  Solr is only as 
secure as you make it. Consider configuring authentication/authorization before 
exposing Solr to users internal or external.  See 
https://s.apache.org/solrsecurity for more info
   [junit4]   2> 713902 INFO  (zkCallback-1810-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 713903 INFO  (zkCallback-1827-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 713914 INFO  (closeThreadPool-1812-thread-1) 
[n:127.0.0.1:41367__%2Fv     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 713936 INFO  (closeThreadPool-1812-thread-1) 
[n:127.0.0.1:41367__%2Fv     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2810947d
   [junit4]   2> 713953 INFO  (closeThreadPool-1812-thread-1) 
[n:127.0.0.1:41367__%2Fv     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2810947d
   [junit4]   2> 713953 INFO  (closeThreadPool-1812-thread-1) 
[n:127.0.0.1:41367__%2Fv     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2810947d
   [junit4]   2> 713955 INFO  (closeThreadPool-1812-thread-1) 
[n:127.0.0.1:41367__%2Fv     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 713955 INFO  (closeThreadPool-1812-thread-1) 
[n:127.0.0.1:41367__%2Fv     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F32542CB1C136372-001/shard-1-001/cores
   [junit4]   2> 713974 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:41367__%2Fv
   [junit4]   2> 713975 INFO  (closeThreadPool-1812-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 713975 INFO  (closeThreadPool-1812-thread-3) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F32542CB1C136372-001/shard-3-001/solr.xml
   [junit4]   2> 713978 INFO  (closeThreadPool-1812-thread-3) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 713978 INFO  (closeThreadPool-1812-thread-3) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 713979 INFO  (closeThreadPool-1812-thread-3) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2810947d, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 714003 INFO  
(TEST-BasicDistributedZkTest.test-seed#[F32542CB1C136372]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F32542CB1C136372-001/shard-4-001
 of type NRT
   [junit4]   2> 714003 WARN  (closeThreadPool-1812-thread-1) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 714004 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 714004 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 714004 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.4+10-LTS
   [junit4]   2> 714005 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 714005 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 714005 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 714005 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1a9eaba{/_/v,null,AVAILABLE}
   [junit4]   2> 714006 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@4cdfc6ff{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:43107}
   [junit4]   2> 714006 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.e.j.s.Server Started @714032ms
   [junit4]   2> 714006 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/_/v, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F32542CB1C136372-001/tempDir-001/jetty4,
 hostPort=43107, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F32542CB1C136372-001/shard-4-001/cores}
   [junit4]   2> 714006 ERROR (closeThreadPool-1812-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 714006 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 714006 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 714006 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 714006 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 714006 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-12-12T10:09:27.899523Z
   [junit4]   2> 714014 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 714017 INFO  (zkConnectionManagerCallback-1835-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 714017 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 714034 INFO  (closeThreadPool-1812-thread-3) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 714035 WARN  (closeThreadPool-1812-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@ccefe96[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 714035 WARN  (closeThreadPool-1812-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@ccefe96[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 714039 WARN  (closeThreadPool-1812-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@2c3f0db0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 714039 WARN  (closeThreadPool-1812-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@2c3f0db0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 714039 INFO  (closeThreadPool-1812-thread-2) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 714039 WARN  (closeThreadPool-1812-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@6bdf6ac9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 714039 WARN  (closeThreadPool-1812-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@6bdf6ac9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 714039 INFO  (closeThreadPool-1812-thread-3) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38119/solr
   [junit4]   2> 714040 INFO  (closeThreadPool-1812-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 714041 WARN  (closeThreadPool-1812-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@1b051720[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 714041 WARN  (closeThreadPool-1812-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@1b051720[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 714042 INFO  (zkConnectionManagerCallback-1842-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 714042 INFO  (closeThreadPool-1812-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 714042 INFO  (closeThreadPool-1812-thread-2) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38119/solr
   [junit4]   2> 714046 INFO  (closeThreadPool-1812-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 714047 INFO  (zkConnectionManagerCallback-1847-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 714048 INFO  (closeThreadPool-1812-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 714118 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 714118 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F32542CB1C136372-001/shard-4-001/solr.xml
   [junit4]   2> 714121 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 714121 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 714122 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2810947d, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 714221 INFO  (closeThreadPool-1812-thread-2) 
[n:127.0.0.1:34671__%2Fv     ] o.a.s.c.c.ConnectionManager Waiting for client 
to connect to ZooKeeper
   [junit4]   2> 714222 INFO  (zkConnectionManagerCallback-1850-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 714222 INFO  (closeThreadPool-1812-thread-2) 
[n:127.0.0.1:34671__%2Fv     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 714225 INFO  (closeThreadPool-1812-thread-2) 
[n:127.0.0.1:34671__%2Fv     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 714228 INFO  (closeThreadPool-1812-thread-2) 
[n:127.0.0.1:34671__%2Fv     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:34671__%2Fv as DOWN
   [junit4]   2> 714229 INFO  (closeThreadPool-1812-thread-2) 
[n:127.0.0.1:34671__%2Fv     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 714229 INFO  (closeThreadPool-1812-thread-2) 
[n:127.0.0.1:34671__%2Fv     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34671__%2Fv
   [junit4]   2> 714230 INFO  (zkCallback-1795-thread-4) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 714230 INFO  (zkCallback-1827-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 714230 INFO  (zkCallback-1810-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 714230 INFO  (zkCallback-1849-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 714231 WARN  (closeThreadPool-1812-thread-2) 
[n:127.0.0.1:34671__%2Fv     ] o.a.s.c.CoreContainer Not all security plugins 
configured!  authentication=disabled authorization=disabled.  Solr is only as 
secure as you make it. Consider configuring authentication/authorization before 
exposing Solr to users internal or external.  See 
https://s.apache.org/solrsecurity for more info
   [junit4]   2> 714245 INFO  (closeThreadPool-1812-thread-2) 
[n:127.0.0.1:34671__%2Fv     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 714259 INFO  (closeThreadPool-1812-thread-2) 
[n:127.0.0.1:34671__%2Fv     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2810947d
   [junit4]   2> 714266 INFO  (closeThreadPool-1812-thread-2) 
[n:127.0.0.1:34671__%2Fv     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2810947d
   [junit4]   2> 714266 INFO  (closeThreadPool-1812-thread-2) 
[n:127.0.0.1:34671__%2Fv     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2810947d
   [junit4]   2> 714267 INFO  (closeThreadPool-1812-thread-2) 
[n:127.0.0.1:34671__%2Fv     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 714268 INFO  (closeThreadPool-1812-thread-2) 
[n:127.0.0.1:34671__%2Fv     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F32542CB1C136372-001/shard-2-001/cores
   [junit4]   2> 714289 INFO  (closeThreadPool-1812-thread-2) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:34671__%2Fv
   [junit4]   2> 714321 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 714321 INFO  (closeThreadPool-1812-thread-3) 
[n:127.0.0.1:38501__%2Fv     ] o.a.s.c.c.ConnectionManager Waiting for client 
to connect to ZooKeeper
   [junit4]   2> 714322 WARN  (closeThreadPool-1812-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@72ff9519[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 714322 WARN  (closeThreadPool-1812-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@72ff9519[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 714322 INFO  (zkConnectionManagerCallback-1856-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 714322 INFO  (closeThreadPool-1812-thread-3) 
[n:127.0.0.1:38501__%2Fv     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 714326 WARN  (closeThreadPool-1812-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@5fd92166[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 714326 WARN  (closeThreadPool-1812-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@5fd92166[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 714327 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38119/solr
   [junit4]   2> 714328 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 714330 INFO  (closeThreadPool-1812-thread-3) 
[n:127.0.0.1:38501__%2Fv     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 714330 INFO  (zkConnectionManagerCallback-1864-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 714330 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 714332 INFO  (closeThreadPool-1812-thread-3) 
[n:127.0.0.1:38501__%2Fv     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:38501__%2Fv as DOWN
   [junit4]   2> 714333 INFO  (closeThreadPool-1812-thread-3) 
[n:127.0.0.1:38501__%2Fv     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 714333 INFO  (closeThreadPool-1812-thread-3) 
[n:127.0.0.1:38501__%2Fv     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38501__%2Fv
   [junit4]   2> 714334 INFO  (zkCallback-1827-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 714334 INFO  (zkCallback-1810-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 714334 INFO  (zkCallback-1849-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 714334 INFO  (zkCallback-1795-thread-4) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 714334 INFO  (zkCallback-1855-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 714335 WARN  (closeThreadPool-1812-thread-3) 
[n:127.0.0.1:38501__%2Fv     ] o.a.s.c.CoreContainer Not all security plugins 
configured!  authentication=disabled authorization=disabled.  Solr is only as 
secure as you make it. Consider configuring authentication/authorization before 
exposing Solr to users internal or external.  See 
https://s.apache.org/solrsecurity for more info
   [junit4]   2> 714349 INFO  (closeThreadPool-1812-thread-3) 
[n:127.0.0.1:38501__%2Fv     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 714364 INFO  (closeThreadPool-1812-thread-3) 
[n:127.0.0.1:38501__%2Fv     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2810947d
   [junit4]   2> 714370 INFO  (closeThreadPool-1812-thread-3) 
[n:127.0.0.1:38501__%2Fv     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2810947d
   [junit4]   2> 714370 INFO  (closeThreadPool-1812-thread-3) 
[n:127.0.0.1:38501__%2Fv     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2810947d
   [junit4]   2> 714371 INFO  (closeThreadPool-1812-thread-3) 
[n:127.0.0.1:38501__%2Fv     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 714372 INFO  (closeThreadPool-1812-thread-3) 
[n:127.0.0.1:38501__%2Fv     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F32542CB1C136372-001/shard-3-001/cores
   [junit4]   2> 714398 INFO  (closeThreadPool-1812-thread-3) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:38501__%2Fv
   [junit4]   2> 714432 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 714434 INFO  (zkConnectionManagerCallback-1868-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 714434 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 714437 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 714439 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.a.s.c.ZkController Publish node=127.0.0.1:43107__%2Fv as DOWN
   [junit4]   2> 714440 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 714440 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43107__%2Fv
   [junit4]   2> 714440 INFO  (zkCallback-1849-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 714441 INFO  (zkCallback-1827-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 714441 INFO  (zkCallback-1795-thread-4) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 714441 INFO  (zkCallback-1810-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 714441 INFO  (zkCallback-1855-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 714441 INFO  (zkCallback-1867-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 714442 WARN  (closeThreadPool-1812-thread-1) [     ] 
o.a.s.c.CoreContainer Not all security plugins configured!  
authentication=disabled authorization=disabled.  Solr is only as secure as you 
make it. Consider configuring authentication/authorization before exposing Solr 
to users internal or external.  See https://s.apache.org/solrsecurity for more 
info
   [junit4]   2> 714455 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 714477 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2810947d
   [junit4]   2> 714483 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2810947d
   [junit4]   2> 714483 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2810947d
   [junit4]   2> 714485 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 714485 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F32542CB1C136372-001/shard-4-001/cores
   [junit4]   2> 714516 INFO  (closeThreadPool-1812-thread-1) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:43107__%2Fv
   [junit4]   2> 714519 INFO  (qtp2041114474-6815) [n:127.0.0.1:34671__%2Fv     
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with 
params 
node=127.0.0.1:34671__%252Fv&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 714519 INFO  (qtp2041114474-6816) [n:127.0.0.1:34671__%2Fv     
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with 
params 
node=127.0.0.1:41367__%252Fv&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 714519 INFO  (qtp2041114474-6817) [n:127.0.0.1:34671__%2Fv     
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with 
params 
node=127.0.0.1:43107__%252Fv&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 714519 INFO  (qtp2041114474-6813) [n:127.0.0.1:34671__%2Fv     
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with 
params 
node=127.0.0.1:38501__%252Fv&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 714521 INFO  
(OverseerCollectionConfigSetProcessor-72881182191976452-127.0.0.1:36599__%2Fv-n_0000000000)
 [n:127.0.0.1:36599__%2Fv     ] 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> 714524 INFO  
(OverseerThreadFactory-1743-thread-3-processing-n:127.0.0.1:36599__%2Fv) 
[n:127.0.0.1:36599__%2Fv c:collection1 s:shard2   ] o.a.s.c.a.c.AddReplicaCmd 
Node Identified 127.0.0.1:41367__%2Fv for creating new replica of shard shard2 
for collection collection1
   [junit4]   2> 714525 INFO  
(OverseerThreadFactory-1743-thread-3-processing-n:127.0.0.1:36599__%2Fv) 
[n:127.0.0.1:36599__%2Fv c:collection1 s:shard2   ] o.a.s.c.a.c.AddReplicaCmd 
Returning CreateReplica command.
   [junit4]   2> 714526 INFO  
(OverseerThreadFactory-1743-thread-4-processing-n:127.0.0.1:36599__%2Fv) 
[n:127.0.0.1:36599__%2Fv c:collection1 s:shard1   ] o.a.s.c.a.c.AddReplicaCmd 
Node Identified 127.0.0.1:43107__%2Fv for creating new replica of shard shard1 
for collection collection1
   [junit4]   2> 714528 INFO  
(OverseerThreadFactory-1743-thread-4-processing-n:127.0.0.1:36599__%2Fv) 
[n:127.0.0.1:36599__%2Fv c:collection1 s:shard1   ] o.a.s.c.a.c.AddReplicaCmd 
Returning CreateReplica command.
   [junit4]   2> 714536 INFO  (qtp1744792372-6802) [n:127.0.0.1:41367__%2Fv    
x:collection1_shard2_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n1&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 714541 INFO  (qtp1010831515-6858) [n:127.0.0.1:43107__%2Fv    
x:collection1_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n2&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 715551 INFO  (qtp1744792372-6802) [n:127.0.0.1:41367__%2Fv 
c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 715552 INFO  (qtp1010831515-6858) [n:127.0.0.1:43107__%2Fv 
c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 715565 INFO  (qtp1010831515-6858) [n:127.0.0.1:43107__%2Fv 
c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n2] Schema name=test
   [junit4]   2> 715565 INFO  (qtp1744792372-6802) [n:127.0.0.1:41367__%2Fv 
c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n1] Schema name=test
   [junit4]   2> 715648 INFO  (qtp1010831515-6858) [n:127.0.0.1:43107__%2Fv 
c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 715648 INFO  (qtp1744792372-6802) [n:127.0.0.1:41367__%2Fv 
c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 715670 INFO  (qtp1744792372-6802) [n:127.0.0.1:41367__%2Fv 
c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_n1' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 715670 INFO  (qtp1744792372-6802) [n:127.0.0.1:41367__%2Fv 
c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_n1' (registry 
'solr.core.collection1.shard2.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2810947d
   [junit4]   2> 715670 INFO  (qtp1744792372-6802) [n:127.0.0.1:41367__%2Fv 
c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F32542CB1C136372-001/shard-1-001/cores/collection1_shard2_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F32542CB1C136372-001/shard-1-001/cores/collection1_shard2_replica_n1/data/]
   [junit4]   2> 715673 INFO  (qtp1744792372-6802) [n:127.0.0.1:41367__%2Fv 
c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=44, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=57.345703125, 
floorSegmentMB=1.6650390625, forceMergeDeletesPctAllowed=13.147437457892652, 
segmentsPerTier=8.0, maxCFSSegmentSizeMB=1.4951171875, 
noCFSRatio=0.33697374149167336, deletesPctAllowed=42.97056510845522
   [junit4]   2> 715676 INFO  (qtp1010831515-6858) [n:127.0.0.1:43107__%2Fv 
c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica_n2' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 715676 INFO  (qtp1010831515-6858) [n:127.0.0.1:43107__%2Fv 
c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.replica_n2' (registry 
'solr.core.collection1.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2810947d
   [junit4]   2> 715676 INFO  (qtp1010831515-6858) [n:127.0.0.1:43107__%2Fv 
c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.c.SolrCore 
[[collection1_shard1_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F32542CB1C136372-001/shard-4-001/cores/collection1_shard1_replica_n2],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F32542CB1C136372-001/shard-4-001/cores/collection1_shard1_replica_n2/data/]
   [junit4]   2> 715679 INFO  (qtp1010831515-6858) [n:127.0.0.1:43107__%2Fv 
c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=44, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=57.345703125, 
floorSegmentMB=1.6650390625, forceMergeDeletesPctAllowed=13.147437457892652, 
segmentsPerTier=8.0, maxCFSSegmentSizeMB=1.4951171875, 
noCFSRatio=0.33697374149167336, deletesPctAllowed=42.97056510845522
   [junit4]   2> 715683 WARN  (qtp1744792372-6802) [n:127.0.0.1:41367__%2Fv 
c:collection1 s:shard2  x:collection1_shard2_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> 715695 WARN  (qtp1010831515-6858) [n:127.0.0.1:43107__%2Fv 
c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A, 
b=B}}}
   [junit4]   2> 715742 INFO  (qtp1010831515-6858) [n:127.0.0.1:43107__%2Fv 
c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 715742 INFO  (qtp1010831515-6858) [n:127.0.0.1:43107__%2Fv 
c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 715742 INFO  (qtp1744792372-6802) [n:127.0.0.1:41367__%2Fv 
c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 715742 INFO  (qtp1744792372-6802) [n:127.0.0.1:41367__%2Fv 
c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 715744 INFO  (qtp1010831515-6858) [n:127.0.0.1:43107__%2Fv 
c:collection1 s:shard1  x

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

lr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F32542CB1C136372-001/index-SimpleFSDirectory-003/_15.fdt:
 Too many open files
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([F32542CB1C136372]:0)
   [junit4]    >        at 
org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:704)
   [junit4]    >        at 
org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:684)
   [junit4]    > Caused by: java.nio.file.FileSystemException: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F32542CB1C136372-001/index-SimpleFSDirectory-003/_15.fdt:
 Too many open files
   [junit4]    >        at 
org.apache.lucene.mockfile.HandleLimitFS.onOpen(HandleLimitFS.java:48)
   [junit4]    >        at 
org.apache.lucene.mockfile.HandleTrackingFS.callOpenHook(HandleTrackingFS.java:81)
   [junit4]    >        at 
org.apache.lucene.mockfile.HandleTrackingFS.newOutputStream(HandleTrackingFS.java:160)
   [junit4]    >        at 
java.base/java.nio.file.Files.newOutputStream(Files.java:219)
   [junit4]    >        at 
org.apache.lucene.store.FSDirectory$FSIndexOutput.<init>(FSDirectory.java:410)
   [junit4]    >        at 
org.apache.lucene.store.FSDirectory$FSIndexOutput.<init>(FSDirectory.java:406)
   [junit4]    >        at 
org.apache.lucene.store.FSDirectory.createOutput(FSDirectory.java:254)
   [junit4]    >        at 
org.apache.lucene.store.MockDirectoryWrapper.createOutput(MockDirectoryWrapper.java:662)
   [junit4]    >        at 
org.apache.lucene.store.LockValidatingDirectoryWrapper.createOutput(LockValidatingDirectoryWrapper.java:44)
   [junit4]    >        at 
org.apache.lucene.index.ConcurrentMergeScheduler$1.createOutput(ConcurrentMergeScheduler.java:288)
   [junit4]    >        at 
org.apache.lucene.store.TrackingDirectoryWrapper.createOutput(TrackingDirectoryWrapper.java:43)
   [junit4]    >        at 
org.apache.lucene.codecs.compressing.CompressingStoredFieldsWriter.<init>(CompressingStoredFieldsWriter.java:115)
   [junit4]    >        at 
org.apache.lucene.codecs.compressing.CompressingStoredFieldsFormat.fieldsWriter(CompressingStoredFieldsFormat.java:128)
   [junit4]    >        at 
org.apache.lucene.codecs.lucene50.Lucene50StoredFieldsFormat.fieldsWriter(Lucene50StoredFieldsFormat.java:183)
   [junit4]    >        at 
org.apache.lucene.codecs.asserting.AssertingStoredFieldsFormat.fieldsWriter(AssertingStoredFieldsFormat.java:48)
   [junit4]    >        at 
org.apache.lucene.index.SegmentMerger.mergeFields(SegmentMerger.java:228)
   [junit4]    >        at 
org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:106)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4446)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4040)
   [junit4]    >        at 
org.apache.solr.update.SolrIndexWriter.merge(SolrIndexWriter.java:201)
   [junit4]    >        at 
org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:625)
   [junit4]    >        at 
org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:662)Throwable
 #3: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
uncaught exception in thread: Thread[id=7199, name=Lucene Merge Thread #0, 
state=RUNNABLE, group=TGRP-BasicDistributedZkTest]
   [junit4]    > Caused by: org.apache.lucene.index.MergePolicy$MergeException: 
java.nio.file.FileSystemException: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F32542CB1C136372-001/index-SimpleFSDirectory-005/_16_Lucene84_0.doc:
 Too many open files
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([F32542CB1C136372]:0)
   [junit4]    >        at 
org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:704)
   [junit4]    >        at 
org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:684)
   [junit4]    > Caused by: java.nio.file.FileSystemException: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F32542CB1C136372-001/index-SimpleFSDirectory-005/_16_Lucene84_0.doc:
 Too many open files
   [junit4]    >        at 
org.apache.lucene.mockfile.HandleLimitFS.onOpen(HandleLimitFS.java:48)
   [junit4]    >        at 
org.apache.lucene.mockfile.HandleTrackingFS.callOpenHook(HandleTrackingFS.java:81)
   [junit4]    >        at 
org.apache.lucene.mockfile.HandleTrackingFS.newOutputStream(HandleTrackingFS.java:160)
   [junit4]    >        at 
java.base/java.nio.file.Files.newOutputStream(Files.java:219)
   [junit4]    >        at 
org.apache.lucene.store.FSDirectory$FSIndexOutput.<init>(FSDirectory.java:410)
   [junit4]    >        at 
org.apache.lucene.store.FSDirectory$FSIndexOutput.<init>(FSDirectory.java:406)
   [junit4]    >        at 
org.apache.lucene.store.FSDirectory.createOutput(FSDirectory.java:254)
   [junit4]    >        at 
org.apache.lucene.store.MockDirectoryWrapper.createOutput(MockDirectoryWrapper.java:662)
   [junit4]    >        at 
org.apache.lucene.store.LockValidatingDirectoryWrapper.createOutput(LockValidatingDirectoryWrapper.java:44)
   [junit4]    >        at 
org.apache.lucene.index.ConcurrentMergeScheduler$1.createOutput(ConcurrentMergeScheduler.java:288)
   [junit4]    >        at 
org.apache.lucene.store.TrackingDirectoryWrapper.createOutput(TrackingDirectoryWrapper.java:43)
   [junit4]    >        at 
org.apache.lucene.codecs.lucene84.Lucene84PostingsWriter.<init>(Lucene84PostingsWriter.java:106)
   [junit4]    >        at 
org.apache.lucene.codecs.lucene84.Lucene84PostingsFormat.fieldsConsumer(Lucene84PostingsFormat.java:421)
   [junit4]    >        at 
org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter.merge(PerFieldPostingsFormat.java:195)
   [junit4]    >        at 
org.apache.lucene.index.SegmentMerger.mergeTerms(SegmentMerger.java:245)
   [junit4]    >        at 
org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:140)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4446)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4040)
   [junit4]    >        at 
org.apache.solr.update.SolrIndexWriter.merge(SolrIndexWriter.java:201)
   [junit4]    >        at 
org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:625)
   [junit4]    >        at 
org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:662)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F32542CB1C136372-001
   [junit4]   2> Dec 12, 2019 10:10:16 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): 
{regex_dup_A_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
regex_dup_B_s=Lucene84, SubjectTerms_mfacet=Lucene84, 
multiDefault=PostingsFormat(name=Direct), _root_=Lucene84, 
genre_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
author_t=PostingsFormat(name=Direct), series_t=PostingsFormat(name=Direct), 
rnd_b=Lucene84, oddField_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
a_t=Lucene84, cat=Lucene84, 
foo_b=PostingsFormat(name=LuceneVarGapDocFreqInterval), name=Lucene84, 
inStock=PostingsFormat(name=LuceneVarGapDocFreqInterval), id=Lucene84, 
text=PostingsFormat(name=LuceneVarGapDocFreqInterval), t_sortable=Lucene84}, 
docValues:{other_tl1=DocValuesFormat(name=Lucene80), 
range_facet_l_dv=DocValuesFormat(name=Asserting), 
n_l1=DocValuesFormat(name=Lucene80), intDefault=DocValuesFormat(name=Lucene80), 
n_td1=DocValuesFormat(name=Lucene80), n_d1=DocValuesFormat(name=Lucene80), 
range_facet_l=DocValuesFormat(name=Lucene80), 
n_f1=DocValuesFormat(name=Lucene80), n_tl1=DocValuesFormat(name=Lucene80), 
n_tf1=DocValuesFormat(name=Lucene80), price=DocValuesFormat(name=Asserting), 
sequence_i=DocValuesFormat(name=Asserting), 
intDvoDefault=DocValuesFormat(name=Asserting), 
t_sortable=DocValuesFormat(name=Asserting), 
timestamp=DocValuesFormat(name=Lucene80), foo_i=DocValuesFormat(name=Lucene80), 
val_i=DocValuesFormat(name=Asserting), n_dt1=DocValuesFormat(name=Lucene80), 
a_i1=DocValuesFormat(name=Lucene80), n_ti1=DocValuesFormat(name=Asserting), 
_version_=DocValuesFormat(name=Lucene80), 
n_tdt1=DocValuesFormat(name=Lucene80), id_i1=DocValuesFormat(name=Lucene80), 
foo_d=DocValuesFormat(name=Asserting), 
range_facet_i_dv=DocValuesFormat(name=Lucene80), 
foo_f=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1761, 
maxMBSortInHeap=6.85978464269456, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@7c7319bb),
 locale=nl-BE, timezone=Asia/Ashgabat
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 11.0.4 
(64-bit)/cpus=4,threads=1,free=61667656,total=489684992
   [junit4]   2> NOTE: All tests run in this JVM: 
[CategoryRoutedAliasUpdateProcessorTest, TestDynamicLoading, 
JavaBinAtomicUpdateMultivalueTest, TestExactStatsCacheCloud, 
MigrateRouteKeyTest, DirectoryFactoryTest, TestSSLRandomization, 
NumberUtilsTest, TestSolrJacksonAnnotation, AliasIntegrationTest, 
SaslZkACLProviderTest, ScheduledTriggerTest, TestFieldCacheVsDocValues, 
RestoreTriggerStateTest, TestIntervalFaceting, JavabinLoaderTest, 
SolrMetricReporterTest, SimplePostToolTest, LeaderElectionIntegrationTest, 
TestSimClusterStateProvider, TestDynamicFieldResource, SchemaApiFailureTest, 
ZookeeperStatusHandlerTest, TestUtils, TestPullReplicaErrorHandling, 
TestSimTriggerIntegration, PrimitiveFieldTypeTest, 
TestRuleBasedAuthorizationPlugin, TestWaitForStateWithJettyShutdowns, 
TestHdfsCloudBackupRestore, BasicDistributedZkTest]
   [junit4] Completed [160/892 (1!)] on J2 in 53.35s, 1 test, 1 error <<< 
FAILURES!

[...truncated 55341 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to