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 2016/10/14 11:58:17 UTC

[JENKINS] Lucene-Solr-master-Linux (32bit/jdk1.8.0_102) - Build # 18045 - Failure!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/18045/
Java: 32bit/jdk1.8.0_102 -client -XX:+UseConcMarkSweepGC

1 tests failed.
FAILED:  org.apache.solr.cloud.CdcrVersionReplicationTest.testCdcrDocVersions

Error Message:
java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:42982/solr within 10000 ms

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:42982/solr within 10000 ms
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:182)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:116)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:106)
	at org.apache.solr.common.cloud.ZkStateReader.<init>(ZkStateReader.java:226)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.connect(CloudSolrClient.java:563)
	at org.apache.solr.cloud.BaseCdcrDistributedZkTest.waitForCollectionToDisappear(BaseCdcrDistributedZkTest.java:496)
	at org.apache.solr.cloud.BaseCdcrDistributedZkTest.startServers(BaseCdcrDistributedZkTest.java:598)
	at org.apache.solr.cloud.BaseCdcrDistributedZkTest.createSourceCollection(BaseCdcrDistributedZkTest.java:348)
	at org.apache.solr.cloud.BaseCdcrDistributedZkTest.baseBefore(BaseCdcrDistributedZkTest.java:167)
	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:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:905)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
	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:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	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:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:42982/solr within 10000 ms
	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:233)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:174)
	... 48 more




