Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Windows/479/
Java: 64bit/jdk1.8.0_102 -XX:-UseCompressedOops -XX:+UseParallelGC

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

Error Message:


Stack Trace:
org.apache.solr.common.cloud.ZooKeeperException: 
        at 
__randomizedtesting.SeedInfo.seed([5091E14C089238EA:A807EAEEFAF4D7F6]:0)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.connect(CloudSolrClient.java:564)
        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: org.apache.zookeeper.KeeperException$SessionExpiredException: 
KeeperErrorCode = Session expired for /clusterstate.json
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
        at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
        at 
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:356)
        at 
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:353)
        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
        at 
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:353)
        at 
org.apache.solr.common.cloud.ZkStateReader.refreshLegacyClusterState(ZkStateReader.java:532)
        at 
org.apache.solr.common.cloud.ZkStateReader.createClusterStateWatchersAndUpdate(ZkStateReader.java:382)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.connect(CloudSolrClient.java:556)
        ... 44 more




Build Log:
[...truncated 11164 lines...]
   [junit4] Suite: org.apache.solr.cloud.CdcrVersionReplicationTest
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrVersionReplicationTest_5091E14C089238EA-001\init-core-data-001
   [junit4]   2> 700538 INFO  
(SUITE-CdcrVersionReplicationTest-seed#[5091E14C089238EA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 700539 INFO  
(SUITE-CdcrVersionReplicationTest-seed#[5091E14C089238EA]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 700542 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 700542 INFO  (Thread-1669) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 700542 INFO  (Thread-1669) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 700642 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.a.s.c.ZkTestServer start zk server on port:60255
   [junit4]   2> 700649 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x1576c6af72d0000, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 700660 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-cdcr.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 700662 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema15.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 700665 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 700667 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 700670 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 700671 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 700673 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 700675 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 700677 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 700680 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 700681 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 700684 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.a.s.SolrTestCaseJ4 ###Starting testCdcrDocVersions
   [junit4]   2> 701202 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrVersionReplicationTest_5091E14C089238EA-001\jetty-001\cores\collection1
   [junit4]   2> 701207 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 701208 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7a859f1f{/,null,AVAILABLE}
   [junit4]   2> 701210 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.e.j.s.ServerConnector Started 
ServerConnector@c64290e{HTTP/1.1,[http/1.1]}{127.0.0.1:60262}
   [junit4]   2> 701210 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.e.j.s.Server Started @705690ms
   [junit4]   2> 701210 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {shards=shard1, 
hostContext=/, hostPort=60262, 
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrVersionReplicationTest_5091E14C089238EA-001\jetty-001\cores}
   [junit4]   2> 701210 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 6.3.0
   [junit4]   2> 701210 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 701210 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 701210 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-09-27T16:12:12.613Z
   [junit4]   2> 701215 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x1576c6af72d0002, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 701215 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 701215 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.a.s.c.SolrXmlConfig Loading container configuration from 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrVersionReplicationTest_5091E14C089238EA-001\jetty-001\solr.xml
   [junit4]   2> 701229 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with 
params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 701230 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60255/solr
   [junit4]   2> 701233 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x1576c6af72d0003, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 701259 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) 
[n:127.0.0.1:60262_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:60262_
   [junit4]   2> 701261 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) 
[n:127.0.0.1:60262_    ] o.a.s.c.Overseer Overseer 
(id=96665123681009668-127.0.0.1:60262_-n_0000000000) starting
   [junit4]   2> 701269 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) 
