You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2017/11/25 02:54:27 UTC

[JENKINS] Lucene-Solr-master-Linux (32bit/jdk1.8.0_144) - Build # 20991 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20991/
Java: 32bit/jdk1.8.0_144 -client -XX:+UseParallelGC

1 tests failed.
FAILED:  org.apache.solr.cloud.ShardSplitTest.testSplitWithChaosMonkey

Error Message:
Timeout occured while waiting response from server at: http://127.0.0.1:45685

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:45685
	at __randomizedtesting.SeedInfo.seed([9164F13EA67C57E1:1A4322EFE77AFC65]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:654)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1103)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:314)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:991)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	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:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:171)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
	... 43 more




Build Log:
[...truncated 14045 lines...]
   [junit4] Suite: org.apache.solr.cloud.ShardSplitTest
   [junit4]   2> 2308032 INFO  (SUITE-ShardSplitTest-seed#[9164F13EA67C57E1]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/init-core-data-001
   [junit4]   2> 2308033 INFO  (SUITE-ShardSplitTest-seed#[9164F13EA67C57E1]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2308034 INFO  (SUITE-ShardSplitTest-seed#[9164F13EA67C57E1]-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> 2308034 INFO  (SUITE-ShardSplitTest-seed#[9164F13EA67C57E1]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 2308038 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2308038 INFO  (Thread-7908) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2308038 INFO  (Thread-7908) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2308040 ERROR (Thread-7908) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2308138 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.ZkTestServer start zk server on port:42993
   [junit4]   2> 2308168 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 2308173 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 2308176 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2308178 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 2308181 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 2308183 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 2308186 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2308188 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2308191 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2308193 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2308195 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 2308198 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless explicitly asked otherwise
   [junit4]   2> 2308302 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2308303 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@9a6bff{/,null,AVAILABLE}
   [junit4]   2> 2308306 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@15591ad{HTTP/1.1,[http/1.1]}{127.0.0.1:36941}
   [junit4]   2> 2308306 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.e.j.s.Server Started @2309255ms
   [junit4]   2> 2308306 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/tempDir-001/control/data, hostContext=/, hostPort=36941, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/control-001/cores}
   [junit4]   2> 2308306 ERROR (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2308306 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 2308306 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2308306 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2308306 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-25T02:28:41.101Z
   [junit4]   2> 2308309 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2308309 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/control-001/solr.xml
   [junit4]   2> 2308315 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2308315 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2308317 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@4f4ca1, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2308320 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42993/solr
   [junit4]   2> 2308363 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:36941_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2308363 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:36941_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:36941_
   [junit4]   2> 2308363 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:36941_    ] o.a.s.c.Overseer Overseer (id=99062705083777028-127.0.0.1:36941_-n_0000000000) starting
   [junit4]   2> 2308367 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:36941_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36941_
   [junit4]   2> 2308368 INFO  (zkCallback-3417-thread-1-processing-n:127.0.0.1:36941_) [n:127.0.0.1:36941_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2308521 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:36941_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4f4ca1
   [junit4]   2> 2308533 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:36941_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4f4ca1
   [junit4]   2> 2308533 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:36941_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4f4ca1
   [junit4]   2> 2308535 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:36941_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/control-001/cores
   [junit4]   2> 2308555 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2308556 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42993/solr ready
   [junit4]   2> 2308558 INFO  (qtp22674560-24994) [n:127.0.0.1:36941_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:36941_&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2308559 INFO  (OverseerThreadFactory-8954-thread-1-processing-n:127.0.0.1:36941_) [n:127.0.0.1:36941_    ] o.a.s.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 2308669 INFO  (qtp22674560-24996) [n:127.0.0.1:36941_    ] 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> 2308670 INFO  (qtp22674560-24996) [n:127.0.0.1:36941_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2308779 INFO  (zkCallback-3417-thread-1-processing-n:127.0.0.1:36941_) [n:127.0.0.1:36941_    ] 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> 2309722 INFO  (qtp22674560-24996) [n:127.0.0.1:36941_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2309756 INFO  (qtp22674560-24996) [n:127.0.0.1:36941_ 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> 2309837 INFO  (qtp22674560-24996) [n:127.0.0.1:36941_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2309860 INFO  (qtp22674560-24996) [n:127.0.0.1:36941_ 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> 2309861 INFO  (qtp22674560-24996) [n:127.0.0.1:36941_ 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@4f4ca1
   [junit4]   2> 2309861 INFO  (qtp22674560-24996) [n:127.0.0.1:36941_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2309861 INFO  (qtp22674560-24996) [n:127.0.0.1:36941_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 2309864 INFO  (qtp22674560-24996) [n:127.0.0.1:36941_ 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=31, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=78.0791015625, floorSegmentMB=0.388671875, forceMergeDeletesPctAllowed=26.417473701714957, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 2309878 WARN  (qtp22674560-24996) [n:127.0.0.1:36941_ 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> 2309917 INFO  (qtp22674560-24996) [n:127.0.0.1:36941_ 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> 2309917 INFO  (qtp22674560-24996) [n:127.0.0.1:36941_ 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> 2309919 INFO  (qtp22674560-24996) [n:127.0.0.1:36941_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2309919 INFO  (qtp22674560-24996) [n:127.0.0.1:36941_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2309920 INFO  (qtp22674560-24996) [n:127.0.0.1:36941_ 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=25, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=98.2939453125, floorSegmentMB=2.1943359375, forceMergeDeletesPctAllowed=15.243163100608289, segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2309921 INFO  (qtp22674560-24996) [n:127.0.0.1:36941_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@bf53f1[control_collection_shard1_replica_n1] main]
   [junit4]   2> 2309922 INFO  (qtp22674560-24996) [n:127.0.0.1:36941_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2309922 INFO  (qtp22674560-24996) [n:127.0.0.1:36941_ 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> 2309923 INFO  (qtp22674560-24996) [n:127.0.0.1:36941_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2309925 INFO  (searcherExecutor-8957-thread-1-processing-n:127.0.0.1:36941_ x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) [n:127.0.0.1:36941_ 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@bf53f1[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2309925 INFO  (qtp22674560-24996) [n:127.0.0.1:36941_ 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 1585003283318046720
   [junit4]   2> 2309929 INFO  (qtp22674560-24996) [n:127.0.0.1:36941_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2309929 INFO  (qtp22674560-24996) [n:127.0.0.1:36941_ 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> 2309929 INFO  (qtp22674560-24996) [n:127.0.0.1:36941_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:36941/control_collection_shard1_replica_n1/
   [junit4]   2> 2309930 INFO  (qtp22674560-24996) [n:127.0.0.1:36941_ 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> 2309930 INFO  (qtp22674560-24996) [n:127.0.0.1:36941_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:36941/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 2309930 INFO  (qtp22674560-24996) [n:127.0.0.1:36941_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2309931 INFO  (qtp22674560-24996) [n:127.0.0.1:36941_ 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:36941/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 2310034 INFO  (zkCallback-3417-thread-1-processing-n:127.0.0.1:36941_) [n:127.0.0.1:36941_    ] 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> 2310082 INFO  (qtp22674560-24996) [n:127.0.0.1:36941_ 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> 2310096 INFO  (qtp22674560-24996) [n:127.0.0.1:36941_ 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=1427
   [junit4]   2> 2310105 INFO  (qtp22674560-24994) [n:127.0.0.1:36941_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 2310187 INFO  (zkCallback-3417-thread-1-processing-n:127.0.0.1:36941_) [n:127.0.0.1:36941_    ] 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> 2310563 INFO  (OverseerCollectionConfigSetProcessor-99062705083777028-127.0.0.1:36941_-n_0000000000) [n:127.0.0.1:36941_    ] 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> 2311105 INFO  (qtp22674560-24994) [n:127.0.0.1:36941_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:36941_&wt=javabin&version=2} status=0 QTime=2547
   [junit4]   2> 2311116 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2311119 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42993/solr ready
   [junit4]   2> 2311119 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 2311122 INFO  (qtp22674560-24994) [n:127.0.0.1:36941_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2311126 INFO  (OverseerThreadFactory-8954-thread-2-processing-n:127.0.0.1:36941_) [n:127.0.0.1:36941_    ] o.a.s.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 2311127 WARN  (OverseerThreadFactory-8954-thread-2-processing-n:127.0.0.1:36941_) [n:127.0.0.1:36941_    ] o.a.s.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 2311336 INFO  (qtp22674560-24994) [n:127.0.0.1:36941_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 2311337 INFO  (qtp22674560-24994) [n:127.0.0.1:36941_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2} status=0 QTime=215
   [junit4]   2> 2311428 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/shard-1-001 of type TLOG
   [junit4]   2> 2311429 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2311430 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@a2517c{/,null,AVAILABLE}
   [junit4]   2> 2311430 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@c93b9{HTTP/1.1,[http/1.1]}{127.0.0.1:46285}
   [junit4]   2> 2311431 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.e.j.s.Server Started @2312380ms
   [junit4]   2> 2311431 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/tempDir-001/jetty1, replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/, hostPort=46285, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/shard-1-001/cores}
   [junit4]   2> 2311431 ERROR (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2311431 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 2311431 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2311431 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2311431 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-25T02:28:44.226Z
   [junit4]   2> 2311434 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2311434 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/shard-1-001/solr.xml
   [junit4]   2> 2311438 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2311438 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2311439 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@4f4ca1, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2311442 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42993/solr
   [junit4]   2> 2311448 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:46285_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2311449 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:46285_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2311450 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:46285_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46285_
   [junit4]   2> 2311450 INFO  (zkCallback-3417-thread-1-processing-n:127.0.0.1:36941_) [n:127.0.0.1:36941_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2311450 INFO  (zkCallback-3425-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2311450 INFO  (zkCallback-3430-thread-1-processing-n:127.0.0.1:46285_) [n:127.0.0.1:46285_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2311547 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:46285_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4f4ca1
   [junit4]   2> 2311559 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:46285_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4f4ca1
   [junit4]   2> 2311560 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:46285_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4f4ca1
   [junit4]   2> 2311561 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:46285_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/shard-1-001/cores
   [junit4]   2> 2311587 INFO  (qtp22674560-24995) [n:127.0.0.1:36941_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:46285_&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2311589 INFO  (OverseerCollectionConfigSetProcessor-99062705083777028-127.0.0.1:36941_-n_0000000000) [n:127.0.0.1:36941_    ] 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> 2311589 INFO  (OverseerThreadFactory-8954-thread-3-processing-n:127.0.0.1:36941_) [n:127.0.0.1:36941_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:46285_ for creating new replica
   [junit4]   2> 2311591 INFO  (qtp23701048-25041) [n:127.0.0.1:46285_    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 2311591 INFO  (qtp23701048-25041) [n:127.0.0.1:46285_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2311695 INFO  (zkCallback-3430-thread-1-processing-n:127.0.0.1:46285_) [n:127.0.0.1:46285_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2312625 INFO  (qtp23701048-25041) [n:127.0.0.1:46285_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2312649 INFO  (qtp23701048-25041) [n:127.0.0.1:46285_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.IndexSchema [collection1_shard2_replica_t41] Schema name=test
   [junit4]   2> 2312720 INFO  (qtp23701048-25041) [n:127.0.0.1:46285_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2312733 INFO  (qtp23701048-25041) [n:127.0.0.1:46285_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_t41' using configuration from collection collection1, trusted=true
   [junit4]   2> 2312734 INFO  (qtp23701048-25041) [n:127.0.0.1:46285_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_t41' (registry 'solr.core.collection1.shard2.replica_t41') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4f4ca1
   [junit4]   2> 2312734 INFO  (qtp23701048-25041) [n:127.0.0.1:46285_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2312734 INFO  (qtp23701048-25041) [n:127.0.0.1:46285_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrCore [[collection1_shard2_replica_t41] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/shard-1-001/cores/collection1_shard2_replica_t41], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/shard-1-001/cores/collection1_shard2_replica_t41/data/]
   [junit4]   2> 2312737 INFO  (qtp23701048-25041) [n:127.0.0.1:46285_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=31, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=78.0791015625, floorSegmentMB=0.388671875, forceMergeDeletesPctAllowed=26.417473701714957, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 2312754 WARN  (qtp23701048-25041) [n:127.0.0.1:46285_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] 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> 2312813 INFO  (qtp23701048-25041) [n:127.0.0.1:46285_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2312813 INFO  (qtp23701048-25041) [n:127.0.0.1:46285_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2312814 INFO  (qtp23701048-25041) [n:127.0.0.1:46285_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2312814 INFO  (qtp23701048-25041) [n:127.0.0.1:46285_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2312816 INFO  (qtp23701048-25041) [n:127.0.0.1:46285_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=25, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=98.2939453125, floorSegmentMB=2.1943359375, forceMergeDeletesPctAllowed=15.243163100608289, segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2312816 INFO  (qtp23701048-25041) [n:127.0.0.1:46285_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.SolrIndexSearcher Opening [Searcher@1021bd3[collection1_shard2_replica_t41] main]
   [junit4]   2> 2312818 INFO  (qtp23701048-25041) [n:127.0.0.1:46285_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2312818 INFO  (qtp23701048-25041) [n:127.0.0.1:46285_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2312819 INFO  (qtp23701048-25041) [n:127.0.0.1:46285_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2312819 INFO  (qtp23701048-25041) [n:127.0.0.1:46285_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1585003286352625664
   [junit4]   2> 2312821 INFO  (searcherExecutor-8968-thread-1-processing-n:127.0.0.1:46285_ x:collection1_shard2_replica_t41 s:shard2 c:collection1) [n:127.0.0.1:46285_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrCore [collection1_shard2_replica_t41] Registered new searcher Searcher@1021bd3[collection1_shard2_replica_t41] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2312823 INFO  (qtp23701048-25041) [n:127.0.0.1:46285_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2312823 INFO  (qtp23701048-25041) [n:127.0.0.1:46285_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2312824 INFO  (qtp23701048-25041) [n:127.0.0.1:46285_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:46285/collection1_shard2_replica_t41/
   [junit4]   2> 2312824 INFO  (qtp23701048-25041) [n:127.0.0.1:46285_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2312824 INFO  (qtp23701048-25041) [n:127.0.0.1:46285_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy http://127.0.0.1:46285/collection1_shard2_replica_t41/ has no replicas
   [junit4]   2> 2312824 INFO  (qtp23701048-25041) [n:127.0.0.1:46285_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2312824 INFO  (qtp23701048-25041) [n:127.0.0.1:46285_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ZkController collection1_shard2_replica_t41 stopping background replication from leader
   [junit4]   2> 2312826 INFO  (qtp23701048-25041) [n:127.0.0.1:46285_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:46285/collection1_shard2_replica_t41/ shard2
   [junit4]   2> 2312928 INFO  (zkCallback-3430-thread-1-processing-n:127.0.0.1:46285_) [n:127.0.0.1:46285_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2312977 INFO  (qtp23701048-25041) [n:127.0.0.1:46285_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2312987 INFO  (qtp23701048-25041) [n:127.0.0.1:46285_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG} status=0 QTime=1396
   [junit4]   2> 2312991 INFO  (qtp22674560-24995) [n:127.0.0.1:36941_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:46285_&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2} status=0 QTime=1404
   [junit4]   2> 2313081 INFO  (zkCallback-3430-thread-1-processing-n:127.0.0.1:46285_) [n:127.0.0.1:46285_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2313088 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/shard-2-001 of type TLOG
   [junit4]   2> 2313088 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2313089 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1814464{/,null,AVAILABLE}
   [junit4]   2> 2313091 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@12aca1f{HTTP/1.1,[http/1.1]}{127.0.0.1:35445}
   [junit4]   2> 2313091 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.e.j.s.Server Started @2314040ms
   [junit4]   2> 2313091 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/tempDir-001/jetty2, replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/, hostPort=35445, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/shard-2-001/cores}
   [junit4]   2> 2313091 ERROR (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2313091 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 2313091 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2313091 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2313091 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-25T02:28:45.886Z
   [junit4]   2> 2313094 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2313094 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/shard-2-001/solr.xml
   [junit4]   2> 2313097 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2313098 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2313099 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@4f4ca1, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2313102 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42993/solr
   [junit4]   2> 2313111 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:35445_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2313112 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:35445_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2313113 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:35445_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35445_
   [junit4]   2> 2313114 INFO  (zkCallback-3425-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2313114 INFO  (zkCallback-3430-thread-1-processing-n:127.0.0.1:46285_) [n:127.0.0.1:46285_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2313114 INFO  (zkCallback-3417-thread-1-processing-n:127.0.0.1:36941_) [n:127.0.0.1:36941_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2313114 INFO  (zkCallback-3436-thread-1-processing-n:127.0.0.1:35445_) [n:127.0.0.1:35445_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2313312 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:35445_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4f4ca1
   [junit4]   2> 2313323 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:35445_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4f4ca1
   [junit4]   2> 2313323 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:35445_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4f4ca1
   [junit4]   2> 2313324 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:35445_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/shard-2-001/cores
   [junit4]   2> 2313363 INFO  (qtp17320301-25070) [n:127.0.0.1:35445_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:35445_&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2313366 INFO  (OverseerCollectionConfigSetProcessor-99062705083777028-127.0.0.1:36941_-n_0000000000) [n:127.0.0.1:36941_    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2313366 INFO  (OverseerThreadFactory-8954-thread-4-processing-n:127.0.0.1:36941_) [n:127.0.0.1:36941_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:35445_ for creating new replica
   [junit4]   2> 2313368 INFO  (qtp17320301-25072) [n:127.0.0.1:35445_    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 2313369 INFO  (qtp17320301-25072) [n:127.0.0.1:35445_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2313473 INFO  (zkCallback-3430-thread-1-processing-n:127.0.0.1:46285_) [n:127.0.0.1:46285_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2313473 INFO  (zkCallback-3436-thread-1-processing-n:127.0.0.1:35445_) [n:127.0.0.1:35445_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2314408 INFO  (qtp17320301-25072) [n:127.0.0.1:35445_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2314435 INFO  (qtp17320301-25072) [n:127.0.0.1:35445_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.s.IndexSchema [collection1_shard1_replica_t43] Schema name=test
   [junit4]   2> 2314503 INFO  (qtp17320301-25072) [n:127.0.0.1:35445_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2314514 INFO  (qtp17320301-25072) [n:127.0.0.1:35445_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_t43' using configuration from collection collection1, trusted=true
   [junit4]   2> 2314515 INFO  (qtp17320301-25072) [n:127.0.0.1:35445_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_t43' (registry 'solr.core.collection1.shard1.replica_t43') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4f4ca1
   [junit4]   2> 2314515 INFO  (qtp17320301-25072) [n:127.0.0.1:35445_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2314515 INFO  (qtp17320301-25072) [n:127.0.0.1:35445_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrCore [[collection1_shard1_replica_t43] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/shard-2-001/cores/collection1_shard1_replica_t43], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/shard-2-001/cores/collection1_shard1_replica_t43/data/]
   [junit4]   2> 2314518 INFO  (qtp17320301-25072) [n:127.0.0.1:35445_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=31, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=78.0791015625, floorSegmentMB=0.388671875, forceMergeDeletesPctAllowed=26.417473701714957, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 2314532 WARN  (qtp17320301-25072) [n:127.0.0.1:35445_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] 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> 2314569 INFO  (qtp17320301-25072) [n:127.0.0.1:35445_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2314569 INFO  (qtp17320301-25072) [n:127.0.0.1:35445_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2314570 INFO  (qtp17320301-25072) [n:127.0.0.1:35445_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2314570 INFO  (qtp17320301-25072) [n:127.0.0.1:35445_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2314571 INFO  (qtp17320301-25072) [n:127.0.0.1:35445_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=25, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=98.2939453125, floorSegmentMB=2.1943359375, forceMergeDeletesPctAllowed=15.243163100608289, segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2314571 INFO  (qtp17320301-25072) [n:127.0.0.1:35445_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.s.SolrIndexSearcher Opening [Searcher@6dedd6[collection1_shard1_replica_t43] main]
   [junit4]   2> 2314573 INFO  (qtp17320301-25072) [n:127.0.0.1:35445_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2314573 INFO  (qtp17320301-25072) [n:127.0.0.1:35445_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2314573 INFO  (qtp17320301-25072) [n:127.0.0.1:35445_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2314574 INFO  (qtp17320301-25072) [n:127.0.0.1:35445_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1585003288192876544
   [junit4]   2> 2314575 INFO  (searcherExecutor-8979-thread-1-processing-n:127.0.0.1:35445_ x:collection1_shard1_replica_t43 s:shard1 c:collection1) [n:127.0.0.1:35445_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrCore [collection1_shard1_replica_t43] Registered new searcher Searcher@6dedd6[collection1_shard1_replica_t43] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2314577 INFO  (qtp17320301-25072) [n:127.0.0.1:35445_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2314577 INFO  (qtp17320301-25072) [n:127.0.0.1:35445_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2314577 INFO  (qtp17320301-25072) [n:127.0.0.1:35445_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:35445/collection1_shard1_replica_t43/
   [junit4]   2> 2314577 INFO  (qtp17320301-25072) [n:127.0.0.1:35445_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2314577 INFO  (qtp17320301-25072) [n:127.0.0.1:35445_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy http://127.0.0.1:35445/collection1_shard1_replica_t43/ has no replicas
   [junit4]   2> 2314577 INFO  (qtp17320301-25072) [n:127.0.0.1:35445_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2314577 INFO  (qtp17320301-25072) [n:127.0.0.1:35445_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.ZkController collection1_shard1_replica_t43 stopping background replication from leader
   [junit4]   2> 2314579 INFO  (qtp17320301-25072) [n:127.0.0.1:35445_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:35445/collection1_shard1_replica_t43/ shard1
   [junit4]   2> 2314681 INFO  (zkCallback-3430-thread-1-processing-n:127.0.0.1:46285_) [n:127.0.0.1:46285_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2314681 INFO  (zkCallback-3436-thread-1-processing-n:127.0.0.1:35445_) [n:127.0.0.1:35445_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2314729 INFO  (qtp17320301-25072) [n:127.0.0.1:35445_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2314733 INFO  (qtp17320301-25072) [n:127.0.0.1:35445_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG} status=0 QTime=1364
   [junit4]   2> 2314737 INFO  (qtp17320301-25070) [n:127.0.0.1:35445_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:35445_&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2} status=0 QTime=1373
   [junit4]   2> 2314826 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/shard-3-001 of type TLOG
   [junit4]   2> 2314826 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2314827 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1719ee8{/,null,AVAILABLE}
   [junit4]   2> 2314828 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1674278{HTTP/1.1,[http/1.1]}{127.0.0.1:32785}
   [junit4]   2> 2314828 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.e.j.s.Server Started @2315778ms
   [junit4]   2> 2314829 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/tempDir-001/jetty3, replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/, hostPort=32785, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/shard-3-001/cores}
   [junit4]   2> 2314829 ERROR (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2314829 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 2314829 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2314829 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2314829 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-25T02:28:47.624Z
   [junit4]   2> 2314831 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2314831 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/shard-3-001/solr.xml
   [junit4]   2> 2314833 INFO  (zkCallback-3430-thread-1-processing-n:127.0.0.1:46285_) [n:127.0.0.1:46285_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2314833 INFO  (zkCallback-3436-thread-1-processing-n:127.0.0.1:35445_) [n:127.0.0.1:35445_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2314835 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2314835 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2314837 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@4f4ca1, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2314839 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42993/solr
   [junit4]   2> 2314847 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:32785_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2314848 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:32785_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2314850 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:32785_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:32785_
   [junit4]   2> 2314851 INFO  (zkCallback-3417-thread-1-processing-n:127.0.0.1:36941_) [n:127.0.0.1:36941_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2314851 INFO  (zkCallback-3425-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2314851 INFO  (zkCallback-3442-thread-1-processing-n:127.0.0.1:32785_) [n:127.0.0.1:32785_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2314851 INFO  (zkCallback-3436-thread-1-processing-n:127.0.0.1:35445_) [n:127.0.0.1:35445_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2314851 INFO  (zkCallback-3430-thread-1-processing-n:127.0.0.1:46285_) [n:127.0.0.1:46285_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2314963 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:32785_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4f4ca1
   [junit4]   2> 2314974 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:32785_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4f4ca1
   [junit4]   2> 2314974 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:32785_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4f4ca1
   [junit4]   2> 2314975 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:32785_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/shard-3-001/cores
   [junit4]   2> 2315024 INFO  (qtp7654627-25099) [n:127.0.0.1:32785_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:32785_&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2315026 INFO  (OverseerCollectionConfigSetProcessor-99062705083777028-127.0.0.1:36941_-n_0000000000) [n:127.0.0.1:36941_    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2315027 INFO  (OverseerThreadFactory-8954-thread-5-processing-n:127.0.0.1:36941_) [n:127.0.0.1:36941_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:32785_ for creating new replica
   [junit4]   2> 2315028 INFO  (qtp7654627-25101) [n:127.0.0.1:32785_    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 2315029 INFO  (qtp7654627-25101) [n:127.0.0.1:32785_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2315133 INFO  (zkCallback-3442-thread-1-processing-n:127.0.0.1:32785_) [n:127.0.0.1:32785_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2315133 INFO  (zkCallback-3430-thread-1-processing-n:127.0.0.1:46285_) [n:127.0.0.1:46285_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2315133 INFO  (zkCallback-3436-thread-1-processing-n:127.0.0.1:35445_) [n:127.0.0.1:35445_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2316069 INFO  (qtp7654627-25101) [n:127.0.0.1:32785_ c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2316092 INFO  (qtp7654627-25101) [n:127.0.0.1:32785_ c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.s.IndexSchema [collection1_shard2_replica_t45] Schema name=test
   [junit4]   2> 2316159 INFO  (qtp7654627-25101) [n:127.0.0.1:32785_ c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2316176 INFO  (qtp7654627-25101) [n:127.0.0.1:32785_ c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_t45' using configuration from collection collection1, trusted=true
   [junit4]   2> 2316177 INFO  (qtp7654627-25101) [n:127.0.0.1:32785_ c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_t45' (registry 'solr.core.collection1.shard2.replica_t45') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4f4ca1
   [junit4]   2> 2316177 INFO  (qtp7654627-25101) [n:127.0.0.1:32785_ c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2316177 INFO  (qtp7654627-25101) [n:127.0.0.1:32785_ c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.SolrCore [[collection1_shard2_replica_t45] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/shard-3-001/cores/collection1_shard2_replica_t45], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/shard-3-001/cores/collection1_shard2_replica_t45/data/]
   [junit4]   2> 2316181 INFO  (qtp7654627-25101) [n:127.0.0.1:32785_ c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=31, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=78.0791015625, floorSegmentMB=0.388671875, forceMergeDeletesPctAllowed=26.417473701714957, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 2316195 WARN  (qtp7654627-25101) [n:127.0.0.1:32785_ c:collection1 s:shard2  x:collection1_shard2_replica_t45] 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> 2316240 INFO  (qtp7654627-25101) [n:127.0.0.1:32785_ c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2316240 INFO  (qtp7654627-25101) [n:127.0.0.1:32785_ c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2316241 INFO  (qtp7654627-25101) [n:127.0.0.1:32785_ c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2316241 INFO  (qtp7654627-25101) [n:127.0.0.1:32785_ c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2316243 INFO  (qtp7654627-25101) [n:127.0.0.1:32785_ c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=25, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=98.2939453125, floorSegmentMB=2.1943359375, forceMergeDeletesPctAllowed=15.243163100608289, segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2316243 INFO  (qtp7654627-25101) [n:127.0.0.1:32785_ c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.s.SolrIndexSearcher Opening [Searcher@91766c[collection1_shard2_replica_t45] main]
   [junit4]   2> 2316244 INFO  (qtp7654627-25101) [n:127.0.0.1:32785_ c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2316245 INFO  (qtp7654627-25101) [n:127.0.0.1:32785_ c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2316245 INFO  (qtp7654627-25101) [n:127.0.0.1:32785_ c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2316246 INFO  (searcherExecutor-8990-thread-1-processing-n:127.0.0.1:32785_ x:collection1_shard2_replica_t45 s:shard2 c:collection1) [n:127.0.0.1:32785_ c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.SolrCore [collection1_shard2_replica_t45] Registered new searcher Searcher@91766c[collection1_shard2_replica_t45] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2316247 INFO  (qtp7654627-25101) [n:127.0.0.1:32785_ c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1585003289947144192
   [junit4]   2> 2316250 INFO  (qtp7654627-25101) [n:127.0.0.1:32785_ c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.ZkController Core needs to recover:collection1_shard2_replica_t45
   [junit4]   2> 2316250 INFO  (updateExecutor-3439-thread-1-processing-n:127.0.0.1:32785_ x:collection1_shard2_replica_t45 s:shard2 c:collection1) [n:127.0.0.1:32785_ c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_t45] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 2316251 INFO  (recoveryExecutor-3440-thread-1-processing-n:127.0.0.1:32785_ x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:32785_ c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_t45] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 2316251 INFO  (recoveryExecutor-3440-thread-1-processing-n:127.0.0.1:32785_ x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:32785_ c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_t45] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 2316251 INFO  (recoveryExecutor-3440-thread-1-processing-n:127.0.0.1:32785_ x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:32785_ c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_t45] o.a.s.c.ZkController collection1_shard2_replica_t45 stopping background replication from leader
   [junit4]   2> 2316251 INFO  (recoveryExecutor-3440-thread-1-processing-n:127.0.0.1:32785_ x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:32785_ c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_t45] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1_shard2_replica_t45]
   [junit4]   2> 2316251 INFO  (recoveryExecutor-3440-thread-1-processing-n:127.0.0.1:32785_ x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:32785_ c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_t45] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 2316251 INFO  (recoveryExecutor-3440-thread-1-processing-n:127.0.0.1:32785_ x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:32785_ c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_t45] o.a.s.c.RecoveryStrategy Publishing state of core [collection1_shard2_replica_t45] as recovering, leader is [http://127.0.0.1:46285/collection1_shard2_replica_t41/] and I am [http://127.0.0.1:32785/collection1_shard2_replica_t45/]
   [junit4]   2> 2316251 INFO  (qtp7654627-25101) [n:127.0.0.1:32785_ c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG} status=0 QTime=1222
   [junit4]   2> 2316253 INFO  (qtp7654627-25099) [n:127.0.0.1:32785_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:32785_&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2} status=0 QTime=1228
   [junit4]   2> 2316254 INFO  (recoveryExecutor-3440-thread-1-processing-n:127.0.0.1:32785_ x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:32785_ c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_t45] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:46285]; [WaitForState: action=PREPRECOVERY&core=collection1_shard2_replica_t41&nodeName=127.0.0.1:32785_&coreNodeName=core_node46&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 2316255 INFO  (qtp23701048-25043) [n:127.0.0.1:46285_    ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node46, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true, maxTime: 183 s
   [junit4]   2> 2316255 INFO  (qtp23701048-25043) [n:127.0.0.1:46285_    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard2, thisCore=collection1_shard2_replica_t41, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:32785_, coreNodeName=core_node46, onlyIfActiveCheckResult=false, nodeProps: core_node46:{"core":"collection1_shard2_replica_t45","base_url":"http://127.0.0.1:32785","node_name":"127.0.0.1:32785_","state":"down","type":"TLOG"}
   [junit4]   2> 2316315 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/shard-4-001 of type TLOG
   [junit4]   2> 2316316 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2316316 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1b4b904{/,null,AVAILABLE}
   [junit4]   2> 2316317 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1a8e327{HTTP/1.1,[http/1.1]}{127.0.0.1:36943}
   [junit4]   2> 2316317 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.e.j.s.Server Started @2317267ms
   [junit4]   2> 2316317 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/tempDir-001/jetty4, replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/, hostPort=36943, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/shard-4-001/cores}
   [junit4]   2> 2316318 ERROR (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2316318 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 2316318 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2316318 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2316318 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-25T02:28:49.113Z
   [junit4]   2> 2316320 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2316320 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/shard-4-001/solr.xml
   [junit4]   2> 2316323 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2316323 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2316324 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@4f4ca1, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2316326 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42993/solr
   [junit4]   2> 2316332 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:36943_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2316333 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:36943_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2316333 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:36943_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36943_
   [junit4]   2> 2316334 INFO  (zkCallback-3436-thread-1-processing-n:127.0.0.1:35445_) [n:127.0.0.1:35445_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2316334 INFO  (zkCallback-3449-thread-1-processing-n:127.0.0.1:36943_) [n:127.0.0.1:36943_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2316334 INFO  (zkCallback-3442-thread-1-processing-n:127.0.0.1:32785_) [n:127.0.0.1:32785_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2316334 INFO  (zkCallback-3425-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2316334 INFO  (zkCallback-3430-thread-1-processing-n:127.0.0.1:46285_) [n:127.0.0.1:46285_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2316334 INFO  (zkCallback-3417-thread-1-processing-n:127.0.0.1:36941_) [n:127.0.0.1:36941_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2316435 INFO  (zkCallback-3442-thread-1-processing-n:127.0.0.1:32785_) [n:127.0.0.1:32785_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2316435 INFO  (zkCallback-3430-thread-1-processing-n:127.0.0.1:46285_) [n:127.0.0.1:46285_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2316435 INFO  (zkCallback-3436-thread-1-processing-n:127.0.0.1:35445_) [n:127.0.0.1:35445_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2316513 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:36943_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4f4ca1
   [junit4]   2> 2316524 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:36943_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4f4ca1
   [junit4]   2> 2316524 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:36943_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4f4ca1
   [junit4]   2> 2316525 INFO  (TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:36943_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/shard-4-001/cores
   [junit4]   2> 2316574 INFO  (qtp7654627-25100) [n:127.0.0.1:32785_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addrepl

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

SolrClient.doRequest(LBHttpSolrClient.java:483)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1103)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:314)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:991)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    > 	at java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    > 	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:171)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:141)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
   [junit4]    > 	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
   [junit4]    > 	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
   [junit4]    > 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
   [junit4]    > 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
   [junit4]    > 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
   [junit4]    > 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
   [junit4]    > 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
   [junit4]    > 	... 43 more
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@19bee9e), locale=de, timezone=Europe/Saratov
   [junit4]   2> NOTE: Linux 4.10.0-37-generic i386/Oracle Corporation 1.8.0_144 (32-bit)/cpus=8,threads=1,free=87448544,total=530317312
   [junit4]   2> NOTE: All tests run in this JVM: [DistributedFacetPivotSmallAdvancedTest, PreAnalyzedFieldManagedSchemaCloudTest, TestClassicSimilarityFactory, SpellingQueryConverterTest, MissingSegmentRecoveryTest, DirectoryFactoryTest, TestSchemaSimilarityResource, InfoHandlerTest, TestImpersonationWithHadoopAuth, TestCustomSort, SolrXmlInZkTest, TestManagedSchemaAPI, TestPseudoReturnFields, RulesTest, BinaryUpdateRequestHandlerTest, TestXIncludeConfig, TestCoreAdminApis, TestRemoteStreaming, TestPayloadCheckQParserPlugin, ZkCLITest, TestDocSet, PKIAuthenticationIntegrationTest, CheckHdfsIndexTest, CdcrUpdateLogTest, TestHttpShardHandlerFactory, TestLuceneMatchVersion, TestLRUStatsCache, TestStressCloudBlindAtomicUpdates, TermVectorComponentDistributedTest, TestStressUserVersions, SchemaVersionSpecificBehaviorTest, CachingDirectoryFactoryTest, HdfsDirectoryTest, LukeRequestHandlerTest, TestCryptoKeys, TestFieldCollectionResource, CloudExitableDirectoryReaderTest, TestPerFieldSimilarityWithDefaultOverride, TestCorePropertiesReload, TestMaxTokenLenTokenizer, ZkStateWriterTest, TestManagedResourceStorage, TestRestoreCore, TestSolrConfigHandlerCloud, ChaosMonkeySafeLeaderWithPullReplicasTest, DocExpirationUpdateProcessorFactoryTest, TestGraphMLResponseWriter, BadIndexSchemaTest, TestCloudPseudoReturnFields, LeaderInitiatedRecoveryOnShardRestartTest, TestSlowCompositeReaderWrapper, TestCursorMarkWithoutUniqueKey, PreAnalyzedFieldTest, TestTlogReplica, TestNumericRangeQuery32, OutputWriterTest, TestCollapseQParserPlugin, CircularListTest, SecurityConfHandlerTest, TestRawResponseWriter, PreAnalyzedUpdateProcessorTest, SolrRequestParserTest, TestRebalanceLeaders, TestLegacyFieldCache, ChaosMonkeySafeLeaderTest, TestSolrCloudSnapshots, TestLegacyNumericUtils, AssignTest, MoreLikeThisHandlerTest, OverseerTaskQueueTest, TestSimpleQParserPlugin, SubstringBytesRefFilterTest, TestSolrQueryParser, UUIDUpdateProcessorFallbackTest, CursorMarkTest, TestFieldCacheSortRandom, TestUninvertingReader, TestConfigSetImmutable, SolrIndexSplitterTest, TestStreamBody, TestLazyCores, OutOfBoxZkACLAndCredentialsProvidersTest, ShowFileRequestHandlerTest, CdcrVersionReplicationTest, TestDocumentBuilder, DocumentAnalysisRequestHandlerTest, DistributedIntervalFacetingTest, MoveReplicaTest, PathHierarchyTokenizerFactoryTest, TestOmitPositions, CreateCollectionCleanupTest, TestOnReconnectListenerSupport, HdfsNNFailoverTest, TestSimpleTextCodec, TestShortCircuitedRequests, QueryEqualityTest, LeaderFailoverAfterPartitionTest, TestSolrCoreParser, ChangedSchemaMergeTest, TestConfigSetsAPI, DocValuesMultiTest, TestFileDictionaryLookup, QueryResultKeyTest, TestSolrQueryResponse, TestRequestStatusCollectionAPI, ClassificationUpdateProcessorIntegrationTest, TestHdfsBackupRestoreCore, TestSolrCloudWithDelegationTokens, TestHdfsUpdateLog, TestManagedSynonymGraphFilterFactory, ShardRoutingTest, DOMUtilTest, DocValuesMissingTest, TestRandomCollapseQParserPlugin, SolrCloudReportersTest, TestPerFieldSimilarity, SystemLogListenerTest, StressHdfsTest, TestLeaderElectionWithEmptyReplica, TestFaceting, RestartWhileUpdatingTest, RemoteQueryErrorTest, BasicDistributedZk2Test, OpenCloseCoreStressTest, OverseerTest, ClusterStateUpdateTest, TestRandomFaceting, ZkSolrClientTest, ShardRoutingCustomTest, TestDistributedGrouping, DistributedSpellCheckComponentTest, ZkControllerTest, TestStressReorder, DistributedTermsComponentTest, TestCoreContainer, SimpleFacetsTest, TestSolr4Spatial, SolrCoreTest, TestGroupingSearch, SolrCmdDistributorTest, ConvertedLegacyTest, TestSort, TestBadConfig, TestIndexSearcher, DistributedQueryElevationComponentTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, SpellCheckCollatorTest, SuggesterFSTTest, CoreAdminHandlerTest, TestFoldingMultitermQuery, DocValuesTest, SuggesterTSTTest, SuggesterTest, TestStressLucene, PolyFieldTest, NoCacheHeaderTest, TestAtomicUpdateErrorCases, SortByFunctionTest, DistanceFunctionTest, DebugComponentTest, TestSurroundQueryParser, TestWriterPerf, TestReversedWildcardFilterFactory, XmlUpdateRequestHandlerTest, RequestHandlersTest, TestValueSourceCache, TestIndexingPerformance, FieldAnalysisRequestHandlerTest, FastVectorHighlighterTest, IndexSchemaRuntimeFieldTest, LoggingHandlerTest, RegexBoostProcessorTest, SolrPluginUtilsTest, IndexSchemaTest, TestJmxIntegration, TestCollationField, ReturnFieldsTest, UpdateRequestProcessorFactoryTest, MBeansHandlerTest, TestAnalyzedSuggestions, UniqFieldsUpdateProcessorFactoryTest, TestPartialUpdateDeduplication, PingRequestHandlerTest, HighlighterConfigTest, SOLR749Test, UpdateParamsTest, AlternateDirectoryTest, TestSolrIndexConfig, TestQuerySenderNoQuery, SolrIndexConfigTest, TestStressRecovery, TestSolrDeletionPolicy2, SampleTest, TestBinaryField, NumericFieldsTest, MinimalSchemaTest, TestConfig, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, TestSolrCoreProperties, DirectSolrConnectionTest, NotRequiredUniqueKeyTest, TestPhraseSuggestions, TestCharFilters, SynonymTokenizerTest, TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory, TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory, TestBM25SimilarityFactory, TestFastWriter, TimeZoneUtilsTest, TestFastOutputStream, OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest, TestFastLRUCache, TestSystemIdResolver, PrimUtilsTest, TestUtils, SystemInfoHandlerTest, UUIDFieldTest, DistributedMLTComponentTest, TestRTGBase, TestSimpleTrackingShardHandler, AssignBackwardCompatibilityTest, CollectionReloadTest, CollectionStateFormat2Test, CollectionTooManyReplicasTest, CollectionsAPISolrJTest, CustomCollectionTest, DeleteReplicaTest, DistribJoinFromCollectionTest, DistributedVersionInfoTest, HttpPartitionTest, SaslZkACLProviderTest, ShardSplitTest]
   [junit4] Completed [734/751 (1!)] on J1 in 1045.21s, 5 tests, 1 error <<< FAILURES!

[...truncated 43151 lines...]

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk1.8.0_144) - Build # 20993 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20993/
Java: 64bit/jdk1.8.0_144 -XX:-UseCompressedOops -XX:+UseSerialGC

1 tests failed.
FAILED:  org.apache.solr.cloud.cdcr.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster

Error Message:
Document mismatch on target after sync expected:<2000> but was:<1901>

Stack Trace:
java.lang.AssertionError: Document mismatch on target after sync expected:<2000> but was:<1901>
	at __randomizedtesting.SeedInfo.seed([20698C8B4A3DFDB7:F42CC7D2AD6B4E4C]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.solr.cloud.cdcr.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster(CdcrBootstrapTest.java:292)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 13629 lines...]
   [junit4] Suite: org.apache.solr.cloud.cdcr.CdcrBootstrapTest
   [junit4]   2> 2825397 INFO  (SUITE-CdcrBootstrapTest-seed#[20698C8B4A3DFDB7]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBootstrapTest_20698C8B4A3DFDB7-001/init-core-data-001
   [junit4]   2> 2825398 WARN  (SUITE-CdcrBootstrapTest-seed#[20698C8B4A3DFDB7]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=26 numCloses=26
   [junit4]   2> 2825398 INFO  (SUITE-CdcrBootstrapTest-seed#[20698C8B4A3DFDB7]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2825400 INFO  (SUITE-CdcrBootstrapTest-seed#[20698C8B4A3DFDB7]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 2825406 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[20698C8B4A3DFDB7]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBootstrapWithContinousIndexingOnSourceCluster
   [junit4]   2> 2825406 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[20698C8B4A3DFDB7]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBootstrapTest_20698C8B4A3DFDB7-001/cdcr-target-001
   [junit4]   2> 2825406 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[20698C8B4A3DFDB7]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2825407 INFO  (Thread-4152) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2825407 INFO  (Thread-4152) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2825410 ERROR (Thread-4152) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2825507 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[20698C8B4A3DFDB7]) [    ] o.a.s.c.ZkTestServer start zk server on port:35923
   [junit4]   2> 2825521 INFO  (jetty-launcher-6098-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2825522 INFO  (jetty-launcher-6098-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2015ee70{/solr,null,AVAILABLE}
   [junit4]   2> 2825525 INFO  (jetty-launcher-6098-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4bd6a414{HTTP/1.1,[http/1.1]}{127.0.0.1:37903}
   [junit4]   2> 2825525 INFO  (jetty-launcher-6098-thread-1) [    ] o.e.j.s.Server Started @2827069ms
   [junit4]   2> 2825525 INFO  (jetty-launcher-6098-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37903}
   [junit4]   2> 2825525 ERROR (jetty-launcher-6098-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2825525 INFO  (jetty-launcher-6098-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 2825526 INFO  (jetty-launcher-6098-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2825526 INFO  (jetty-launcher-6098-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2825526 INFO  (jetty-launcher-6098-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-25T10:35:44.461Z
   [junit4]   2> 2825529 INFO  (jetty-launcher-6098-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2825540 INFO  (jetty-launcher-6098-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35923/solr
   [junit4]   2> 2825607 INFO  (jetty-launcher-6098-thread-1) [n:127.0.0.1:37903_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2825608 INFO  (jetty-launcher-6098-thread-1) [n:127.0.0.1:37903_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37903_solr
   [junit4]   2> 2825608 INFO  (jetty-launcher-6098-thread-1) [n:127.0.0.1:37903_solr    ] o.a.s.c.Overseer Overseer (id=99064620275662851-127.0.0.1:37903_solr-n_0000000000) starting
   [junit4]   2> 2825613 INFO  (jetty-launcher-6098-thread-1) [n:127.0.0.1:37903_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37903_solr
   [junit4]   2> 2825614 INFO  (zkCallback-6105-thread-1-processing-n:127.0.0.1:37903_solr) [n:127.0.0.1:37903_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2825696 INFO  (jetty-launcher-6098-thread-1) [n:127.0.0.1:37903_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37903.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b5d1c98
   [junit4]   2> 2825700 INFO  (jetty-launcher-6098-thread-1) [n:127.0.0.1:37903_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37903.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b5d1c98
   [junit4]   2> 2825700 INFO  (jetty-launcher-6098-thread-1) [n:127.0.0.1:37903_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37903.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b5d1c98
   [junit4]   2> 2825700 INFO  (jetty-launcher-6098-thread-1) [n:127.0.0.1:37903_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBootstrapTest_20698C8B4A3DFDB7-001/cdcr-target-001/node1/.
   [junit4]   2> 2825711 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[20698C8B4A3DFDB7]) [    ] o.a.s.c.c.CdcrBootstrapTest Target zkHost = 127.0.0.1:35923/solr
   [junit4]   2> 2825711 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[20698C8B4A3DFDB7]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBootstrapTest_20698C8B4A3DFDB7-001/cdcr-source-001
   [junit4]   2> 2825711 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[20698C8B4A3DFDB7]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2825711 INFO  (Thread-4162) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2825711 INFO  (Thread-4162) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2825713 ERROR (Thread-4162) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2825811 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[20698C8B4A3DFDB7]) [    ] o.a.s.c.ZkTestServer start zk server on port:34091
   [junit4]   2> 2825824 INFO  (jetty-launcher-6111-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2825825 INFO  (jetty-launcher-6111-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7edab1a0{/solr,null,AVAILABLE}
   [junit4]   2> 2825826 INFO  (jetty-launcher-6111-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@47f947bb{HTTP/1.1,[http/1.1]}{127.0.0.1:35819}
   [junit4]   2> 2825827 INFO  (jetty-launcher-6111-thread-1) [    ] o.e.j.s.Server Started @2827371ms
   [junit4]   2> 2825827 INFO  (jetty-launcher-6111-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35819}
   [junit4]   2> 2825828 ERROR (jetty-launcher-6111-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2825828 INFO  (jetty-launcher-6111-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 2825828 INFO  (jetty-launcher-6111-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2825828 INFO  (jetty-launcher-6111-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2825828 INFO  (jetty-launcher-6111-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-25T10:35:44.763Z
   [junit4]   2> 2825830 INFO  (jetty-launcher-6111-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2825841 INFO  (jetty-launcher-6111-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34091/solr
   [junit4]   2> 2825902 INFO  (jetty-launcher-6111-thread-1) [n:127.0.0.1:35819_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2825902 INFO  (jetty-launcher-6111-thread-1) [n:127.0.0.1:35819_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:35819_solr
   [junit4]   2> 2825903 INFO  (jetty-launcher-6111-thread-1) [n:127.0.0.1:35819_solr    ] o.a.s.c.Overseer Overseer (id=99064620295585795-127.0.0.1:35819_solr-n_0000000000) starting
   [junit4]   2> 2825908 INFO  (jetty-launcher-6111-thread-1) [n:127.0.0.1:35819_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35819_solr
   [junit4]   2> 2825908 INFO  (zkCallback-6118-thread-1-processing-n:127.0.0.1:35819_solr) [n:127.0.0.1:35819_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2825967 INFO  (jetty-launcher-6111-thread-1) [n:127.0.0.1:35819_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35819.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b5d1c98
   [junit4]   2> 2825971 INFO  (jetty-launcher-6111-thread-1) [n:127.0.0.1:35819_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35819.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b5d1c98
   [junit4]   2> 2825971 INFO  (jetty-launcher-6111-thread-1) [n:127.0.0.1:35819_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35819.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b5d1c98
   [junit4]   2> 2825972 INFO  (jetty-launcher-6111-thread-1) [n:127.0.0.1:35819_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBootstrapTest_20698C8B4A3DFDB7-001/cdcr-source-001/node1/.
   [junit4]   2> 2825993 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[20698C8B4A3DFDB7]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2825993 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[20698C8B4A3DFDB7]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34091/solr ready
   [junit4]   2> 2825993 INFO  (qtp630770454-30100) [n:127.0.0.1:35819_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=cdcr-source&name=cdcr-source&nrtReplicas=1&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2825994 INFO  (OverseerThreadFactory-9519-thread-1-processing-n:127.0.0.1:35819_solr) [n:127.0.0.1:35819_solr    ] o.a.s.c.CreateCollectionCmd Create collection cdcr-source
   [junit4]   2> 2826098 INFO  (OverseerStateUpdate-99064620295585795-127.0.0.1:35819_solr-n_0000000000) [n:127.0.0.1:35819_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"cdcr-source",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"cdcr-source_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:35819/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2826300 INFO  (qtp630770454-30102) [n:127.0.0.1:35819_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&collection=cdcr-source&version=2&replicaType=NRT&coreNodeName=core_node2&name=cdcr-source_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
   [junit4]   2> 2826301 INFO  (qtp630770454-30102) [n:127.0.0.1:35819_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2826405 INFO  (zkCallback-6118-thread-1-processing-n:127.0.0.1:35819_solr) [n:127.0.0.1:35819_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2826405 INFO  (zkCallback-6118-thread-2-processing-n:127.0.0.1:35819_solr) [n:127.0.0.1:35819_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2827315 INFO  (qtp630770454-30102) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2827322 INFO  (qtp630770454-30102) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 2827324 INFO  (qtp630770454-30102) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.IndexSchema [cdcr-source_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 2827327 INFO  (qtp630770454-30102) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2827328 INFO  (qtp630770454-30102) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at /configs/cdcr-source/managed-schema
   [junit4]   2> 2827332 INFO  (qtp630770454-30102) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in ZooKeeper, renamed the non-managed schema /configs/cdcr-source/schema.xml to /configs/cdcr-source/schema.xml.bak
   [junit4]   2> 2827332 INFO  (qtp630770454-30102) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'cdcr-source_shard1_replica_n1' using configuration from collection cdcr-source, trusted=true
   [junit4]   2> 2827332 INFO  (qtp630770454-30102) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35819.solr.core.cdcr-source.shard1.replica_n1' (registry 'solr.core.cdcr-source.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b5d1c98
   [junit4]   2> 2827333 INFO  (qtp630770454-30102) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2827333 INFO  (qtp630770454-30102) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [[cdcr-source_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBootstrapTest_20698C8B4A3DFDB7-001/cdcr-source-001/node1/cdcr-source_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBootstrapTest_20698C8B4A3DFDB7-001/cdcr-source-001/node1/./cdcr-source_shard1_replica_n1/data/]
   [junit4]   2> 2827409 INFO  (qtp630770454-30102) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 2827409 INFO  (qtp630770454-30102) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2827409 INFO  (qtp630770454-30102) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2827409 INFO  (qtp630770454-30102) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2827411 INFO  (qtp630770454-30102) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4cebd7b3[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 2827412 INFO  (qtp630770454-30102) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cdcr-source
   [junit4]   2> 2827412 INFO  (qtp630770454-30102) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cdcr-source
   [junit4]   2> 2827412 INFO  (qtp630770454-30102) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cdcr-source/managed-schema
   [junit4]   2> 2827412 INFO  (qtp630770454-30102) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 2827412 INFO  (qtp630770454-30102) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2827413 INFO  (qtp630770454-30102) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrBufferStateManager Created znode /collections/cdcr-source/cdcr/state/buffer
   [junit4]   2> 2827413 INFO  (qtp630770454-30102) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrProcessStateManager Created znode /collections/cdcr-source/cdcr/state/process
   [junit4]   2> 2827415 INFO  (searcherExecutor-9522-thread-1-processing-n:127.0.0.1:35819_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@4cebd7b3[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2827415 INFO  (qtp630770454-30102) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1585033926515097600
   [junit4]   2> 2827417 INFO  (qtp630770454-30102) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2827417 INFO  (qtp630770454-30102) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2827417 INFO  (qtp630770454-30102) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:35819/solr/cdcr-source_shard1_replica_n1/
   [junit4]   2> 2827417 INFO  (qtp630770454-30102) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2827417 INFO  (qtp630770454-30102) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:35819/solr/cdcr-source_shard1_replica_n1/ has no replicas
   [junit4]   2> 2827417 INFO  (qtp630770454-30102) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2827418 INFO  (zkCallback-6118-thread-2-processing-n:127.0.0.1:35819_solr) [n:127.0.0.1:35819_solr    ] o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-source:shard1
   [junit4]   2> 2827420 INFO  (qtp630770454-30102) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:35819/solr/cdcr-source_shard1_replica_n1/ shard1
   [junit4]   2> 2827521 INFO  (zkCallback-6118-thread-2-processing-n:127.0.0.1:35819_solr) [n:127.0.0.1:35819_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2827521 INFO  (zkCallback-6118-thread-3-processing-n:127.0.0.1:35819_solr) [n:127.0.0.1:35819_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2827571 INFO  (qtp630770454-30102) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2827584 INFO  (qtp630770454-30102) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&collection=cdcr-source&version=2&replicaType=NRT&coreNodeName=core_node2&name=cdcr-source_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin} status=0 QTime=1283
   [junit4]   2> 2827589 INFO  (qtp630770454-30100) [n:127.0.0.1:35819_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 2827674 INFO  (zkCallback-6118-thread-3-processing-n:127.0.0.1:35819_solr) [n:127.0.0.1:35819_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2827674 INFO  (zkCallback-6118-thread-2-processing-n:127.0.0.1:35819_solr) [n:127.0.0.1:35819_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2827997 INFO  (OverseerCollectionConfigSetProcessor-99064620295585795-127.0.0.1:35819_solr-n_0000000000) [n:127.0.0.1:35819_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2828589 INFO  (qtp630770454-30100) [n:127.0.0.1:35819_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=cdcr-source&name=cdcr-source&nrtReplicas=1&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2} status=0 QTime=2595
   [junit4]   2> 2828597 INFO  (qtp630770454-30101) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 2828598 INFO  (qtp630770454-30096) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1585033927755563008,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2828598 INFO  (qtp630770454-30096) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@484bc65b commitCommandVersion:1585033927755563008
   [junit4]   2> 2828705 INFO  (qtp630770454-30096) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@629917cd[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 2828705 INFO  (qtp630770454-30096) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2828706 INFO  (searcherExecutor-9522-thread-1-processing-n:127.0.0.1:35819_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@629917cd[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100)))}
   [junit4]   2> 2828706 INFO  (qtp630770454-30096) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=108
   [junit4]   2> 2828709 INFO  (qtp630770454-30102) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 2828709 INFO  (qtp630770454-30100) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1585033927871954975,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2828709 INFO  (qtp630770454-30100) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@484bc65b commitCommandVersion:1585033927871954975
   [junit4]   2> 2828825 INFO  (qtp630770454-30100) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@20b8c215[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 2828825 INFO  (qtp630770454-30100) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2828826 INFO  (searcherExecutor-9522-thread-1-processing-n:127.0.0.1:35819_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@20b8c215[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100) Uninverting(_1(8.0.0):C100)))}
   [junit4]   2> 2828826 INFO  (qtp630770454-30100) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=116
   [junit4]   2> 2828828 INFO  (qtp630770454-30101) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 2828828 INFO  (qtp630770454-30096) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1585033927996735543,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2828828 INFO  (qtp630770454-30096) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@484bc65b commitCommandVersion:1585033927996735543
   [junit4]   2> 2828960 INFO  (qtp630770454-30096) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@382feb77[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 2828960 INFO  (qtp630770454-30096) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2828961 INFO  (searcherExecutor-9522-thread-1-processing-n:127.0.0.1:35819_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@382feb77[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100) Uninverting(_1(8.0.0):C100) Uninverting(_2(8.0.0):C100)))}
   [junit4]   2> 2828961 INFO  (qtp630770454-30096) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=133
   [junit4]   2> 2828963 INFO  (qtp630770454-30102) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 2828964 INFO  (qtp630770454-30100) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1585033928139341824,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2828964 INFO  (qtp630770454-30100) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@484bc65b commitCommandVersion:1585033928139341824
   [junit4]   2> 2829107 INFO  (qtp630770454-30100) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@45df7d0e[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 2829107 INFO  (qtp630770454-30100) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2829107 INFO  (searcherExecutor-9522-thread-1-processing-n:127.0.0.1:35819_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@45df7d0e[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100) Uninverting(_1(8.0.0):C100) Uninverting(_2(8.0.0):C100) Uninverting(_3(8.0.0):C100)))}
   [junit4]   2> 2829108 INFO  (qtp630770454-30100) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=144
   [junit4]   2> 2829109 INFO  (qtp630770454-30101) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 2829110 INFO  (qtp630770454-30096) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1585033928292433920,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2829110 INFO  (qtp630770454-30096) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@484bc65b commitCommandVersion:1585033928292433920
   [junit4]   2> 2829291 INFO  (qtp630770454-30096) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3eda0811[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 2829291 INFO  (qtp630770454-30096) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2829293 INFO  (searcherExecutor-9522-thread-1-processing-n:127.0.0.1:35819_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@3eda0811[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100) Uninverting(_1(8.0.0):C100) Uninverting(_2(8.0.0):C100) Uninverting(_3(8.0.0):C100) Uninverting(_4(8.0.0):C100)))}
   [junit4]   2> 2829293 INFO  (qtp630770454-30096) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=183
   [junit4]   2> 2829298 INFO  (qtp630770454-30102) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 2829298 INFO  (qtp630770454-30100) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1585033928489566218,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2829298 INFO  (qtp630770454-30100) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@484bc65b commitCommandVersion:1585033928489566218
   [junit4]   2> 2829502 INFO  (qtp630770454-30100) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@258e9d8b[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 2829502 INFO  (qtp630770454-30100) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2829504 INFO  (searcherExecutor-9522-thread-1-processing-n:127.0.0.1:35819_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@258e9d8b[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100) Uninverting(_1(8.0.0):C100) Uninverting(_2(8.0.0):C100) Uninverting(_3(8.0.0):C100) Uninverting(_4(8.0.0):C100) Uninverting(_5(8.0.0):C100)))}
   [junit4]   2> 2829504 INFO  (qtp630770454-30100) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=205
   [junit4]   2> 2829539 INFO  (qtp630770454-30101) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=34
   [junit4]   2> 2829540 INFO  (qtp630770454-30096) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1585033928743321600,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2829540 INFO  (qtp630770454-30096) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@484bc65b commitCommandVersion:1585033928743321600
   [junit4]   2> 2829751 INFO  (qtp630770454-30096) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@e1b2909[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 2829752 INFO  (qtp630770454-30096) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2829754 INFO  (searcherExecutor-9522-thread-1-processing-n:127.0.0.1:35819_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@e1b2909[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100) Uninverting(_1(8.0.0):C100) Uninverting(_2(8.0.0):C100) Uninverting(_3(8.0.0):C100) Uninverting(_4(8.0.0):C100) Uninverting(_5(8.0.0):C100) Uninverting(_6(8.0.0):C100)))}
   [junit4]   2> 2829754 INFO  (qtp630770454-30096) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=214
   [junit4]   2> 2829759 INFO  (qtp630770454-30102) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 2829760 INFO  (qtp630770454-30100) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1585033928974008320,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2829760 INFO  (qtp630770454-30100) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@484bc65b commitCommandVersion:1585033928974008320
   [junit4]   2> 2830438 INFO  (qtp630770454-30100) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@13e79151[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 2830438 INFO  (qtp630770454-30100) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2830440 INFO  (searcherExecutor-9522-thread-1-processing-n:127.0.0.1:35819_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@13e79151[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100) Uninverting(_1(8.0.0):C100) Uninverting(_2(8.0.0):C100) Uninverting(_3(8.0.0):C100) Uninverting(_4(8.0.0):C100) Uninverting(_5(8.0.0):C100) Uninverting(_6(8.0.0):C100) Uninverting(_7(8.0.0):C100)))}
   [junit4]   2> 2830440 INFO  (qtp630770454-30100) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=679
   [junit4]   2> 2830444 INFO  (qtp630770454-30101) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 2830445 INFO  (qtp630770454-30096) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1585033929692282880,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2830445 INFO  (qtp630770454-30096) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@484bc65b commitCommandVersion:1585033929692282880
   [junit4]   2> 2830806 INFO  (qtp630770454-30096) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4d879e81[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 2830806 INFO  (qtp630770454-30096) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2830808 INFO  (searcherExecutor-9522-thread-1-processing-n:127.0.0.1:35819_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@4d879e81[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100) Uninverting(_1(8.0.0):C100) Uninverting(_2(8.0.0):C100) Uninverting(_3(8.0.0):C100) Uninverting(_4(8.0.0):C100) Uninverting(_5(8.0.0):C100) Uninverting(_6(8.0.0):C100) Uninverting(_7(8.0.0):C100) Uninverting(_8(8.0.0):C100)))}
   [junit4]   2> 2830809 INFO  (qtp630770454-30096) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=364
   [junit4]   2> 2830813 INFO  (qtp630770454-30102) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 2830813 INFO  (qtp630770454-30100) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1585033930078158848,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2830813 INFO  (qtp630770454-30100) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@484bc65b commitCommandVersion:1585033930078158848
   [junit4]   2> 2831075 INFO  (qtp630770454-30100) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3ca10a24[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 2831075 INFO  (qtp630770454-30100) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2831077 INFO  (searcherExecutor-9522-thread-1-processing-n:127.0.0.1:35819_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@3ca10a24[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100) Uninverting(_1(8.0.0):C100) Uninverting(_2(8.0.0):C100) Uninverting(_3(8.0.0):C100) Uninverting(_4(8.0.0):C100) Uninverting(_5(8.0.0):C100) Uninverting(_6(8.0.0):C100) Uninverting(_7(8.0.0):C100) Uninverting(_8(8.0.0):C100) Uninverting(_9(8.0.0):C100)))}
   [junit4]   2> 2831078 INFO  (qtp630770454-30100) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=264
   [junit4]   2> 2831078 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[20698C8B4A3DFDB7]) [    ] o.a.s.c.c.CdcrBootstrapTest Adding numDocs=1000
   [junit4]   2> 2831079 INFO  (qtp630770454-30101) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=cdcr-source:4&wt=javabin&version=2} hits=1000 status=0 QTime=0
   [junit4]   2> 2831095 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[20698C8B4A3DFDB7]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2831096 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[20698C8B4A3DFDB7]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35923/solr ready
   [junit4]   2> 2831099 INFO  (qtp784718727-30056) [n:127.0.0.1:37903_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=cdcr-target&name=cdcr-target&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2831101 INFO  (OverseerThreadFactory-9509-thread-1-processing-n:127.0.0.1:37903_solr) [n:127.0.0.1:37903_solr    ] o.a.s.c.CreateCollectionCmd Create collection cdcr-target
   [junit4]   2> 2831205 INFO  (OverseerStateUpdate-99064620275662851-127.0.0.1:37903_solr-n_0000000000) [n:127.0.0.1:37903_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"cdcr-target",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"cdcr-target_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:37903/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2831407 INFO  (qtp784718727-30058) [n:127.0.0.1:37903_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=cdcr-target&newCollection=true&name=cdcr-target_shard1_replica_n1&action=CREATE&numShards=1&collection=cdcr-target&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2831408 INFO  (qtp784718727-30058) [n:127.0.0.1:37903_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2831513 INFO  (zkCallback-6105-thread-1-processing-n:127.0.0.1:37903_solr) [n:127.0.0.1:37903_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2831513 INFO  (zkCallback-6105-thread-2-processing-n:127.0.0.1:37903_solr) [n:127.0.0.1:37903_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2832422 INFO  (qtp784718727-30058) [n:127.0.0.1:37903_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2832428 INFO  (qtp784718727-30058) [n:127.0.0.1:37903_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 2832431 INFO  (qtp784718727-30058) [n:127.0.0.1:37903_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.IndexSchema [cdcr-target_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 2832433 INFO  (qtp784718727-30058) [n:127.0.0.1:37903_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2832434 INFO  (qtp784718727-30058) [n:127.0.0.1:37903_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at /configs/cdcr-target/managed-schema
   [junit4]   2> 2832438 INFO  (qtp784718727-30058) [n:127.0.0.1:37903_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in ZooKeeper, renamed the non-managed schema /configs/cdcr-target/schema.xml to /configs/cdcr-target/schema.xml.bak
   [junit4]   2> 2832438 INFO  (qtp784718727-30058) [n:127.0.0.1:37903_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'cdcr-target_shard1_replica_n1' using configuration from collection cdcr-target, trusted=true
   [junit4]   2> 2832439 INFO  (qtp784718727-30058) [n:127.0.0.1:37903_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37903.solr.core.cdcr-target.shard1.replica_n1' (registry 'solr.core.cdcr-target.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b5d1c98
   [junit4]   2> 2832439 INFO  (qtp784718727-30058) [n:127.0.0.1:37903_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2832439 INFO  (qtp784718727-30058) [n:127.0.0.1:37903_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.SolrCore [[cdcr-target_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBootstrapTest_20698C8B4A3DFDB7-001/cdcr-target-001/node1/cdcr-target_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBootstrapTest_20698C8B4A3DFDB7-001/cdcr-target-001/node1/./cdcr-target_shard1_replica_n1/data/]
   [junit4]   2> 2832480 INFO  (qtp784718727-30058) [n:127.0.0.1:37903_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 2832480 INFO  (qtp784718727-30058) [n:127.0.0.1:37903_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2832481 INFO  (qtp784718727-30058) [n:127.0.0.1:37903_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2832481 INFO  (qtp784718727-30058) [n:127.0.0.1:37903_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2832481 INFO  (qtp784718727-30058) [n:127.0.0.1:37903_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4e5843c5[cdcr-target_shard1_replica_n1] main]
   [junit4]   2> 2832482 INFO  (qtp784718727-30058) [n:127.0.0.1:37903_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cdcr-target
   [junit4]   2> 2832482 INFO  (qtp784718727-30058) [n:127.0.0.1:37903_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cdcr-target
   [junit4]   2> 2832483 INFO  (qtp784718727-30058) [n:127.0.0.1:37903_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cdcr-target/managed-schema
   [junit4]   2> 2832483 INFO  (qtp784718727-30058) [n:127.0.0.1:37903_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 2832483 INFO  (qtp784718727-30058) [n:127.0.0.1:37903_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2832485 INFO  (qtp784718727-30058) [n:127.0.0.1:37903_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.h.CdcrBufferStateManager Created znode /collections/cdcr-target/cdcr/state/buffer
   [junit4]   2> 2832485 INFO  (qtp784718727-30058) [n:127.0.0.1:37903_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.h.CdcrProcessStateManager Created znode /collections/cdcr-target/cdcr/state/process
   [junit4]   2> 2832485 INFO  (searcherExecutor-9528-thread-1-processing-n:127.0.0.1:37903_solr x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node2) [n:127.0.0.1:37903_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-target_shard1_replica_n1] Registered new searcher Searcher@4e5843c5[cdcr-target_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2832486 INFO  (qtp784718727-30058) [n:127.0.0.1:37903_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1585033931832426496
   [junit4]   2> 2832489 INFO  (qtp784718727-30058) [n:127.0.0.1:37903_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2832489 INFO  (qtp784718727-30058) [n:127.0.0.1:37903_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2832489 INFO  (qtp784718727-30058) [n:127.0.0.1:37903_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:37903/solr/cdcr-target_shard1_replica_n1/
   [junit4]   2> 2832489 INFO  (qtp784718727-30058) [n:127.0.0.1:37903_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2832489 INFO  (qtp784718727-30058) [n:127.0.0.1:37903_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:37903/solr/cdcr-target_shard1_replica_n1/ has no replicas
   [junit4]   2> 2832489 INFO  (qtp784718727-30058) [n:127.0.0.1:37903_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2832490 INFO  (zkCallback-6105-thread-2-processing-n:127.0.0.1:37903_solr) [n:127.0.0.1:37903_solr    ] o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-target:shard1
   [junit4]   2> 2832492 INFO  (qtp784718727-30058) [n:127.0.0.1:37903_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:37903/solr/cdcr-target_shard1_replica_n1/ shard1
   [junit4]   2> 2832593 INFO  (zkCallback-6105-thread-2-processing-n:127.0.0.1:37903_solr) [n:127.0.0.1:37903_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2832593 INFO  (zkCallback-6105-thread-3-processing-n:127.0.0.1:37903_solr) [n:127.0.0.1:37903_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2832642 INFO  (qtp784718727-30058) [n:127.0.0.1:37903_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2832651 INFO  (qtp784718727-30058) [n:127.0.0.1:37903_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=cdcr-target&newCollection=true&name=cdcr-target_shard1_replica_n1&action=CREATE&numShards=1&collection=cdcr-target&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1244
   [junit4]   2> 2832657 INFO  (qtp784718727-30056) [n:127.0.0.1:37903_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 2832745 INFO  (zkCallback-6105-thread-2-processing-n:127.0.0.1:37903_solr) [n:127.0.0.1:37903_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2832745 INFO  (zkCallback-6105-thread-3-processing-n:127.0.0.1:37903_solr) [n:127.0.0.1:37903_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2833104 INFO  (OverseerCollectionConfigSetProcessor-99064620275662851-127.0.0.1:37903_solr-n_0000000000) [n:127.0.0.1:37903_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2833657 INFO  (qtp784718727-30056) [n:127.0.0.1:37903_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=cdcr-target&name=cdcr-target&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=2558
   [junit4]   2> 2834659 INFO  (zkCallback-6105-thread-3-processing-n:127.0.0.1:37903_solr) [n:127.0.0.1:37903_solr    ] o.a.s.h.CdcrProcessStateManager The CDCR process state has changed: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/cdcr/state/process @ cdcr-target:shard1
   [junit4]   2> 2834659 INFO  (qtp784718727-30057) [n:127.0.0.1:37903_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr params={qt=/cdcr&_stateVer_=cdcr-target:4&action=start&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 2834659 INFO  (zkCallback-6105-thread-3-processing-n:127.0.0.1:37903_solr) [n:127.0.0.1:37903_solr    ] o.a.s.h.CdcrProcessStateManager Received new CDCR process state from watcher: STARTED @ cdcr-target:shard1
   [junit4]   2> 2834665 INFO  (qtp630770454-30096) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2834666 INFO  (qtp630770454-30096) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35923/solr ready
   [junit4]   2> 2834672 INFO  (qtp784718727-30057) [n:127.0.0.1:37903_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.h.CdcrRequestHandler Found maxVersionFromRecent 0 maxVersionFromIndex 0
   [junit4]   2> 2834672 INFO  (qtp784718727-30057) [n:127.0.0.1:37903_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr params={action=SHARDCHECKPOINT&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 2834672 INFO  (qtp784718727-30058) [n:127.0.0.1:37903_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr params={_stateVer_=cdcr-target:4&action=COLLECTIONCHECKPOINT&wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 2834672 INFO  (qtp630770454-30096) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrReplicatorManager Create new update log reader for target cdcr-target with checkpoint -1 @ cdcr-source:shard1
   [junit4]   2> 2834673 INFO  (qtp630770454-30096) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection: cdcr-target, shard: shard1
   [junit4]   2> 2834673 INFO  (qtp630770454-30096) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrReplicatorManager Submitting bootstrap task to executor
   [junit4]   2> 2834674 INFO  (cdcr-bootstrap-status-6131-thread-1-processing-n:127.0.0.1:35819_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection: cdcr-target shard: shard1 leader: http://127.0.0.1:37903/solr/cdcr-target_shard1_replica_n1/
   [junit4]   2> 2834674 INFO  (zkCallback-6118-thread-2-processing-n:127.0.0.1:35819_solr) [n:127.0.0.1:35819_solr    ] o.a.s.h.CdcrProcessStateManager The CDCR process state has changed: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/cdcr/state/process @ cdcr-source:shard1
   [junit4]   2> 2834674 INFO  (qtp630770454-30096) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/cdcr params={qt=/cdcr&_stateVer_=cdcr-source:4&action=start&wt=javabin&version=2} status=0 QTime=13
   [junit4]   2> 2834674 INFO  (zkCallback-6118-thread-2-processing-n:127.0.0.1:35819_solr) [n:127.0.0.1:35819_solr    ] o.a.s.h.CdcrProcessStateManager Received new CDCR process state from watcher: STARTED @ cdcr-source:shard1
   [junit4]   2> 2834674 INFO  (qtp784718727-30056) [n:127.0.0.1:37903_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr params={qt=/cdcr&masterUrl=http://127.0.0.1:35819/solr/cdcr-source_shard1_replica_n1/&action=BOOTSTRAP&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2834675 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[20698C8B4A3DFDB7]) [    ] o.a.s.c.c.CdcrBootstrapTest Adding 10 docs with commit=true, numDocs=1100
   [junit4]   2> 2834675 INFO  (recoveryExecutor-6103-thread-1-processing-n:127.0.0.1:37903_solr x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node2) [n:127.0.0.1:37903_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 2834675 INFO  (qtp784718727-30053) [n:127.0.0.1:37903_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr params={qt=/cdcr&action=BOOTSTRAP_STATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2834676 INFO  (cdcr-bootstrap-status-6131-thread-1-processing-n:127.0.0.1:35819_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrReplicatorManager CDCR bootstrap running for 1 seconds, sleeping for 2000 ms
   [junit4]   2> 2834676 INFO  (qtp630770454-30101) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1585033934128807936,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2834677 INFO  (qtp630770454-30101) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@484bc65b commitCommandVersion:1585033934128807936
   [junit4]   2> 2834680 INFO  (qtp630770454-30102) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 2834862 INFO  (qtp630770454-30101) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3f8dfbae[cdcr-source_shard1_replica_n1] realtime]
   [junit4]   2> 2834862 INFO  (qtp630770454-30101) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2834862 INFO  (qtp630770454-30101) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={waitSearcher=true&openSearcher=false&commit=true&softCommit=false&commit_end_point=true&wt=javabin&version=2} status=0 QTime=185
   [junit4]   2> 2834862 INFO  (qtp630770454-30100) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1585033934134050816,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2834862 INFO  (qtp630770454-30100) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@484bc65b commitCommandVersion:1585033934134050816
   [junit4]   2> 2834864 INFO  (qtp630770454-30096) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 2834864 INFO  (recoveryExecutor-6103-thread-1-processing-n:127.0.0.1:37903_solr x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node2) [n:127.0.0.1:37903_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.h.IndexFetcher Master's generation: 12
   [junit4]   2> 2834864 INFO  (recoveryExecutor-6103-thread-1-processing-n:127.0.0.1:37903_solr x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node2) [n:127.0.0.1:37903_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.h.IndexFetcher Master's version: 1511606153612
   [junit4]   2> 2834864 INFO  (recoveryExecutor-6103-thread-1-processing-n:127.0.0.1:37903_solr x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node2) [n:127.0.0.1:37903_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 2834864 INFO  (recoveryExecutor-6103-thread-1-processing-n:127.0.0.1:37903_solr x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node2) [n:127.0.0.1:37903_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 2834864 INFO  (recoveryExecutor-6103-thread-1-processing-n:127.0.0.1:37903_solr x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node2) [n:127.0.0.1:37903_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.h.IndexFetcher Starting replication process
   [junit4]   2> 2834867 INFO  (qtp630770454-30101) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&tlogFiles=false&wt=javabin&version=2&command=filelist} status=0 QTime=2
   [junit4]   2> 2834868 INFO  (recoveryExecutor-6103-thread-1-processing-n:127.0.0.1:37903_solr x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node2) [n:127.0.0.1:37903_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.h.IndexFetcher Number of files in latest index in master: 33
   [junit4]   2> 2834869 INFO  (recoveryExecutor-6103-thread-1-processing-n:127.0.0.1:37903_solr x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node2) [n:127.0.0.1:37903_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 2834869 INFO  (recoveryExecutor-6103-thread-1-processing-n:127.0.0.1:37903_solr x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node2) [n:127.0.0.1:37903_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.h.IndexFetcher Starting download (fullCopy=false) to MockDirectoryWrapper(RAMDirectory@51eff534 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7f11aefa)
   [junit4]   2> 2834870 INFO  (qtp630770454-30098) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_LuceneVarGapFixedInterval_0.pos&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2834871 INFO  (qtp630770454-30096) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a.fdt&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2834874 INFO  (qtp630770454-30101) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_Asserting_0.pos&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2834875 INFO  (qtp630770454-30098) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_LuceneVarGapFixedInterval_0.doc&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2834876 INFO  (qtp630770454-30096) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a.si&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2834877 INFO  (qtp630770454-30101) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a.fdx&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2834878 INFO  (qtp630770454-30098) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_Asserting_0.tip&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2834879 INFO  (qtp630770454-30096) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_LuceneVarGapFixedInterval_0.tiv&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2834880 INFO  (qtp630770454-30101) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_Asserting_0.tim&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2834881 INFO  (qtp630770454-30098) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_Asserting_0.doc&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2834882 INFO  (qtp630770454-30096) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a.nvm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2834883 INFO  (qtp630770454-30101) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a.fnm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2834884 INFO  (qtp630770454-30098) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a.dii&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2834885 INFO  (qtp630770454-30096) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a.dim&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2834886 INFO  (qtp630770454-30101) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a.nvd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2834887 INFO  (qtp630770454-30098) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_LuceneVarGapFixedInterval_0.tib&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2834918 INFO  (qtp630770454-30096) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b_Asserting_0.tip&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2834919 INFO  (qtp630770454-30101) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b_Asserting_0.doc&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2834919 INFO  (qtp630770454-30098) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b_Asserting_0.tim&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2834920 INFO  (qtp630770454-30096) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b.nvd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2834921 INFO  (qtp630770454-30101) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b_LuceneVarGapFixedInterval_0.tib&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2834921 INFO  (qtp630770454-30098) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b_Asserting_0.pos&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2834922 INFO  (qtp630770454-30096) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b.si&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2834922 INFO  (qtp630770454-30101) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b.dim&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2834923 INFO  (qtp630770454-30098) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b_LuceneVarGapFixedInterval_0.tiv&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2834923 INFO  (qtp630770454-30096) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b.nvm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2834924 INFO  (qtp630770454-30101) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b.fnm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2834924 INFO  (qtp630770454-30098) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b.dii&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2834925 INFO  (qtp630770454-30096) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b.fdx&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2834925 INFO  (qtp630770454-30101) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b_LuceneVarGapFixedInterval_0.pos&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2834926 INFO  (qtp630770454-30098) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b.fdt&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2834926 INFO  (qtp630770454-30096) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b_LuceneVarGapFixedInterval_0.doc&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2834926 INFO  (qtp630770454-30101) [n:127.0.0.1:35819_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=segments_c&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2834927 INFO  (recoveryExecutor-6103-thread-1-processing-n:127.0.0.1:37903_solr x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node2) [n:127.0.0.1:37903_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-tar

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

dcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@42ddf4bb: rootName = solr_34623, domain = solr.core.cdcr-target.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.cdcr-target.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@58176210
   [junit4]   2> 3007626 INFO  (coreCloseExecutor-9649-thread-1) [n:127.0.0.1:34623_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.cdcr-target.shard1.leader, tag=1583418210
   [junit4]   2> 3007626 INFO  (coreCloseExecutor-9649-thread-1) [n:127.0.0.1:34623_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.h.CdcrRequestHandler Solr core is being closed - shutting down CDCR handler @ cdcr-target:shard1
   [junit4]   2> 3007627 INFO  (jetty-closer-6172-thread-1) [    ] o.a.s.c.Overseer Overseer (id=99064630950625283-127.0.0.1:34623_solr-n_0000000000) closing
   [junit4]   2> 3007627 INFO  (OverseerStateUpdate-99064630950625283-127.0.0.1:34623_solr-n_0000000000) [n:127.0.0.1:34623_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:34623_solr
   [junit4]   2> 3007627 WARN  (OverseerAutoScalingTriggerThread-99064630950625283-127.0.0.1:34623_solr-n_0000000000) [n:127.0.0.1:34623_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 3007638 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15ff2c1c99e0003, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 3007639 INFO  (jetty-closer-6172-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3d9a851{/solr,null,UNAVAILABLE}
   [junit4]   2> 3007639 ERROR (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[20698C8B4A3DFDB7]) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 3007640 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[20698C8B4A3DFDB7]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:42987 42987
   [junit4]   2> 3007647 INFO  (Thread-4200) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:42987 42987
   [junit4]   2> 3007648 WARN  (Thread-4200) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/collections/cdcr-target/state.json
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/collections/cdcr-target/cdcr/state/process
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 
   [junit4]   2> 3007650 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[20698C8B4A3DFDB7]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testConvertClusterToCdcrAndBootstrap
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBootstrapTest_20698C8B4A3DFDB7-001
   [junit4]   2> Nov 25, 2017 10:38:46 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 3 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {xyz=PostingsFormat(name=Asserting), id=PostingsFormat(name=LuceneVarGapFixedInterval)}, docValues:{}, maxPointsInLeafNode=592, maxMBSortInHeap=7.8017206946032225, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@3dd5c828), locale=ar-SA, timezone=America/Virgin
   [junit4]   2> NOTE: Linux 4.10.0-37-generic amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=8,threads=1,free=181423648,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolrConfigHandlerConcurrent, SolrMetricManagerTest, TestSchemaVersionResource, TestDynamicFieldCollectionResource, CoreAdminRequestStatusTest, HighlighterTest, DistanceUnitsTest, TestCloudManagedSchema, TestSmileRequest, ReturnFieldsTest, RequiredFieldsTest, TestObjectReleaseTracker, NodeLostTriggerTest, TestReplicaProperties, TestInfoStreamLogging, FullSolrCloudDistribCmdsTest, IndexSchemaTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, HdfsAutoAddReplicasIntegrationTest, TestExportWriter, LegacyCloudClusterPropTest, CurrencyFieldTypeTest, TestExtendedDismaxParser, OverseerTest, OverriddenZkACLAndCredentialsProvidersTest, SortByFunctionTest, TestHashQParserPlugin, AsyncCallRequestStatusResponseTest, DistribJoinFromCollectionTest, TestRawTransformer, TestRestManager, TestCharFilters, HighlighterMaxOffsetTest, WordBreakSolrSpellCheckerTest, TestFieldSortValues, TestLockTree, TestEmbeddedSolrServerConstructors, TestScoreJoinQPNoScore, TestElisionMultitermQuery, CopyFieldTest, SystemInfoHandlerTest, PluginInfoTest, TestFiltering, RecoveryZkTest, DistanceFunctionTest, TestFreeTextSuggestions, TestNumericTerms32, TestCollectionAPIs, DataDrivenBlockJoinTest, ScriptEngineTest, TestPolicyCloud, SolrJmxReporterTest, ShardSplitTest, TestCSVResponseWriter, HdfsUnloadDistributedZkTest, TestTrieFacet, TestAnalyzeInfixSuggestions, TestSolrCloudWithKerberosAlt, ImplicitSnitchTest, TestCollectionAPI, CdcrBidirectionalTest, LoggingHandlerTest, TestAuthenticationFramework, TestHashPartitioner, TestCustomStream, TestBackupRepositoryFactory, BlockDirectoryTest, TestLegacyTerms, ConnectionReuseTest, TestOrdValues, TestPayloadScoreQParserPlugin, AutoScalingHandlerTest, EchoParamsTest, TestDeleteCollectionOnDownNodes, TestDFISimilarityFactory, OverseerRolesTest, InfixSuggestersTest, TestPrepRecovery, CSVRequestHandlerTest, AnalyticsMergeStrategyTest, TestLeaderElectionZkExpiry, TestFieldCacheVsDocValues, TestFunctionQuery, ResponseHeaderTest, BasicDistributedZk2Test, TestLegacyField, SegmentsInfoRequestHandlerTest, CoreAdminHandlerTest, V2StandaloneTest, HdfsLockFactoryTest, TestDistributedStatsComponentCardinality, LargeFieldTest, CollectionReloadTest, SimplePostToolTest, TestPivotHelperCode, TestLMDirichletSimilarityFactory, TestSolrDeletionPolicy2, DistributedFacetPivotSmallTest, BadCopyFieldTest, LeaderFailureAfterFreshStartTest, SolrCoreCheckLockOnStartupTest, TestStressInPlaceUpdates, SmileWriterTest, TestQuerySenderListener, ExplicitHLLTest, TestConfigSetProperties, AtomicUpdatesTest, BasicAuthIntegrationTest, TestTrie, MetricsHandlerTest, DeleteStatusTest, TestAuthorizationFramework, SuggesterWFSTTest, TestBlobHandler, TestFieldCacheReopen, FieldAnalysisRequestHandlerTest, TestFieldResource, TestZkChroot, JvmMetricsTest, TestNumericRangeQuery64, TestDistributedGrouping, TestRecovery, TestRealTimeGet, TestStressReorder, TestJoin, TestStressVersions, DistributedTermsComponentTest, StatsComponentTest, QueryElevationComponentTest, TestLazyCores, TestBadConfig, TestIndexSearcher, ShowFileRequestHandlerTest, TestCoreDiscovery, SolrRequestParserTest, TestFoldingMultitermQuery, SuggesterTSTTest, SuggesterTest, TestCSVLoader, NoCacheHeaderTest, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, DefaultValueUpdateProcessorTest, TestRemoteStreaming, DocValuesMultiTest, XsltUpdateRequestHandlerTest, DebugComponentTest, CacheHeaderTest, IndexBasedSpellCheckerTest, TestSurroundQueryParser, DisMaxRequestHandlerTest, DirectSolrSpellCheckerTest, TestQueryTypes, FileBasedSpellCheckerTest, XmlUpdateRequestHandlerTest, RequestHandlersTest, DocumentBuilderTest, TermVectorComponentTest, RegexBoostProcessorTest, TestJmxIntegration, UpdateRequestProcessorFactoryTest, UniqFieldsUpdateProcessorFactoryTest, JsonLoaderTest, TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, PingRequestHandlerTest, TestLFUCache, TestSystemIdResolver, PrimUtilsTest, TestSuggestSpellingConverter, DateFieldTest, SpellingQueryConverterTest, RAMDirectoryFactoryTest, ClusterStateTest, TestSolrJ, TestLRUCache, TestDocumentBuilder, ZkNodePropsTest, SliceStateTest, UUIDFieldTest, FileUtilsTest, CircularListTest, DistributedMLTComponentTest, TestRTGBase, SolrTestCaseJ4Test, TestCrossCoreJoin, TestDistributedMissingSort, TestTolerantSearch, TestLuceneIndexBackCompat, AliasIntegrationTest, AssignBackwardCompatibilityTest, AssignTest, CollectionsAPIAsyncDistributedZkTest, CustomCollectionTest, DeleteReplicaTest, DistributedQueueTest, DocValuesNotIndexedTest, HttpPartitionTest, MultiThreadedOCPTest, ReplaceNodeTest, ReplicationFactorTest, RollingRestartTest, SSLMigrationTest, SimpleCollectionCreateDeleteTest, SolrXmlInZkTest, TestCloudPivotFacet, TestCloudSearcherWarming, TestConfigSetsAPIExclusivity, TestDownShardTolerantSearch, TestExclusionRuleCollectionAccess, TestLeaderElectionWithEmptyReplica, TestPullReplica, TestSizeLimitedDistributedMap, TestStressLiveNodes, TestTolerantUpdateProcessorCloud, TestTolerantUpdateProcessorRandomCloud, TlogReplayBufferedWhileIndexingTest, TriLevelCompositeIdRoutingTest, ZkFailoverTest, AutoAddReplicasPlanActionTest, ComputePlanActionTest, NodeAddedTriggerTest, SystemLogListenerTest, BaseCdcrDistributedZkTest, CdcrBootstrapTest]
   [junit4] Completed [606/751 (1!)] on J2 in 183.31s, 3 tests, 1 failure <<< FAILURES!

[...truncated 47736 lines...]

[JENKINS] Lucene-Solr-master-Linux (32bit/jdk1.8.0_144) - Build # 20992 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20992/
Java: 32bit/jdk1.8.0_144 -client -XX:+UseG1GC

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth

Error Message:
2 threads leaked from SUITE scope at org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth:     1) Thread[id=8799, name=jetty-launcher-1298-thread-2-EventThread, state=TIMED_WAITING, group=TGRP-TestImpersonationWithHadoopAuth]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)         at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)         at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)         at org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)         at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)         at org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)         at org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)         at org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)         at org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)         at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)         at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)    2) Thread[id=8801, name=jetty-launcher-1298-thread-1-EventThread, state=TIMED_WAITING, group=TGRP-TestImpersonationWithHadoopAuth]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)         at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)         at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)         at org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)         at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)         at org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)         at org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)         at org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)         at org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)         at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)         at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE scope at org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth: 
   1) Thread[id=8799, name=jetty-launcher-1298-thread-2-EventThread, state=TIMED_WAITING, group=TGRP-TestImpersonationWithHadoopAuth]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
        at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
        at org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
        at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
        at org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
        at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
        at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
        at org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
        at org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
        at org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
        at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
        at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
   2) Thread[id=8801, name=jetty-launcher-1298-thread-1-EventThread, state=TIMED_WAITING, group=TGRP-TestImpersonationWithHadoopAuth]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
        at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
        at org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
        at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
        at org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
        at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
        at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
        at org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
        at org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
        at org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
        at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
        at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
	at __randomizedtesting.SeedInfo.seed([8FC0EE0465CC3BFF]:0)


FAILED:  org.apache.solr.cloud.TestExclusionRuleCollectionAccess.doTest

Error Message:
Error from server at https://127.0.0.1:46019/solr: create the collection time out:180s

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:46019/solr: create the collection time out:180s
	at __randomizedtesting.SeedInfo.seed([8FC0EE0465CC3BFF:288456A008772846]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1103)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.TestExclusionRuleCollectionAccess.doTest(TestExclusionRuleCollectionAccess.java:36)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 11632 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestExclusionRuleCollectionAccess
   [junit4]   2> 0    INFO  (SUITE-TestExclusionRuleCollectionAccess-seed#[8FC0EE0465CC3BFF]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestExclusionRuleCollectionAccess_8FC0EE0465CC3BFF-001/init-core-data-001
   [junit4]   2> 102  INFO  (SUITE-TestExclusionRuleCollectionAccess-seed#[8FC0EE0465CC3BFF]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 136  INFO  (SUITE-TestExclusionRuleCollectionAccess-seed#[8FC0EE0465CC3BFF]-worker) [    ] o.e.j.u.log Logging initialized @1065ms
   [junit4]   2> 140  INFO  (SUITE-TestExclusionRuleCollectionAccess-seed#[8FC0EE0465CC3BFF]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 293  INFO  (SUITE-TestExclusionRuleCollectionAccess-seed#[8FC0EE0465CC3BFF]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestExclusionRuleCollectionAccess_8FC0EE0465CC3BFF-001/tempDir-001
   [junit4]   2> 299  INFO  (SUITE-TestExclusionRuleCollectionAccess-seed#[8FC0EE0465CC3BFF]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 301  INFO  (Thread-1) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 301  INFO  (Thread-1) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 380  ERROR (Thread-1) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 401  INFO  (SUITE-TestExclusionRuleCollectionAccess-seed#[8FC0EE0465CC3BFF]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:42971
   [junit4]   2> 649  INFO  (jetty-launcher-1-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 692  INFO  (jetty-launcher-1-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1ef343c{/solr,null,AVAILABLE}
   [junit4]   2> 710  INFO  (jetty-launcher-1-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@c160c2{SSL,[ssl, http/1.1]}{127.0.0.1:46019}
   [junit4]   2> 710  INFO  (jetty-launcher-1-thread-1) [    ] o.e.j.s.Server Started @1641ms
   [junit4]   2> 710  INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46019}
   [junit4]   2> 760  ERROR (jetty-launcher-1-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 760  INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 763  INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 763  INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 773  INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-25T06:52:44.485Z
   [junit4]   2> 790  INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 793  INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1102 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42971/solr
   [junit4]   2> 1262 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:46019_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1264 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:46019_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:46019_solr
   [junit4]   2> 1267 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:46019_solr    ] o.a.s.c.Overseer Overseer (id=99063743385567235-127.0.0.1:46019_solr-n_0000000000) starting
   [junit4]   2> 1345 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:46019_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46019_solr
   [junit4]   2> 1358 INFO  (zkCallback-8-thread-1-processing-n:127.0.0.1:46019_solr) [n:127.0.0.1:46019_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1761 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:46019_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46019.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b3dbef
   [junit4]   2> 1761 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:46019_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46019.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b3dbef
   [junit4]   2> 1762 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:46019_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46019.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b3dbef
   [junit4]   2> 1789 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:46019_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestExclusionRuleCollectionAccess_8FC0EE0465CC3BFF-001/tempDir-001/node1/.
   [junit4]   2> 1843 INFO  (SUITE-TestExclusionRuleCollectionAccess-seed#[8FC0EE0465CC3BFF]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1843 INFO  (SUITE-TestExclusionRuleCollectionAccess-seed#[8FC0EE0465CC3BFF]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42971/solr ready
   [junit4]   2> 1854 INFO  (TEST-TestExclusionRuleCollectionAccess.doTest-seed#[8FC0EE0465CC3BFF]) [    ] o.a.s.SolrTestCaseJ4 ###Starting doTest
   [junit4]   2> 2208 INFO  (qtp25563611-27) [n:127.0.0.1:46019_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&name=css33&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2216 INFO  (OverseerThreadFactory-8-thread-1-processing-n:127.0.0.1:46019_solr) [n:127.0.0.1:46019_solr    ] o.a.s.c.CreateCollectionCmd Create collection css33
   [junit4]   2> 2332 INFO  (OverseerStateUpdate-99063743385567235-127.0.0.1:46019_solr-n_0000000000) [n:127.0.0.1:46019_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"css33",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"css33_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:46019/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2550 INFO  (qtp25563611-23) [n:127.0.0.1:46019_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=css33_shard1_replica_n1&action=CREATE&numShards=1&collection=css33&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2553 INFO  (qtp25563611-23) [n:127.0.0.1:46019_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2670 INFO  (zkCallback-8-thread-1-processing-n:127.0.0.1:46019_solr) [n:127.0.0.1:46019_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/css33/state.json] for collection [css33] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2670 INFO  (zkCallback-8-thread-2-processing-n:127.0.0.1:46019_solr) [n:127.0.0.1:46019_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/css33/state.json] for collection [css33] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 3621 INFO  (qtp25563611-23) [n:127.0.0.1:46019_solr c:css33 s:shard1 r:core_node2 x:css33_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 3661 INFO  (qtp25563611-23) [n:127.0.0.1:46019_solr c:css33 s:shard1 r:core_node2 x:css33_shard1_replica_n1] o.a.s.s.IndexSchema [css33_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 3703 INFO  (qtp25563611-23) [n:127.0.0.1:46019_solr c:css33 s:shard1 r:core_node2 x:css33_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 3704 INFO  (qtp25563611-23) [n:127.0.0.1:46019_solr c:css33 s:shard1 r:core_node2 x:css33_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'css33_shard1_replica_n1' using configuration from collection css33, trusted=true
   [junit4]   2> 3736 INFO  (qtp25563611-23) [n:127.0.0.1:46019_solr c:css33 s:shard1 r:core_node2 x:css33_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46019.solr.core.css33.shard1.replica_n1' (registry 'solr.core.css33.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b3dbef
   [junit4]   2> 3743 INFO  (qtp25563611-23) [n:127.0.0.1:46019_solr c:css33 s:shard1 r:core_node2 x:css33_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 3757 INFO  (qtp25563611-23) [n:127.0.0.1:46019_solr c:css33 s:shard1 r:core_node2 x:css33_shard1_replica_n1] o.a.s.c.SolrCore [[css33_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestExclusionRuleCollectionAccess_8FC0EE0465CC3BFF-001/tempDir-001/node1/css33_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestExclusionRuleCollectionAccess_8FC0EE0465CC3BFF-001/tempDir-001/node1/./css33_shard1_replica_n1/data/]
   [junit4]   2> 4330 INFO  (qtp25563611-23) [n:127.0.0.1:46019_solr c:css33 s:shard1 r:core_node2 x:css33_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4330 INFO  (qtp25563611-23) [n:127.0.0.1:46019_solr c:css33 s:shard1 r:core_node2 x:css33_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 4337 INFO  (qtp25563611-23) [n:127.0.0.1:46019_solr c:css33 s:shard1 r:core_node2 x:css33_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 4337 INFO  (qtp25563611-23) [n:127.0.0.1:46019_solr c:css33 s:shard1 r:core_node2 x:css33_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 4358 INFO  (qtp25563611-23) [n:127.0.0.1:46019_solr c:css33 s:shard1 r:core_node2 x:css33_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1402ca5[css33_shard1_replica_n1] main]
   [junit4]   2> 4371 INFO  (qtp25563611-23) [n:127.0.0.1:46019_solr c:css33 s:shard1 r:core_node2 x:css33_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 4415 INFO  (qtp25563611-23) [n:127.0.0.1:46019_solr c:css33 s:shard1 r:core_node2 x:css33_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 4429 INFO  (qtp25563611-23) [n:127.0.0.1:46019_solr c:css33 s:shard1 r:core_node2 x:css33_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 4585 INFO  (searcherExecutor-11-thread-1-processing-n:127.0.0.1:46019_solr x:css33_shard1_replica_n1 s:shard1 c:css33 r:core_node2) [n:127.0.0.1:46019_solr c:css33 s:shard1 r:core_node2 x:css33_shard1_replica_n1] o.a.s.c.SolrCore [css33_shard1_replica_n1] Registered new searcher Searcher@1402ca5[css33_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4588 INFO  (qtp25563611-23) [n:127.0.0.1:46019_solr c:css33 s:shard1 r:core_node2 x:css33_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1585019898622377984
   [junit4]   2> 4606 INFO  (qtp25563611-23) [n:127.0.0.1:46019_solr c:css33 s:shard1 r:core_node2 x:css33_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 4606 INFO  (qtp25563611-23) [n:127.0.0.1:46019_solr c:css33 s:shard1 r:core_node2 x:css33_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 4606 INFO  (qtp25563611-23) [n:127.0.0.1:46019_solr c:css33 s:shard1 r:core_node2 x:css33_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:46019/solr/css33_shard1_replica_n1/
   [junit4]   2> 4607 INFO  (qtp25563611-23) [n:127.0.0.1:46019_solr c:css33 s:shard1 r:core_node2 x:css33_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 4607 INFO  (qtp25563611-23) [n:127.0.0.1:46019_solr c:css33 s:shard1 r:core_node2 x:css33_shard1_replica_n1] o.a.s.c.SyncStrategy https://127.0.0.1:46019/solr/css33_shard1_replica_n1/ has no replicas
   [junit4]   2> 4607 INFO  (qtp25563611-23) [n:127.0.0.1:46019_solr c:css33 s:shard1 r:core_node2 x:css33_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 4615 INFO  (qtp25563611-23) [n:127.0.0.1:46019_solr c:css33 s:shard1 r:core_node2 x:css33_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:46019/solr/css33_shard1_replica_n1/ shard1
   [junit4]   2> 182217 ERROR (qtp25563611-27) [n:127.0.0.1:46019_solr    ] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: create the collection time out:180s
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.handleResponse(CollectionsHandler.java:313)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:245)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:223)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:735)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:716)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:497)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:493)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 182218 INFO  (qtp25563611-27) [n:127.0.0.1:46019_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf&name=css33&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2} status=500 QTime=180038
   [junit4]   2> 182222 ERROR (qtp25563611-27) [n:127.0.0.1:46019_solr    ] o.a.s.s.HttpSolrCall null:org.apache.solr.common.SolrException: create the collection time out:180s
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.handleResponse(CollectionsHandler.java:313)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:245)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:223)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:735)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:716)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:497)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:493)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 182265 INFO  (TEST-TestExclusionRuleCollectionAccess.doTest-seed#[8FC0EE0465CC3BFF]) [    ] o.a.s.SolrTestCaseJ4 ###Ending doTest
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestExclusionRuleCollectionAccess -Dtests.method=doTest -Dtests.seed=8FC0EE0465CC3BFF -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ga-IE -Dtests.timezone=Pacific/Tarawa -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR    180s J2 | TestExclusionRuleCollectionAccess.doTest <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:46019/solr: create the collection time out:180s
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([8FC0EE0465CC3BFF:288456A008772846]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1103)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
   [junit4]    > 	at org.apache.solr.cloud.TestExclusionRuleCollectionAccess.doTest(TestExclusionRuleCollectionAccess.java:36)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 182275 INFO  (jetty-closer-2-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@c160c2{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 182275 INFO  (jetty-closer-2-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=30705689
   [junit4]   2> 182275 INFO  (jetty-closer-2-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 182276 INFO  (jetty-closer-2-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@cac6c3: rootName = solr_46019, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@ce7b36
   [junit4]   2> 182277 ERROR (OverseerThreadFactory-8-thread-1-processing-n:127.0.0.1:46019_solr) [n:127.0.0.1:46019_solr    ] o.a.s.c.OverseerCollectionMessageHandler Error from shard: https://127.0.0.1:46019/solr
   [junit4]   2> org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:46019/solr
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:657)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
   [junit4]   2> 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
   [junit4]   2> 	at org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:172)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: org.apache.http.NoHttpResponseException: 127.0.0.1:46019 failed to respond
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:141)
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
   [junit4]   2> 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
   [junit4]   2> 	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
   [junit4]   2> 	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
   [junit4]   2> 	at org.apache.solr.util.stats.InstrumentedHttpRequestExecutor.execute(InstrumentedHttpRequestExecutor.java:118)
   [junit4]   2> 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
   [junit4]   2> 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
   [junit4]   2> 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
   [junit4]   2> 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
   [junit4]   2> 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
   [junit4]   2> 	... 12 more
   [junit4]   2> 182279 ERROR (OverseerThreadFactory-8-thread-1-processing-n:127.0.0.1:46019_solr) [n:127.0.0.1:46019_solr    ] o.a.s.c.OverseerCollectionMessageHandler Cleaning up collection [css33].
   [junit4]   2> 182281 INFO  (OverseerThreadFactory-8-thread-1-processing-n:127.0.0.1:46019_solr) [n:127.0.0.1:46019_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 182282 ERROR (OverseerThreadFactory-8-thread-1-processing-n:127.0.0.1:46019_solr) [n:127.0.0.1:46019_solr    ] o.a.s.c.OverseerCollectionMessageHandler Error from shard: https://127.0.0.1:46019/solr
   [junit4]   2> org.apache.solr.client.solrj.SolrServerException: Server refused connection at: https://127.0.0.1:46019/solr
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:650)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
   [junit4]   2> 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
   [junit4]   2> 	at org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:172)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: org.apache.http.conn.HttpHostConnectException: Connect to 127.0.0.1:46019 [/127.0.0.1] failed: Connection refused (Connection refused)
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:159)
   [junit4]   2> 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:359)
   [junit4]   2> 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381)
   [junit4]   2> 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237)
   [junit4]   2> 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
   [junit4]   2> 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
   [junit4]   2> 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
   [junit4]   2> 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
   [junit4]   2> 	... 12 more
   [junit4]   2> Caused by: java.net.ConnectException: Connection refused (Connection refused)
   [junit4]   2> 	at java.net.PlainSocketImpl.socketConnect(Native Method)
   [junit4]   2> 	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
   [junit4]   2> 	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
   [junit4]   2> 	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
   [junit4]   2> 	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
   [junit4]   2> 	at java.net.Socket.connect(Socket.java:589)
   [junit4]   2> 	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:339)
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
   [junit4]   2> 	... 22 more
   [junit4]   2> 182287 INFO  (jetty-closer-2-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 182288 INFO  (jetty-closer-2-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1b52846: rootName = solr_46019, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@15e4887
   [junit4]   2> 182300 INFO  (jetty-closer-2-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 182300 INFO  (jetty-closer-2-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1283021: rootName = solr_46019, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@63d808
   [junit4]   2> 182301 INFO  (jetty-closer-2-thread-1) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:46019_solr
   [junit4]   2> 182302 INFO  (jetty-closer-2-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 182302 INFO  (zkCallback-8-thread-5-processing-n:127.0.0.1:46019_solr) [n:127.0.0.1:46019_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 182303 INFO  (coreCloseExecutor-16-thread-1) [n:127.0.0.1:46019_solr c:css33 s:shard1 r:core_node2 x:css33_shard1_replica_n1] o.a.s.c.SolrCore [css33_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@200b81
   [junit4]   2> 182303 INFO  (coreCloseExecutor-16-thread-1) [n:127.0.0.1:46019_solr c:css33 s:shard1 r:core_node2 x:css33_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.css33.shard1.replica_n1, tag=2100097
   [junit4]   2> 182303 INFO  (coreCloseExecutor-16-thread-1) [n:127.0.0.1:46019_solr c:css33 s:shard1 r:core_node2 x:css33_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@172bc58: rootName = solr_46019, domain = solr.core.css33.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.css33.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@1beca21
   [junit4]   2> 182318 INFO  (coreCloseExecutor-16-thread-1) [n:127.0.0.1:46019_solr c:css33 s:shard1 r:core_node2 x:css33_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.css33.shard1.leader, tag=2100097
   [junit4]   2> 182322 INFO  (jetty-closer-2-thread-1) [    ] o.a.s.c.Overseer Overseer (id=99063743385567235-127.0.0.1:46019_solr-n_0000000000) closing
   [junit4]   2> 182323 INFO  (OverseerStateUpdate-99063743385567235-127.0.0.1:46019_solr-n_0000000000) [n:127.0.0.1:46019_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:46019_solr
   [junit4]   2> 212328 INFO  (zkCallback-8-thread-5-processing-n:127.0.0.1:46019_solr) [n:127.0.0.1:46019_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/css33/state.json] for collection [css33] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 212328 INFO  (zkCallback-8-thread-4-processing-n:127.0.0.1:46019_solr) [n:127.0.0.1:46019_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/css33/state.json] for collection [css33] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 212338 ERROR (OverseerThreadFactory-8-thread-1-processing-n:127.0.0.1:46019_solr) [n:127.0.0.1:46019_solr    ] o.a.s.c.OverseerCollectionMessageHandler Collection: css33 operation: create failed:org.apache.solr.common.SolrException: Could not fully remove collection: css33
   [junit4]   2> 	at org.apache.solr.cloud.DeleteCollectionCmd.call(DeleteCollectionCmd.java:109)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionMessageHandler.cleanupCollection(OverseerCollectionMessageHandler.java:678)
   [junit4]   2> 	at org.apache.solr.cloud.CreateCollectionCmd.call(CreateCollectionCmd.java:302)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:232)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:464)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 212361 INFO  (OverseerThreadFactory-8-thread-1-processing-n:127.0.0.1:46019_solr) [n:127.0.0.1:46019_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 212362 WARN  (OverseerAutoScalingTriggerThread-99063743385567235-127.0.0.1:46019_solr-n_0000000000) [n:127.0.0.1:46019_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 212365 INFO  (jetty-closer-2-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1ef343c{/solr,null,UNAVAILABLE}
   [junit4]   2> 212400 ERROR (qtp25563611-23) [n:127.0.0.1:46019_solr c:css33 s:shard1 r:core_node2 x:css33_shard1_replica_n1] o.a.s.c.ZkController Error getting leader from zk
   [junit4]   2> org.apache.solr.common.SolrException: No registered leader was found after waiting for 1220000ms , collection: css33 slice: shard1 saw state=null with live_nodes=[]
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:771)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderUrl(ZkStateReader.java:736)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.getLeader(ZkController.java:1178)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.register(ZkController.java:1079)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.register(ZkController.java:1014)
   [junit4]   2> 	at org.apache.solr.core.ZkContainer.lambda$registerInZk$0(ZkContainer.java:181)
   [junit4]   2> 	at org.apache.solr.core.ZkContainer.registerInZk(ZkContainer.java:208)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.registerCore(CoreContainer.java:890)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1051)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:952)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:91)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:384)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:389)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:735)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:716)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:497)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:426)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 212401 ERROR (qtp25563611-23) [n:127.0.0.1:46019_solr c:css33 s:shard1 r:core_node2 x:css33_shard1_replica_n1] o.a.s.c.ZkContainer :org.apache.solr.common.SolrException: Error getting leader from zk for shard shard1
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.getLeader(ZkController.java:1207)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.register(ZkController.java:1079)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.register(ZkController.java:1014)
   [junit4]   2> 	at org.apache.solr.core.ZkContainer.lambda$registerInZk$0(ZkContainer.java:181)
   [junit4]   2> 	at org.apache.solr.core.ZkContainer.registerInZk(ZkContainer.java:208)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.registerCore(CoreContainer.java:890)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1051)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:952)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:91)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:384)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:389)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:735)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:716)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:497)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:426)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: No registered leader was found after waiting for 1220000ms , collection: css33 slice: shard1 saw state=null with live_nodes=[]
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:771)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderUrl(ZkStateReader.java:736)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.getLeader(ZkController.java:1178)
   [junit4]   2> 	... 44 more
   [junit4]   2> 
   [junit4]   2> 212413 INFO  (qtp25563611-23) [n:127.0.0.1:46019_solr c:css33 s:shard1 r:core_node2 x:css33_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=css33_shard1_replica_n1&action=CREATE&numShards=1&collection=css33&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=209866
   [junit4]   2> 212414 ERROR (SUITE-TestExclusionRuleCollectionAccess-seed#[8FC0EE0465CC3BFF]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 212415 INFO  (SUITE-TestExclusionRuleCollectionAccess-seed#[8FC0EE0465CC3BFF]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:42971 42971
   [junit4]   2> 217555 INFO  (Thread-1) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:42971 42971
   [junit4]   2> 217555 WARN  (Thread-1) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/collections/css33/state.json
   [junit4]   2> 	2	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/live_nodes
   [junit4]   2> 	2	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestExclusionRuleCollectionAccess_8FC0EE0465CC3BFF-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=756, maxMBSortInHeap=6.395002000246438, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@15c7058), locale=ga-IE, timezone=Pacific/Tarawa
   [junit4]   2> NOTE: Linux 4.10.0-37-generic i386/Oracle Corporation 1.8.0_144 (32-bit)/cpus=8,threads=1,free=24572856,total=61865984
   [junit4]   2> NOTE: All tests run in this JVM: [TestExclusionRuleCollectionAccess]
   [junit4] Completed [29/751 (1!)] on J2 in 218.02s, 1 test, 1 error <<< FAILURES!

[...truncated 601 lines...]
   [junit4] Suite: org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth
   [junit4]   2> 832513 INFO  (SUITE-TestImpersonationWithHadoopAuth-seed#[8FC0EE0465CC3BFF]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.hadoop.TestImpersonationWithHadoopAuth_8FC0EE0465CC3BFF-001/init-core-data-001
   [junit4]   2> 832514 WARN  (SUITE-TestImpersonationWithHadoopAuth-seed#[8FC0EE0465CC3BFF]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 832514 INFO  (SUITE-TestImpersonationWithHadoopAuth-seed#[8FC0EE0465CC3BFF]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 832515 INFO  (SUITE-TestImpersonationWithHadoopAuth-seed#[8FC0EE0465CC3BFF]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 832546 INFO  (SUITE-TestImpersonationWithHadoopAuth-seed#[8FC0EE0465CC3BFF]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.hadoop.TestImpersonationWithHadoopAuth_8FC0EE0465CC3BFF-001/tempDir-001
   [junit4]   2> 832546 INFO  (SUITE-TestImpersonationWithHadoopAuth-seed#[8FC0EE0465CC3BFF]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 832546 INFO  (Thread-1730) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 832546 INFO  (Thread-1730) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 832549 ERROR (Thread-1730) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 832646 INFO  (SUITE-TestImpersonationWithHadoopAuth-seed#[8FC0EE0465CC3BFF]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:34827
   [junit4]   2> 832672 INFO  (jetty-launcher-1298-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 832672 INFO  (jetty-launcher-1298-thread-2) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 832674 INFO  (jetty-launcher-1298-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1709f35{/solr,null,AVAILABLE}
   [junit4]   2> 832674 INFO  (jetty-launcher-1298-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6f867e{/solr,null,AVAILABLE}
   [junit4]   2> 832681 INFO  (jetty-launcher-1298-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1dc548{SSL,[ssl, http/1.1]}{127.0.0.1:35377}
   [junit4]   2> 832681 INFO  (jetty-launcher-1298-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@49557a{SSL,[ssl, http/1.1]}{127.0.0.1:38483}
   [junit4]   2> 832681 INFO  (jetty-launcher-1298-thread-1) [    ] o.e.j.s.Server Started @833572ms
   [junit4]   2> 832681 INFO  (jetty-launcher-1298-thread-2) [    ] o.e.j.s.Server Started @833572ms
   [junit4]   2> 832681 INFO  (jetty-launcher-1298-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35377}
   [junit4]   2> 832682 INFO  (jetty-launcher-1298-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38483}
   [junit4]   2> 832682 ERROR (jetty-launcher-1298-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 832682 INFO  (jetty-launcher-1298-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 832682 ERROR (jetty-launcher-1298-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 832682 INFO  (jetty-launcher-1298-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 832683 INFO  (jetty-launcher-1298-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 832683 INFO  (jetty-launcher-1298-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 832683 INFO  (jetty-launcher-1298-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 832683 INFO  (jetty-launcher-1298-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-25T07:06:36.366Z
   [junit4]   2> 832683 INFO  (jetty-launcher-1298-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 832683 INFO  (jetty-launcher-1298-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-25T07:06:36.366Z
   [junit4]   2> 832687 INFO  (jetty-launcher-1298-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 832688 INFO  (jetty-launcher-1298-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 832705 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15ff1ffd5460001, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 832708 INFO  (jetty-launcher-1298-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34827/solr
   [junit4]   2> 832709 INFO  (jetty-launcher-1298-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34827/solr
   [junit4]   2> 832713 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15ff1ffd5460003, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 832753 INFO  (jetty-launcher-1298-thread-1) [n:127.0.0.1:35377_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 832753 INFO  (jetty-launcher-1298-thread-2) [n:127.0.0.1:38483_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 832755 INFO  (jetty-launcher-1298-thread-1) [n:127.0.0.1:35377_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:35377_solr
   [junit4]   2> 832755 INFO  (jetty-launcher-1298-thread-2) [n:127.0.0.1:38483_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38483_solr
   [junit4]   2> 832755 INFO  (jetty-launcher-1298-thread-1) [n:127.0.0.1:35377_solr    ] o.a.s.c.Overseer Overseer (id=99063797922529285-127.0.0.1:35377_solr-n_0000000000) starting
   [junit4]   2> 832757 INFO  (zkCallback-1310-thread-1-processing-n:127.0.0.1:38483_solr) [n:127.0.0.1:38483_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 832758 INFO  (zkCallback-1309-thread-1-processing-n:127.0.0.1:35377_solr) [n:127.0.0.1:35377_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 832761 INFO  (jetty-launcher-1298-thread-1) [n:127.0.0.1:35377_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35377_solr
   [junit4]   2> 832766 INFO  (zkCallback-1309-thread-1-processing-n:127.0.0.1:35377_solr) [n:127.0.0.1:35377_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 832766 INFO  (zkCallback-1310-thread-1-processing-n:127.0.0.1:38483_solr) [n:127.0.0.1:38483_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 832880 INFO  (jetty-launcher-1298-thread-2) [n:127.0.0.1:38483_solr    ] o.a.s.c.CoreContainer Initializing authentication plugin: org.apache.solr.security.HadoopAuthPlugin
   [junit4]   2> 832885 INFO  (jetty-launcher-1298-thread-2) [n:127.0.0.1:38483_solr    ] o.a.s.s.HadoopAuthPlugin Params: {proxyuser.anyHostUsersGroup.hosts=*, proxyuser.wrongHost.hosts=1.1.1.1.1.1, proxyuser.bogusGroup.groups=__some_bogus_group, proxyuser.localHostAnyGroup.groups=*, cookie.domain=127.0.0.1, proxyuser.wrongHost.groups=*, type=simple, proxyuser.noHosts.groups=*, proxyuser.anyHostUsersGroup.groups=jenkins, proxyuser.noGroups.hosts=*, proxyuser.anyHostAnyUser.groups=*, delegation-token.token-kind=solr-dt, proxyuser.bogusGroup.hosts=*, zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm, signer.secret.provider.zookeeper.path=/token, zk-dt-secret-manager.enable=true, proxyuser.localHostAnyGroup.hosts=localhost.localdomain,localhost,127.0.0.1, proxyuser.anyHostAnyUser.hosts=*, signer.secret.provider=zookeeper}
   [junit4]   2> 832902 INFO  (jetty-launcher-1298-thread-1) [n:127.0.0.1:35377_solr    ] o.a.s.c.CoreContainer Initializing authentication plugin: org.apache.solr.security.HadoopAuthPlugin
   [junit4]   2> 832902 INFO  (jetty-launcher-1298-thread-1) [n:127.0.0.1:35377_solr    ] o.a.s.s.HadoopAuthPlugin Params: {proxyuser.anyHostUsersGroup.hosts=*, proxyuser.wrongHost.hosts=1.1.1.1.1.1, proxyuser.bogusGroup.groups=__some_bogus_group, proxyuser.localHostAnyGroup.groups=*, cookie.domain=127.0.0.1, proxyuser.wrongHost.groups=*, type=simple, proxyuser.noHosts.groups=*, proxyuser.anyHostUsersGroup.groups=jenkins, proxyuser.noGroups.hosts=*, proxyuser.anyHostAnyUser.groups=*, delegation-token.token-kind=solr-dt, proxyuser.bogusGroup.hosts=*, zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm, signer.secret.provider.zookeeper.path=/token, zk-dt-secret-manager.enable=true, proxyuser.localHostAnyGroup.hosts=localhost.localdomain,localhost,127.0.0.1, proxyuser.anyHostAnyUser.hosts=*, signer.secret.provider=zookeeper}
   [junit4]   2> 832936 INFO  (jetty-launcher-1298-thread-2) [n:127.0.0.1:38483_solr    ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 832936 INFO  (jetty-launcher-1298-thread-1) [n:127.0.0.1:35377_solr    ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 832956 INFO  (jetty-launcher-1298-thread-1-EventThread) [n:127.0.0.1:35377_solr    ] o.a.c.f.s.ConnectionStateManager State change: CONNECTED
   [junit4]   2> 832956 INFO  (jetty-launcher-1298-thread-2-EventThread) [n:127.0.0.1:38483_solr    ] o.a.c.f.s.ConnectionStateManager State change: CONNECTED
   [junit4]   2> 833040 INFO  (jetty-launcher-1298-thread-1) [n:127.0.0.1:35377_solr    ] o.a.s.c.CoreContainer PKIAuthenticationPlugin is managing internode requests
   [junit4]   2> 833040 INFO  (jetty-launcher-1298-thread-2) [n:127.0.0.1:38483_solr    ] o.a.s.c.CoreContainer PKIAuthenticationPlugin is managing internode requests
   [junit4]   2> 833082 INFO  (jetty-launcher-1298-thread-2) [n:127.0.0.1:38483_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38483.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@ec060c
   [junit4]   2> 833088 INFO  (jetty-launcher-1298-thread-1) [n:127.0.0.1:35377_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35377.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@ec060c
   [junit4]   2> 833098 INFO  (jetty-launcher-1298-thread-2) [n:127.0.0.1:38483_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38483.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@ec060c
   [junit4]   2> 833098 INFO  (jetty-launcher-1298-thread-2) [n:127.0.0.1:38483_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38483.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@ec060c
   [junit4]   2> 833098 INFO  (jetty-launcher-1298-thread-1) [n:127.0.0.1:35377_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35377.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@ec060c
   [junit4]   2> 833099 INFO  (jetty-launcher-1298-thread-1) [n:127.0.0.1:35377_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35377.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@ec060c
   [junit4]   2> 833100 INFO  (jetty-launcher-1298-thread-2) [n:127.0.0.1:38483_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.hadoop.TestImpersonationWithHadoopAuth_8FC0EE0465CC3BFF-001/tempDir-001/node2/.
   [junit4]   2> 833100 INFO  (jetty-launcher-1298-thread-1) [n:127.0.0.1:35377_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.hadoop.TestImpersonationWithHadoopAuth_8FC0EE0465CC3BFF-001/tempDir-001/node1/.
   [junit4]   2> 833158 INFO  (SUITE-TestImpersonationWithHadoopAuth-seed#[8FC0EE0465CC3BFF]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 833158 INFO  (SUITE-TestImpersonationWithHadoopAuth-seed#[8FC0EE0465CC3BFF]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34827/solr ready
   [junit4]   2> 833256 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyValidateHost-seed#[8FC0EE0465CC3BFF]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyValidateHost
   [junit4]   2> 833335 INFO  (qtp31836110-8750) [n:127.0.0.1:35377_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params doAs=bar&action=LIST&user.name=localHostAnyGroup&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 833335 INFO  (qtp31836110-8750) [n:127.0.0.1:35377_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={doAs=bar&action=LIST&user.name=localHostAnyGroup&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 833340 WARN  (TEST-TestImpersonationWithHadoopAuth.testProxyValidateHost-seed#[8FC0EE0465CC3BFF]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=localHostAnyGroup&p=localHostAnyGroup&t=simple-dt&e=1511629597013&s=7WYUZ/qKlwaUxHKW1t9828eYA2w="; Domain=127.0.0.1; Expires=lø, 25-nov.-2017 17:06:37 GMT; Secure; HttpOnly". Invalid 'expires' attribute: lø, 25-nov.-2017 17:06:37 GMT
   [junit4]   2> 833343 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyValidateHost-seed#[8FC0EE0465CC3BFF]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyValidateHost
   [junit4]   2> 833434 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyNoConfigHosts-seed#[8FC0EE0465CC3BFF]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyNoConfigHosts
   [junit4]   2> 833454 WARN  (TEST-TestImpersonationWithHadoopAuth.testProxyNoConfigHosts-seed#[8FC0EE0465CC3BFF]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=noHosts&p=noHosts&t=simple-dt&e=1511629597125&s=tngIBJOW+omy8bYj+id70Uq8Na8="; Domain=127.0.0.1; Expires=lø, 25-nov.-2017 17:06:37 GMT; Secure; HttpOnly". Invalid 'expires' attribute: lø, 25-nov.-2017 17:06:37 GMT
   [junit4]   2> 833454 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyNoConfigHosts-seed#[8FC0EE0465CC3BFF]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyNoConfigHosts
   [junit4]   2> 833545 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyValidateGroup-seed#[8FC0EE0465CC3BFF]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyValidateGroup
   [junit4]   2> 833571 INFO  (qtp31836110-8753) [n:127.0.0.1:35377_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params doAs=jenkins&action=LIST&user.name=anyHostUsersGroup&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 833571 INFO  (qtp31836110-8753) [n:127.0.0.1:35377_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={doAs=jenkins&action=LIST&user.name=anyHostUsersGroup&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 833572 WARN  (TEST-TestImpersonationWithHadoopAuth.testProxyValidateGroup-seed#[8FC0EE0465CC3BFF]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=anyHostUsersGroup&p=anyHostUsersGroup&t=simple-dt&e=1511629597233&s=3YlCoyEniRAG8MrT2tued/XNksk="; Domain=127.0.0.1; Expires=lø, 25-nov.-2017 17:06:37 GMT; Secure; HttpOnly". Invalid 'expires' attribute: lø, 25-nov.-2017 17:06:37 GMT
   [junit4]   2> 833572 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyValidateGroup-seed#[8FC0EE0465CC3BFF]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyValidateGroup
   [junit4]   2> 833669 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyNoConfigGroups-seed#[8FC0EE0465CC3BFF]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyNoConfigGroups
   [junit4]   2> 833677 WARN  (TEST-TestImpersonationWithHadoopAuth.testProxyNoConfigGroups-seed#[8FC0EE0465CC3BFF]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=noGroups&p=noGroups&t=simple-dt&e=1511629597357&s=mMApGPs6ZVWTR2PEGumninQk/FE="; Domain=127.0.0.1; Expires=lø, 25-nov.-2017 17:06:37 GMT; Secure; HttpOnly". Invalid 'expires' attribute: lø, 25-nov.-2017 17:06:37 GMT
   [junit4]   2> 833678 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyNoConfigGroups-seed#[8FC0EE0465CC3BFF]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyNoConfigGroups
   [junit4]   2> 833771 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyInvalidProxyUser-seed#[8FC0EE0465CC3BFF]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyInvalidProxyUser
   [junit4]   2> 833785 WARN  (TEST-TestImpersonationWithHadoopAuth.testProxyInvalidProxyUser-seed#[8FC0EE0465CC3BFF]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=bar&p=bar&t=simple-dt&e=1511629597458&s=67mSXx+lLyDIpUr91r8ZvxfuM3A="; Domain=127.0.0.1; Expires=lø, 25-nov.-2017 17:06:37 GMT; Secure; HttpOnly". Invalid 'expires' attribute: lø, 25-nov.-2017 17:06:37 GMT
   [junit4]   2> 833785 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyInvalidProxyUser-seed#[8FC0EE0465CC3BFF]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyInvalidProxyUser
   [junit4] IGNOR/A 0.00s J1 | TestImpersonationWithHadoopAuth.testForwarding
   [junit4]    > Assumption #1: 'awaitsfix' test group is disabled (@AwaitsFix(bugUrl=https://issues.apache.org/jira/browse/HADOOP-9893))
   [junit4]   2> 833886 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyWrongHost-seed#[8FC0EE0465CC3BFF]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyWrongHost
   [junit4]   2> 848907 WARN  (jetty-launcher-1298-thread-2-SendThread(127.0.0.1:34827)) [n:127.0.0.1:38483_solr    ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 15807ms for sessionid 0x15ff1ffd5460006
   [junit4]   2> 848907 WARN  (jetty-launcher-1298-thread-2-SendThread(127.0.0.1:34827)) [n:127.0.0.1:38483_solr    ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 15867ms for sessionid 0x15ff1ffd5460007
   [junit4]   2> 848911 WARN  (jetty-launcher-1298-thread-1-SendThread(127.0.0.1:34827)) [n:127.0.0.1:35377_solr    ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 15810ms for sessionid 0x15ff1ffd5460005
   [junit4]   2> 848907 WARN  (jetty-launcher-1298-thread-1-SendThread(127.0.0.1:34827)) [n:127.0.0.1:35377_solr    ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 15867ms for sessionid 0x15ff1ffd5460008
   [junit4]   2> 848911 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15ff1ffd5460006, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 848912 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15ff1ffd5460008, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 848912 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15ff1ffd5460007, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 848913 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15ff1ffd5460005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 848917 WARN  (TEST-TestImpersonationWithHadoopAuth.testProxyWrongHost-seed#[8FC0EE0465CC3BFF]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=wrongHost&p=wrongHost&t=simple-dt&e=1511629597573&s=Q7zxMtPxbClz+CzZyhRkITXK1wI="; Domain=127.0.0.1; Expires=lø, 25-nov.-2017 17:06:37 GMT; Secure; HttpOnly". Invalid 'expires' attribute: lø, 25-nov.-2017 17:06:37 GMT
   [junit4]   2> 848918 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyWrongHost-seed#[8FC0EE0465CC3BFF]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyWrongHost
   [junit4]   2> 849011 INFO  (jetty-launcher-1298-thread-2-EventThread) [n:127.0.0.1:38483_solr    ] o.a.c.f.s.ConnectionStateManager State change: SUSPENDED
   [junit4]   2> 849011 WARN  (zkCallback-1309-thread-1-processing-n:127.0.0.1:35377_solr) [n:127.0.0.1:35377_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6e8375 name: ZooKeeperConnection Watcher:127.0.0.1:34827/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 849014 WARN  (zkCallback-1317-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@13d3458 name: ZooKeeperConnection Watcher:127.0.0.1:34827/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 849016 WARN  (zkCallback-1317-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 849016 WARN  (zkCallback-1309-thread-1-processing-n:127.0.0.1:35377_solr) [n:127.0.0.1:35377_solr    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 849011 INFO  (jetty-launcher-1298-thread-1-EventThread) [n:127.0.0.1:35377_solr    ] o.a.c.f.s.ConnectionStateManager State change: SUSPENDED
   [junit4]   2> 849030 WARN  (zkCallback-1310-thread-1-processing-n:127.0.0.1:38483_solr) [n:127.0.0.1:38483_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@cddc07 name: ZooKeeperConnection Watcher:127.0.0.1:34827/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 849036 WARN  (zkCallback-1310-thread-1-processing-n:127.0.0.1:38483_solr) [n:127.0.0.1:38483_solr    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 849037 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyNullProxyUser-seed#[8FC0EE0465CC3BFF]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyNullProxyUser
   [junit4]   2> 849042 INFO  (qtp31836110-8765) [    ] o.a.s.s.SolrDispatchFilter Error authenticating
   [junit4]   2> java.lang.IllegalArgumentException: userName is NULL, empty or contains a '&'
   [junit4]   2> 	at org.apache.hadoop.security.authentication.util.AuthToken.checkForIllegalArgument(AuthToken.java:87)
   [junit4]   2> 	at org.apache.hadoop.security.authentication.util.AuthToken.<init>(AuthToken.java:70)
   [junit4]   2> 	at org.apache.hadoop.security.authentication.server.AuthenticationToken.<init>(AuthenticationToken.java:58)
   [junit4]   2> 	at org.apache.hadoop.security.authentication.server.PseudoAuthenticationHandler.authenticate(PseudoAuthenticationHandler.java:195)
   [junit4]   2> 	at org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticationHandler.authenticate(DelegationTokenAuthenticationHandler.java:348)
   [junit4]   2> 	at org.apache.solr.security.RequestContinuesRecorderAuthenticationHandler.authenticate(RequestContinuesRecorderAuthenticationHandler.java:69)
   [junit4]   2> 	at org.apache.hadoop.security.authentication.server.AuthenticationFilter.doFilter(AuthenticationFilter.java:518)
   [junit4]   2> 	at org.apache.solr.security.HadoopAuthFilter.doFilter(HadoopAuthFilter.java:110)
   [junit4]   2> 	at org.apache.solr.security.HadoopAuthPlugin.doAuthenticate(HadoopAuthPlugin.java:245)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.authenticateRequest(SolrDispatchFilter.java:451)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(

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

wnLatch.java:277)
   [junit4]   2> 	at org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
   [junit4]   2> 	at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
   [junit4]   2> 	at org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
   [junit4]   2> 	at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
   [junit4]   2> 	at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
   [junit4]   2> 	at org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
   [junit4]   2> 	at org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
   [junit4]   2> 	at org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
   [junit4]   2> 	at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
   [junit4]   2> 872600 ERROR (jetty-launcher-1298-thread-1-EventThread) [n:127.0.0.1:35377_solr    ] o.a.c.f.i.CuratorFrameworkImpl Watcher exception
   [junit4]   2> java.lang.InterruptedException
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1039)
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
   [junit4]   2> 	at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
   [junit4]   2> 	at org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
   [junit4]   2> 	at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
   [junit4]   2> 	at org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
   [junit4]   2> 	at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
   [junit4]   2> 	at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
   [junit4]   2> 	at org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
   [junit4]   2> 	at org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
   [junit4]   2> 	at org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
   [junit4]   2> 	at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
   [junit4]   2> Nov 25, 2017 7:07:16 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=1978, maxMBSortInHeap=7.844095321414042, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@18706ed), locale=da, timezone=Australia/Melbourne
   [junit4]   2> NOTE: Linux 4.10.0-37-generic i386/Oracle Corporation 1.8.0_144 (32-bit)/cpus=8,threads=1,free=280205216,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestRangeQuery, TestHttpShardHandlerFactory, TestLuceneMatchVersion, SuggesterFSTTest, BaseCdcrDistributedZkTest, DocValuesMissingTest, TestSurroundQueryParser, TestStressRecovery, UUIDUpdateProcessorFallbackTest, InfoHandlerTest, TestDistribIDF, ShufflingReplicaListTransformerTest, SystemLogListenerTest, CloudExitableDirectoryReaderTest, ZkCLITest, TestRebalanceLeaders, TermVectorComponentDistributedTest, TestRawResponseWriter, HLLSerializationTest, MoveReplicaTest, TestJettySolrRunner, TestManagedResourceStorage, MetricUtilsTest, TestTlogReplica, TestCoreAdminApis, QueryResultKeyTest, JavabinLoaderTest, SolrJmxReporterCloudTest, SOLR749Test, SolrIndexConfigTest, TestImplicitCoreProperties, DistributedVersionInfoTest, TestSolrCLIRunExample, PolyFieldTest, RankQueryTest, CursorMarkTest, TestManagedSynonymGraphFilterFactory, OpenCloseCoreStressTest, TestRestoreCore, FacetPivotSmallTest, ChaosMonkeySafeLeaderWithPullReplicasTest, HdfsDirectoryTest, HighlighterConfigTest, NodeAddedTriggerTest, TestEmbeddedSolrServerAdminHandler, SolrMetricsIntegrationTest, TestLeaderElectionWithEmptyReplica, TestStressReorder, TestStressLucene, TestStreamBody, PreAnalyzedUpdateProcessorTest, ZkStateWriterTest, TestHdfsBackupRestoreCore, AssignTest, TestFieldCollectionResource, QueryEqualityTest, OverseerModifyCollectionTest, TestSchemaManager, BJQParserTest, TestRequestStatusCollectionAPI, ShowFileRequestHandlerTest, SolrRequestParserTest, HttpSolrCallGetCoreTest, ClassificationUpdateProcessorIntegrationTest, RegexBoostProcessorTest, TestFieldTypeResource, TestSolrQueryResponse, TestLazyCores, TestCryptoKeys, TestSimpleQParserPlugin, TestLegacyNumericUtils, DeleteShardTest, TestNamedUpdateProcessors, DirectUpdateHandlerTest, CdcrVersionReplicationTest, TestConfigSetsAPI, TestImpersonationWithHadoopAuth]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestImpersonationWithHadoopAuth -Dtests.seed=8FC0EE0465CC3BFF -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=da -Dtests.timezone=Australia/Melbourne -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | TestImpersonationWithHadoopAuth (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE scope at org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth: 
   [junit4]    >    1) Thread[id=8799, name=jetty-launcher-1298-thread-2-EventThread, state=TIMED_WAITING, group=TGRP-TestImpersonationWithHadoopAuth]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
   [junit4]    >         at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
   [junit4]    >         at org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
   [junit4]    >         at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
   [junit4]    >         at org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
   [junit4]    >         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
   [junit4]    >         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
   [junit4]    >         at org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
   [junit4]    >         at org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
   [junit4]    >         at org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
   [junit4]    >         at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
   [junit4]    >    2) Thread[id=8801, name=jetty-launcher-1298-thread-1-EventThread, state=TIMED_WAITING, group=TGRP-TestImpersonationWithHadoopAuth]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
   [junit4]    >         at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
   [junit4]    >         at org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
   [junit4]    >         at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
   [junit4]    >         at org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
   [junit4]    >         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
   [junit4]    >         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
   [junit4]    >         at org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
   [junit4]    >         at org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
   [junit4]    >         at org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
   [junit4]    >         at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([8FC0EE0465CC3BFF]:0)
   [junit4] Completed [220/751 (2!)] on J1 in 40.11s, 10 tests, 1 error, 1 skipped <<< FAILURES!

[...truncated 44937 lines...]