Build Log:
[...truncated 11000 lines...]
   [junit4] Suite: org.apache.solr.cloud.CdcrVersionReplicationTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_ECA086B4B900D93A-001/init-core-data-001
   [junit4]   2> 38518 INFO  (SUITE-CdcrVersionReplicationTest-seed#[ECA086B4B900D93A]-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> 38519 INFO  (SUITE-CdcrVersionReplicationTest-seed#[ECA086B4B900D93A]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_uqe/
   [junit4]   2> 38522 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 38522 INFO  (Thread-80) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 38522 INFO  (Thread-80) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 38622 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] o.a.s.c.ZkTestServer start zk server on port:42982
   [junit4]   2> 38642 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-cdcr.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 38644 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] 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> 38646 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] 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> 38648 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] 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> 38655 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] 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> 38657 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] 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> 38660 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] 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> 38662 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] 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> 38665 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] 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> 38666 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] 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> 38668 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] 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> 38680 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCdcrDocVersions
   [junit4]   2> 38791 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_ECA086B4B900D93A-001/jetty-001/cores/collection1
   [junit4]   2> 38849 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 38851 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@73f53a{/_uqe,null,AVAILABLE}
   [junit4]   2> 38864 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] o.e.j.s.ServerConnector Started ServerConnector@5072a8{SSL,[ssl, http/1.1]}{127.0.0.1:41218}
   [junit4]   2> 38864 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] o.e.j.s.Server Started @40800ms
   [junit4]   2> 38864 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {shards=shard1, hostContext=/_uqe, hostPort=41218, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_ECA086B4B900D93A-001/jetty-001/cores}
   [junit4]   2> 38865 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.0.0
   [junit4]   2> 38865 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 38865 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 38865 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-10-14T11:05:59.350Z
   [junit4]   2> 38874 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 38874 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_ECA086B4B900D93A-001/jetty-001/solr.xml
   [junit4]   2> 38902 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42982/solr
   [junit4]   2> 38908 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 0x157c2deb9e00004, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 38944 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [n:127.0.0.1:41218__uqe    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41218__uqe
   [junit4]   2> 38946 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [n:127.0.0.1:41218__uqe    ] o.a.s.c.Overseer Overseer (id=96760178868748293-127.0.0.1:41218__uqe-n_0000000000) starting
   [junit4]   2> 38956 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [n:127.0.0.1:41218__uqe    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41218__uqe
   [junit4]   2> 38964 INFO  (zkCallback-71-thread-1-processing-n:127.0.0.1:41218__uqe) [n:127.0.0.1:41218__uqe    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 39029 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [n:127.0.0.1:41218__uqe    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_ECA086B4B900D93A-001/jetty-001/cores
   [junit4]   2> 39029 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [n:127.0.0.1:41218__uqe    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 39033 INFO  (OverseerStateUpdate-96760178868748293-127.0.0.1:41218__uqe-n_0000000000) [n:127.0.0.1:41218__uqe    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 40035 INFO  (coreLoadExecutor-403-thread-1-processing-n:127.0.0.1:41218__uqe) [n:127.0.0.1:41218__uqe c:tmp_collection   x:collection1] o.a.s.c.ZkController Only one config set found in zk - using it:conf1
   [junit4]   2> 40064 INFO  (coreLoadExecutor-403-thread-1-processing-n:127.0.0.1:41218__uqe) [n:127.0.0.1:41218__uqe c:tmp_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 40162 INFO  (coreLoadExecutor-403-thread-1-processing-n:127.0.0.1:41218__uqe) [n:127.0.0.1:41218__uqe c:tmp_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 40498 WARN  (coreLoadExecutor-403-thread-1-processing-n:127.0.0.1:41218__uqe) [n:127.0.0.1:41218__uqe c:tmp_collection   x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 40503 INFO  (coreLoadExecutor-403-thread-1-processing-n:127.0.0.1:41218__uqe) [n:127.0.0.1:41218__uqe c:tmp_collection   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 40551 INFO  (coreLoadExecutor-403-thread-1-processing-n:127.0.0.1:41218__uqe) [n:127.0.0.1:41218__uqe c:tmp_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection tmp_collection
   [junit4]   2> 40551 INFO  (coreLoadExecutor-403-thread-1-processing-n:127.0.0.1:41218__uqe) [n:127.0.0.1:41218__uqe c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_ECA086B4B900D93A-001/jetty-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_ECA086B4B900D93A-001/jetty-001/cores/collection1/data/]
   [junit4]   2> 40551 INFO  (coreLoadExecutor-403-thread-1-processing-n:127.0.0.1:41218__uqe) [n:127.0.0.1:41218__uqe c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@15bc763
   [junit4]   2> 40553 INFO  (coreLoadExecutor-403-thread-1-processing-n:127.0.0.1:41218__uqe) [n:127.0.0.1:41218__uqe c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=28, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=31.6474609375, floorSegmentMB=1.5498046875, forceMergeDeletesPctAllowed=9.547351173520601, segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7109875909876949
   [junit4]   2> 40641 INFO  (coreLoadExecutor-403-thread-1-processing-n:127.0.0.1:41218__uqe) [n:127.0.0.1:41218__uqe c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 40641 INFO  (coreLoadExecutor-403-thread-1-processing-n:127.0.0.1:41218__uqe) [n:127.0.0.1:41218__uqe c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 40664 INFO  (coreLoadExecutor-403-thread-1-processing-n:127.0.0.1:41218__uqe) [n:127.0.0.1:41218__uqe c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 40664 INFO  (coreLoadExecutor-403-thread-1-processing-n:127.0.0.1:41218__uqe) [n:127.0.0.1:41218__uqe c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 40665 INFO  (coreLoadExecutor-403-thread-1-processing-n:127.0.0.1:41218__uqe) [n:127.0.0.1:41218__uqe c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=37, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=98.9296875, floorSegmentMB=1.05859375, forceMergeDeletesPctAllowed=28.193054062594925, segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 40665 INFO  (coreLoadExecutor-403-thread-1-processing-n:127.0.0.1:41218__uqe) [n:127.0.0.1:41218__uqe c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1d5dbd9[collection1] main]
   [junit4]   2> 40667 INFO  (coreLoadExecutor-403-thread-1-processing-n:127.0.0.1:41218__uqe) [n:127.0.0.1:41218__uqe c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 40668 INFO  (coreLoadExecutor-403-thread-1-processing-n:127.0.0.1:41218__uqe) [n:127.0.0.1:41218__uqe c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 40668 INFO  (coreLoadExecutor-403-thread-1-processing-n:127.0.0.1:41218__uqe) [n:127.0.0.1:41218__uqe c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 40679 INFO  (coreLoadExecutor-403-thread-1-processing-n:127.0.0.1:41218__uqe) [n:127.0.0.1:41218__uqe c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.h.CdcrBufferStateManager Created znode /collections/tmp_collection/cdcr/state/buffer
   [junit4]   2> 40684 INFO  (coreLoadExecutor-403-thread-1-processing-n:127.0.0.1:41218__uqe) [n:127.0.0.1:41218__uqe c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.h.CdcrProcessStateManager Created znode /collections/tmp_collection/cdcr/state/process
   [junit4]   2> 40700 INFO  (searcherExecutor-404-thread-1-processing-n:127.0.0.1:41218__uqe x:collection1 s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:41218__uqe c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1d5dbd9[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 40700 INFO  (coreLoadExecutor-403-thread-1-processing-n:127.0.0.1:41218__uqe) [n:127.0.0.1:41218__uqe c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1548162864182722560
   [junit4]   2> 40715 INFO  (coreZkRegister-396-thread-1-processing-n:127.0.0.1:41218__uqe x:collection1 s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:41218__uqe c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 40715 INFO  (coreZkRegister-396-thread-1-processing-n:127.0.0.1:41218__uqe x:collection1 s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:41218__uqe c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 40715 INFO  (coreZkRegister-396-thread-1-processing-n:127.0.0.1:41218__uqe x:collection1 s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:41218__uqe c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:41218/_uqe/collection1/
   [junit4]   2> 40716 INFO  (coreZkRegister-396-thread-1-processing-n:127.0.0.1:41218__uqe x:collection1 s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:41218__uqe c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 40716 INFO  (coreZkRegister-396-thread-1-processing-n:127.0.0.1:41218__uqe x:collection1 s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:41218__uqe c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy https://127.0.0.1:41218/_uqe/collection1/ has no replicas
   [junit4]   2> 40723 INFO  (zkCallback-71-thread-3-processing-n:127.0.0.1:41218__uqe) [n:127.0.0.1:41218__uqe    ] o.a.s.h.CdcrLeaderStateManager Received new leader state @ tmp_collection:shard2
   [junit4]   2> 40725 INFO  (coreZkRegister-396-thread-1-processing-n:127.0.0.1:41218__uqe x:collection1 s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:41218__uqe c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:41218/_uqe/collection1/ shard2
   [junit4]   2> 40882 INFO  (coreZkRegister-396-thread-1-processing-n:127.0.0.1:41218__uqe x:collection1 s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:41218__uqe c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 41121 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_ECA086B4B900D93A-001/jetty-002/cores/collection1
   [junit4]   2> 41139 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 41140 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@46aa3{/_uqe,null,AVAILABLE}
   [junit4]   2> 41147 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] o.e.j.s.ServerConnector Started ServerConnector@ae1827{SSL,[ssl, http/1.1]}{127.0.0.1:39788}
   [junit4]   2> 41148 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] o.e.j.s.Server Started @43084ms
   [junit4]   2> 41148 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {shards=shard2, hostContext=/_uqe, hostPort=39788, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_ECA086B4B900D93A-001/jetty-002/cores}
   [junit4]   2> 41148 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.0.0
   [junit4]   2> 41148 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 41148 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 41149 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-10-14T11:06:01.634Z
   [junit4]   2> 41153 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 41153 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_ECA086B4B900D93A-001/jetty-002/solr.xml
   [junit4]   2> 41180 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42982/solr
   [junit4]   2> 41220 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [n:127.0.0.1:39788__uqe    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 41224 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [n:127.0.0.1:39788__uqe    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39788__uqe
   [junit4]   2> 41226 INFO  (zkCallback-71-thread-4-processing-n:127.0.0.1:41218__uqe) [n:127.0.0.1:41218__uqe    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 41228 INFO  (zkCallback-77-thread-1-processing-n:127.0.0.1:39788__uqe) [n:127.0.0.1:39788__uqe    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 41275 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [n:127.0.0.1:39788__uqe    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_ECA086B4B900D93A-001/jetty-002/cores
   [junit4]   2> 41276 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [n:127.0.0.1:39788__uqe    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 41283 INFO  (OverseerStateUpdate-96760178868748293-127.0.0.1:41218__uqe-n_0000000000) [n:127.0.0.1:41218__uqe    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 42318 INFO  (coreLoadExecutor-415-thread-1-processing-n:127.0.0.1:39788__uqe) [n:127.0.0.1:39788__uqe c:tmp_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 42386 INFO  (coreLoadExecutor-415-thread-1-processing-n:127.0.0.1:39788__uqe) [n:127.0.0.1:39788__uqe c:tmp_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 42672 WARN  (coreLoadExecutor-415-thread-1-processing-n:127.0.0.1:39788__uqe) [n:127.0.0.1:39788__uqe c:tmp_collection   x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 42674 INFO  (coreLoadExecutor-415-thread-1-processing-n:127.0.0.1:39788__uqe) [n:127.0.0.1:39788__uqe c:tmp_collection   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 42717 INFO  (coreLoadExecutor-415-thread-1-processing-n:127.0.0.1:39788__uqe) [n:127.0.0.1:39788__uqe c:tmp_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection tmp_collection
   [junit4]   2> 42718 INFO  (coreLoadExecutor-415-thread-1-processing-n:127.0.0.1:39788__uqe) [n:127.0.0.1:39788__uqe c:tmp_collection s:shard1 r:core_node2 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_ECA086B4B900D93A-001/jetty-002/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_ECA086B4B900D93A-001/jetty-002/cores/collection1/data/]
   [junit4]   2> 42718 INFO  (coreLoadExecutor-415-thread-1-processing-n:127.0.0.1:39788__uqe) [n:127.0.0.1:39788__uqe c:tmp_collection s:shard1 r:core_node2 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@15bc763
   [junit4]   2> 42720 INFO  (coreLoadExecutor-415-thread-1-processing-n:127.0.0.1:39788__uqe) [n:127.0.0.1:39788__uqe c:tmp_collection s:shard1 r:core_node2 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=28, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=31.6474609375, floorSegmentMB=1.5498046875, forceMergeDeletesPctAllowed=9.547351173520601, segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7109875909876949
   [junit4]   2> 42811 INFO  (coreLoadExecutor-415-thread-1-processing-n:127.0.0.1:39788__uqe) [n:127.0.0.1:39788__uqe c:tmp_collection s:shard1 r:core_node2 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 42811 INFO  (coreLoadExecutor-415-thread-1-processing-n:127.0.0.1:39788__uqe) [n:127.0.0.1:39788__uqe c:tmp_collection s:shard1 r:core_node2 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 42815 INFO  (coreLoadExecutor-415-thread-1-processing-n:127.0.0.1:39788__uqe) [n:127.0.0.1:39788__uqe c:tmp_collection s:shard1 r:core_node2 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 42815 INFO  (coreLoadExecutor-415-thread-1-processing-n:127.0.0.1:39788__uqe) [n:127.0.0.1:39788__uqe c:tmp_collection s:shard1 r:core_node2 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 42818 INFO  (coreLoadExecutor-415-thread-1-processing-n:127.0.0.1:39788__uqe) [n:127.0.0.1:39788__uqe c:tmp_collection s:shard1 r:core_node2 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=37, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=98.9296875, floorSegmentMB=1.05859375, forceMergeDeletesPctAllowed=28.193054062594925, segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 42819 INFO  (coreLoadExecutor-415-thread-1-processing-n:127.0.0.1:39788__uqe) [n:127.0.0.1:39788__uqe c:tmp_collection s:shard1 r:core_node2 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4c06c[collection1] main]
   [junit4]   2> 42820 INFO  (coreLoadExecutor-415-thread-1-processing-n:127.0.0.1:39788__uqe) [n:127.0.0.1:39788__uqe c:tmp_collection s:shard1 r:core_node2 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 42820 INFO  (coreLoadExecutor-415-thread-1-processing-n:127.0.0.1:39788__uqe) [n:127.0.0.1:39788__uqe c:tmp_collection s:shard1 r:core_node2 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 42820 INFO  (coreLoadExecutor-415-thread-1-processing-n:127.0.0.1:39788__uqe) [n:127.0.0.1:39788__uqe c:tmp_collection s:shard1 r:core_node2 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 42823 INFO  (searcherExecutor-416-thread-1-processing-n:127.0.0.1:39788__uqe x:collection1 s:shard1 c:tmp_collection r:core_node2) [n:127.0.0.1:39788__uqe c:tmp_collection s:shard1 r:core_node2 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4c06c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 42823 INFO  (coreLoadExecutor-415-thread-1-processing-n:127.0.0.1:39788__uqe) [n:127.0.0.1:39788__uqe c:tmp_collection s:shard1 r:core_node2 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1548162866408849408
   [junit4]   2> 42830 INFO  (coreZkRegister-410-thread-1-processing-n:127.0.0.1:39788__uqe x:collection1 s:shard1 c:tmp_collection r:core_node2) [n:127.0.0.1:39788__uqe c:tmp_collection s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 42830 INFO  (coreZkRegister-410-thread-1-processing-n:127.0.0.1:39788__uqe x:collection1 s:shard1 c:tmp_collection r:core_node2) [n:127.0.0.1:39788__uqe c:tmp_collection s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 42851 INFO  (coreZkRegister-410-thread-1-processing-n:127.0.0.1:39788__uqe x:collection1 s:shard1 c:tmp_collection r:core_node2) [n:127.0.0.1:39788__uqe c:tmp_collection s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:39788/_uqe/collection1/
   [junit4]   2> 42852 INFO  (coreZkRegister-410-thread-1-processing-n:127.0.0.1:39788__uqe x:collection1 s:shard1 c:tmp_collection r:core_node2) [n:127.0.0.1:39788__uqe c:tmp_collection s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 42852 INFO  (coreZkRegister-410-thread-1-processing-n:127.0.0.1:39788__uqe x:collection1 s:shard1 c:tmp_collection r:core_node2) [n:127.0.0.1:39788__uqe c:tmp_collection s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy https://127.0.0.1:39788/_uqe/collection1/ has no replicas
   [junit4]   2> 42855 INFO  (zkCallback-77-thread-1-processing-n:127.0.0.1:39788__uqe) [n:127.0.0.1:39788__uqe    ] o.a.s.h.CdcrLeaderStateManager Received new leader state @ tmp_collection:shard1
   [junit4]   2> 42858 INFO  (coreZkRegister-410-thread-1-processing-n:127.0.0.1:39788__uqe x:collection1 s:shard1 c:tmp_collection r:core_node2) [n:127.0.0.1:39788__uqe c:tmp_collection s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:39788/_uqe/collection1/ shard1
   [junit4]   2> 43010 INFO  (coreZkRegister-410-thread-1-processing-n:127.0.0.1:39788__uqe x:collection1 s:shard1 c:tmp_collection r:core_node2) [n:127.0.0.1:39788__uqe c:tmp_collection s:shard1 r:core_node2 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 43417 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_ECA086B4B900D93A-001/jetty-003/cores/collection1
   [junit4]   2> 43421 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 43423 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@b93edc{/_uqe,null,AVAILABLE}
   [junit4]   2> 43431 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] o.e.j.s.ServerConnector Started ServerConnector@1045707{SSL,[ssl, http/1.1]}{127.0.0.1:37620}
   [junit4]   2> 43431 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] o.e.j.s.Server Started @45367ms
   [junit4]   2> 43431 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {shards=shard3, hostContext=/_uqe, hostPort=37620, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_ECA086B4B900D93A-001/jetty-003/cores}
   [junit4]   2> 43431 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.0.0
   [junit4]   2> 43431 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 43432 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 43432 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-10-14T11:06:03.917Z
   [junit4]   2> 43479 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 43480 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_ECA086B4B900D93A-001/jetty-003/solr.xml
   [junit4]   2> 43509 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42982/solr
   [junit4]   2> 43523 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [n:127.0.0.1:37620__uqe    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 43528 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [n:127.0.0.1:37620__uqe    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37620__uqe
   [junit4]   2> 43529 INFO  (zkCallback-83-thread-1-processing-n:127.0.0.1:37620__uqe) [n:127.0.0.1:37620__uqe    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 43529 INFO  (zkCallback-77-thread-1-processing-n:127.0.0.1:39788__uqe) [n:127.0.0.1:39788__uqe    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 43530 INFO  (zkCallback-71-thread-3-processing-n:127.0.0.1:41218__uqe) [n:127.0.0.1:41218__uqe    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 43582 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [n:127.0.0.1:37620__uqe    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_ECA086B4B900D93A-001/jetty-003/cores
   [junit4]   2> 43582 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [n:127.0.0.1:37620__uqe    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 43586 INFO  (OverseerStateUpdate-96760178868748293-127.0.0.1:41218__uqe-n_0000000000) [n:127.0.0.1:41218__uqe    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 44616 INFO  (coreLoadExecutor-427-thread-1-processing-n:127.0.0.1:37620__uqe) [n:127.0.0.1:37620__uqe c:tmp_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 44678 INFO  (coreLoadExecutor-427-thread-1-processing-n:127.0.0.1:37620__uqe) [n:127.0.0.1:37620__uqe c:tmp_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 44944 WARN  (coreLoadExecutor-427-thread-1-processing-n:127.0.0.1:37620__uqe) [n:127.0.0.1:37620__uqe c:tmp_collection   x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 44950 INFO  (coreLoadExecutor-427-thread-1-processing-n:127.0.0.1:37620__uqe) [n:127.0.0.1:37620__uqe c:tmp_collection   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 44977 INFO  (coreLoadExecutor-427-thread-1-processing-n:127.0.0.1:37620__uqe) [n:127.0.0.1:37620__uqe c:tmp_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection tmp_collection
   [junit4]   2> 44977 INFO  (coreLoadExecutor-427-thread-1-processing-n:127.0.0.1:37620__uqe) [n:127.0.0.1:37620__uqe c:tmp_collection s:shard2 r:core_node3 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_ECA086B4B900D93A-001/jetty-003/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_ECA086B4B900D93A-001/jetty-003/cores/collection1/data/]
   [junit4]   2> 44978 INFO  (coreLoadExecutor-427-thread-1-processing-n:127.0.0.1:37620__uqe) [n:127.0.0.1:37620__uqe c:tmp_collection s:shard2 r:core_node3 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@15bc763
   [junit4]   2> 44980 INFO  (coreLoadExecutor-427-thread-1-processing-n:127.0.0.1:37620__uqe) [n:127.0.0.1:37620__uqe c:tmp_collection s:shard2 r:core_node3 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=28, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=31.6474609375, floorSegmentMB=1.5498046875, forceMergeDeletesPctAllowed=9.547351173520601, segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7109875909876949
   [junit4]   2> 45050 INFO  (coreLoadExecutor-427-thread-1-processing-n:127.0.0.1:37620__uqe) [n:127.0.0.1:37620__uqe c:tmp_collection s:shard2 r:core_node3 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 45050 INFO  (coreLoadExecutor-427-thread-1-processing-n:127.0.0.1:37620__uqe) [n:127.0.0.1:37620__uqe c:tmp_collection s:shard2 r:core_node3 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 45051 INFO  (coreLoadExecutor-427-thread-1-processing-n:127.0.0.1:37620__uqe) [n:127.0.0.1:37620__uqe c:tmp_collection s:shard2 r:core_node3 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 45051 INFO  (coreLoadExecutor-427-thread-1-processing-n:127.0.0.1:37620__uqe) [n:127.0.0.1:37620__uqe c:tmp_collection s:shard2 r:core_node3 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 45061 INFO  (coreLoadExecutor-427-thread-1-processing-n:127.0.0.1:37620__uqe) [n:127.0.0.1:37620__uqe c:tmp_collection s:shard2 r:core_node3 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=37, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=98.9296875, floorSegmentMB=1.05859375, forceMergeDeletesPctAllowed=28.193054062594925, segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 45062 INFO  (coreLoadExecutor-427-thread-1-processing-n:127.0.0.1:37620__uqe) [n:127.0.0.1:37620__uqe c:tmp_collection s:shard2 r:core_node3 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@aae9a2[collection1] main]
   [junit4]   2> 45063 INFO  (coreLoadExecutor-427-thread-1-processing-n:127.0.0.1:37620__uqe) [n:127.0.0.1:37620__uqe c:tmp_collection s:shard2 r:core_node3 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 45064 INFO  (coreLoadExecutor-427-thread-1-processing-n:127.0.0.1:37620__uqe) [n:127.0.0.1:37620__uqe c:tmp_collection s:shard2 r:core_node3 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 45064 INFO  (coreLoadExecutor-427-thread-1-processing-n:127.0.0.1:37620__uqe) [n:127.0.0.1:37620__uqe c:tmp_collection s:shard2 r:core_node3 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 45067 INFO  (searcherExecutor-428-thread-1-processing-n:127.0.0.1:37620__uqe x:collection1 s:shard2 c:tmp_collection r:core_node3) [n:127.0.0.1:37620__uqe c:tmp_collection s:shard2 r:core_node3 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@aae9a2[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 45068 INFO  (coreLoadExecutor-427-thread-1-processing-n:127.0.0.1:37620__uqe) [n:127.0.0.1:37620__uqe c:tmp_collection s:shard2 r:core_node3 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1548162868762902528
   [junit4]   2> 45073 INFO  (coreZkRegister-422-thread-1-processing-n:127.0.0.1:37620__uqe x:collection1 s:shard2 c:tmp_collection r:core_node3) [n:127.0.0.1:37620__uqe c:tmp_collection s:shard2 r:core_node3 x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 45073 INFO  (updateExecutor-80-thread-1-processing-n:127.0.0.1:37620__uqe x:collection1 s:shard2 c:tmp_collection r:core_node3) [n:127.0.0.1:37620__uqe c:tmp_collection s:shard2 r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 45073 INFO  (recoveryExecutor-81-thread-1-processing-n:127.0.0.1:37620__uqe x:collection1 s:shard2 c:tmp_collection r:core_node3) [n:127.0.0.1:37620__uqe c:tmp_collection s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 45074 INFO  (recoveryExecutor-81-thread-1-processing-n:127.0.0.1:37620__uqe x:collection1 s:shard2 c:tmp_collection r:core_node3) [n:127.0.0.1:37620__uqe c:tmp_collection s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 45074 INFO  (recoveryExecutor-81-thread-1-processing-n:127.0.0.1:37620__uqe x:collection1 s:shard2 c:tmp_collection r:core_node3) [n:127.0.0.1:37620__uqe c:tmp_collection s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
   [junit4]   2> 45074 INFO  (recoveryExecutor-81-thread-1-processing-n:127.0.0.1:37620__uqe x:collection1 s:shard2 c:tmp_collection r:core_node3) [n:127.0.0.1:37620__uqe c:tmp_collection s:shard2 r:core_node3 x:collection1] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 45074 INFO  (recoveryExecutor-81-thread-1-processing-n:127.0.0.1:37620__uqe x:collection1 s:shard2 c:tmp_collection r:core_node3) [n:127.0.0.1:37620__uqe c:tmp_collection s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering, leader is [https://127.0.0.1:41218/_uqe/collection1/] and I am [https://127.0.0.1:37620/_uqe/collection1/]
   [junit4]   2> 45077 INFO  (recoveryExecutor-81-thread-1-processing-n:127.0.0.1:37620__uqe x:collection1 s:shard2 c:tmp_collection r:core_node3) [n:127.0.0.1:37620__uqe c:tmp_collection s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Sending prep recovery command to [https://127.0.0.1:41218/_uqe]; [WaitForState: action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:37620__uqe&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 45189 INFO  (qtp4088833-480) [n:127.0.0.1:41218__uqe    ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 45189 INFO  (qtp4088833-480) [n:127.0.0.1:41218__uqe    ] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 (shard2 of tmp_collection) have state: recovering
   [junit4]   2> 45189 INFO  (qtp4088833-480) [n:127.0.0.1:41218__uqe    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=tmp_collection, shard=shard2, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=recovering, localState=active, nodeName=127.0.0.1:37620__uqe, coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: core_node3:{"core":"collection1","base_url":"https://127.0.0.1:37620/_uqe","node_name":"127.0.0.1:37620__uqe","state":"recovering"}
   [junit4]   2> 45189 INFO  (qtp4088833-480) [n:127.0.0.1:41218__uqe    ] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true for: 0 seconds.
   [junit4]   2> 45190 INFO  (qtp4088833-480) [n:127.0.0.1:41218__uqe    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:37620__uqe&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 45236 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_ECA086B4B900D93A-001/jetty-004/cores/collection1
   [junit4]   2> 45256 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 45261 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@77cacf{/_uqe,null,AVAILABLE}
   [junit4]   2> 45268 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] o.e.j.s.ServerConnector Started ServerConnector@12236bd{SSL,[ssl, http/1.1]}{127.0.0.1:43986}
   [junit4]   2> 45269 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] o.e.j.s.Server Started @47205ms
   [junit4]   2> 45269 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {shards=shard4, hostContext=/_uqe, hostPort=43986, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_ECA086B4B900D93A-001/jetty-004/cores}
   [junit4]   2> 45269 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.0.0
   [junit4]   2> 45270 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 45270 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 45270 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-10-14T11:06:05.755Z
   [junit4]   2> 45274 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 45274 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_ECA086B4B900D93A-001/jetty-004/solr.xml
   [junit4]   2> 45286 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42982/solr
   [junit4]   2> 45309 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [n:127.0.0.1:43986__uqe    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 45314 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [n:127.0.0.1:43986__uqe    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43986__uqe
   [junit4]   2> 45316 INFO  (zkCallback-77-thread-1-processing-n:127.0.0.1:39788__uqe) [n:127.0.0.1:39788__uqe    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 45317 INFO  (zkCallback-83-thread-1-processing-n:127.0.0.1:37620__uqe) [n:127.0.0.1:37620__uqe    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 45317 INFO  (zkCallback-71-thread-3-processing-n:127.0.0.1:41218__uqe) [n:127.0.0.1:41218__uqe    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 45318 INFO  (zkCallback-90-thread-1-processing-n:127.0.0.1:43986__uqe) [n:127.0.0.1:43986__uqe    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 45355 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [n:127.0.0.1:43986__uqe    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_ECA086B4B900D93A-001/jetty-004/cores
   [junit4]   2> 45355 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [n:127.0.0.1:43986__uqe    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 45357 INFO  (OverseerStateUpdate-96760178868748293-127.0.0.1:41218__uqe-n_0000000000) [n:127.0.0.1:41218__uqe    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 46399 INFO  (coreLoadExecutor-438-thread-1-processing-n:127.0.0.1:43986__uqe) [n:127.0.0.1:43986__uqe c:tmp_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 46525 INFO  (coreLoadExecutor-438-thread-1-processing-n:127.0.0.1:43986__uqe) [n:127.0.0.1:43986__uqe c:tmp_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 46955 WARN  (coreLoadExecutor-438-thread-1-processing-n:127.0.0.1:43986__uqe) [n:127.0.0.1:43986__uqe c:tmp_collection   x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 46962 INFO  (coreLoadExecutor-438-thread-1-processing-n:127.0.0.1:43986__uqe) [n:127.0.0.1:43986__uqe c:tmp_collection   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 47054 INFO  (coreLoadExecutor-438-thread-1-processing-n:127.0.0.1:43986__uqe) [n:127.0.0.1:43986__uqe c:tmp_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection tmp_collection
   [junit4]   2> 47055 INFO  (coreLoadExecutor-438-thread-1-processing-n:127.0.0.1:43986__uqe) [n:127.0.0.1:43986__uqe c:tmp_collection s:shard1 r:core_node4 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_ECA086B4B900D93A-001/jetty-004/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_ECA086B4B900D93A-001/jetty-004/cores/collection1/data/]
   [junit4]   2> 47055 INFO  (coreLoadExecutor-438-thread-1-processing-n:127.0.0.1:43986__uqe) [n:127.0.0.1:43986__uqe c:tmp_collection s:shard1 r:core_node4 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@15bc763
   [junit4]   2> 47056 INFO  (coreLoadExecutor-438-thread-1-processing-n:127.0.0.1:43986__uqe) [n:127.0.0.1:43986__uqe c:tmp_collection s:shard1 r:core_node4 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=28, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=31.6474609375, floorSegmentMB=1.5498046875, forceMergeDeletesPctAllowed=9.547351173520601, segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7109875909876949
   [junit4]   2> 47111 INFO  (coreLoadExecutor-438-thread-1-processing-n:127.0.0.1:43986__uqe) [n:127.0.0.1:43986__uqe c:tmp_collection s:shard1 r:core_node4 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 47111 INFO  (coreLoadExecutor-438-thread-1-processing-n:127.0.0.1:43986__uqe) [n:127.0.0.1:43986__uqe c:tmp_collection s:shard1 r:core_node4 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 47113 INFO  (coreLoadExecutor-438-thread-1-processing-n:127.0.0.1:43986__uqe) [n:127.0.0.1:43986__uqe c:tmp_collection s:shard1 r:core_node4 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 47113 INFO  (coreLoadExecutor-438-thread-1-processing-n:127.0.0.1:43986__uqe) [n:127.0.0.1:43986__uqe c:tmp_collection s:shard1 r:core_node4 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 47114 INFO  (coreLoadExecutor-438-thread-1-processing-n:127.0.0.1:43986__uqe) [n:127.0.0.1:43986__uqe c:tmp_collection s:shard1 r:core_node4 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=37, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=98.9296875, floorSegmentMB=1.05859375, forceMergeDeletesPctAllowed=28.193054062594925, segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 47114 INFO  (coreLoadExecutor-438-thread-1-processing-n:127.0.0.1:43986__uqe) [n:127.0.0.1:43986__uqe c:tmp_collection s:shard1 r:core_node4 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@13ecc52[collection1] main]
   [junit4]   2> 47124 INFO  (coreLoadExecutor-438-thread-1-processing-n:127.0.0.1:43986__uqe) [n:127.0.0.1:43986__uqe c:tmp_collection s:shard1 r:core_node4 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 47125 INFO  (coreLoadExecutor-438-thread-1-processing-n:127.0.0.1:43986__uqe) [n:127.0.0.1:43986__uqe c:tmp_collection s:shard1 r:core_node4 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 47125 INFO  (coreLoadExecutor-438-thread-1-processing-n:127.0.0.1:43986__uqe) [n:127.0.0.1:43986__uqe c:tmp_collection s:shard1 r:core_node4 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 47129 INFO  (coreLoadExecutor-438-thread-1-processing-n:127.0.0.1:43986__uqe) [n:127.0.0.1:43986__uqe c:tmp_collection s:shard1 r:core_node4 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1548162870924017664
   [junit4]   2> 47132 INFO  (searcherExecutor-439-thread-1-processing-n:127.0.0.1:43986__uqe x:collection1 s:shard1 c:tmp_collection r:core_node4) [n:127.0.0.1:43986__uqe c:tmp_collection s:shard1 r:core_node4 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@13ecc52[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 47137 INFO  (coreZkRegister-433-thread-1-processing-n:127.0.0.1:43986__uqe x:collection1 s:shard1 c:tmp_collection r:core_node4) [n:127.0.0.1:43986__uqe c:tmp_collection s:shard1 r:core_node4 x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 47137 INFO  (updateExecutor-87-thread-1-processing-n:127.0.0.1:43986__uqe x:collection1 s:shard1 c:tmp_collection r:core_node4) [n:127.0.0.1:43986__uqe c:tmp_collection s:shard1 r:core_node4 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 47137 INFO  (recoveryExecutor-88-thread-1-processing-n:127.0.0.1:43986__uqe x:collection1 s:shard1 c:tmp_collection r:core_node4) [n:127.0.0.1:43986__uqe c:tmp_collection s:shard1 r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 47138 INFO  (recoveryExecutor-88-thread-1-processing-n:127.0.0.1:43986__uqe x:collection1 s:shard1 c:tmp_collection r:core_node4) [n:127.0.0.1:43986__uqe c:tmp_collection s:shard1 r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 47138 INFO  (recoveryExecutor-88-thread-1-processing-n:127.0.0.1:43986__uqe x:collection1 s:shard1 c:tmp_collection r:core_node4) [n:127.0.0.1:43986__uqe c:tmp_collection s:shard1 r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
   [junit4]   2> 47138 INFO  (recoveryExecutor-88-thread-1-processing-n:127.0.0.1:43986__uqe x:collection1 s:shard1 c:tmp_collection r:core_node4) [n:127.0.0.1:43986__uqe c:tmp_collection s:shard1 r:core_node4 x:collection1] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 47138 INFO  (recoveryExecutor-88-thread-1-processing-n:127.0.0.1:43986__uqe x:collection1 s:shard1 c:tmp_collection r:core_node4) [n:127.0.0.1:43986__uqe c:tmp_collection s:shard1 r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering, leader is [https://127.0.0.1:39788/_uqe/collection1/] and I am [https://127.0.0.1:43986/_uqe/collection1/]
   [junit4]   2> 47141 INFO  (recoveryExecutor-88-thread-1-processing-n:127.0.0.1:43986__uqe x:collection1 s:shard1 c:tmp_collection r:core_node4) [n:127.0.0.1:43986__uqe c:tmp_collection s:shard1 r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy Sending prep recovery command to [https://127.0.0.1:39788/_uqe]; [WaitForState: action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:43986__uqe&coreNodeName=core_node4&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 47281 INFO  (qtp17393301-521) [n:127.0.0.1:39788__uqe    ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node4, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 47282 INFO  (qtp17393301-521) [n:127.0.0.1:39788__uqe    ] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 (shard1 of tmp_collection) have state: recovering
   [junit4]   2> 47282 INFO  (qtp17393301-521) [n:127.0.0.1:39788__uqe    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=tmp_collection, shard=shard1, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=recovering, localState=active, nodeName=127.0.0.1:43986__uqe, coreNodeName=core_node4, onlyIfActiveCheckResult=false, nodeProps: core_node4:{"core":"collection1","base_url":"https://127.0.0.1:43986/_uqe","node_name":"127.0.0.1:43986__uqe","state":"recovering"}
   [junit4]   2> 47282 INFO  (qtp17393301-521) [n:127.0.0.1:39788__uqe    ] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node4, state: recovering, checkLive: true, onlyIfLeader: true for: 0 seconds.
   [junit4]   2> 47282 INFO  (qtp17393301-521) [n:127.0.0.1:39788__uqe    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:43986__uqe&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node4&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=1
   [junit4]   1> / (2)
   [junit4]   1> DATA:
   [junit4]   1>     
   [junit4]   1>  /zookeeper (1)
   [junit4]   1>  DATA:
   [junit4]   1>      
   [junit4]   1>  /solr (9)
   [junit4]   1>   /solr/configs (1)
   [junit4]   1>    /solr/configs/conf1 (11)
   [junit4]   1>     /solr/configs/conf1/currency.xml (0)
   [junit4]   1>     DATA: ...supressed...
   [junit4]   1>     /solr/configs/conf1/enumsConfig.xml (0)
   [junit4]   1>     DATA: ...supressed...
   [junit4]   1>     /solr/configs/conf1/protwords.txt (0)
   [junit4]   1>     DATA: ...supressed...
   [junit4]   1>     /solr/configs/conf1/old_synonyms.txt (0)
   [junit4]   1>     DATA: ...supressed...
   [junit4]   1>     /solr/configs/conf1/solrconfig.xml (0)
   [junit4]   1>     DATA: ...supressed...
   [junit4]   1>     /solr/configs/conf1/synonyms.txt (0)
   [junit4]   1>     DATA: ...supressed...
   [junit4]   1>     /solr/configs/conf1/stopwords.txt (0)
   [junit4]   1>     DATA: ...supressed...
   [junit4]   1>     /solr/configs/conf1/schema.xml (0)
   [junit4]   1>     DATA: ...supressed...
   [junit4]   1>     /solr/configs/conf1/solrconfig.snippet.randomindexconfig.xml (0)
   [junit4]   1>     DATA: ...supressed...
   [junit4]   1>     /solr/configs/conf1/mapping-ISOLatin1Accent.txt (0)
   [junit4]   1>     DATA: ...supressed...
   [junit4]   1>     /solr/configs/conf1/open-exchange-rates.json (0)
   [junit4]   1>     DATA:
   [junit4]   1>         {
   [junit4]   1>           "disclaimer": "This data is not real, it was synthetically created to match currency.xml.  It is modeled after the data format available from openexchangerates.org.  See https://openexchangerates.org/documentation for details
   [junit4]   1>         
   [junit4]   1>         
   [junit4]   1>           IMPORTANT NOTE: In order for tests to work, this data must be kept in sync with ./currency.xml",
   [junit4]   1>         
   [junit4]   1>         
   [junit4]   1>           "license": "http://www.apache.org/licenses/LICENSE-2.0",
   [junit4]   1>           "timestamp": 1332070464,
   [junit4]   1>           "base": "USD",
   [junit4]   1>           "rates": {
   [junit4]   1>             "USD": 1,
   [junit4]   1>             "JPY": 81.29,
   [junit4]   1>             "EUR": 2.5,
   [junit4]   1>             "GBP": 0.5,
   [junit4]   1>             "MXN": 2.0
   [junit4]   1>           }
   [junit4]   1>         }
   [junit4]   1>         
   [junit4]   1>   /solr/overseer (6)
   [junit4]   1>   DATA:
   [junit4]   1>       
   [junit4]   1>    /solr/overseer/collection-queue-work (0)
   [junit4]   1>    /solr/overseer/queue-work (0)
   [junit4]   1>    /solr/overseer/collection-map-failure (0)
   [junit4]   1>    /solr/overseer/collection-map-completed (0)
   [junit4]   1>    /solr/overseer/queue (0)
   [junit4]   1>    /solr/overseer/collection-map-running (0)
   [junit4]   1>   /solr/aliases.json (0)
   [junit4]   1>   /solr/collections (3)
   [junit4]   1>    /solr/collections/collection1 (1)
   [junit4]   1>    DATA:
   [junit4]   1>        {"configName":"conf1"}
   [junit4]   1>     /solr/collections/collection1/shards (0)
   [junit4]   1>    /solr/collections/tmp_collection (3)
   [junit4]   1>    DATA:
   [junit4]   1>        {"configName":"conf1"}
   [junit4]   1>     /solr/collections/tmp_collection/leaders (2)
   [junit4]   1>      /solr/collections/tmp_collection/leaders/shard2 (1)
   [junit4]   1>       /solr/collections/tmp_collection/leaders/shard2/leader (0)
   [junit4]   1>       DATA:
   [junit4]   1>           {
   [junit4]   1>             "core":"collection1",
   [junit4]   1>             "core_node_name":"core_node1",
   [junit4]   1>             "base_url":"https://127.0.0.1:41218/_uqe",
   [junit4]   1>             "node_name":"127.0.0.1:41218__uqe"}
   [junit4]   1>      /solr/collections/tmp_collection/leaders/shard1 (1)
   [junit4]   1>       /solr/collections/tmp_collection/leaders/shard1/leader (0)
   [junit4]   1>       DATA:
   [junit4]   1>           {
   [junit4]   1>             "core":"collection1",
   [junit4]   1>             "core_node_name":"core_node2",
   [junit4]   1>             "base_url":"https://127.0.0.1:39788/_uqe",
   [junit4]   1>             "node_name":"127.0.0.1:39788__uqe"}
   [junit4]   1>     /solr/collections/tmp_collection/cdcr (1)
   [junit4]   1>      /solr/collections/tmp_collection/cdcr/state (2)
   [junit4]   1>       /solr/collections/tmp_collection/cdcr/state/process (0)
   [junit4]   1>       DATA:
   [junit4]   1>           stopped
   [junit4]   1>       /solr/collections/tmp_collection/cdcr/state/buffer (0)
   [junit4]   1>       DATA:
   [junit4]   1>           enabled
   [junit4]   1>     /solr/collections/tmp_collection/leader_elect (2)
   [junit4]   1>      /solr/collections/tmp_collection/leader_elect/shard2 (1)
   [junit4]   1>       /solr/collections/tmp_collection/leader_elect/shard2/election (2)
   [junit4]   1>        /solr/collections/tmp_collection/leader_elect/shard2/election/96760178868748293-core_node1-n_0000000000 (0)
   [junit4]   1>        /solr/collections/tmp_collection/leader_elect/shard2/election/96760178868748299-core_node3-n_0000000001 (0)
   [junit4]   1>      /solr/collections/tmp_collection/leader_elect/shard1 (1)
   [junit4]   1>       /solr/collections/tmp_collection/leader_elect/shard1/election (2)
   [junit4]   1>        /solr/collections/tmp_collection/leader_elect/shard1/election/96760178868748296-core_node2-n_0000000000 (0)
   [junit4]   1>        /solr/collections/tmp_collection/leader_elect/shard1/election/96760178868748302-core_node4-n_0000000001 (0)
   [junit4]   1>    /solr/collections/control_collection (1)
   [junit4]   1>    DATA:
   [junit4]   1>        {"configName":"conf1"}
   [junit4]   1>     /solr/collections/control_collection/shards (0)
   [junit4]   1>   /solr/live_nodes (4)
   [junit4]   1>    /solr/live_nodes/127.0.0.1:37620__uqe (0)
   [junit4]   1>    /solr/live_nodes/127.0.0.1:41218__uqe (0)
   [junit4]   1>    /solr/live_nodes/127.0.0.1:39788__uqe (0)
   [junit4]   1>    /solr/live_nodes/127.0.0.1:43986__uqe (0)
   [junit4]   1>   /solr/overseer_elect (2)
   [junit4]   1>    /solr/overseer_elect/leader (0)
   [junit4]   1>    DATA:
   [junit4]   1>        {"id":"96760178868748293-127.0.0.1:41218__uqe-n_0000000000"}
   [junit4]   1>    /solr/overseer_elect/election (4)
   [junit4]   1>     /solr/overseer_elect/election/96760178868748296-127.0.0.1:39788__uqe-n_0000000001 (0)
   [junit4]   1>     /solr/overseer_elect/election/96760178868748293-127.0.0.1:41218__uqe-n_0000000000 (0)
   [junit4]   1>     /solr/overseer_elect/election/96760178868748302-127.0.0.1:43986__uqe-n_0000000003 (0)
   [junit4]   1>     /solr/overseer_elect/election/96760178868748299-127.0.0.1:37620__uqe-n_0000000002 (0)
   [junit4]   1>   /solr/security.json (0)
   [junit4]   1>   DATA:
   [junit4]   1>       {}
   [junit4]   1>   /solr/clusterstate.json (0)
   [junit4]   1>   DATA:
   [junit4]   1>       {"tmp_collection":{
   [junit4]   1>           "replicationFactor":"1",
   [junit4]   1>           "router":{"name":"compositeId"},
   [junit4]   1>           "maxShardsPerNode":"1",
   [junit4]   1>           "autoAddReplicas":"false",
   [junit4]   1>           "autoCreated":"true",
   [junit4]   1>           "shards":{
   [junit4]   1>             "shard1":{
   [junit4]   1>               "range":"80000000-ffffffff",
   [junit4]   1>               "state":"active",
   [junit4]   1>               "replicas":{
   [junit4]   1>                 "core_node2":{
   [junit4]   1>                   "core":"collection1",
   [junit4]   1>                   "base_url":"https://127.0.0.1:39788/_uqe",
   [junit4]   1>                   "node_name":"127.0.0.1:39788__uqe",
   [junit4]   1>                   "state":"active",
   [junit4]   1>                   "leader":"true"},
   [junit4]   1>                 "core_node4":{
   [junit4]   1>                   "core":"collection1",
   [junit4]   1>                   "base_url":"https://127.0.0.1:43986/_uqe",
   [junit4]   1>                   "node_name":"127.0.0.1:43986__uqe",
   [junit4]   1>                   "state":"recovering"}}},
   [junit4]   1>             "shard2":{
   [junit4]   1>               "range":"0-7fffffff",
   [junit4]   1>               "state":"active",
   [junit4]   1>               "replicas":{
   [junit4]   1>                 "core_node1":{
   [junit4]   1>                   "core":"collection1",
   [junit4]   1>                   "base_url":"https://127.0.0.1:41218/_uqe",
   [junit4]   1>                   "node_name":"127.0.0.1:41218__uqe",
   [junit4]   1>                   "state":"active",
   [junit4]   1>                   "leader":"true"},
   [junit4]   1>                 "core_node3":{
   [junit4]   1>                   "core":"collection1",
   [junit4]   1>                   "base_url":"https://127.0.0.1:37620/_uqe",
   [junit4]   1>                   "node_name":"127.0.0.1:37620__uqe",
   [junit4]   1>                   "state":"recovering"}}}}}}
   [junit4]   1>   /solr/clusterprops.json (0)
   [junit4]   1>   DATA:
   [junit4]   1>       {"urlScheme":"https"}
   [junit4]   1> 
   [junit4]   1> / (2)
   [junit4]   1> DATA:
   [junit4]   1>     
   [junit4]   1>  /zookeeper (1)
   [junit4]   1>  DATA:
   [junit4]   1>      
   [junit4]   1>  /solr (9)
   [junit4]   1>   /solr/configs (1)
   [junit4]   1>    /solr/configs/conf1 (11)
   [junit4]   1>     /solr/configs/conf1/currency.xml (0)
   [junit4]   1>     DATA: ...supressed...
   [junit4]   1>     /solr/configs/conf1/enumsConfig.xml (0)
   [junit4]   1>     DATA: ...supressed...
   [junit4]   1>     /solr/configs/conf1/protwords.txt (0)
   [junit4]   1>     DATA: ...supressed...
   [junit4]   1>     /solr/configs/conf1/old_synonyms.txt (0)
   [junit4]   1>     DATA: ...supressed...
   [junit4]   1>     /solr/configs/conf1/solrconfig.xml (0)
   [junit4]   1>     DATA: ...supressed...
   [junit4]   1>     /solr/configs/conf1/synonyms.txt (0)
   [junit4]   1>     DATA: ...supressed...
   [junit4]   1>     /solr/configs/conf1/stopwords.txt (0)
   [junit4]   1>     DATA: ...supressed...
   [junit4]   1>     /solr/configs/conf1/schema.xml (0)
   [junit4]   1>     DATA: ...supressed...
   [junit4]   1>     /solr/configs/conf1/solrconfig.snippet.randomindexconfig.xml (0)
   [junit4]   1>     DATA: ...supressed...
   [junit4]   1>     /solr/configs/conf1/mapping-ISOLatin1Accent.txt (0)
   [junit4]   1>     DATA: ...supressed...
   [junit4]   1>     /solr/configs/conf1/open-exchange-rates.json (0)
   [junit4]   1>     DATA:
   [junit4]   1>         {
   [junit4]   1>           "disclaimer": "This data is not real, it was synthetically created to match currency.xml.  It is modeled after the data format available from openexchangerates.org.  See https://openexchangerates.org/documentation for details
   [junit4]   1>         
   [junit4]   1>         
   [junit4]   1>           IMPORTANT NOTE: In order for tests to work, this data must be kept in sync with ./currency.xml",
   [junit4]   1>         
   [junit4]   1>         
   [junit4]   1>           "license": "http://www.apache.org/licenses/LICENSE-2.0",
   [junit4]   1>           "timestamp": 1332070464,
   [junit4]   1>           "base": "USD",
   [junit4]   1>           "rates": {
   [junit4]   1>             "USD": 1,
   [junit4]   1>             "JPY": 81.29,
   [junit4]   1>             "EUR": 2.5,
   [junit4]   1>             "GBP": 0.5,
   [junit4]   1>             "MXN": 2.0
   [junit4]   1>           }
   [junit4]   1>         }
   [junit4]   1>         
   [junit4]   1>   /solr/overseer (6)
   [junit4]   1>   DATA:
   [junit4]   1>       
   [junit4]   1>    /solr/overseer/collection-queue-work (0)
   [junit4]   1>    /solr/overseer/queue-work (0)
   [junit4]   1>    /solr/overseer/collection-map-failure (0)
   [junit4]   1>    /solr/overseer/collection-map-completed (0)
   [junit4]   1>    /solr/overseer/queue (0)
   [junit4]   1>    /solr/overseer/collection-map-running (0)
   [junit4]   1>   /solr/aliases.json (0)
   [junit4]   1>   /solr/collections (3)
   [junit4]   1>    /solr/collections/collection1 (1)
   [junit4]   1>    DATA:
   [junit4]   1>        {"configName":"conf1"}
   [junit4]   1>     /solr/collections/collection1/shards (0)
   [junit4]   1>    /solr/collections/tmp_collection (3)
   [junit4]   1>    DATA:
   [junit4]   1>        {"configName":"conf1"}
   [junit4]   1>     /solr/collections/tmp_collection/leaders (2)
   [junit4]   1>      /solr/collections/tmp_collection/leaders/shard2 (1)
   [junit4]   1>       /solr/collections/tmp_collection/leaders/shard2/leader (0)
   [junit4]   1>       DATA:
   [junit4]   1>           {
   [junit4]   1>             "core":"collection1",
   [junit4]   1>             "core_node_name":"core_node1",
   [junit4]   1>             "base_url":"https://127.0.0.1:41218/_uqe",
   [junit4]   1>             "node_name":"127.0.0.1:41218__uqe"}
   [junit4]   1>      /solr/collections/tmp_collection/leaders/shard1 (1)
   [junit4]   1>       /solr/collections/tmp_collection/leaders/shard1/leader (0)
   [junit4]   1>       DATA:
   [junit4]   1>           {
   [junit4]   1>             "core":"collection1",
   [junit4]   1>             "core_node_name":"core_node2",
   [junit4]   1>             "base_url":"https://127.0.0.1:39788/_uqe",
   [junit4]   1>             "node_name":"127.0.0.1:39788__uqe"}
   [junit4]   1>     /solr/collections/tmp_collection/cdcr (1)
   [junit4]   1>      /solr/collections/tmp_collection/cdcr/state (2)
   [junit4]   1>       /solr/collections/tmp_collection/cdcr/state/process (0)
   [junit4]   1>       DATA:
   [junit4]   1>           stopped
   [junit4]   1>       /solr/collections/tmp_collection/cdcr/state/buffer (0)
   [junit4]   1>       DATA:
   [junit4]   1>           enabled
   [junit4]   1>     /solr/collections/tmp_collection/leader_elect (2)
   [junit4]   1>      /solr/collections/tmp_collection/leader_elect/shard2 (1)
   [junit4]   1>       /solr/collections/tmp_collection/leader_elect/shard2/election (2)
   [junit4]   1>        /solr/collections/tmp_collection/leader_elect/shard2/election/96760178868748293-core_node1-n_0000000000 (0)
   [junit4]   1>        /solr/collections/tmp_collection/leader_elect/shard2/election/96760178868748299-core_node3-n_0000000001 (0)
   [junit4]   1>      /solr/collections/tmp_collection/leader_elect/shard1 (1)
   [junit4]   1>       /solr/collections/tmp_collection/leader_elect/shard1/election (2)
   [junit4]   1>        /solr/collections/tmp_collection/leader_elect/shard1/election/96760178868748296-core_node2-n_0000000000 (0)
   [junit4]   1>        /solr/collections/tmp_collection/leader_elect/shard1/election/96760178868748302-core_node4-n_0000000001 (0)
   [junit4]   1>    /solr/collections/control_collection (1)
   [junit4]   1>    DATA:
   [junit4]   1>        {"configName":"conf1"}
   [junit4]   1>     /solr/collections/control_collection/shards (0)
   [junit4]   1>   /solr/live_nodes (4)
   [junit4]   1>    /solr/live_nodes/127.0.0.1:37620__uqe (0)
   [junit4]   1>    /solr/live_nodes/127.0.0.1:41218__uqe (0)
   [junit4]   1>    /solr/live_nodes/127.0.0.1:39788__uqe (0)
   [junit4]   1>    /solr/live_nodes/127.0.0.1:43986__uqe (0)
   [junit4]   1>   /solr/overseer_elect (2)
   [junit4]   1>    /solr/overseer_elect/leader (0)
   [junit4]   1>    DATA:
   [junit4]   1>        {"id":"96760178868748293-127.0.0.1:41218__uqe-n_0000000000"}
   [junit4]   1>    /solr/overseer_elect/election (4)
   [junit4]   1>     /solr/overseer_elect/election/96760178868748296-127.0.0.1:39788__uqe-n_0000000001 (0)
   [junit4]   1>     /solr/overseer_elect/election/96760178868748293-127.0.0.1:41218__uqe-n_0000000000 (0)
   [junit4]   1>     /solr/overseer_elect/election/96760178868748302-127.0.0.1:43986__uqe-n_0000000003 (0)
   [junit4]   1>     /solr/overseer_elect/election/96760178868748299-127.0.0.1:37620__uqe-n_0000000002 (0)
   [junit4]   1>   /solr/security.json (0)
   [junit4]   1>   DATA:
   [junit4]   1>       {}
   [junit4]   1>   /solr/clusterstate.json (0)
   [junit4]   1>   DATA:
   [junit4]   1>       {"tmp_collection":{
   [junit4]   1>           "replicationFactor":"1",
   [junit4]   1>           "router":{"name":"compositeId"},
   [junit4]   1>           "maxShardsPerNode":"1",
   [junit4]   1>           "autoAddReplicas":"false",
   [junit4]   1>           "autoCreated":"true",
   [junit4]   1>           "shards":{
   [junit4]   1>             "shard1":{
   [junit4]   1>               "range":"80000000-ffffffff",
   [junit4]   1>               "state":"active",
   [junit4]   1>               "replicas":{
   [junit4]   1>                 "core_node2":{
   [junit4]   1>                   "core":"collection1",
   [junit4]   1>                   "base_url":"https://127.0.0.1:39788/_uqe",
   [junit4]   1>                   "node_name":"127.0.0.1:39788__uqe",
   [junit4]   1>                   "state":"active",
   [junit4]   1>                   "leader":"true"},
   [junit4]   1>                 "core_node4":{
   [junit4]   1>                   "core":"collection1",
   [junit4]   1>                   "base_url":"https://127.0.0.1:43986/_uqe",
   [junit4]   1>                   "node_name":"127.0.0.1:43986__uqe",
   [junit4]   1>                   "state":"recovering"}}},
   [junit4]   1>             "shard2":{
   [junit4]   1>               "range":"0-7fffffff",
   [junit4]   1>               "state":"active",
   [junit4]   1>               "replicas":{
   [junit4]   1>                 "core_node1":{
   [junit4]   1>                   "core":"collection1",
   [junit4]   1>                   "base_url":"https://127.0.0.1:41218/_uqe",
   [junit4]   1>                   "node_name":"127.0.0.1:41218__uqe",
   [junit4]   1>                   "state":"active",
   [junit4]   1>                   "leader":"true"},
   [junit4]   1>                 "core_node3":{
   [junit4]   1>                   "core":"collection1",
   [junit4]   1>                   "base_url":"https://127.0.0.1:37620/_uqe",
   [junit4]   1>                   "node_name":"127.0.0.1:37620__uqe",
   [junit4]   1>                   "state":"recovering"}}}}}}
   [junit4]   1>   /solr/clusterprops.json (0)
   [junit4]   1>   DATA:
   [junit4]   1>       {"urlScheme":"https"}
   [junit4]   1> 
   [junit4]   2> 47506 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 47632 INFO  (qtp9468721-549) [n:127.0.0.1:37620__uqe    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=tmp_collection&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 47645 INFO  (OverseerThreadFactory-401-thread-1-processing-n:127.0.0.1:41218__uqe) [n:127.0.0.1:41218__uqe    ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 47727 INFO  (qtp17393301-520) [n:127.0.0.1:39788__uqe    ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@73786a
   [junit4]   2> 47728 INFO  (qtp17393301-520) [n:127.0.0.1:39788__uqe    ] o.a.s.h.CdcrRequestHandler Solr core is being closed - shutting down CDCR handler @ tmp_collection:shard1
   [junit4]   2> 47728 INFO  (qtp4088833-480) [n:127.0.0.1:41218__uqe    ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@dc748c
   [junit4]   2> 47728 INFO  (qtp4088833-480) [n:127.0.0.1:41218__uqe    ] o.a.s.h.CdcrRequestHandler Solr core is being closed - shutting down CDCR handler @ tmp_collection:shard2
   [junit4]   2> 47745 WARN  (qtp9468721-548) [n:127.0.0.1:37620__uqe    ] o.a.s.c.RecoveryStrategy Stopping recovery for core=[collection1] coreNodeName=[core_node3]
   [junit4]   2> 47746 INFO  (qtp9468721-548) [n:127.0.0.1:37620__uqe    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 47830 WARN  (zkCallback-83-thread-1-processing-n:127.0.0.1:37620__uqe) [n:127.0.0.1:37620__uqe    ] o.a.s.c.LeaderElector 
   [junit4]   2> org.apache.solr.common.SolrException: SolrCore not found:collection1 in []
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:296)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:56)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:348)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3.lambda$process$0(SolrZkClient.java:268)
   [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 org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 47834 INFO  (zkCallback-83-thread-1-processing-n:127.0.0.1:37620__uqe) [n:127.0.0.1:37620__uqe    ] o.a.s.h.CdcrLeaderStateManager Received new leader state @ tmp_collection:shard2
   [junit4]   2> 47842 INFO  (qtp17393301-520) [n:127.0.0.1:39788__uqe    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=collection1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=116
   [junit4]   2> 47843 INFO  (zkCallback-90-thread-1-processing-n:127.0.0.1:43986__uqe) [n:127.0.0.1:43986__uqe c:tmp_collection s:shard1 r:core_node4 x:collection1] o.a.s.c.ShardLeaderElectionContext There may be a better leader candidate than us - going back into recovery
   [junit4]   2> 47844 INFO  (qtp4088833-480) [n:127.0.0.1:41218__uqe    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=collection1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=117
   [junit4]   2> 47845 INFO  (zkCallback-90-thread-1-processing-n:127.0.0.1:43986__uqe) [n:127.0.0.1:43986__uqe c:tmp_collection s:shard1 r:core_node4 x:collection1] o.a.s.c.ShardLeaderElectionContextBase No version found for ephemeral leader parent node, won't remove previous leader registration.
   [junit4]   2> 47846 INFO  (zkCallback-90-thread-2-processing-n:127.0.0.1:43986__uqe) [n:127.0.0.1:43986__uqe    ] o.a.s.h.CdcrLeaderStateManager Received new leader state @ tmp_collection:shard1
   [junit4]   2> 47847 INFO  (qtp9468721-548) [n:127.0.0.1:37620__uqe    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 47848 INFO  (zkCallback-90-thread-1-processing-n:127.0.0.1:43986__uqe) [n:127.0.0.1:43986__uqe c:tmp_collection s:shard1 r:core_node4 x:collection1] o.a.s.c.ActionThrottle The last leader attempt started 7ms ago.
   [junit4]   2> 47848 INFO  (zkCallback-90-thread-1-processing-n:127.0.0.1:43986__uqe) [n:127.0.0.1:43986__uqe c:tmp_collection s:shard1 r:core_node4 x:collection1] o.a.s.c.ActionThrottle Throttling leader attempts - waiting for 4992ms
   [junit4]   2> 47886 WARN  (qtp5506353-581) [n:127.0.0.1:43986__uqe    ] o.a.s.c.RecoveryStrategy Stopping recovery for core=[collection1] coreNodeName=[co

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

akControl.java:367)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 822317 WARN  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] o.a.s.c.ZkController Could not publish node as down: org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = ConnectionLoss for /overseer
   [junit4]   2> 823157 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@12236bd{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 823157 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@77cacf{/_uqe,null,UNAVAILABLE}
   [junit4]   2> 823225 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCdcrDocVersions
   [junit4]   2> 823226 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[ECA086B4B900D93A]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:42982 42982
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CdcrVersionReplicationTest -Dtests.method=testCdcrDocVersions -Dtests.seed=ECA086B4B900D93A -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ar-AE -Dtests.timezone=America/Regina -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR    785s J0 | CdcrVersionReplicationTest.testCdcrDocVersions <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:42982/solr within 10000 ms
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:182)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:116)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:106)
   [junit4]    > 	at org.apache.solr.common.cloud.ZkStateReader.<init>(ZkStateReader.java:226)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.connect(CloudSolrClient.java:563)
   [junit4]    > 	at org.apache.solr.cloud.BaseCdcrDistributedZkTest.waitForCollectionToDisappear(BaseCdcrDistributedZkTest.java:496)
   [junit4]    > 	at org.apache.solr.cloud.BaseCdcrDistributedZkTest.startServers(BaseCdcrDistributedZkTest.java:598)
   [junit4]    > 	at org.apache.solr.cloud.BaseCdcrDistributedZkTest.createSourceCollection(BaseCdcrDistributedZkTest.java:348)
   [junit4]    > 	at org.apache.solr.cloud.BaseCdcrDistributedZkTest.baseBefore(BaseCdcrDistributedZkTest.java:167)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:42982/solr within 10000 ms
   [junit4]    > 	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:233)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:174)
   [junit4]    > 	... 48 moreThrowable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=467, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, group=TGRP-CdcrVersionReplicationTest]
   [junit4]    > Caused by: java.lang.OutOfMemoryError: Java heap space
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([ECA086B4B900D93A]:0)
   [junit4]    > 	at java.io.BufferedReader.<init>(BufferedReader.java:105)
   [junit4]    > 	at java.io.BufferedReader.<init>(BufferedReader.java:116)
   [junit4]    > 	at java.io.LineNumberReader.<init>(LineNumberReader.java:72)
   [junit4]    > 	at org.apache.log4j.DefaultThrowableRenderer.render(DefaultThrowableRenderer.java:64)
   [junit4]    > 	at org.apache.log4j.spi.ThrowableInformation.getThrowableStrRep(ThrowableInformation.java:87)
   [junit4]    > 	at org.apache.log4j.spi.LoggingEvent.getThrowableStrRep(LoggingEvent.java:413)
   [junit4]    > 	at org.apache.log4j.WriterAppender.subAppend(WriterAppender.java:313)
   [junit4]    > 	at org.apache.log4j.WriterAppender.append(WriterAppender.java:162)
   [junit4]    > 	at org.apache.log4j.AppenderSkeleton.doAppend(AppenderSkeleton.java:251)
   [junit4]    > 	at org.apache.log4j.helpers.AppenderAttachableImpl.appendLoopOnAppenders(AppenderAttachableImpl.java:66)
   [junit4]    > 	at org.apache.log4j.Category.callAppenders(Category.java:206)
   [junit4]    > 	at org.apache.log4j.Category.forcedLog(Category.java:391)
   [junit4]    > 	at org.apache.log4j.Category.log(Category.java:856)
   [junit4]    > 	at org.slf4j.impl.Log4jLoggerAdapter.warn(Log4jLoggerAdapter.java:478)
   [junit4]    > 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:357)
   [junit4]    > 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 823237 INFO  (SUITE-CdcrVersionReplicationTest-seed#[ECA086B4B900D93A]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_ECA086B4B900D93A-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=82, maxMBSortInHeap=7.048866138550217, sim=ClassicSimilarity, locale=ar-AE, timezone=America/Regina
   [junit4]   2> NOTE: Linux 4.4.0-36-generic i386/Oracle Corporation 1.8.0_102 (32-bit)/cpus=12,threads=1,free=210786128,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestDistribDocBasedVersion, ConcurrentDeleteAndCreateCollectionTest, TestLazyCores, TestConfigSets, TestRTGBase, TestFastWriter, CdcrVersionReplicationTest]
   [junit4] Completed [117/638 (1!)] on J0 in 784.78s, 1 test, 1 error <<< FAILURES!

[...truncated 1679 lines...]
   [junit4] JVM J0: stdout was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J0-20161014_110518_493.sysout
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to /home/jenkins/workspace/Lucene-Solr-master-Linux/heapdumps/java_pid6128.hprof ...
   [junit4] Heap dump file created [555284980 bytes in 2.679 secs]
   [junit4] <<< JVM J0: EOF ----

[...truncated 11053 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:765: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:717: Some of the tests produced a heap dump, but did not fail. Maybe a suppressed OutOfMemoryError? Dumps created:
* java_pid6128.hprof

Total time: 87 minutes 11 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



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

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

1 tests failed.
FAILED:  org.apache.solr.update.AutoCommitTest.testMaxDocs

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([8A26770661A56CCB:33A7A1D94D4F6841]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:813)
	at org.apache.solr.update.AutoCommitTest.testMaxDocs(AutoCommitTest.java:225)
	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:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	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:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	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:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=1]
	xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><result name="response" numFound="0" start="0"></result>
</response>

	request was:q=id:14&qt=standard&start=0&rows=20&version=2.2
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:806)
	... 40 more




Build Log:
[...truncated 10682 lines...]
   [junit4] Suite: org.apache.solr.update.AutoCommitTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_8A26770661A56CCB-001/init-core-data-001
   [junit4]   2> 23583 INFO  (SUITE-AutoCommitTest-seed#[8A26770661A56CCB]-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> 23584 INFO  (SUITE-AutoCommitTest-seed#[8A26770661A56CCB]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 23585 INFO  (SUITE-AutoCommitTest-seed#[8A26770661A56CCB]-worker) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 23631 WARN  (SUITE-AutoCommitTest-seed#[8A26770661A56CCB]-worker) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 23642 INFO  (SUITE-AutoCommitTest-seed#[8A26770661A56CCB]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 23673 INFO  (SUITE-AutoCommitTest-seed#[8A26770661A56CCB]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 23770 WARN  (SUITE-AutoCommitTest-seed#[8A26770661A56CCB]-worker) [    ] o.a.s.s.IndexSchema [null] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 23772 INFO  (SUITE-AutoCommitTest-seed#[8A26770661A56CCB]-worker) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 23788 INFO  (coreLoadExecutor-175-thread-1) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 23816 WARN  (coreLoadExecutor-175-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 23818 INFO  (coreLoadExecutor-175-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 23864 INFO  (coreLoadExecutor-175-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 23996 WARN  (coreLoadExecutor-175-thread-1) [    ] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 23999 INFO  (coreLoadExecutor-175-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 24016 INFO  (coreLoadExecutor-175-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 24017 INFO  (coreLoadExecutor-175-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_8A26770661A56CCB-001/init-core-data-001/]
   [junit4]   2> 24018 INFO  (coreLoadExecutor-175-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=42, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=87.345703125, floorSegmentMB=0.7255859375, forceMergeDeletesPctAllowed=15.691973464667486, segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.32360162831429484
   [junit4]   2> 24057 INFO  (coreLoadExecutor-175-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 24057 INFO  (coreLoadExecutor-175-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 24057 INFO  (coreLoadExecutor-175-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 24057 INFO  (coreLoadExecutor-175-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 24058 INFO  (coreLoadExecutor-175-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=39, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 24061 INFO  (coreLoadExecutor-175-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4c94da3b[collection1] main]
   [junit4]   2> 24061 INFO  (coreLoadExecutor-175-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 24123 INFO  (coreLoadExecutor-175-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 24360 INFO  (coreLoadExecutor-175-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 24361 INFO  (searcherExecutor-176-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 24361 INFO  (coreLoadExecutor-175-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1548173441898643456
   [junit4]   2> 24361 INFO  (searcherExecutor-176-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 24361 INFO  (searcherExecutor-176-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 24361 INFO  (searcherExecutor-176-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 24362 INFO  (searcherExecutor-176-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 24362 INFO  (searcherExecutor-176-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 24362 INFO  (searcherExecutor-176-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 24363 INFO  (searcherExecutor-176-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 24363 INFO  (searcherExecutor-176-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 24363 INFO  (searcherExecutor-176-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4c94da3b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 24364 INFO  (SUITE-AutoCommitTest-seed#[8A26770661A56CCB]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 24366 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[8A26770661A56CCB]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCommitWithin
   [junit4]   2> 24369 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[8A26770661A56CCB]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:* (-1548173441904934912)} 0 2
   [junit4]   2> 24374 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[8A26770661A56CCB]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 24418 WARN  (TEST-AutoCommitTest.testCommitWithin-seed#[8A26770661A56CCB]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 24420 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[8A26770661A56CCB]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 24452 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[8A26770661A56CCB]) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 24595 WARN  (TEST-AutoCommitTest.testCommitWithin-seed#[8A26770661A56CCB]) [    ] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 24598 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[8A26770661A56CCB]) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 24609 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[8A26770661A56CCB]) [    ] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 24609 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_8A26770661A56CCB-001/init-core-data-001/]
   [junit4]   2> 24618 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 24619 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 24620 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@630a0724[collection1] main]
   [junit4]   2> 24620 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 24621 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 24624 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 24624 INFO  (searcherExecutor-181-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 24625 INFO  (searcherExecutor-181-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 24625 INFO  (searcherExecutor-181-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 24625 INFO  (searcherExecutor-181-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 24625 INFO  (searcherExecutor-181-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 24625 INFO  (searcherExecutor-181-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 24627 INFO  (searcherExecutor-181-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 24627 INFO  (searcherExecutor-181-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 24629 INFO  (searcherExecutor-181-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 24629 INFO  (searcherExecutor-181-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@630a0724[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 24631 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=11, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=81.947265625, floorSegmentMB=0.9130859375, forceMergeDeletesPctAllowed=11.24565272976241, segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 24635 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 24635 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3bdbffc8[collection1] main]
   [junit4]   2> 24636 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@534838c3
   [junit4]   2> 24637 INFO  (searcherExecutor-181-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3bdbffc8[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 24660 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 (1548173442192244736)]} 0 19
   [junit4]   2> 24662 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=1
   [junit4]   2> 28644 INFO  (commitScheduler-184-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 28650 INFO  (commitScheduler-184-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2bb8cd8e[collection1] main]
   [junit4]   2> 28650 INFO  (commitScheduler-184-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 28651 INFO  (searcherExecutor-181-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2bb8cd8e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C1)))}
   [junit4]   2> 28670 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 (1548173446415908864)]} 0 4030
   [junit4]   2> 28671 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:530&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 28673 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[529 (-1548173446419054592)]} 0 4032
   [junit4]   2> 28673 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 30673 INFO  (commitScheduler-184-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 30678 INFO  (commitScheduler-184-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7593a82[collection1] main]
   [junit4]   2> 30679 INFO  (commitScheduler-184-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 30680 INFO  (searcherExecutor-181-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7593a82[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.0.0):C1)))}
   [junit4]   2> 30927 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 30928 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:530&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 30931 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1548173448785690624)]} 0 6290
   [junit4]   2> 30931 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1548173448787787776)]} 0 6291
   [junit4]   2> 30932 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1548173448787787777)]} 0 6291
   [junit4]   2> 30932 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1548173448788836352)]} 0 6291
   [junit4]   2> 30932 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1548173448788836353)]} 0 6292
   [junit4]   2> 30932 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1548173448788836354)]} 0 6292
   [junit4]   2> 30933 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1548173448788836355)]} 0 6292
   [junit4]   2> 30933 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1548173448789884928)]} 0 6293
   [junit4]   2> 30933 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1548173448789884929)]} 0 6293
   [junit4]   2> 30933 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1548173448789884930)]} 0 6293
   [junit4]   2> 30934 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:500&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 30934 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 (-1548173448790933504)]} 0 6294
   [junit4]   2> 30935 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 (-1548173448790933505)]} 0 6294
   [junit4]   2> 30935 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 (-1548173448791982080)]} 0 6294
   [junit4]   2> 30935 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 (-1548173448791982081)]} 0 6294
   [junit4]   2> 30935 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 (-1548173448791982082)]} 0 6294
   [junit4]   2> 30935 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 (-1548173448791982083)]} 0 6295
   [junit4]   2> 30935 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 (-1548173448791982084)]} 0 6295
   [junit4]   2> 30935 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 (-1548173448791982085)]} 0 6295
   [junit4]   2> 30935 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 (-1548173448791982086)]} 0 6295
   [junit4]   2> 30936 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 (-1548173448793030656)]} 0 6295
   [junit4]   2> 30936 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:530&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 31934 INFO  (commitScheduler-184-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 31940 INFO  (commitScheduler-184-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@511bdd1d[collection1] main]
   [junit4]   2> 31940 INFO  (commitScheduler-184-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 31941 INFO  (searcherExecutor-181-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@511bdd1d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(7.0.0):C10/9:delGen=1)))}
   [junit4]   2> 32187 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:500&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 32189 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:530&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 32189 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testCommitWithin
   [junit4]   2> 32191 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Starting testMaxDocs
   [junit4]   2> 32209 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5be00c57[collection1] realtime]
   [junit4]   2> 32209 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:* (-1548173450110042112)} 0 17
   [junit4]   2> 32210 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 32237 WARN  (TEST-AutoCommitTest.testMaxDocs-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 32238 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 32256 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 32418 WARN  (TEST-AutoCommitTest.testMaxDocs-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 32421 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 32475 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 32475 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_8A26770661A56CCB-001/init-core-data-001/]
   [junit4]   2> 32507 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 32509 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 32532 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@156eba68[collection1] main]
   [junit4]   2> 32533 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 32534 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 32546 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 32546 INFO  (searcherExecutor-185-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 32547 INFO  (searcherExecutor-185-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 32547 INFO  (searcherExecutor-185-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 32547 INFO  (searcherExecutor-185-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 32547 INFO  (searcherExecutor-185-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 32547 INFO  (searcherExecutor-185-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 32548 INFO  (searcherExecutor-185-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 32548 INFO  (searcherExecutor-185-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 32548 INFO  (searcherExecutor-185-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 32549 INFO  (searcherExecutor-185-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@156eba68[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 32550 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=15, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 32551 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 32552 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@64a65957[collection1] main]
   [junit4]   2> 32552 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@6aa71386
   [junit4]   2> 32555 INFO  (searcherExecutor-185-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@64a65957[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 32570 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[0 (1548173450489626624)]} 0 15
   [junit4]   2> 32571 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[1 (1548173450506403840)]} 0 16
   [junit4]   2> 32571 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[2 (1548173450507452416)]} 0 17
   [junit4]   2> 32571 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[3 (1548173450507452417)]} 0 17
   [junit4]   2> 32572 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[4 (1548173450508500992)]} 0 17
   [junit4]   2> 32572 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[5 (1548173450508500993)]} 0 18
   [junit4]   2> 32573 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[6 (1548173450508500994)]} 0 18
   [junit4]   2> 32573 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[7 (1548173450509549568)]} 0 19
   [junit4]   2> 32573 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[8 (1548173450509549569)]} 0 19
   [junit4]   2> 32574 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[9 (1548173450510598144)]} 0 19
   [junit4]   2> 32574 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[10 (1548173450510598145)]} 0 20
   [junit4]   2> 32574 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[11 (1548173450510598146)]} 0 20
   [junit4]   2> 32575 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[12 (1548173450511646720)]} 0 20
   [junit4]   2> 32575 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[13 (1548173450511646721)]} 0 21
   [junit4]   2> 32576 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 32577 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[14 (1548173450513743872)]} 0 23
   [junit4]   2> 32578 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[15 (1548173450514792448)]} 0 23
   [junit4]   2> 32578 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:14&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 32581 INFO  (commitScheduler-188-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 32584 ERROR (TEST-AutoCommitTest.testMaxDocs-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.SolrTestCaseJ4 REQUEST FAILED: xpath=//result[@numFound=1]
   [junit4]   2> 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><result name="response" numFound="0" start="0"></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2> 	request was:q=id:14&qt=standard&start=0&rows=20&version=2.2
   [junit4]   2> 32585 ERROR (TEST-AutoCommitTest.testMaxDocs-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.SolrTestCaseJ4 REQUEST FAILED: q=id:14&qt=standard&start=0&rows=20&version=2.2:java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=1]
   [junit4]   2> 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><result name="response" numFound="0" start="0"></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2> 	request was:q=id:14&qt=standard&start=0&rows=20&version=2.2
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:806)
   [junit4]   2> 	at org.apache.solr.update.AutoCommitTest.testMaxDocs(AutoCommitTest.java:225)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 32587 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testMaxDocs
   [junit4]   2> 32587 INFO  (commitScheduler-188-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@f5e4c9[collection1] main]
   [junit4]   2> 32588 INFO  (searcherExecutor-185-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@f5e4c9[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(7.0.0):C16)))}
   [junit4]   2> 32589 INFO  (commitScheduler-188-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=AutoCommitTest -Dtests.method=testMaxDocs -Dtests.seed=8A26770661A56CCB -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es-CO -Dtests.timezone=Asia/Chungking -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.41s J2 | AutoCommitTest.testMaxDocs <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during query
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([8A26770661A56CCB:33A7A1D94D4F6841]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:813)
   [junit4]    > 	at org.apache.solr.update.AutoCommitTest.testMaxDocs(AutoCommitTest.java:225)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=1]
   [junit4]    > 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]    > <response>
   [junit4]    > <lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><result name="response" numFound="0" start="0"></result>
   [junit4]    > </response>
   [junit4]    > 	request was:q=id:14&qt=standard&start=0&rows=20&version=2.2
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:806)
   [junit4]    > 	... 40 more
   [junit4]   2> 32605 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Starting testMaxTime
   [junit4]   2> 32610 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@65389925[collection1] realtime]
   [junit4]   2> 32611 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:* (-1548173450544152576)} 0 5
   [junit4]   2> 32612 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 32652 WARN  (TEST-AutoCommitTest.testMaxTime-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 32654 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 32694 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 32827 WARN  (TEST-AutoCommitTest.testMaxTime-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 32830 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 32842 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 32842 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_8A26770661A56CCB-001/init-core-data-001/]
   [junit4]   2> 32866 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 32866 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 32866 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@75ae775a[collection1] main]
   [junit4]   2> 32867 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 32867 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 32871 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 32874 INFO  (searcherExecutor-189-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 32875 INFO  (searcherExecutor-189-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 32875 INFO  (searcherExecutor-189-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 32875 INFO  (searcherExecutor-189-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 32876 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=503911206, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 32876 INFO  (searcherExecutor-189-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 32876 INFO  (searcherExecutor-189-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 32876 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 32876 WARN  (TEST-AutoCommitTest.testMaxTime-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.c.SolrCore [collection1] PERFORMANCE WARNING: Overlapping onDeckSearchers=2
   [junit4]   2> 32876 INFO  (searcherExecutor-189-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 32877 INFO  (searcherExecutor-189-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 32877 INFO  (searcherExecutor-189-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 32877 INFO  (searcherExecutor-189-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@75ae775a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 32878 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5f802762[collection1] main]
   [junit4]   2> 32878 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@2cfae95a
   [junit4]   2> 32878 INFO  (searcherExecutor-189-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5f802762[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 32886 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 (1548173450834608128)]} 0 3
   [junit4]   2> 32887 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 33886 INFO  (commitScheduler-192-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 33891 INFO  (commitScheduler-192-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@42382a22[collection1] main]
   [junit4]   2> 33891 INFO  (commitScheduler-192-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 33892 INFO  (searcherExecutor-189-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@42382a22[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(7.0.0):C1)))}
   [junit4]   2> 34139 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 (1548173452150571008)]} 0 1256
   [junit4]   2> 34139 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 34141 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:530&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 34142 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{delete=[529 (-1548173452153716736)]} 0 0
   [junit4]   2> 34142 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 35139 INFO  (commitScheduler-192-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 35143 INFO  (commitScheduler-192-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@253da995[collection1] main]
   [junit4]   2> 35143 INFO  (commitScheduler-192-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 35144 INFO  (searcherExecutor-189-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@253da995[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_5(7.0.0):C1)))}
   [junit4]   2> 35394 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[550 (1548173453466533888)]} 0 2511
   [junit4]   2> 35394 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 35395 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1548173453468631040)]} 0 2512
   [junit4]   2> 35395 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1548173453468631041)]} 0 2512
   [junit4]   2> 35396 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1548173453468631042)]} 0 2512
   [junit4]   2> 35396 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1548173453469679616)]} 0 2513
   [junit4]   2> 35396 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1548173453469679617)]} 0 2513
   [junit4]   2> 35396 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1548173453469679618)]} 0 2513
   [junit4]   2> 35397 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1548173453469679619)]} 0 2513
   [junit4]   2> 35397 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1548173453470728192)]} 0 2514
   [junit4]   2> 35397 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1548173453470728193)]} 0 2514
   [junit4]   2> 35397 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1548173453470728194)]} 0 2514
   [junit4]   2> 35397 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:500&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 36394 INFO  (commitScheduler-192-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 36400 INFO  (commitScheduler-192-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4a433c9f[collection1] main]
   [junit4]   2> 36400 INFO  (commitScheduler-192-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 36401 INFO  (searcherExecutor-189-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4a433c9f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_5(7.0.0):C1) Uninverting(_6(7.0.0):C11/9:delGen=1)))}
   [junit4]   2> 36650 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[531 (1548173454782496768)]} 0 3767
   [junit4]   2> 36650 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:500&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 36651 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8A26770661A56CCB]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testMaxTime
   [junit4]   2> 36652 INFO  (SUITE-AutoCommitTest-seed#[8A26770661A56CCB]-worker) [    x:collection1] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 36652 INFO  (SUITE-AutoCommitTest-seed#[8A26770661A56CCB]-worker) [    x:collection1] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1180809833
   [junit4]   2> 36660 INFO  (coreCloseExecutor-193-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@e8756fb
   [junit4]   2> 36661 INFO  (coreCloseExecutor-193-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 36661 INFO  (coreCloseExecutor-193-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@239d02bf
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_8A26770661A56CCB-001
   [junit4]   2> NOTE: test params are: codec=Lucene70, sim=ClassicSimilarity, locale=es-CO, timezone=Asia/Chungking
   [junit4]   2> NOTE: Linux 4.4.0-36-generic amd64/Oracle Corporation 1.8.0_102 (64-bit)/cpus=12,threads=1,free=134708120,total=391118848
   [junit4]   2> NOTE: All tests run in this JVM: [SolrIndexConfigTest, TestGraphTermsQParserPlugin, TermVectorComponentDistributedTest, TestTrieFacet, TestInitParams, AutoCommitTest]
   [junit4] Completed [24/638 (1!)] on J2 in 13.17s, 3 tests, 1 error <<< FAILURES!

[...truncated 62314 lines...]