[n:127.0.0.1:60262_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:60262_
   [junit4]   2> 701271 INFO  
(OverseerStateUpdate-96665123681009668-127.0.0.1:60262_-n_0000000000) 
[n:127.0.0.1:60262_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 701283 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) 
[n:127.0.0.1:60262_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrVersionReplicationTest_5091E14C089238EA-001\jetty-001\cores
   [junit4]   2> 701283 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) 
[n:127.0.0.1:60262_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 701286 INFO  
(OverseerStateUpdate-96665123681009668-127.0.0.1:60262_-n_0000000000) 
[n:127.0.0.1:60262_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard2
   [junit4]   2> 702289 INFO  
(coreLoadExecutor-2708-thread-1-processing-n:127.0.0.1:60262_) 
[n:127.0.0.1:60262_ c:tmp_collection   x:collection1] o.a.s.c.ZkController Only 
one config set found in zk - using it:conf1
   [junit4]   2> 702305 WARN  
(coreLoadExecutor-2708-thread-1-processing-n:127.0.0.1:60262_) 
[n:127.0.0.1:60262_ c:tmp_collection   x:collection1] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 702306 INFO  
(coreLoadExecutor-2708-thread-1-processing-n:127.0.0.1:60262_) 
[n:127.0.0.1:60262_ c:tmp_collection   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.3.0
   [junit4]   2> 702317 INFO  
(coreLoadExecutor-2708-thread-1-processing-n:127.0.0.1:60262_) 
[n:127.0.0.1:60262_ c:tmp_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 702384 WARN  
(coreLoadExecutor-2708-thread-1-processing-n:127.0.0.1:60262_) 
[n:127.0.0.1:60262_ 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> 702385 INFO  
(coreLoadExecutor-2708-thread-1-processing-n:127.0.0.1:60262_) 
[n:127.0.0.1:60262_ c:tmp_collection   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 702411 INFO  
(coreLoadExecutor-2708-thread-1-processing-n:127.0.0.1:60262_) 
[n:127.0.0.1:60262_ c:tmp_collection   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
tmp_collection
   [junit4]   2> 702412 INFO  
(coreLoadExecutor-2708-thread-1-processing-n:127.0.0.1:60262_) 
[n:127.0.0.1:60262_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrVersionReplicationTest_5091E14C089238EA-001\jetty-001\cores\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrVersionReplicationTest_5091E14C089238EA-001\jetty-001\cores\collection1\data\]
   [junit4]   2> 702412 INFO  
(coreLoadExecutor-2708-thread-1-processing-n:127.0.0.1:60262_) 
[n:127.0.0.1:60262_ 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@ad34c99
   [junit4]   2> 702413 INFO  
(coreLoadExecutor-2708-thread-1-processing-n:127.0.0.1:60262_) 
[n:127.0.0.1:60262_ 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=13, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=26.8955078125, 
floorSegmentMB=1.3115234375, forceMergeDeletesPctAllowed=27.848942820188576, 
segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.382682992990959
   [junit4]   2> 702538 INFO  
(coreLoadExecutor-2708-thread-1-processing-n:127.0.0.1:60262_) 
[n:127.0.0.1:60262_ 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> 702538 INFO  
(coreLoadExecutor-2708-thread-1-processing-n:127.0.0.1:60262_) 
[n:127.0.0.1:60262_ 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> 702539 INFO  
(coreLoadExecutor-2708-thread-1-processing-n:127.0.0.1:60262_) 
[n:127.0.0.1:60262_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 702539 INFO  
(coreLoadExecutor-2708-thread-1-processing-n:127.0.0.1:60262_) 
[n:127.0.0.1:60262_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 702540 INFO  
(coreLoadExecutor-2708-thread-1-processing-n:127.0.0.1:60262_) 
[n:127.0.0.1:60262_ 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=48, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=79.05859375, 
floorSegmentMB=0.69140625, forceMergeDeletesPctAllowed=6.214312129034267, 
segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 702540 INFO  
(coreLoadExecutor-2708-thread-1-processing-n:127.0.0.1:60262_) 
[n:127.0.0.1:60262_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@5397b47[collection1] main]
   [junit4]   2> 702541 INFO  
(coreLoadExecutor-2708-thread-1-processing-n:127.0.0.1:60262_) 
[n:127.0.0.1:60262_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 702542 INFO  
(coreLoadExecutor-2708-thread-1-processing-n:127.0.0.1:60262_) 
[n:127.0.0.1:60262_ 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> 702542 INFO  
(coreLoadExecutor-2708-thread-1-processing-n:127.0.0.1:60262_) 
[n:127.0.0.1:60262_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 702553 INFO  
(coreLoadExecutor-2708-thread-1-processing-n:127.0.0.1:60262_) 
[n:127.0.0.1:60262_ 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> 702561 INFO  
(coreLoadExecutor-2708-thread-1-processing-n:127.0.0.1:60262_) 
[n:127.0.0.1:60262_ 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> 702599 INFO  
(searcherExecutor-2709-thread-1-processing-n:127.0.0.1:60262_ x:collection1 
s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:60262_ c:tmp_collection 
s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered 
new searcher Searcher@5397b47[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 702599 INFO  
(coreLoadExecutor-2708-thread-1-processing-n:127.0.0.1:60262_) 
[n:127.0.0.1:60262_ 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 1546641981048881152
   [junit4]   2> 702616 INFO  
(coreZkRegister-2701-thread-1-processing-n:127.0.0.1:60262_ x:collection1 
s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:60262_ c:tmp_collection 
s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough 
replicas found to continue.
   [junit4]   2> 702616 INFO  
(coreZkRegister-2701-thread-1-processing-n:127.0.0.1:60262_ x:collection1 
s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:60262_ 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> 702616 INFO  
(coreZkRegister-2701-thread-1-processing-n:127.0.0.1:60262_ x:collection1 
s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:60262_ c:tmp_collection 
s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:60262/collection1/
   [junit4]   2> 702616 INFO  
(coreZkRegister-2701-thread-1-processing-n:127.0.0.1:60262_ x:collection1 
s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:60262_ c:tmp_collection 
s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now 
sync replicas to me
   [junit4]   2> 702616 INFO  
(coreZkRegister-2701-thread-1-processing-n:127.0.0.1:60262_ x:collection1 
s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:60262_ c:tmp_collection 
s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:60262/collection1/ has no replicas
   [junit4]   2> 702621 INFO  
(zkCallback-1173-thread-1-processing-n:127.0.0.1:60262_) [n:127.0.0.1:60262_    
] o.a.s.h.CdcrLeaderStateManager Received new leader state @ 
tmp_collection:shard2
   [junit4]   2> 702623 INFO  
(coreZkRegister-2701-thread-1-processing-n:127.0.0.1:60262_ x:collection1 
s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:60262_ c:tmp_collection 
s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am 
the new leader: http://127.0.0.1:60262/collection1/ shard2
   [junit4]   2> 702776 INFO  
(coreZkRegister-2701-thread-1-processing-n:127.0.0.1:60262_ x:collection1 
s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:60262_ c:tmp_collection 
s:shard2 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no 
recovery necessary
   [junit4]   2> 703290 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrVersionReplicationTest_5091E14C089238EA-001\jetty-002\cores\collection1
   [junit4]   2> 703293 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 703294 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@12fd19e5{/,null,AVAILABLE}
   [junit4]   2> 703295 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.e.j.s.ServerConnector Started 
ServerConnector@74ca022a{HTTP/1.1,[http/1.1]}{127.0.0.1:60274}
   [junit4]   2> 703295 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.e.j.s.Server Started @707775ms
   [junit4]   2> 703296 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {shards=shard2, 
hostContext=/, hostPort=60274, 
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrVersionReplicationTest_5091E14C089238EA-001\jetty-002\cores}
   [junit4]   2> 703296 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 6.3.0
   [junit4]   2> 703296 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 703296 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 703296 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-09-27T16:12:14.699Z
   [junit4]   2> 703301 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 703301 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.a.s.c.SolrXmlConfig Loading container configuration from 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrVersionReplicationTest_5091E14C089238EA-001\jetty-002\solr.xml
   [junit4]   2> 703316 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with 
params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 703317 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60255/solr
   [junit4]   2> 703330 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) 
[n:127.0.0.1:60274_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 703336 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) 
[n:127.0.0.1:60274_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:60274_
   [junit4]   2> 703339 INFO  
(zkCallback-1179-thread-1-processing-n:127.0.0.1:60274_) [n:127.0.0.1:60274_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 703340 INFO  
(zkCallback-1173-thread-1-processing-n:127.0.0.1:60262_) [n:127.0.0.1:60262_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 703351 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) 
[n:127.0.0.1:60274_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrVersionReplicationTest_5091E14C089238EA-001\jetty-002\cores
   [junit4]   2> 703351 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) 
[n:127.0.0.1:60274_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 703353 INFO  
(OverseerStateUpdate-96665123681009668-127.0.0.1:60262_-n_0000000000) 
[n:127.0.0.1:60262_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 704368 WARN  
(coreLoadExecutor-2720-thread-1-processing-n:127.0.0.1:60274_) 
[n:127.0.0.1:60274_ c:tmp_collection   x:collection1] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 704369 INFO  
(coreLoadExecutor-2720-thread-1-processing-n:127.0.0.1:60274_) 
[n:127.0.0.1:60274_ c:tmp_collection   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.3.0
   [junit4]   2> 704380 INFO  
(coreLoadExecutor-2720-thread-1-processing-n:127.0.0.1:60274_) 
[n:127.0.0.1:60274_ c:tmp_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 704450 WARN  
(coreLoadExecutor-2720-thread-1-processing-n:127.0.0.1:60274_) 
[n:127.0.0.1:60274_ 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> 704451 INFO  
(coreLoadExecutor-2720-thread-1-processing-n:127.0.0.1:60274_) 
[n:127.0.0.1:60274_ c:tmp_collection   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 704474 INFO  
(coreLoadExecutor-2720-thread-1-processing-n:127.0.0.1:60274_) 
[n:127.0.0.1:60274_ c:tmp_collection   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
tmp_collection
   [junit4]   2> 704474 INFO  
(coreLoadExecutor-2720-thread-1-processing-n:127.0.0.1:60274_) 
[n:127.0.0.1:60274_ c:tmp_collection s:shard1 r:core_node2 x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrVersionReplicationTest_5091E14C089238EA-001\jetty-002\cores\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrVersionReplicationTest_5091E14C089238EA-001\jetty-002\cores\collection1\data\]
   [junit4]   2> 704474 INFO  
(coreLoadExecutor-2720-thread-1-processing-n:127.0.0.1:60274_) 
[n:127.0.0.1:60274_ 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@ad34c99
   [junit4]   2> 704475 INFO  
(coreLoadExecutor-2720-thread-1-processing-n:127.0.0.1:60274_) 
[n:127.0.0.1:60274_ 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=13, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=26.8955078125, 
floorSegmentMB=1.3115234375, forceMergeDeletesPctAllowed=27.848942820188576, 
segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.382682992990959
   [junit4]   2> 704496 INFO  
(coreLoadExecutor-2720-thread-1-processing-n:127.0.0.1:60274_) 
[n:127.0.0.1:60274_ 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> 704496 INFO  
(coreLoadExecutor-2720-thread-1-processing-n:127.0.0.1:60274_) 
[n:127.0.0.1:60274_ 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> 704497 INFO  
(coreLoadExecutor-2720-thread-1-processing-n:127.0.0.1:60274_) 
[n:127.0.0.1:60274_ c:tmp_collection s:shard1 r:core_node2 x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 704497 INFO  
(coreLoadExecutor-2720-thread-1-processing-n:127.0.0.1:60274_) 
[n:127.0.0.1:60274_ c:tmp_collection s:shard1 r:core_node2 x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 704498 INFO  
(coreLoadExecutor-2720-thread-1-processing-n:127.0.0.1:60274_) 
[n:127.0.0.1:60274_ 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=48, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=79.05859375, 
floorSegmentMB=0.69140625, forceMergeDeletesPctAllowed=6.214312129034267, 
segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 704498 INFO  
(coreLoadExecutor-2720-thread-1-processing-n:127.0.0.1:60274_) 
[n:127.0.0.1:60274_ c:tmp_collection s:shard1 r:core_node2 x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@7c734b42[collection1] main]
   [junit4]   2> 704500 INFO  
(coreLoadExecutor-2720-thread-1-processing-n:127.0.0.1:60274_) 
[n:127.0.0.1:60274_ c:tmp_collection s:shard1 r:core_node2 x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 704500 INFO  
(coreLoadExecutor-2720-thread-1-processing-n:127.0.0.1:60274_) 
[n:127.0.0.1:60274_ 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> 704500 INFO  
(coreLoadExecutor-2720-thread-1-processing-n:127.0.0.1:60274_) 
[n:127.0.0.1:60274_ c:tmp_collection s:shard1 r:core_node2 x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 704502 INFO  
(searcherExecutor-2721-thread-1-processing-n:127.0.0.1:60274_ x:collection1 
s:shard1 c:tmp_collection r:core_node2) [n:127.0.0.1:60274_ c:tmp_collection 
s:shard1 r:core_node2 x:collection1] o.a.s.c.SolrCore [collection1] Registered 
new searcher Searcher@7c734b42[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 704503 INFO  
(coreLoadExecutor-2720-thread-1-processing-n:127.0.0.1:60274_) 
[n:127.0.0.1:60274_ 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 1546641983045369856
   [junit4]   2> 704511 INFO  
(coreZkRegister-2715-thread-1-processing-n:127.0.0.1:60274_ x:collection1 
s:shard1 c:tmp_collection r:core_node2) [n:127.0.0.1:60274_ c:tmp_collection 
s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough 
replicas found to continue.
   [junit4]   2> 704511 INFO  
(coreZkRegister-2715-thread-1-processing-n:127.0.0.1:60274_ x:collection1 
s:shard1 c:tmp_collection r:core_node2) [n:127.0.0.1:60274_ 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> 704511 INFO  
(coreZkRegister-2715-thread-1-processing-n:127.0.0.1:60274_ x:collection1 
s:shard1 c:tmp_collection r:core_node2) [n:127.0.0.1:60274_ c:tmp_collection 
s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:60274/collection1/
   [junit4]   2> 704511 INFO  
(coreZkRegister-2715-thread-1-processing-n:127.0.0.1:60274_ x:collection1 
s:shard1 c:tmp_collection r:core_node2) [n:127.0.0.1:60274_ c:tmp_collection 
s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync Success - now 
sync replicas to me
   [junit4]   2> 704511 INFO  
(coreZkRegister-2715-thread-1-processing-n:127.0.0.1:60274_ x:collection1 
s:shard1 c:tmp_collection r:core_node2) [n:127.0.0.1:60274_ c:tmp_collection 
s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:60274/collection1/ has no replicas
   [junit4]   2> 704514 INFO  
(zkCallback-1179-thread-1-processing-n:127.0.0.1:60274_) [n:127.0.0.1:60274_    
] o.a.s.h.CdcrLeaderStateManager Received new leader state @ 
tmp_collection:shard1
   [junit4]   2> 704516 INFO  
(coreZkRegister-2715-thread-1-processing-n:127.0.0.1:60274_ x:collection1 
s:shard1 c:tmp_collection r:core_node2) [n:127.0.0.1:60274_ c:tmp_collection 
s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I am 
the new leader: http://127.0.0.1:60274/collection1/ shard1
   [junit4]   2> 704669 INFO  
(coreZkRegister-2715-thread-1-processing-n:127.0.0.1:60274_ x:collection1 
s:shard1 c:tmp_collection r:core_node2) [n:127.0.0.1:60274_ c:tmp_collection 
s:shard1 r:core_node2 x:collection1] o.a.s.c.ZkController I am the leader, no 
recovery necessary
   [junit4]   2> 705338 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrVersionReplicationTest_5091E14C089238EA-001\jetty-003\cores\collection1
   [junit4]   2> 705341 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 705342 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@d9de325{/,null,AVAILABLE}
   [junit4]   2> 705344 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.e.j.s.ServerConnector Started 
ServerConnector@51f480a2{HTTP/1.1,[http/1.1]}{127.0.0.1:60286}
   [junit4]   2> 705344 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.e.j.s.Server Started @709823ms
   [junit4]   2> 705344 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {shards=shard3, 
hostContext=/, hostPort=60286, 
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrVersionReplicationTest_5091E14C089238EA-001\jetty-003\cores}
   [junit4]   2> 705345 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 6.3.0
   [junit4]   2> 705345 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 705345 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 705345 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-09-27T16:12:16.748Z
   [junit4]   2> 705349 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 705349 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.a.s.c.SolrXmlConfig Loading container configuration from 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrVersionReplicationTest_5091E14C089238EA-001\jetty-003\solr.xml
   [junit4]   2> 705363 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with 
params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 705363 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60255/solr
   [junit4]   2> 705376 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) 
[n:127.0.0.1:60286_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 705382 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) 
[n:127.0.0.1:60286_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:60286_
   [junit4]   2> 705384 INFO  
(zkCallback-1173-thread-3-processing-n:127.0.0.1:60262_) [n:127.0.0.1:60262_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 705385 INFO  
(zkCallback-1179-thread-1-processing-n:127.0.0.1:60274_) [n:127.0.0.1:60274_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 705385 INFO  
(zkCallback-1185-thread-1-processing-n:127.0.0.1:60286_) [n:127.0.0.1:60286_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 705395 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) 
[n:127.0.0.1:60286_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrVersionReplicationTest_5091E14C089238EA-001\jetty-003\cores
   [junit4]   2> 705395 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) 
[n:127.0.0.1:60286_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 705397 INFO  
(OverseerStateUpdate-96665123681009668-127.0.0.1:60262_-n_0000000000) 
[n:127.0.0.1:60262_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard2
   [junit4]   2> 706413 WARN  
(coreLoadExecutor-2732-thread-1-processing-n:127.0.0.1:60286_) 
[n:127.0.0.1:60286_ c:tmp_collection   x:collection1] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 706414 INFO  
(coreLoadExecutor-2732-thread-1-processing-n:127.0.0.1:60286_) 
[n:127.0.0.1:60286_ c:tmp_collection   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.3.0
   [junit4]   2> 706433 INFO  
(coreLoadExecutor-2732-thread-1-processing-n:127.0.0.1:60286_) 
[n:127.0.0.1:60286_ c:tmp_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 706504 WARN  
(coreLoadExecutor-2732-thread-1-processing-n:127.0.0.1:60286_) 
[n:127.0.0.1:60286_ 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> 706506 INFO  
(coreLoadExecutor-2732-thread-1-processing-n:127.0.0.1:60286_) 
[n:127.0.0.1:60286_ c:tmp_collection   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 706529 INFO  
(coreLoadExecutor-2732-thread-1-processing-n:127.0.0.1:60286_) 
[n:127.0.0.1:60286_ c:tmp_collection   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
tmp_collection
   [junit4]   2> 706531 INFO  
(coreLoadExecutor-2732-thread-1-processing-n:127.0.0.1:60286_) 
[n:127.0.0.1:60286_ c:tmp_collection s:shard2 r:core_node3 x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrVersionReplicationTest_5091E14C089238EA-001\jetty-003\cores\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrVersionReplicationTest_5091E14C089238EA-001\jetty-003\cores\collection1\data\]
   [junit4]   2> 706531 INFO  
(coreLoadExecutor-2732-thread-1-processing-n:127.0.0.1:60286_) 
[n:127.0.0.1:60286_ 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@ad34c99
   [junit4]   2> 706532 INFO  
(coreLoadExecutor-2732-thread-1-processing-n:127.0.0.1:60286_) 
[n:127.0.0.1:60286_ 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=13, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=26.8955078125, 
floorSegmentMB=1.3115234375, forceMergeDeletesPctAllowed=27.848942820188576, 
segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.382682992990959
   [junit4]   2> 706551 INFO  
(coreLoadExecutor-2732-thread-1-processing-n:127.0.0.1:60286_) 
[n:127.0.0.1:60286_ 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> 706551 INFO  
(coreLoadExecutor-2732-thread-1-processing-n:127.0.0.1:60286_) 
[n:127.0.0.1:60286_ 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> 706552 INFO  
(coreLoadExecutor-2732-thread-1-processing-n:127.0.0.1:60286_) 
[n:127.0.0.1:60286_ c:tmp_collection s:shard2 r:core_node3 x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 706552 INFO  
(coreLoadExecutor-2732-thread-1-processing-n:127.0.0.1:60286_) 
[n:127.0.0.1:60286_ c:tmp_collection s:shard2 r:core_node3 x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 706553 INFO  
(coreLoadExecutor-2732-thread-1-processing-n:127.0.0.1:60286_) 
[n:127.0.0.1:60286_ 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=48, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=79.05859375, 
floorSegmentMB=0.69140625, forceMergeDeletesPctAllowed=6.214312129034267, 
segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 706554 INFO  
(coreLoadExecutor-2732-thread-1-processing-n:127.0.0.1:60286_) 
[n:127.0.0.1:60286_ c:tmp_collection s:shard2 r:core_node3 x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@93a88f8[collection1] main]
   [junit4]   2> 706556 INFO  
(coreLoadExecutor-2732-thread-1-processing-n:127.0.0.1:60286_) 
[n:127.0.0.1:60286_ c:tmp_collection s:shard2 r:core_node3 x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 706556 INFO  
(coreLoadExecutor-2732-thread-1-processing-n:127.0.0.1:60286_) 
[n:127.0.0.1:60286_ 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> 706556 INFO  
(coreLoadExecutor-2732-thread-1-processing-n:127.0.0.1:60286_) 
[n:127.0.0.1:60286_ c:tmp_collection s:shard2 r:core_node3 x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 706559 INFO  
(searcherExecutor-2733-thread-1-processing-n:127.0.0.1:60286_ x:collection1 
s:shard2 c:tmp_collection r:core_node3) [n:127.0.0.1:60286_ c:tmp_collection 
s:shard2 r:core_node3 x:collection1] o.a.s.c.SolrCore [collection1] Registered 
new searcher Searcher@93a88f8[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 706559 INFO  
(coreLoadExecutor-2732-thread-1-processing-n:127.0.0.1:60286_) 
[n:127.0.0.1:60286_ 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 1546641985201242112
   [junit4]   2> 706564 INFO  
(coreZkRegister-2727-thread-1-processing-n:127.0.0.1:60286_ x:collection1 
s:shard2 c:tmp_collection r:core_node3) [n:127.0.0.1:60286_ c:tmp_collection 
s:shard2 r:core_node3 x:collection1] o.a.s.c.ZkController Core needs to 
recover:collection1
   [junit4]   2> 706565 INFO  
(updateExecutor-1182-thread-1-processing-n:127.0.0.1:60286_ x:collection1 
s:shard2 c:tmp_collection r:core_node3) [n:127.0.0.1:60286_ c:tmp_collection 
s:shard2 r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState Running 
recovery
   [junit4]   2> 706565 INFO  
(recoveryExecutor-1183-thread-1-processing-n:127.0.0.1:60286_ x:collection1 
s:shard2 c:tmp_collection r:core_node3) [n:127.0.0.1:60286_ c:tmp_collection 
s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery 
process. recoveringAfterStartup=true
   [junit4]   2> 706566 INFO  
(recoveryExecutor-1183-thread-1-processing-n:127.0.0.1:60286_ x:collection1 
s:shard2 c:tmp_collection r:core_node3) [n:127.0.0.1:60286_ c:tmp_collection 
s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy ###### 
startupVersions=[[]]
   [junit4]   2> 706566 INFO  
(recoveryExecutor-1183-thread-1-processing-n:127.0.0.1:60286_ x:collection1 
s:shard2 c:tmp_collection r:core_node3) [n:127.0.0.1:60286_ c:tmp_collection 
s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering 
updates. core=[collection1]
   [junit4]   2> 706566 INFO  
(recoveryExecutor-1183-thread-1-processing-n:127.0.0.1:60286_ x:collection1 
s:shard2 c:tmp_collection r:core_node3) [n:127.0.0.1:60286_ 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> 706566 INFO  
(recoveryExecutor-1183-thread-1-processing-n:127.0.0.1:60286_ x:collection1 
s:shard2 c:tmp_collection r:core_node3) [n:127.0.0.1:60286_ c:tmp_collection 
s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Publishing state 
of core [collection1] as recovering, leader is 
[http://127.0.0.1:60262/collection1/] and I am 
[http://127.0.0.1:60286/collection1/]
   [junit4]   2> 706568 INFO  
(recoveryExecutor-1183-thread-1-processing-n:127.0.0.1:60286_ x:collection1 
s:shard2 c:tmp_collection r:core_node3) [n:127.0.0.1:60286_ c:tmp_collection 
s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Sending prep 
recovery command to [http://127.0.0.1:60262]; [WaitForState: 
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:60286_&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 706573 INFO  (qtp1323966137-6550) [n:127.0.0.1:60262_    ] 
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 706574 INFO  (qtp1323966137-6550) [n:127.0.0.1:60262_    ] 
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> 706574 INFO  (qtp1323966137-6550) [n:127.0.0.1:60262_    ] 
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=down, localState=active, nodeName=127.0.0.1:60286_, 
coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:60286","node_name":"127.0.0.1:60286_","state":"down"}
   [junit4]   2> 707379 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrVersionReplicationTest_5091E14C089238EA-001\jetty-004\cores\collection1
   [junit4]   2> 707383 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 707384 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@c323497{/,null,AVAILABLE}
   [junit4]   2> 707385 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.e.j.s.ServerConnector Started 
ServerConnector@2d65d20{HTTP/1.1,[http/1.1]}{127.0.0.1:60299}
   [junit4]   2> 707386 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.e.j.s.Server Started @711865ms
   [junit4]   2> 707386 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {shards=shard4, 
hostContext=/, hostPort=60299, 
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrVersionReplicationTest_5091E14C089238EA-001\jetty-004\cores}
   [junit4]   2> 707386 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 6.3.0
   [junit4]   2> 707386 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 707386 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 707386 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-09-27T16:12:18.789Z
   [junit4]   2> 707390 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x1576c6af72d000b, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 707390 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 707391 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.a.s.c.SolrXmlConfig Loading container configuration from 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrVersionReplicationTest_5091E14C089238EA-001\jetty-004\solr.xml
   [junit4]   2> 707407 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with 
params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 707408 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60255/solr
   [junit4]   2> 707421 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) 
[n:127.0.0.1:60299_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 707427 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) 
[n:127.0.0.1:60299_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:60299_
   [junit4]   2> 707429 INFO  
(zkCallback-1173-thread-1-processing-n:127.0.0.1:60262_) [n:127.0.0.1:60262_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 707430 INFO  
(zkCallback-1192-thread-1-processing-n:127.0.0.1:60299_) [n:127.0.0.1:60299_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 707430 INFO  
(zkCallback-1179-thread-1-processing-n:127.0.0.1:60274_) [n:127.0.0.1:60274_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 707431 INFO  
(zkCallback-1185-thread-1-processing-n:127.0.0.1:60286_) [n:127.0.0.1:60286_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 707452 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) 
[n:127.0.0.1:60299_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrVersionReplicationTest_5091E14C089238EA-001\jetty-004\cores
   [junit4]   2> 707452 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) 
[n:127.0.0.1:60299_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 707455 INFO  
(OverseerStateUpdate-96665123681009668-127.0.0.1:60262_-n_0000000000) 
[n:127.0.0.1:60262_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 707574 INFO  (qtp1323966137-6550) [n:127.0.0.1:60262_    ] 
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:60286_, 
coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:60286","node_name":"127.0.0.1:60286_","state":"recovering"}
   [junit4]   2> 707574 INFO  (qtp1323966137-6550) [n:127.0.0.1:60262_    ] 
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, 
checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 707574 INFO  (qtp1323966137-6550) [n:127.0.0.1:60262_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:60286_&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=0 QTime=1000
   [junit4]   2> 708471 WARN  
(coreLoadExecutor-2743-thread-1-processing-n:127.0.0.1:60299_) 
[n:127.0.0.1:60299_ c:tmp_collection   x:collection1] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 708472 INFO  
(coreLoadExecutor-2743-thread-1-processing-n:127.0.0.1:60299_) 
[n:127.0.0.1:60299_ c:tmp_collection   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.3.0
   [junit4]   2> 708483 INFO  
(coreLoadExecutor-2743-thread-1-processing-n:127.0.0.1:60299_) 
[n:127.0.0.1:60299_ c:tmp_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 708555 WARN  
(coreLoadExecutor-2743-thread-1-processing-n:127.0.0.1:60299_) 
[n:127.0.0.1:60299_ 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> 708556 INFO  
(coreLoadExecutor-2743-thread-1-processing-n:127.0.0.1:60299_) 
[n:127.0.0.1:60299_ c:tmp_collection   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 708579 INFO  
(coreLoadExecutor-2743-thread-1-processing-n:127.0.0.1:60299_) 
[n:127.0.0.1:60299_ c:tmp_collection   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
tmp_collection
   [junit4]   2> 708579 INFO  
(coreLoadExecutor-2743-thread-1-processing-n:127.0.0.1:60299_) 
[n:127.0.0.1:60299_ c:tmp_collection s:shard1 r:core_node4 x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrVersionReplicationTest_5091E14C089238EA-001\jetty-004\cores\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrVersionReplicationTest_5091E14C089238EA-001\jetty-004\cores\collection1\data\]
   [junit4]   2> 708579 INFO  
(coreLoadExecutor-2743-thread-1-processing-n:127.0.0.1:60299_) 
[n:127.0.0.1:60299_ 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@ad34c99
   [junit4]   2> 708580 INFO  
(coreLoadExecutor-2743-thread-1-processing-n:127.0.0.1:60299_) 
[n:127.0.0.1:60299_ 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=13, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=26.8955078125, 
floorSegmentMB=1.3115234375, forceMergeDeletesPctAllowed=27.848942820188576, 
segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.382682992990959
   [junit4]   2> 709263 INFO  
(coreLoadExecutor-2743-thread-1-processing-n:127.0.0.1:60299_) 
[n:127.0.0.1:60299_ 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> 709264 INFO  
(coreLoadExecutor-2743-thread-1-processing-n:127.0.0.1:60299_) 
[n:127.0.0.1:60299_ 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> 709265 INFO  
(coreLoadExecutor-2743-thread-1-processing-n:127.0.0.1:60299_) 
[n:127.0.0.1:60299_ c:tmp_collection s:shard1 r:core_node4 x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 709265 INFO  
(coreLoadExecutor-2743-thread-1-processing-n:127.0.0.1:60299_) 
[n:127.0.0.1:60299_ c:tmp_collection s:shard1 r:core_node4 x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 709265 INFO  
(coreLoadExecutor-2743-thread-1-processing-n:127.0.0.1:60299_) 
[n:127.0.0.1:60299_ 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=48, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=79.05859375, 
floorSegmentMB=0.69140625, forceMergeDeletesPctAllowed=6.214312129034267, 
segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 709266 INFO  
(coreLoadExecutor-2743-thread-1-processing-n:127.0.0.1:60299_) 
[n:127.0.0.1:60299_ c:tmp_collection s:shard1 r:core_node4 x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1d088ebd[collection1] main]
   [junit4]   2> 709267 INFO  
(coreLoadExecutor-2743-thread-1-processing-n:127.0.0.1:60299_) 
[n:127.0.0.1:60299_ c:tmp_collection s:shard1 r:core_node4 x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 709268 INFO  
(coreLoadExecutor-2743-thread-1-processing-n:127.0.0.1:60299_) 
[n:127.0.0.1:60299_ 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> 709268 INFO  
(coreLoadExecutor-2743-thread-1-processing-n:127.0.0.1:60299_) 
[n:127.0.0.1:60299_ c:tmp_collection s:shard1 r:core_node4 x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 709271 INFO  
(searcherExecutor-2744-thread-1-processing-n:127.0.0.1:60299_ x:collection1 
s:shard1 c:tmp_collection r:core_node4) [n:127.0.0.1:60299_ c:tmp_collection 
s:shard1 r:core_node4 x:collection1] o.a.s.c.SolrCore [collection1] Registered 
new searcher Searcher@1d088ebd[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 709271 INFO  
(coreLoadExecutor-2743-thread-1-processing-n:127.0.0.1:60299_) 
[n:127.0.0.1:60299_ 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 1546641988044980224
   [junit4]   2> 709276 INFO  
(coreZkRegister-2738-thread-1-processing-n:127.0.0.1:60299_ x:collection1 
s:shard1 c:tmp_collection r:core_node4) [n:127.0.0.1:60299_ c:tmp_collection 
s:shard1 r:core_node4 x:collection1] o.a.s.c.ZkController Core needs to 
recover:collection1
   [junit4]   2> 709276 INFO  
(updateExecutor-1189-thread-1-processing-n:127.0.0.1:60299_ x:collection1 
s:shard1 c:tmp_collection r:core_node4) [n:127.0.0.1:60299_ c:tmp_collection 
s:shard1 r:core_node4 x:collection1] o.a.s.u.DefaultSolrCoreState Running 
recovery
   [junit4]   2> 709277 INFO  
(recoveryExecutor-1190-thread-1-processing-n:127.0.0.1:60299_ x:collection1 
s:shard1 c:tmp_collection r:core_node4) [n:127.0.0.1:60299_ c:tmp_collection 
s:shard1 r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery 
process. recoveringAfterStartup=true
   [junit4]   2> 709277 INFO  
(recoveryExecutor-1190-thread-1-processing-n:127.0.0.1:60299_ x:collection1 
s:shard1 c:tmp_collection r:core_node4) [n:127.0.0.1:60299_ c:tmp_collection 
s:shard1 r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy ###### 
startupVersions=[[]]
   [junit4]   2> 709277 INFO  
(recoveryExecutor-1190-thread-1-processing-n:127.0.0.1:60299_ x:collection1 
s:shard1 c:tmp_collection r:core_node4) [n:127.0.0.1:60299_ c:tmp_collection 
s:shard1 r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering 
updates. core=[collection1]
   [junit4]   2> 709277 INFO  
(recoveryExecutor-1190-thread-1-processing-n:127.0.0.1:60299_ x:collection1 
s:shard1 c:tmp_collection r:core_node4) [n:127.0.0.1:60299_ 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> 709277 INFO  
(recoveryExecutor-1190-thread-1-processing-n:127.0.0.1:60299_ x:collection1 
s:shard1 c:tmp_collection r:core_node4) [n:127.0.0.1:60299_ c:tmp_collection 
s:shard1 r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy Publishing state 
of core [collection1] as recovering, leader is 
[http://127.0.0.1:60274/collection1/] and I am 
[http://127.0.0.1:60299/collection1/]
   [junit4]   2> 709280 INFO  
(recoveryExecutor-1190-thread-1-processing-n:127.0.0.1:60299_ x:collection1 
s:shard1 c:tmp_collection r:core_node4) [n:127.0.0.1:60299_ c:tmp_collection 
s:shard1 r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy Sending prep 
recovery command to [http://127.0.0.1:60274]; [WaitForState: 
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:60299_&coreNodeName=core_node4&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 709286 INFO  (qtp197545650-6588) [n:127.0.0.1:60274_    ] 
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node4, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 709287 INFO  (qtp197545650-6588) [n:127.0.0.1:60274_    ] 
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> 709287 INFO  (qtp197545650-6588) [n:127.0.0.1:60274_    ] 
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:60299_, 
coreNodeName=core_node4, onlyIfActiveCheckResult=false, nodeProps: 
core_node4:{"core":"collection1","base_url":"http://127.0.0.1:60299","node_name":"127.0.0.1:60299_","state":"recovering"}
   [junit4]   2> 709287 INFO  (qtp197545650-6588) [n:127.0.0.1:60274_    ] 
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node4, state: recovering, 
checkLive: true, onlyIfLeader: true for: 0 seconds.
   [junit4]   2> 709287 INFO  (qtp197545650-6588) [n:127.0.0.1:60274_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:60299_&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 (8)
   [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":"http://127.0.0.1:60262";,
   [junit4]   1>             "node_name":"127.0.0.1:60262_"}
   [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":"http://127.0.0.1:60274";,
   [junit4]   1>             "node_name":"127.0.0.1:60274_"}
   [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/96665123681009668-core_node1-n_0000000000
 (0)
   [junit4]   1>        
/solr/collections/tmp_collection/leader_elect/shard2/election/96665123681009674-core_node3-n_0000000001
 (0)
   [junit4]   1>      /solr/collections/tmp_collection/leader_elect/shard1 (1)
   [junit4]   1>       
/solr/collections/tmp_collection/leader_elect/shard1/election (2)
   [junit4]   1>        
/solr/collections/tmp_collection/leader_elect/shard1/election/96665123681009677-core_node4-n_0000000001
 (0)
   [junit4]   1>        
/solr/collections/tmp_collection/leader_elect/shard1/election/96665123681009671-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:60299_ (0)
   [junit4]   1>    /solr/live_nodes/127.0.0.1:60286_ (0)
   [junit4]   1>    /solr/live_nodes/127.0.0.1:60274_ (0)
   [junit4]   1>    /solr/live_nodes/127.0.0.1:60262_ (0)
   [junit4]   1>   /solr/overseer_elect (2)
   [junit4]   1>    /solr/overseer_elect/leader (0)
   [junit4]   1>    DATA:
   [junit4]   1>        {"id":"96665123681009668-127.0.0.1:60262_-n_0000000000"}
   [junit4]   1>    /solr/overseer_elect/election (4)
   [junit4]   1>     
/solr/overseer_elect/election/96665123681009671-127.0.0.1:60274_-n_0000000001 
(0)
   [junit4]   1>     
/solr/overseer_elect/election/96665123681009668-127.0.0.1:60262_-n_0000000000 
(0)
   [junit4]   1>     
/solr/overseer_elect/election/96665123681009677-127.0.0.1:60299_-n_0000000003 
(0)
   [junit4]   1>     
/solr/overseer_elect/election/96665123681009674-127.0.0.1:60286_-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":"http://127.0.0.1:60274";,
   [junit4]   1>                   "node_name":"127.0.0.1:60274_",
   [junit4]   1>                   "state":"active",
   [junit4]   1>                   "leader":"true"},
   [junit4]   1>                 "core_node4":{
   [junit4]   1>                   "core":"collection1",
   [junit4]   1>                   "base_url":"http://127.0.0.1:60299";,
   [junit4]   1>                   "node_name":"127.0.0.1:60299_",
   [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":"http://127.0.0.1:60262";,
   [junit4]   1>                   "node_name":"127.0.0.1:60262_",
   [junit4]   1>                   "state":"active",
   [junit4]   1>                   "leader":"true"},
   [junit4]   1>                 "core_node3":{
   [junit4]   1>                   "core":"collection1",
   [junit4]   1>                   "base_url":"http://127.0.0.1:60286";,
   [junit4]   1>                   "node_name":"127.0.0.1:60286_",
   [junit4]   1>                   "state":"recovering"}}}}}}
   [junit4]   1> 
   [junit4]   1> / (2)
   [junit4]   1> DATA:
   [junit4]   1>     
   [junit4]   1>  /zookeeper (1)
   [junit4]   1>  DATA:
   [junit4]   1>      
   [junit4]   1>  /solr (8)
   [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":"http://127.0.0.1:60262";,
   [junit4]   1>             "node_name":"127.0.0.1:60262_"}
   [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":"http://127.0.0.1:60274";,
   [junit4]   1>             "node_name":"127.0.0.1:60274_"}
   [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/96665123681009668-core_node1-n_0000000000
 (0)
   [junit4]   1>        
/solr/collections/tmp_collection/leader_elect/shard2/election/96665123681009674-core_node3-n_0000000001
 (0)
   [junit4]   1>      /solr/collections/tmp_collection/leader_elect/shard1 (1)
   [junit4]   1>       
/solr/collections/tmp_collection/leader_elect/shard1/election (2)
   [junit4]   1>        
/solr/collections/tmp_collection/leader_elect/shard1/election/96665123681009677-core_node4-n_0000000001
 (0)
   [junit4]   1>        
/solr/collections/tmp_collection/leader_elect/shard1/election/96665123681009671-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:60299_ (0)
   [junit4]   1>    /solr/live_nodes/127.0.0.1:60286_ (0)
   [junit4]   1>    /solr/live_nodes/127.0.0.1:60274_ (0)
   [junit4]   1>    /solr/live_nodes/127.0.0.1:60262_ (0)
   [junit4]   1>   /solr/overseer_elect (2)
   [junit4]   1>    /solr/overseer_elect/leader (0)
   [junit4]   1>    DATA:
   [junit4]   1>        {"id":"96665123681009668-127.0.0.1:60262_-n_0000000000"}
   [junit4]   1>    /solr/overseer_elect/election (4)
   [junit4]   1>     
/solr/overseer_elect/election/96665123681009671-127.0.0.1:60274_-n_0000000001 
(0)
   [junit4]   1>     
/solr/overseer_elect/election/96665123681009668-127.0.0.1:60262_-n_0000000000 
(0)
   [junit4]   1>     
/solr/overseer_elect/election/96665123681009677-127.0.0.1:60299_-n_0000000003 
(0)
   [junit4]   1>     
/solr/overseer_elect/election/96665123681009674-127.0.0.1:60286_-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":"http://127.0.0.1:60274";,
   [junit4]   1>                   "node_name":"127.0.0.1:60274_",
   [junit4]   1>                   "state":"active",
   [junit4]   1>                   "leader":"true"},
   [junit4]   1>                 "core_node4":{
   [junit4]   1>                   "core":"collection1",
   [junit4]   1>                   "base_url":"http://127.0.0.1:60299";,
   [junit4]   1>                   "node_name":"127.0.0.1:60299_",
   [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":"http://127.0.0.1:60262";,
   [junit4]   1>                   "node_name":"127.0.0.1:60262_",
   [junit4]   1>                   "state":"active",
   [junit4]   1>                   "leader":"true"},
   [junit4]   1>                 "core_node3":{
   [junit4]   1>                   "core":"collection1",
   [junit4]   1>                   "base_url":"http://127.0.0.1:60286";,
   [junit4]   1>                   "node_name":"127.0.0.1:60286_",
   [junit4]   1>                   "state":"recovering"}}}}}}
   [junit4]   1> 
   [junit4]   2> 709839 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x1576c6af72d000f, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 709845 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 709848 INFO  (qtp161551798-6649) [n:127.0.0.1:60299_    ] 
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> 709850 INFO  
(OverseerThreadFactory-2706-thread-1-processing-n:127.0.0.1:60262_) 
[n:127.0.0.1:60262_    ] o.a.s.c.OverseerCollectionMessageHandler Executing 
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 709856 WARN  (qtp161551798-6651) [n:127.0.0.1:60299_    ] 
o.a.s.c.RecoveryStrategy Stopping recovery for core=[collection1] 
coreNodeName=[core_node4]
   [junit4]   2> 709857 INFO  (qtp1323966137-6557) [n:127.0.0.1:60262_    ] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@6f1a2b1c
   [junit4]   2> 709857 INFO  (qtp161551798-6651) [n:127.0.0.1:60299_    ] 
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before c

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

ler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:399)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:518)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:308)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:244)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceAndRun(ExecuteProduceConsume.java:246)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:156)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:654)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 962025 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.a.s.c.ChaosMonkey monkey: stop shard! 60299
   [junit4]   2> 962025 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=626193040
   [junit4]   2> 962059 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.a.s.c.Overseer Overseer 
(id=96665123681009690-127.0.0.1:60299_-n_0000000005) closing
   [junit4]   2> 962059 INFO  
(OverseerStateUpdate-96665123681009690-127.0.0.1:60299_-n_0000000005) 
[n:127.0.0.1:60299_    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:60299_
   [junit4]   2> 962060 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x1576c6af72d001a, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 962060 WARN  
(zkCallback-1192-thread-8-processing-n:127.0.0.1:60299_) [n:127.0.0.1:60299_    
] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to 
ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 962072 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.e.j.s.ServerConnector Stopped 
ServerConnector@2d65d20{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 962072 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@c323497{/,null,UNAVAILABLE}
   [junit4]   2> 962495 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.a.s.SolrTestCaseJ4 ###Ending testCdcrDocVersions
   [junit4]   2> 962511 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[5091E14C089238EA]) [ 
   ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:60255 60255
   [junit4]   2> 962526 INFO  (Thread-1669) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:60255 60255
   [junit4]   2> 962547 WARN  (Thread-1669) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        12      /solr/clusterprops.json
   [junit4]   2>        9       /solr/aliases.json
   [junit4]   2>        7       /solr/security.json
   [junit4]   2>        6       /solr/collections/tmp_collection/state.json
   [junit4]   2>        4       /solr/configs/conf1
   [junit4]   2>        2       
/solr/collections/tmp_collection/leaders/shard2/leader
   [junit4]   2>        2       
/solr/collections/tmp_collection/leaders/shard1/leader
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        11      /solr/clusterstate.json
   [junit4]   2>        4       
/solr/collections/tmp_collection/cdcr/state/buffer
   [junit4]   2>        4       
/solr/collections/tmp_collection/cdcr/state/process
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        31      /solr/overseer/queue
   [junit4]   2>        13      /solr/overseer/collection-queue-work
   [junit4]   2>        10      /solr/collections
   [junit4]   2>        8       /solr/live_nodes
   [junit4]   2>        5       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=CdcrVersionReplicationTest -Dtests.method=testCdcrDocVersions 
-Dtests.seed=5091E14C089238EA -Dtests.slow=true -Dtests.locale=pl 
-Dtests.timezone=Africa/Freetown -Dtests.asserts=true 
-Dtests.file.encoding=Cp1252
   [junit4] ERROR    262s J0 | CdcrVersionReplicationTest.testCdcrDocVersions 
<<<
   [junit4]    > Throwable #1: org.apache.solr.common.cloud.ZooKeeperException: 
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([5091E14C089238EA:A807EAEEFAF4D7F6]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.connect(CloudSolrClient.java:564)
   [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: 
org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = 
Session expired for /clusterstate.json
   [junit4]    >        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]    >        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]    >        at 
org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]    >        at 
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:356)
   [junit4]    >        at 
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:353)
   [junit4]    >        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]    >        at 
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:353)
   [junit4]    >        at 
org.apache.solr.common.cloud.ZkStateReader.refreshLegacyClusterState(ZkStateReader.java:532)
   [junit4]    >        at 
org.apache.solr.common.cloud.ZkStateReader.createClusterStateWatchersAndUpdate(ZkStateReader.java:382)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.connect(CloudSolrClient.java:556)
   [junit4]    >        ... 44 more
   [junit4]   2> 962551 INFO  
(SUITE-CdcrVersionReplicationTest-seed#[5091E14C089238EA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrVersionReplicationTest_5091E14C089238EA-001
   [junit4]   2> Sep 27, 2016 4:16:33 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62), 
sim=ClassicSimilarity, locale=pl, timezone=Africa/Freetown
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_102 
(64-bit)/cpus=3,threads=1,free=133303016,total=476053504
   [junit4]   2> NOTE: All tests run in this JVM: 
[WrapperMergePolicyFactoryTest, TestSolrConfigHandlerConcurrent, 
SimpleFacetsTest, ResponseLogComponentTest, SoftAutoCommitTest, 
TestReplicationHandler, SolrPluginUtilsTest, TestCharFilters, 
TestSSLRandomization, DistributedFacetPivotLongTailTest, 
HdfsChaosMonkeyNothingIsSafeTest, AnalyticsMergeStrategyTest, 
TestDistribDocBasedVersion, TestGroupingSearch, NumericFieldsTest, 
TestCSVResponseWriter, TestTolerantUpdateProcessorRandomCloud, BufferStoreTest, 
TestTolerantSearch, TestSearcherReuse, StressHdfsTest, CursorPagingTest, 
DeleteInactiveReplicaTest, TestUpdate, TestFieldCacheSanityChecker, 
DirectSolrConnectionTest, SaslZkACLProviderTest, LeaderElectionTest, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, BlockCacheTest, 
SpatialFilterTest, TestExpandComponent, DistribJoinFromCollectionTest, 
DistribCursorPagingTest, TestMacroExpander, DistributedDebugComponentTest, 
TestExclusionRuleCollectionAccess, TestDefaultStatsCache, TestCollationField, 
OverseerTest, RulesTest, SynonymTokenizerTest, TestInfoStreamLogging, 
ZkNodePropsTest, TestFreeTextSuggestions, TestSolrDynamicMBean, 
TestUniqueKeyFieldResource, SchemaVersionSpecificBehaviorTest, 
OverriddenZkACLAndCredentialsProvidersTest, TestRebalanceLeaders, 
SuggesterFSTTest, TestSolrDeletionPolicy1, DocValuesMultiTest, 
ConjunctionSolrSpellCheckerTest, TestAuthenticationFramework, 
AnalysisAfterCoreReloadTest, SolrTestCaseJ4Test, CdcrVersionReplicationTest]
   [junit4] Completed [164/635 (1!)] on J0 in 262.33s, 1 test, 1 error <<< 
FAILURES!

[...truncated 61811 lines...]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to