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/08 11:54:50 UTC

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

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/1900/
Java: 32bit/jdk1.8.0_102 -client -XX:+UseSerialGC

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:44969/solr within 10000 ms

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:44969/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:567)
	at org.apache.solr.cloud.BaseCdcrDistributedZkTest.waitForCollectionToDisappear(BaseCdcrDistributedZkTest.java:494)
	at org.apache.solr.cloud.BaseCdcrDistributedZkTest.startServers(BaseCdcrDistributedZkTest.java:596)
	at org.apache.solr.cloud.BaseCdcrDistributedZkTest.createSourceCollection(BaseCdcrDistributedZkTest.java:346)
	at org.apache.solr.cloud.BaseCdcrDistributedZkTest.baseBefore(BaseCdcrDistributedZkTest.java:168)
	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:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
	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:44969/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 11460 lines...]
   [junit4] Suite: org.apache.solr.cloud.CdcrVersionReplicationTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_91B243CD13754566-001/init-core-data-001
   [junit4]   2> 206602 INFO  (SUITE-CdcrVersionReplicationTest-seed#[91B243CD13754566]-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> 206604 INFO  (SUITE-CdcrVersionReplicationTest-seed#[91B243CD13754566]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 206606 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 206606 INFO  (Thread-325) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 206606 INFO  (Thread-325) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 206707 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.a.s.c.ZkTestServer start zk server on port:44969
   [junit4]   2> 206718 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-cdcr.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 206720 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 206722 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 206723 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 206724 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 206726 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 206727 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 206729 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 206730 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 206731 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 206734 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 206738 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCdcrDocVersions
   [junit4]   2> 206842 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_91B243CD13754566-001/jetty-001/cores/collection1
   [junit4]   2> 206845 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 206846 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@13ad703{/,null,AVAILABLE}
   [junit4]   2> 206854 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.e.j.s.ServerConnector Started ServerConnector@1c918c9{SSL,[ssl, http/1.1]}{127.0.0.1:33626}
   [junit4]   2> 206854 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.e.j.s.Server Started @208159ms
   [junit4]   2> 206854 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {shards=shard1, hostContext=/, hostPort=33626, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_91B243CD13754566-001/jetty-001/cores}
   [junit4]   2> 206854 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.3.0
   [junit4]   2> 206854 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 206854 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 206855 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-10-08T11:10:50.366Z
   [junit4]   2> 206858 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 206858 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_91B243CD13754566-001/jetty-001/solr.xml
   [junit4]   2> 206886 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 206887 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44969/solr
   [junit4]   2> 206921 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [n:127.0.0.1:33626_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:33626_
   [junit4]   2> 206922 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [n:127.0.0.1:33626_    ] o.a.s.c.Overseer Overseer (id=96726224084664325-127.0.0.1:33626_-n_0000000000) starting
   [junit4]   2> 206930 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [n:127.0.0.1:33626_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33626_
   [junit4]   2> 206932 INFO  (zkCallback-372-thread-1-processing-n:127.0.0.1:33626_) [n:127.0.0.1:33626_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 206994 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [n:127.0.0.1:33626_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_91B243CD13754566-001/jetty-001/cores
   [junit4]   2> 206994 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [n:127.0.0.1:33626_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 206997 INFO  (OverseerStateUpdate-96726224084664325-127.0.0.1:33626_-n_0000000000) [n:127.0.0.1:33626_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 207999 INFO  (coreLoadExecutor-539-thread-1-processing-n:127.0.0.1:33626_) [n:127.0.0.1:33626_ c:tmp_collection   x:collection1] o.a.s.c.ZkController Only one config set found in zk - using it:conf1
   [junit4]   2> 208033 INFO  (coreLoadExecutor-539-thread-1-processing-n:127.0.0.1:33626_) [n:127.0.0.1:33626_ c:tmp_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.3.0
   [junit4]   2> 208101 INFO  (coreLoadExecutor-539-thread-1-processing-n:127.0.0.1:33626_) [n:127.0.0.1:33626_ c:tmp_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 208215 WARN  (coreLoadExecutor-539-thread-1-processing-n:127.0.0.1:33626_) [n:127.0.0.1:33626_ 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> 208217 INFO  (coreLoadExecutor-539-thread-1-processing-n:127.0.0.1:33626_) [n:127.0.0.1:33626_ c:tmp_collection   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 208245 INFO  (coreLoadExecutor-539-thread-1-processing-n:127.0.0.1:33626_) [n:127.0.0.1:33626_ c:tmp_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection tmp_collection
   [junit4]   2> 208245 INFO  (coreLoadExecutor-539-thread-1-processing-n:127.0.0.1:33626_) [n:127.0.0.1:33626_ 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-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_91B243CD13754566-001/jetty-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_91B243CD13754566-001/jetty-001/cores/collection1/data/]
   [junit4]   2> 208245 INFO  (coreLoadExecutor-539-thread-1-processing-n:127.0.0.1:33626_) [n:127.0.0.1:33626_ 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@92f710
   [junit4]   2> 208247 INFO  (coreLoadExecutor-539-thread-1-processing-n:127.0.0.1:33626_) [n:127.0.0.1:33626_ 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=6, maxMergeAtOnceExplicit=5, maxMergedSegmentMB=61.865234375, floorSegmentMB=1.09765625, forceMergeDeletesPctAllowed=19.789265043977537, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5732254220390078
   [junit4]   2> 208297 INFO  (coreLoadExecutor-539-thread-1-processing-n:127.0.0.1:33626_) [n:127.0.0.1:33626_ 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> 208297 INFO  (coreLoadExecutor-539-thread-1-processing-n:127.0.0.1:33626_) [n:127.0.0.1:33626_ 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> 208299 INFO  (coreLoadExecutor-539-thread-1-processing-n:127.0.0.1:33626_) [n:127.0.0.1:33626_ c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 208299 INFO  (coreLoadExecutor-539-thread-1-processing-n:127.0.0.1:33626_) [n:127.0.0.1:33626_ c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 208299 INFO  (coreLoadExecutor-539-thread-1-processing-n:127.0.0.1:33626_) [n:127.0.0.1:33626_ 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=11, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=3.47265625, floorSegmentMB=0.4140625, forceMergeDeletesPctAllowed=7.469403656221472, segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 208300 INFO  (coreLoadExecutor-539-thread-1-processing-n:127.0.0.1:33626_) [n:127.0.0.1:33626_ c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1c39084[collection1] main]
   [junit4]   2> 208301 INFO  (coreLoadExecutor-539-thread-1-processing-n:127.0.0.1:33626_) [n:127.0.0.1:33626_ c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 208302 INFO  (coreLoadExecutor-539-thread-1-processing-n:127.0.0.1:33626_) [n:127.0.0.1:33626_ 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> 208302 INFO  (coreLoadExecutor-539-thread-1-processing-n:127.0.0.1:33626_) [n:127.0.0.1:33626_ c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 208306 INFO  (coreLoadExecutor-539-thread-1-processing-n:127.0.0.1:33626_) [n:127.0.0.1:33626_ 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> 208309 INFO  (coreLoadExecutor-539-thread-1-processing-n:127.0.0.1:33626_) [n:127.0.0.1:33626_ 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> 208320 INFO  (searcherExecutor-540-thread-1-processing-n:127.0.0.1:33626_ x:collection1 s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:33626_ c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1c39084[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 208321 INFO  (coreLoadExecutor-539-thread-1-processing-n:127.0.0.1:33626_) [n:127.0.0.1:33626_ 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 1547619587150839808
   [junit4]   2> 208327 INFO  (coreZkRegister-532-thread-1-processing-n:127.0.0.1:33626_ x:collection1 s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:33626_ c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 208327 INFO  (coreZkRegister-532-thread-1-processing-n:127.0.0.1:33626_ x:collection1 s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:33626_ 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> 208327 INFO  (coreZkRegister-532-thread-1-processing-n:127.0.0.1:33626_ x:collection1 s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:33626_ c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:33626/collection1/
   [junit4]   2> 208328 INFO  (coreZkRegister-532-thread-1-processing-n:127.0.0.1:33626_ x:collection1 s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:33626_ c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 208328 INFO  (coreZkRegister-532-thread-1-processing-n:127.0.0.1:33626_ x:collection1 s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:33626_ c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy https://127.0.0.1:33626/collection1/ has no replicas
   [junit4]   2> 208331 INFO  (zkCallback-372-thread-1-processing-n:127.0.0.1:33626_) [n:127.0.0.1:33626_    ] o.a.s.h.CdcrLeaderStateManager Received new leader state @ tmp_collection:shard2
   [junit4]   2> 208332 INFO  (coreZkRegister-532-thread-1-processing-n:127.0.0.1:33626_ x:collection1 s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:33626_ 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:33626/collection1/ shard2
   [junit4]   2> 208483 INFO  (coreZkRegister-532-thread-1-processing-n:127.0.0.1:33626_ x:collection1 s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:33626_ c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 208577 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_91B243CD13754566-001/jetty-002/cores/collection1
   [junit4]   2> 208580 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 208581 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@bb4867{/,null,AVAILABLE}
   [junit4]   2> 208586 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.e.j.s.ServerConnector Started ServerConnector@12a720{SSL,[ssl, http/1.1]}{127.0.0.1:42181}
   [junit4]   2> 208586 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.e.j.s.Server Started @209892ms
   [junit4]   2> 208586 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {shards=shard2, hostContext=/, hostPort=42181, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_91B243CD13754566-001/jetty-002/cores}
   [junit4]   2> 208587 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.3.0
   [junit4]   2> 208587 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 208587 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 208587 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-10-08T11:10:52.099Z
   [junit4]   2> 208591 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 208591 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_91B243CD13754566-001/jetty-002/solr.xml
   [junit4]   2> 208605 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 208606 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44969/solr
   [junit4]   2> 208615 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [n:127.0.0.1:42181_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 208619 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [n:127.0.0.1:42181_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42181_
   [junit4]   2> 208620 INFO  (zkCallback-372-thread-2-processing-n:127.0.0.1:33626_) [n:127.0.0.1:33626_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 208621 INFO  (zkCallback-378-thread-1-processing-n:127.0.0.1:42181_) [n:127.0.0.1:42181_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 208665 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [n:127.0.0.1:42181_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_91B243CD13754566-001/jetty-002/cores
   [junit4]   2> 208665 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [n:127.0.0.1:42181_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 208667 INFO  (OverseerStateUpdate-96726224084664325-127.0.0.1:33626_-n_0000000000) [n:127.0.0.1:33626_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 209680 INFO  (coreLoadExecutor-551-thread-1-processing-n:127.0.0.1:42181_) [n:127.0.0.1:42181_ c:tmp_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.3.0
   [junit4]   2> 209707 INFO  (coreLoadExecutor-551-thread-1-processing-n:127.0.0.1:42181_) [n:127.0.0.1:42181_ c:tmp_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 209798 WARN  (coreLoadExecutor-551-thread-1-processing-n:127.0.0.1:42181_) [n:127.0.0.1:42181_ 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> 209801 INFO  (coreLoadExecutor-551-thread-1-processing-n:127.0.0.1:42181_) [n:127.0.0.1:42181_ c:tmp_collection   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 209819 INFO  (coreLoadExecutor-551-thread-1-processing-n:127.0.0.1:42181_) [n:127.0.0.1:42181_ c:tmp_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection tmp_collection
   [junit4]   2> 209819 INFO  (coreLoadExecutor-551-thread-1-processing-n:127.0.0.1:42181_) [n:127.0.0.1:42181_ 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-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_91B243CD13754566-001/jetty-002/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_91B243CD13754566-001/jetty-002/cores/collection1/data/]
   [junit4]   2> 209819 INFO  (coreLoadExecutor-551-thread-1-processing-n:127.0.0.1:42181_) [n:127.0.0.1:42181_ 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@92f710
   [junit4]   2> 209820 INFO  (coreLoadExecutor-551-thread-1-processing-n:127.0.0.1:42181_) [n:127.0.0.1:42181_ 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=6, maxMergeAtOnceExplicit=5, maxMergedSegmentMB=61.865234375, floorSegmentMB=1.09765625, forceMergeDeletesPctAllowed=19.789265043977537, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5732254220390078
   [junit4]   2> 209843 INFO  (coreLoadExecutor-551-thread-1-processing-n:127.0.0.1:42181_) [n:127.0.0.1:42181_ 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> 209843 INFO  (coreLoadExecutor-551-thread-1-processing-n:127.0.0.1:42181_) [n:127.0.0.1:42181_ 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> 209844 INFO  (coreLoadExecutor-551-thread-1-processing-n:127.0.0.1:42181_) [n:127.0.0.1:42181_ c:tmp_collection s:shard1 r:core_node2 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 209844 INFO  (coreLoadExecutor-551-thread-1-processing-n:127.0.0.1:42181_) [n:127.0.0.1:42181_ c:tmp_collection s:shard1 r:core_node2 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 209845 INFO  (coreLoadExecutor-551-thread-1-processing-n:127.0.0.1:42181_) [n:127.0.0.1:42181_ 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=11, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=3.47265625, floorSegmentMB=0.4140625, forceMergeDeletesPctAllowed=7.469403656221472, segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 209846 INFO  (coreLoadExecutor-551-thread-1-processing-n:127.0.0.1:42181_) [n:127.0.0.1:42181_ c:tmp_collection s:shard1 r:core_node2 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1913fe0[collection1] main]
   [junit4]   2> 209847 INFO  (coreLoadExecutor-551-thread-1-processing-n:127.0.0.1:42181_) [n:127.0.0.1:42181_ c:tmp_collection s:shard1 r:core_node2 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 209847 INFO  (coreLoadExecutor-551-thread-1-processing-n:127.0.0.1:42181_) [n:127.0.0.1:42181_ 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> 209847 INFO  (coreLoadExecutor-551-thread-1-processing-n:127.0.0.1:42181_) [n:127.0.0.1:42181_ c:tmp_collection s:shard1 r:core_node2 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 209849 INFO  (searcherExecutor-552-thread-1-processing-n:127.0.0.1:42181_ x:collection1 s:shard1 c:tmp_collection r:core_node2) [n:127.0.0.1:42181_ c:tmp_collection s:shard1 r:core_node2 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1913fe0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 209850 INFO  (coreLoadExecutor-551-thread-1-processing-n:127.0.0.1:42181_) [n:127.0.0.1:42181_ 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 1547619588753063936
   [junit4]   2> 209855 INFO  (coreZkRegister-546-thread-1-processing-n:127.0.0.1:42181_ x:collection1 s:shard1 c:tmp_collection r:core_node2) [n:127.0.0.1:42181_ c:tmp_collection s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 209855 INFO  (coreZkRegister-546-thread-1-processing-n:127.0.0.1:42181_ x:collection1 s:shard1 c:tmp_collection r:core_node2) [n:127.0.0.1:42181_ 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> 209855 INFO  (coreZkRegister-546-thread-1-processing-n:127.0.0.1:42181_ x:collection1 s:shard1 c:tmp_collection r:core_node2) [n:127.0.0.1:42181_ c:tmp_collection s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:42181/collection1/
   [junit4]   2> 209855 INFO  (coreZkRegister-546-thread-1-processing-n:127.0.0.1:42181_ x:collection1 s:shard1 c:tmp_collection r:core_node2) [n:127.0.0.1:42181_ c:tmp_collection s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 209855 INFO  (coreZkRegister-546-thread-1-processing-n:127.0.0.1:42181_ x:collection1 s:shard1 c:tmp_collection r:core_node2) [n:127.0.0.1:42181_ c:tmp_collection s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy https://127.0.0.1:42181/collection1/ has no replicas
   [junit4]   2> 209857 INFO  (zkCallback-378-thread-1-processing-n:127.0.0.1:42181_) [n:127.0.0.1:42181_    ] o.a.s.h.CdcrLeaderStateManager Received new leader state @ tmp_collection:shard1
   [junit4]   2> 209858 INFO  (coreZkRegister-546-thread-1-processing-n:127.0.0.1:42181_ x:collection1 s:shard1 c:tmp_collection r:core_node2) [n:127.0.0.1:42181_ 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:42181/collection1/ shard1
   [junit4]   2> 210009 INFO  (coreZkRegister-546-thread-1-processing-n:127.0.0.1:42181_ x:collection1 s:shard1 c:tmp_collection r:core_node2) [n:127.0.0.1:42181_ c:tmp_collection s:shard1 r:core_node2 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 210248 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_91B243CD13754566-001/jetty-003/cores/collection1
   [junit4]   2> 210251 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 210252 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@93c689{/,null,AVAILABLE}
   [junit4]   2> 210255 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.e.j.s.ServerConnector Started ServerConnector@1bd7bb3{SSL,[ssl, http/1.1]}{127.0.0.1:41763}
   [junit4]   2> 210255 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.e.j.s.Server Started @211561ms
   [junit4]   2> 210255 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {shards=shard3, hostContext=/, hostPort=41763, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_91B243CD13754566-001/jetty-003/cores}
   [junit4]   2> 210256 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.3.0
   [junit4]   2> 210256 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 210256 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 210256 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-10-08T11:10:53.768Z
   [junit4]   2> 210259 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 210259 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_91B243CD13754566-001/jetty-003/solr.xml
   [junit4]   2> 210266 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 210267 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44969/solr
   [junit4]   2> 210276 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [n:127.0.0.1:41763_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 210279 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [n:127.0.0.1:41763_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41763_
   [junit4]   2> 210280 INFO  (zkCallback-384-thread-1-processing-n:127.0.0.1:41763_) [n:127.0.0.1:41763_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 210280 INFO  (zkCallback-372-thread-2-processing-n:127.0.0.1:33626_) [n:127.0.0.1:33626_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 210280 INFO  (zkCallback-378-thread-1-processing-n:127.0.0.1:42181_) [n:127.0.0.1:42181_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 210323 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [n:127.0.0.1:41763_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_91B243CD13754566-001/jetty-003/cores
   [junit4]   2> 210323 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [n:127.0.0.1:41763_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 210325 INFO  (OverseerStateUpdate-96726224084664325-127.0.0.1:33626_-n_0000000000) [n:127.0.0.1:33626_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 211337 INFO  (coreLoadExecutor-563-thread-1-processing-n:127.0.0.1:41763_) [n:127.0.0.1:41763_ c:tmp_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.3.0
   [junit4]   2> 211360 INFO  (coreLoadExecutor-563-thread-1-processing-n:127.0.0.1:41763_) [n:127.0.0.1:41763_ c:tmp_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 211446 WARN  (coreLoadExecutor-563-thread-1-processing-n:127.0.0.1:41763_) [n:127.0.0.1:41763_ 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> 211449 INFO  (coreLoadExecutor-563-thread-1-processing-n:127.0.0.1:41763_) [n:127.0.0.1:41763_ c:tmp_collection   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 211465 INFO  (coreLoadExecutor-563-thread-1-processing-n:127.0.0.1:41763_) [n:127.0.0.1:41763_ c:tmp_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection tmp_collection
   [junit4]   2> 211465 INFO  (coreLoadExecutor-563-thread-1-processing-n:127.0.0.1:41763_) [n:127.0.0.1:41763_ 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-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_91B243CD13754566-001/jetty-003/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_91B243CD13754566-001/jetty-003/cores/collection1/data/]
   [junit4]   2> 211465 INFO  (coreLoadExecutor-563-thread-1-processing-n:127.0.0.1:41763_) [n:127.0.0.1:41763_ 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@92f710
   [junit4]   2> 211467 INFO  (coreLoadExecutor-563-thread-1-processing-n:127.0.0.1:41763_) [n:127.0.0.1:41763_ 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=6, maxMergeAtOnceExplicit=5, maxMergedSegmentMB=61.865234375, floorSegmentMB=1.09765625, forceMergeDeletesPctAllowed=19.789265043977537, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5732254220390078
   [junit4]   2> 211488 INFO  (coreLoadExecutor-563-thread-1-processing-n:127.0.0.1:41763_) [n:127.0.0.1:41763_ 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> 211488 INFO  (coreLoadExecutor-563-thread-1-processing-n:127.0.0.1:41763_) [n:127.0.0.1:41763_ 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> 211489 INFO  (coreLoadExecutor-563-thread-1-processing-n:127.0.0.1:41763_) [n:127.0.0.1:41763_ c:tmp_collection s:shard2 r:core_node3 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 211489 INFO  (coreLoadExecutor-563-thread-1-processing-n:127.0.0.1:41763_) [n:127.0.0.1:41763_ c:tmp_collection s:shard2 r:core_node3 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 211490 INFO  (coreLoadExecutor-563-thread-1-processing-n:127.0.0.1:41763_) [n:127.0.0.1:41763_ 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=11, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=3.47265625, floorSegmentMB=0.4140625, forceMergeDeletesPctAllowed=7.469403656221472, segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 211490 INFO  (coreLoadExecutor-563-thread-1-processing-n:127.0.0.1:41763_) [n:127.0.0.1:41763_ c:tmp_collection s:shard2 r:core_node3 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@91146c[collection1] main]
   [junit4]   2> 211491 INFO  (coreLoadExecutor-563-thread-1-processing-n:127.0.0.1:41763_) [n:127.0.0.1:41763_ c:tmp_collection s:shard2 r:core_node3 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 211491 INFO  (coreLoadExecutor-563-thread-1-processing-n:127.0.0.1:41763_) [n:127.0.0.1:41763_ 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> 211491 INFO  (coreLoadExecutor-563-thread-1-processing-n:127.0.0.1:41763_) [n:127.0.0.1:41763_ c:tmp_collection s:shard2 r:core_node3 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 211493 INFO  (searcherExecutor-564-thread-1-processing-n:127.0.0.1:41763_ x:collection1 s:shard2 c:tmp_collection r:core_node3) [n:127.0.0.1:41763_ c:tmp_collection s:shard2 r:core_node3 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@91146c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 211494 INFO  (coreLoadExecutor-563-thread-1-processing-n:127.0.0.1:41763_) [n:127.0.0.1:41763_ 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 1547619590477971456
   [junit4]   2> 211498 INFO  (coreZkRegister-558-thread-1-processing-n:127.0.0.1:41763_ x:collection1 s:shard2 c:tmp_collection r:core_node3) [n:127.0.0.1:41763_ c:tmp_collection s:shard2 r:core_node3 x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 211498 INFO  (updateExecutor-381-thread-1-processing-n:127.0.0.1:41763_ x:collection1 s:shard2 c:tmp_collection r:core_node3) [n:127.0.0.1:41763_ c:tmp_collection s:shard2 r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 211498 INFO  (recoveryExecutor-382-thread-1-processing-n:127.0.0.1:41763_ x:collection1 s:shard2 c:tmp_collection r:core_node3) [n:127.0.0.1:41763_ c:tmp_collection s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 211499 INFO  (recoveryExecutor-382-thread-1-processing-n:127.0.0.1:41763_ x:collection1 s:shard2 c:tmp_collection r:core_node3) [n:127.0.0.1:41763_ c:tmp_collection s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 211499 INFO  (recoveryExecutor-382-thread-1-processing-n:127.0.0.1:41763_ x:collection1 s:shard2 c:tmp_collection r:core_node3) [n:127.0.0.1:41763_ c:tmp_collection s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
   [junit4]   2> 211499 INFO  (recoveryExecutor-382-thread-1-processing-n:127.0.0.1:41763_ x:collection1 s:shard2 c:tmp_collection r:core_node3) [n:127.0.0.1:41763_ 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> 211499 INFO  (recoveryExecutor-382-thread-1-processing-n:127.0.0.1:41763_ x:collection1 s:shard2 c:tmp_collection r:core_node3) [n:127.0.0.1:41763_ 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:33626/collection1/] and I am [https://127.0.0.1:41763/collection1/]
   [junit4]   2> 211501 INFO  (recoveryExecutor-382-thread-1-processing-n:127.0.0.1:41763_ x:collection1 s:shard2 c:tmp_collection r:core_node3) [n:127.0.0.1:41763_ 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:33626]; [WaitForState: action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:41763_&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 211620 INFO  (qtp33371812-1687) [n:127.0.0.1:33626_    ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 211621 INFO  (qtp33371812-1687) [n:127.0.0.1:33626_    ] 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> 211621 INFO  (qtp33371812-1687) [n:127.0.0.1:33626_    ] 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:41763_, coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: core_node3:{"core":"collection1","base_url":"https://127.0.0.1:41763","node_name":"127.0.0.1:41763_","state":"recovering"}
   [junit4]   2> 211621 INFO  (qtp33371812-1687) [n:127.0.0.1:33626_    ] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true for: 0 seconds.
   [junit4]   2> 211621 INFO  (qtp33371812-1687) [n:127.0.0.1:33626_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:41763_&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> 211899 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_91B243CD13754566-001/jetty-004/cores/collection1
   [junit4]   2> 211901 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 211902 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7fc4c4{/,null,AVAILABLE}
   [junit4]   2> 211906 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.e.j.s.ServerConnector Started ServerConnector@1b19724{SSL,[ssl, http/1.1]}{127.0.0.1:42984}
   [junit4]   2> 211906 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.e.j.s.Server Started @213211ms
   [junit4]   2> 211906 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {shards=shard4, hostContext=/, hostPort=42984, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_91B243CD13754566-001/jetty-004/cores}
   [junit4]   2> 211906 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.3.0
   [junit4]   2> 211906 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 211906 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 211906 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-10-08T11:10:55.418Z
   [junit4]   2> 211910 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 211910 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_91B243CD13754566-001/jetty-004/solr.xml
   [junit4]   2> 211926 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 211926 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44969/solr
   [junit4]   2> 211936 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [n:127.0.0.1:42984_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 211939 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [n:127.0.0.1:42984_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42984_
   [junit4]   2> 211941 INFO  (zkCallback-372-thread-2-processing-n:127.0.0.1:33626_) [n:127.0.0.1:33626_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 211941 INFO  (zkCallback-384-thread-1-processing-n:127.0.0.1:41763_) [n:127.0.0.1:41763_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 211942 INFO  (zkCallback-391-thread-1-processing-n:127.0.0.1:42984_) [n:127.0.0.1:42984_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 211942 INFO  (zkCallback-378-thread-1-processing-n:127.0.0.1:42181_) [n:127.0.0.1:42181_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 211975 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [n:127.0.0.1:42984_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_91B243CD13754566-001/jetty-004/cores
   [junit4]   2> 211975 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [n:127.0.0.1:42984_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 211977 INFO  (OverseerStateUpdate-96726224084664325-127.0.0.1:33626_-n_0000000000) [n:127.0.0.1:33626_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 212989 INFO  (coreLoadExecutor-574-thread-1-processing-n:127.0.0.1:42984_) [n:127.0.0.1:42984_ c:tmp_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.3.0
   [junit4]   2> 213002 INFO  (coreLoadExecutor-574-thread-1-processing-n:127.0.0.1:42984_) [n:127.0.0.1:42984_ c:tmp_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 213105 WARN  (coreLoadExecutor-574-thread-1-processing-n:127.0.0.1:42984_) [n:127.0.0.1:42984_ 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> 213107 INFO  (coreLoadExecutor-574-thread-1-processing-n:127.0.0.1:42984_) [n:127.0.0.1:42984_ c:tmp_collection   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 213130 INFO  (coreLoadExecutor-574-thread-1-processing-n:127.0.0.1:42984_) [n:127.0.0.1:42984_ c:tmp_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection tmp_collection
   [junit4]   2> 213131 INFO  (coreLoadExecutor-574-thread-1-processing-n:127.0.0.1:42984_) [n:127.0.0.1:42984_ 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-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_91B243CD13754566-001/jetty-004/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_91B243CD13754566-001/jetty-004/cores/collection1/data/]
   [junit4]   2> 213131 INFO  (coreLoadExecutor-574-thread-1-processing-n:127.0.0.1:42984_) [n:127.0.0.1:42984_ 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@92f710
   [junit4]   2> 213132 INFO  (coreLoadExecutor-574-thread-1-processing-n:127.0.0.1:42984_) [n:127.0.0.1:42984_ 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=6, maxMergeAtOnceExplicit=5, maxMergedSegmentMB=61.865234375, floorSegmentMB=1.09765625, forceMergeDeletesPctAllowed=19.789265043977537, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5732254220390078
   [junit4]   2> 213155 INFO  (coreLoadExecutor-574-thread-1-processing-n:127.0.0.1:42984_) [n:127.0.0.1:42984_ 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> 213155 INFO  (coreLoadExecutor-574-thread-1-processing-n:127.0.0.1:42984_) [n:127.0.0.1:42984_ 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> 213155 INFO  (coreLoadExecutor-574-thread-1-processing-n:127.0.0.1:42984_) [n:127.0.0.1:42984_ c:tmp_collection s:shard1 r:core_node4 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 213155 INFO  (coreLoadExecutor-574-thread-1-processing-n:127.0.0.1:42984_) [n:127.0.0.1:42984_ c:tmp_collection s:shard1 r:core_node4 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 213156 INFO  (coreLoadExecutor-574-thread-1-processing-n:127.0.0.1:42984_) [n:127.0.0.1:42984_ 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=11, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=3.47265625, floorSegmentMB=0.4140625, forceMergeDeletesPctAllowed=7.469403656221472, segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 213157 INFO  (coreLoadExecutor-574-thread-1-processing-n:127.0.0.1:42984_) [n:127.0.0.1:42984_ c:tmp_collection s:shard1 r:core_node4 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@570e27[collection1] main]
   [junit4]   2> 213158 INFO  (coreLoadExecutor-574-thread-1-processing-n:127.0.0.1:42984_) [n:127.0.0.1:42984_ c:tmp_collection s:shard1 r:core_node4 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 213158 INFO  (coreLoadExecutor-574-thread-1-processing-n:127.0.0.1:42984_) [n:127.0.0.1:42984_ 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> 213158 INFO  (coreLoadExecutor-574-thread-1-processing-n:127.0.0.1:42984_) [n:127.0.0.1:42984_ c:tmp_collection s:shard1 r:core_node4 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 213160 INFO  (searcherExecutor-575-thread-1-processing-n:127.0.0.1:42984_ x:collection1 s:shard1 c:tmp_collection r:core_node4) [n:127.0.0.1:42984_ c:tmp_collection s:shard1 r:core_node4 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@570e27[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 213160 INFO  (coreLoadExecutor-574-thread-1-processing-n:127.0.0.1:42984_) [n:127.0.0.1:42984_ 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 1547619592224899072
   [junit4]   2> 213164 INFO  (coreZkRegister-569-thread-1-processing-n:127.0.0.1:42984_ x:collection1 s:shard1 c:tmp_collection r:core_node4) [n:127.0.0.1:42984_ c:tmp_collection s:shard1 r:core_node4 x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 213164 INFO  (updateExecutor-388-thread-1-processing-n:127.0.0.1:42984_ x:collection1 s:shard1 c:tmp_collection r:core_node4) [n:127.0.0.1:42984_ c:tmp_collection s:shard1 r:core_node4 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 213165 INFO  (recoveryExecutor-389-thread-1-processing-n:127.0.0.1:42984_ x:collection1 s:shard1 c:tmp_collection r:core_node4) [n:127.0.0.1:42984_ c:tmp_collection s:shard1 r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 213165 INFO  (recoveryExecutor-389-thread-1-processing-n:127.0.0.1:42984_ x:collection1 s:shard1 c:tmp_collection r:core_node4) [n:127.0.0.1:42984_ c:tmp_collection s:shard1 r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 213165 INFO  (recoveryExecutor-389-thread-1-processing-n:127.0.0.1:42984_ x:collection1 s:shard1 c:tmp_collection r:core_node4) [n:127.0.0.1:42984_ c:tmp_collection s:shard1 r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
   [junit4]   2> 213165 INFO  (recoveryExecutor-389-thread-1-processing-n:127.0.0.1:42984_ x:collection1 s:shard1 c:tmp_collection r:core_node4) [n:127.0.0.1:42984_ 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> 213165 INFO  (recoveryExecutor-389-thread-1-processing-n:127.0.0.1:42984_ x:collection1 s:shard1 c:tmp_collection r:core_node4) [n:127.0.0.1:42984_ 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:42181/collection1/] and I am [https://127.0.0.1:42984/collection1/]
   [junit4]   2> 213167 INFO  (recoveryExecutor-389-thread-1-processing-n:127.0.0.1:42984_ x:collection1 s:shard1 c:tmp_collection r:core_node4) [n:127.0.0.1:42984_ 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:42181]; [WaitForState: action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:42984_&coreNodeName=core_node4&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 213289 INFO  (qtp18516125-1714) [n:127.0.0.1:42181_    ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node4, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 213290 INFO  (qtp18516125-1714) [n:127.0.0.1:42181_    ] 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> 213290 INFO  (qtp18516125-1714) [n:127.0.0.1:42181_    ] 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:42984_, coreNodeName=core_node4, onlyIfActiveCheckResult=false, nodeProps: core_node4:{"core":"collection1","base_url":"https://127.0.0.1:42984","node_name":"127.0.0.1:42984_","state":"recovering"}
   [junit4]   2> 213290 INFO  (qtp18516125-1714) [n:127.0.0.1:42181_    ] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node4, state: recovering, checkLive: true, onlyIfLeader: true for: 0 seconds.
   [junit4]   2> 213290 INFO  (qtp18516125-1714) [n:127.0.0.1:42181_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:42984_&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:33626",
   [junit4]   1>             "node_name":"127.0.0.1:33626_"}
   [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:42181",
   [junit4]   1>             "node_name":"127.0.0.1:42181_"}
   [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/96726224084664331-core_node3-n_0000000001 (0)
   [junit4]   1>        /solr/collections/tmp_collection/leader_elect/shard2/election/96726224084664325-core_node1-n_0000000000 (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/96726224084664334-core_node4-n_0000000001 (0)
   [junit4]   1>        /solr/collections/tmp_collection/leader_elect/shard1/election/96726224084664328-core_node2-n_0000000000 (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:33626_ (0)
   [junit4]   1>    /solr/live_nodes/127.0.0.1:42181_ (0)
   [junit4]   1>    /solr/live_nodes/127.0.0.1:41763_ (0)
   [junit4]   1>    /solr/live_nodes/127.0.0.1:42984_ (0)
   [junit4]   1>   /solr/overseer_elect (2)
   [junit4]   1>    /solr/overseer_elect/leader (0)
   [junit4]   1>    DATA:
   [junit4]   1>        {"id":"96726224084664325-127.0.0.1:33626_-n_0000000000"}
   [junit4]   1>    /solr/overseer_elect/election (4)
   [junit4]   1>     /solr/overseer_elect/election/96726224084664328-127.0.0.1:42181_-n_0000000001 (0)
   [junit4]   1>     /solr/overseer_elect/election/96726224084664325-127.0.0.1:33626_-n_0000000000 (0)
   [junit4]   1>     /solr/overseer_elect/election/96726224084664334-127.0.0.1:42984_-n_0000000003 (0)
   [junit4]   1>     /solr/overseer_elect/election/96726224084664331-127.0.0.1:41763_-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:42181",
   [junit4]   1>                   "node_name":"127.0.0.1:42181_",
   [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:42984",
   [junit4]   1>                   "node_name":"127.0.0.1:42984_",
   [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:33626",
   [junit4]   1>                   "node_name":"127.0.0.1:33626_",
   [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:41763",
   [junit4]   1>                   "node_name":"127.0.0.1:41763_",
   [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:33626",
   [junit4]   1>             "node_name":"127.0.0.1:33626_"}
   [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:42181",
   [junit4]   1>             "node_name":"127.0.0.1:42181_"}
   [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/96726224084664331-core_node3-n_0000000001 (0)
   [junit4]   1>        /solr/collections/tmp_collection/leader_elect/shard2/election/96726224084664325-core_node1-n_0000000000 (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/96726224084664334-core_node4-n_0000000001 (0)
   [junit4]   1>        /solr/collections/tmp_collection/leader_elect/shard1/election/96726224084664328-core_node2-n_0000000000 (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:33626_ (0)
   [junit4]   1>    /solr/live_nodes/127.0.0.1:42181_ (0)
   [junit4]   1>    /solr/live_nodes/127.0.0.1:41763_ (0)
   [junit4]   1>    /solr/live_nodes/127.0.0.1:42984_ (0)
   [junit4]   1>   /solr/overseer_elect (2)
   [junit4]   1>    /solr/overseer_elect/leader (0)
   [junit4]   1>    DATA:
   [junit4]   1>        {"id":"96726224084664325-127.0.0.1:33626_-n_0000000000"}
   [junit4]   1>    /solr/overseer_elect/election (4)
   [junit4]   1>     /solr/overseer_elect/election/96726224084664328-127.0.0.1:42181_-n_0000000001 (0)
   [junit4]   1>     /solr/overseer_elect/election/96726224084664325-127.0.0.1:33626_-n_0000000000 (0)
   [junit4]   1>     /solr/overseer_elect/election/96726224084664334-127.0.0.1:42984_-n_0000000003 (0)
   [junit4]   1>     /solr/overseer_elect/election/96726224084664331-127.0.0.1:41763_-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:42181",
   [junit4]   1>                   "node_name":"127.0.0.1:42181_",
   [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:42984",
   [junit4]   1>                   "node_name":"127.0.0.1:42984_",
   [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:33626",
   [junit4]   1>                   "node_name":"127.0.0.1:33626_",
   [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:41763",
   [junit4]   1>                   "node_name":"127.0.0.1:41763_",
   [junit4]   1>                   "state":"recovering"}}}}}}
   [junit4]   1>   /solr/clusterprops.json (0)
   [junit4]   1>   DATA:
   [junit4]   1>       {"urlScheme":"https"}
   [junit4]   1> 
   [junit4]   2> 213519 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 213529 INFO  (qtp33371812-1682) [n:127.0.0.1:33626_    ] 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> 213532 INFO  (OverseerThreadFactory-537-thread-1-processing-n:127.0.0.1:33626_) [n:127.0.0.1:33626_    ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 213550 INFO  (qtp18516125-1720) [n:127.0.0.1:42181_    ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@165a32a
   [junit4]   2> 213551 INFO  (qtp18516125-1720) [n:127.0.0.1:42181_    ] o.a.s.h.CdcrRequestHandler Solr core is being closed - shutting down CDCR handler @ tmp_collection:shard1
   [junit4]   2> 213551 INFO  (qtp33371812-1688) [n:127.0.0.1:33626_    ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1a06716
   [junit4]   2> 213551 INFO  (qtp33371812-1688) [n:127.0.0.1:33626_    ] o.a.s.h.CdcrRequestHandler Solr core is being closed - shutting down CDCR handler @ tmp_collection:shard2
   [junit4]   2> 213585 INFO  (zkCallback-384-thread-2-processing-n:127.0.0.1:41763_) [n:127.0.0.1:41763_    ] o.a.s.h.CdcrLeaderStateManager Received new leader state @ tmp_collection:shard2
   [junit4]   2> 213586 INFO  (qtp33371812-1688) [n:127.0.0.1:33626_    ] 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=36
   [junit4]   2> 213587 INFO  (zkCallback-384-thread-1-processing-n:127.0.0.1:41763_) [n:127.0.0.1:41763_ c:tmp_collection s:shard2 r:core_node3 x:collection1] o.a.s.c.ShardLeaderElectionContext There may be a better leader candidate than us - going back into recovery
   [junit4]   2> 213588 INFO  (zkCallback-384-thread-1-processing-n:127.0.0.1:41763_) [n:127.0.0.1:41763_ c:tmp_collection s:shard2 r:core_node3 x:collection1] o.a.s.c.ShardLeaderElectionContextBase No version found for ephemeral leader parent node, won't remove previous leader registration.
   [junit4]   2> 213592 INFO  (zkCallback-384-thread-1-processing-n:127.0.0.1:41763_) [n:127.0.0.1:41763_ c:tmp_collection s:shard2 r:core_node3 x:collection1] o.a.s.c.ActionThrottle The last leader attempt started 7ms ago.
   [junit4]   2> 213593 INFO  (zkCallback-384-thread-1-processing-n:127.0.0.1:41763_) [n:127.0.0.1:41763_ c:tmp_collection s:shard2 r:core_node3 x:collection1] o.a.s.c.ActionThrottle Throttling leader attempts - waiting for 4992ms
   [junit4]   2> 213594 INFO  (zkCallback-391-thread-2-processing-n:127.0.0.1:42984_) [n:127.0.0.1:42984_    ] o.a.s.h.CdcrLeaderStateManager Received new leader state @ tmp_collection:shard1
   [junit4]   2> 213594 INFO  (qtp18516125-1720) [n:127.0.0.1:42181_    ] 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=44
   [junit4]   2> 213595 INFO  (zkCallback-391-thread-1-processing-n:127.0.0.1:42984_) [n:127.0.0.1:42984_ 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> 213596 INFO  (zkCallback-391-thread-1-processing-n:127.0.0.1:42984_) [n:127.0.0.1:42984_ 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> 213597 INFO  (zkCallback-391-thread-1-processing-n:127.0.0.1:42984_) [n:127.0.0.1:42984_ c:tmp_collection s:shard1 r:core_node4 x:collection1] o.a.s.c.ActionThrottle The last leader attempt started 3ms ago.
   [junit4]   2> 213597 INFO  (zkCallback-391-thread-1-processing-n:127.0.0.1:42984_) [n:127.0.0.1:42984_ c:tmp_collection s:shard1 r:core_node4 x:collection1] o.a.s.c.ActionThrottle Throttling leader attempts - waiting for 4996ms
   [junit4]   2> 213670 WARN  (qtp15480600-1743) [n:127.0.0.1:41763_    ] o.a.s.c.RecoveryStrategy Stopping recovery for core=[collection1] coreNodeName=[core_node3]
   [junit4]   2> 213670 INFO  (qtp15480600-1743) [n:127.0.0.1:41763_    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 213686 WARN  (qtp19168169-1777) [n:127.0.0.1:42984_    ] o.a.s.c.RecoveryStrategy Stopping recovery for core=[collection1] coreNodeName=[core_node4]
   [junit4]   2> 213687 INFO  (qtp19168169-1777) [n:127.0.0.1:42984_    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 213770 INFO  (qtp15480600-1743) [n:127.0.0.1:41763_    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 213787 INFO  (qtp19168169-1777) [n:127.0.0.1:42984_    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 213870 INFO  (qtp15480600-1743) [n:127.0.0.1:41763_    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 213887 INFO  (qtp19168169-1777) [n:127.0.0.1:42984_    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 213971 INFO  (qtp15480600-1743) [n:127.0.0.1:41763_    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 213987 INFO  (qtp19168169-1777) [n:127.0.0.1:42984_    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 214071 INFO  (qtp15480600-1743) [n:127.0.0.1:41763_    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 214087 INFO  (qtp19168169-1777) [n:127.0.0.1:42984_    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before check

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

va: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> 1259294 WARN  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.a.s.c.ZkController Could not publish node as down: org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = ConnectionLoss for /overseer
   [junit4]   2> 1259592 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@1b19724{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1259593 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7fc4c4{/,null,UNAVAILABLE}
   [junit4]   2> 1259646 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCdcrDocVersions
   [junit4]   2> 1259647 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[91B243CD13754566]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:44969 44969
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CdcrVersionReplicationTest -Dtests.method=testCdcrDocVersions -Dtests.seed=91B243CD13754566 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en-GB -Dtests.timezone=EST -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   1053s J0 | CdcrVersionReplicationTest.testCdcrDocVersions <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:44969/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:567)
   [junit4]    > 	at org.apache.solr.cloud.BaseCdcrDistributedZkTest.waitForCollectionToDisappear(BaseCdcrDistributedZkTest.java:494)
   [junit4]    > 	at org.apache.solr.cloud.BaseCdcrDistributedZkTest.startServers(BaseCdcrDistributedZkTest.java:596)
   [junit4]    > 	at org.apache.solr.cloud.BaseCdcrDistributedZkTest.createSourceCollection(BaseCdcrDistributedZkTest.java:346)
   [junit4]    > 	at org.apache.solr.cloud.BaseCdcrDistributedZkTest.baseBefore(BaseCdcrDistributedZkTest.java:168)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
   [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:44969/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=1668, 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 spaceThrowable #3: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=1670, name=SyncThread:0, state=RUNNABLE, group=TGRP-CdcrVersionReplicationTest]
   [junit4]    > Caused by: java.lang.SecurityException: java.lang.System#exit(11) calls are not allowed because they terminate the test runner's JVM.
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([91B243CD13754566]:0)
   [junit4]    > 	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:85)
   [junit4]    > 	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:52)
   [junit4]    > 	at java.security.AccessController.doPrivileged(Native Method)
   [junit4]    > 	at org.apache.lucene.util.TestSecurityManager.checkExit(TestSecurityManager.java:52)
   [junit4]    > 	at java.lang.Runtime.exit(Runtime.java:107)
   [junit4]    > 	at java.lang.System.exit(System.java:971)
   [junit4]    > 	at org.apache.zookeeper.server.SyncRequestProcessor.run(SyncRequestProcessor.java:185)Throwable #4: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=1757, name=solr-idle-connections-evictor, state=RUNNABLE, group=TGRP-CdcrVersionReplicationTest]
   [junit4]    > Caused by: java.lang.OutOfMemoryError: Java heap spaceThrowable #5: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=1694, name=solr-idle-connections-evictor, state=RUNNABLE, group=TGRP-CdcrVersionReplicationTest]
   [junit4]    > Caused by: java.lang.OutOfMemoryError: Java heap spaceThrowable #6: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=1704, name=OverseerHdfsCoreFailoverThread-96726224084664325-127.0.0.1:33626_-n_0000000000, state=RUNNABLE, group=Overseer Hdfs SolrCore Failover Thread.]
   [junit4]    > Caused by: java.lang.OutOfMemoryError: Java heap space
   [junit4]    > 	at java.util.Arrays.copyOf(Arrays.java:3332)
   [junit4]    > 	at java.lang.AbstractStringBuilder.ensureCapacityInternal(AbstractStringBuilder.java:124)
   [junit4]    > 	at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:448)
   [junit4]    > 	at java.lang.StringBuilder.append(StringBuilder.java:136)
   [junit4]    > 	at org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:124)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1259669 INFO  (SUITE-CdcrVersionReplicationTest-seed#[91B243CD13754566]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_91B243CD13754566-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=ClassicSimilarity, locale=en-GB, timezone=EST
   [junit4]   2> NOTE: Linux 4.4.0-36-generic i386/Oracle Corporation 1.8.0_102 (32-bit)/cpus=12,threads=1,free=386449440,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestDefaultSearchFieldResource, SolrCloudExampleTest, TestDocumentBuilder, DistributedQueryElevationComponentTest, TestXmlQParser, TestScoreJoinQPScore, CloudExitableDirectoryReaderTest, DocumentAnalysisRequestHandlerTest, BigEndianAscendingWordDeserializerTest, SyncSliceTest, RestartWhileUpdatingTest, TestShardHandlerFactory, TestSolr4Spatial, ResponseHeaderTest, StandardRequestHandlerTest, HdfsWriteToMultipleCollectionsTest, BufferStoreTest, TestStressLucene, PolyFieldTest, TestSQLHandler, TestOmitPositions, TestRandomDVFaceting, TestTolerantUpdateProcessorCloud, OutOfBoxZkACLAndCredentialsProvidersTest, CdcrVersionReplicationTest]
   [junit4] Completed [248/637 (1!)] on J0 in 1053.12s, 1 test, 1 error <<< FAILURES!

[...truncated 1249 lines...]
   [junit4] JVM J0: stdout was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/temp/junit4-J0-20161008_110722_140.sysout
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to /home/jenkins/workspace/Lucene-Solr-6.x-Linux/heapdumps/java_pid1148.hprof ...
   [junit4] Heap dump file created [556749278 bytes in 5.297 secs]
   [junit4] <<< JVM J0: EOF ----

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

Total time: 80 minutes 2 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