Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/6111/
Java: 64bit/jdk1.8.0_102 -XX:-UseCompressedOops -XX:+UseParallelGC

2 tests failed.
FAILED:  
junit.framework.TestSuite.org.apache.solr.cloud.CdcrVersionReplicationTest

Error Message:
ObjectTracker found 1 object(s) that were not released!!! [InternalHttpClient]

Stack Trace:
java.lang.AssertionError: ObjectTracker found 1 object(s) that were not 
released!!! [InternalHttpClient]
        at __randomizedtesting.SeedInfo.seed([8292F6EA4052AC9]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNull(Assert.java:551)
        at 
org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:257)
        at sun.reflect.GeneratedMethodAccessor17.invoke(Unknown Source)
        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$7.evaluate(RandomizedRunner.java:834)
        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)


FAILED:  
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail

Error Message:
expected:<200> but was:<404>

Stack Trace:
java.lang.AssertionError: expected:<200> but was:<404>
        at 
__randomizedtesting.SeedInfo.seed([8292F6EA4052AC9:60961A44749F3825]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.cancelDelegationToken(TestSolrCloudWithDelegationTokens.java:137)
        at 
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail(TestSolrCloudWithDelegationTokens.java:282)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11990 lines...]
   [junit4] Suite: org.apache.solr.cloud.CdcrVersionReplicationTest
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrVersionReplicationTest_8292F6EA4052AC9-001\init-core-data-001
   [junit4]   2> 2030722 INFO  
(SUITE-CdcrVersionReplicationTest-seed#[8292F6EA4052AC9]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 2030722 INFO  
(SUITE-CdcrVersionReplicationTest-seed#[8292F6EA4052AC9]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 2030726 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2030727 INFO  (Thread-3744) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2030727 INFO  (Thread-3744) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2030827 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.ZkTestServer start zk server on port:56470
   [junit4]   2> 2030827 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2030828 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2030831 INFO  (zkCallback-2772-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@714bb209 
name:ZooKeeperConnection Watcher:127.0.0.1:56470 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2030831 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2030832 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2030832 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 2030834 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 0x157191f3acd0000, 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> 2030834 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2030835 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2030837 INFO  (zkCallback-2773-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@3faa5ce7 
name:ZooKeeperConnection Watcher:127.0.0.1:56470/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2030837 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2030837 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2030837 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 2030839 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 2030842 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 2030843 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 2030847 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-cdcr.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 2030847 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 2030851 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\schema15.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 2030851 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 2030854 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2030854 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2030857 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 2030857 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 2030860 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 2030860 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 2030863 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 2030864 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 2030867 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2030867 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 2030870 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2030871 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2030873 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2030873 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2030875 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2030876 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 2030878 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 2030879 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 2030882 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2030883 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2030885 INFO  (zkCallback-2775-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@686f531c 
name:ZooKeeperConnection Watcher:127.0.0.1:56470/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2030885 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2030886 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2030887 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.SolrTestCaseJ4 ###Starting testCdcrDocVersions
   [junit4]   2> 2031468 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrVersionReplicationTest_8292F6EA4052AC9-001\jetty-001\cores\collection1
   [junit4]   2> 2031474 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2031474 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@16a24408{/,null,AVAILABLE}
   [junit4]   2> 2031477 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.e.j.s.ServerConnector Started ServerConnector@11e8c88e{SSL,[ssl, 
http/1.1]}{127.0.0.1:56480}
   [junit4]   2> 2031477 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.e.j.s.Server Started @2035875ms
   [junit4]   2> 2031477 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {shards=shard1, 
hostContext=/, hostPort=56480, 
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrVersionReplicationTest_8292F6EA4052AC9-001\jetty-001\cores}
   [junit4]   2> 2031477 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 2031477 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrVersionReplicationTest_8292F6EA4052AC9-001\jetty-001'
   [junit4]   2> 2031477 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2031477 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 2031477 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2031477 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2031482 INFO  (zkCallback-2776-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@18f7ee4c 
name:ZooKeeperConnection Watcher:127.0.0.1:56470/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2031482 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2031483 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2031483 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 0x157191f3acd0003, 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> 2031483 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2031483 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.SolrXmlConfig Loading container configuration from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrVersionReplicationTest_8292F6EA4052AC9-001\jetty-001\solr.xml
   [junit4]   2> 2031507 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrVersionReplicationTest_8292F6EA4052AC9-001\jetty-001\cores
   [junit4]   2> 2031507 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.CoreContainer New CoreContainer 49600953
   [junit4]   2> 2031507 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrVersionReplicationTest_8292F6EA4052AC9-001\jetty-001]
   [junit4]   2> 2031508 WARN  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.CoreContainer Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrVersionReplicationTest_8292F6EA4052AC9-001\jetty-001\lib
 to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrVersionReplicationTest_8292F6EA4052AC9-001\jetty-001\lib
   [junit4]   2> 2031508 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 
90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 
20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 
2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 2031512 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with 
params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 2031512 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2031512 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2031512 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56470/solr
   [junit4]   2> 2031512 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2031512 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2031514 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2031515 INFO  (zkCallback-2779-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@56005c1c 
name:ZooKeeperConnection Watcher:127.0.0.1:56470 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2031515 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2031516 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2031516 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 0x157191f3acd0004, 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> 2031518 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) 
[n:127.0.0.1:56480_    ] o.a.s.c.ZkController Added new OnReconnect listener 
org.apache.solr.cloud.ZkController$$Lambda$79/33210700@8905e9e
   [junit4]   2> 2031518 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) 
[n:127.0.0.1:56480_    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 2031519 INFO  
(zkCallback-2780-thread-1-processing-n:127.0.0.1:56480_) [n:127.0.0.1:56480_    
] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@26372899 
name:ZooKeeperConnection Watcher:127.0.0.1:56470/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2031520 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) 
[n:127.0.0.1:56480_    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 2031520 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) 
[n:127.0.0.1:56480_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 2031522 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) 
[n:127.0.0.1:56480_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 2031526 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) 
[n:127.0.0.1:56480_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 2031527 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) 
[n:127.0.0.1:56480_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 2031530 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) 
[n:127.0.0.1:56480_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 2031531 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) 
[n:127.0.0.1:56480_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2031533 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) 
[n:127.0.0.1:56480_    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2031534 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) 
[n:127.0.0.1:56480_    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2031536 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) 
[n:127.0.0.1:56480_    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2031537 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) 
[n:127.0.0.1:56480_    ] o.a.s.c.c.ZkStateReader Updating cluster state from 
ZooKeeper... 
   [junit4]   2> 2031538 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) 
[n:127.0.0.1:56480_    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: 
{urlScheme=https}
   [junit4]   2> 2031538 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) 
[n:127.0.0.1:56480_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 2031542 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) 
[n:127.0.0.1:56480_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 2031544 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) 
[n:127.0.0.1:56480_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 2031546 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) 
[n:127.0.0.1:56480_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2031546 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) 
[n:127.0.0.1:56480_    ] o.a.s.c.LeaderElector Joined leadership election with 
path: /overseer_elect/election/96573538932948997-127.0.0.1:56480_-n_0000000000
   [junit4]   2> 2031547 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) 
[n:127.0.0.1:56480_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:56480_
   [junit4]   2> 2031547 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) 
[n:127.0.0.1:56480_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 2031548 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) 
[n:127.0.0.1:56480_    ] o.a.s.c.Overseer Overseer 
(id=96573538932948997-127.0.0.1:56480_-n_0000000000) starting
   [junit4]   2> 2031551 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) 
[n:127.0.0.1:56480_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 2031559 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) 
[n:127.0.0.1:56480_    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=10000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 2031559 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) 
[n:127.0.0.1:56480_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:56480_
   [junit4]   2> 2031559 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) 
[n:127.0.0.1:56480_    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:56480_
   [junit4]   2> 2031559 INFO  
(OverseerStateUpdate-96573538932948997-127.0.0.1:56480_-n_0000000000) 
[n:127.0.0.1:56480_    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 2031559 INFO  
(OverseerCollectionConfigSetProcessor-96573538932948997-127.0.0.1:56480_-n_0000000000)
 [n:127.0.0.1:56480_    ] o.a.s.c.OverseerTaskProcessor Process current queue 
of overseer operations
   [junit4]   2> 2031562 INFO  
(OverseerStateUpdate-96573538932948997-127.0.0.1:56480_-n_0000000000) 
[n:127.0.0.1:56480_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2031562 INFO  
(zkCallback-2780-thread-1-processing-n:127.0.0.1:56480_) [n:127.0.0.1:56480_    
] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live 
nodes size: [1])
   [junit4]   2> 2031563 INFO  
(zkCallback-2780-thread-1-processing-n:127.0.0.1:56480_) [n:127.0.0.1:56480_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 2031570 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) 
[n:127.0.0.1:56480_    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 2031570 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) 
[n:127.0.0.1:56480_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2031571 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) 
[n:127.0.0.1:56480_    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrVersionReplicationTest_8292F6EA4052AC9-001\jetty-001\cores
   [junit4]   2> 2031574 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) 
[n:127.0.0.1:56480_    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: 
{name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, 
loadOnStartup=true, configSetProperties=configsetprops.json, 
collection=tmp_collection, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 2031574 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) 
[n:127.0.0.1:56480_    ] o.a.s.c.CorePropertiesLocator Found core collection1 
in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrVersionReplicationTest_8292F6EA4052AC9-001\jetty-001\cores\collection1
   [junit4]   2> 2031574 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) 
[n:127.0.0.1:56480_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 2031574 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection   x:collection1] o.a.s.c.ZkController 
publishing state=down
   [junit4]   2> 2031574 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) 
[n:127.0.0.1:56480_    ] o.a.s.s.SolrDispatchFilter 
user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2031574 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection   x:collection1] o.a.s.c.ZkController 
numShards not found on descriptor - reading it from system property
   [junit4]   2> 2031575 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) 
[n:127.0.0.1:56480_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() 
done
   [junit4]   2> 2031575 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection   x:collection1] o.a.s.c.ZkController 
Collection tmp_collection not visible yet, but flagging it so a watch is 
registered when it becomes visible
   [junit4]   2> 2031575 INFO  
(OverseerStateUpdate-96573538932948997-127.0.0.1:56480_-n_0000000000) 
[n:127.0.0.1:56480_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:56480";,
   [junit4]   2>   "node_name":"127.0.0.1:56480_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"tmp_collection",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 2031576 INFO  
(OverseerStateUpdate-96573538932948997-127.0.0.1:56480_-n_0000000000) 
[n:127.0.0.1:56480_    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 
message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:56480";,
   [junit4]   2>   "node_name":"127.0.0.1:56480_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"tmp_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 2031576 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection   x:collection1] o.a.s.c.c.ZkStateReader 
Deleting data for [tmp_collection]
   [junit4]   2> 2031576 INFO  
(OverseerStateUpdate-96573538932948997-127.0.0.1:56480_-n_0000000000) 
[n:127.0.0.1:56480_    ] o.a.s.c.o.ClusterStateMutator building a new cName: 
tmp_collection
   [junit4]   2> 2031576 INFO  
(OverseerStateUpdate-96573538932948997-127.0.0.1:56480_-n_0000000000) 
[n:127.0.0.1:56480_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard2
   [junit4]   2> 2031577 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection   x:collection1] o.a.s.c.ZkController look 
for our core node name
   [junit4]   2> 2031577 INFO  
(zkCallback-2780-thread-1-processing-n:127.0.0.1:56480_) [n:127.0.0.1:56480_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred 
- updating... (live nodes size: [1])
   [junit4]   2> 2032588 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection   x:collection1] o.a.s.c.ZkController 
waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2032589 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection   x:collection1] o.a.s.c.ZkController 
Check for collection zkNode:tmp_collection
   [junit4]   2> 2032594 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection   x:collection1] o.a.s.c.ZkController 
Creating collection in ZooKeeper:tmp_collection
   [junit4]   2> 2032594 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection   x:collection1] o.a.s.c.ZkController 
Looking for collection configName
   [junit4]   2> 2032595 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection   x:collection1] o.a.s.c.ZkController Only 
one config set found in zk - using it:conf1
   [junit4]   2> 2032595 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection   x:collection1] o.a.s.c.c.SolrZkClient 
makePath: /collections/tmp_collection
   [junit4]   2> 2032599 INFO  
(zkCallback-2780-thread-1-processing-n:127.0.0.1:56480_) [n:127.0.0.1:56480_    
] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent 
state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - 
updating...
   [junit4]   2> 2032599 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection   x:collection1] o.a.s.c.c.ZkStateReader 
Load collection config from: [/collections/tmp_collection]
   [junit4]   2> 2032599 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection   x:collection1] o.a.s.c.c.ZkStateReader 
path=[/collections/tmp_collection] [configName]=[conf1] specified config exists 
in ZooKeeper
   [junit4]   2> 2032600 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection   x:collection1] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrVersionReplicationTest_8292F6EA4052AC9-001\jetty-001\cores\collection1'
   [junit4]   2> 2032600 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection   x:collection1] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2032600 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection   x:collection1] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 2032603 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection   x:collection1] o.a.s.c.Config loaded 
config solrconfig.xml with version 0 
   [junit4]   2> 2032615 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection   x:collection1] o.a.s.c.SolrConfig 
current version of requestparams : -1
   [junit4]   2> 2032620 WARN  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection   x:collection1] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 2032621 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 2032630 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection   x:collection1] o.a.s.c.SolrConfig Loaded 
SolrConfig: solrconfig.xml
   [junit4]   2> 2032638 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 2032721 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection   x:collection1] o.a.s.s.IndexSchema 
default search field in schema is text
   [junit4]   2> 2032722 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection   x:collection1] o.a.s.s.IndexSchema 
unique key field: id
   [junit4]   2> 2032723 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2032726 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2032763 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection   x:collection1] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/configs/conf1', 
cwd=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2032763 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
tmp_collection
   [junit4]   2> 2032763 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2032763 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ 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-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrVersionReplicationTest_8292F6EA4052AC9-001\jetty-001\cores\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrVersionReplicationTest_8292F6EA4052AC9-001\jetty-001\cores\collection1\data\]
   [junit4]   2> 2032763 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ 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@420fa008
   [junit4]   2> 2032764 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrVersionReplicationTest_8292F6EA4052AC9-001\jetty-001\cores\collection1\data\snapshot_metadata
   [junit4]   2> 2032764 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
   [junit4]   2> 2032764 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrVersionReplicationTest_8292F6EA4052AC9-001\jetty-001\cores\collection1\data\
   [junit4]   2> 2032765 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrVersionReplicationTest_8292F6EA4052AC9-001\jetty-001\cores\collection1\data\index/
   [junit4]   2> 2032765 WARN  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.c.SolrCore [collection1] Solr index directory 
'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrVersionReplicationTest_8292F6EA4052AC9-001\jetty-001\cores\collection1\data\index'
 doesn't exist. Creating new index...
   [junit4]   2> 2032765 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrVersionReplicationTest_8292F6EA4052AC9-001\jetty-001\cores\collection1\data\index
   [junit4]   2> 2032766 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=40, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 2032767 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@f1505e 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7035c986),segFN=segments_1,generation=1}
   [junit4]   2> 2032767 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2032767 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:56480_ 
c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore Looking 
for old index directories to cleanup for core collection1 in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrVersionReplicationTest_8292F6EA4052AC9-001\jetty-001\cores\collection1\data\
   [junit4]   2> 2032769 WARN  
(OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:56480_ 
c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrVersionReplicationTest_8292F6EA4052AC9-001\jetty-001\cores\collection1\data\
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 2032772 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"cdcr-processor-chain"
   [junit4]   2> 2032842 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating 
implicit default
   [junit4]   2> 2032860 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2032863 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2032863 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2032865 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2032894 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/cdcr,/update,/admin/file,/terms
   [junit4]   2> 2032894 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2032926 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ 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> 2032926 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ 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> 2032928 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2032928 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2032928 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ 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=26, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=91.599609375, 
floorSegmentMB=1.9013671875, forceMergeDeletesPctAllowed=15.255103124671974, 
segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8742841333160686
   [junit4]   2> 2032929 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@f1505e 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7035c986),segFN=segments_1,generation=1}
   [junit4]   2> 2032929 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2032929 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1485295b[collection1] main]
   [junit4]   2> 2032929 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.c.c.ZkStateReader Load collection config from: 
[/collections/tmp_collection]
   [junit4]   2> 2032930 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.c.c.ZkStateReader path=[/collections/tmp_collection] [configName]=[conf1] 
specified config exists in ZooKeeper
   [junit4]   2> 2032930 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the 
RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2032931 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2032931 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 2032931 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2032931 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage No data found for znode 
/configs/conf1/_rest_managed.json
   [junit4]   2> 2032931 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ 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> 2032931 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2032931 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2032942 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.c.c.SolrZkClient makePath: /collections/tmp_collection/cdcr/state
   [junit4]   2> 2032946 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ 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> 2032961 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ 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> 2033017 INFO  
(searcherExecutor-7884-thread-1-processing-n:127.0.0.1:56480_ x:collection1 
s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:56480_ c:tmp_collection 
s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered 
new searcher Searcher@1485295b[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2033018 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 2033018 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version 
buckets from index
   [junit4]   2> 2033018 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket 
highest value from index
   [junit4]   2> 2033018 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ 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 1545176625326325760
   [junit4]   2> 2033020 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 
1545176625326325760
   [junit4]   2> 2033020 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 2033021 INFO  
(coreLoadExecutor-7883-thread-1-processing-n:127.0.0.1:56480_) 
[n:127.0.0.1:56480_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 2033022 INFO  
(coreZkRegister-7876-thread-1-processing-n:127.0.0.1:56480_ x:collection1 
s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:56480_ c:tmp_collection 
s:shard2 r:core_node1 x:collection1] o.a.s.c.ZkController Register replica - 
core:collection1 address:https://127.0.0.1:56480 collection:tmp_collection 
shard:shard2
   [junit4]   2> 2033026 INFO  
(coreZkRegister-7876-thread-1-processing-n:127.0.0.1:56480_ x:collection1 
s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:56480_ c:tmp_collection 
s:shard2 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: 
/collections/tmp_collection/leader_elect/shard2/election
   [junit4]   2> 2033035 INFO  
(coreZkRegister-7876-thread-1-processing-n:127.0.0.1:56480_ x:collection1 
s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:56480_ c:tmp_collection 
s:shard2 r:core_node1 x:collection1] o.a.s.c.LeaderElector Joined leadership 
election with path: 
/collections/tmp_collection/leader_elect/shard2/election/96573538932948997-core_node1-n_0000000000
   [junit4]   2> 2033036 INFO  
(coreZkRegister-7876-thread-1-processing-n:127.0.0.1:56480_ x:collection1 
s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:56480_ c:tmp_collection 
s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Running 
the leader process for shard=shard2 and weAreReplacement=false and 
leaderVoteWait=10000
   [junit4]   2> 2033037 INFO  
(coreZkRegister-7876-thread-1-processing-n:127.0.0.1:56480_ x:collection1 
s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:56480_ c:tmp_collection 
s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough 
replicas found to continue.
   [junit4]   2> 2033037 INFO  
(coreZkRegister-7876-thread-1-processing-n:127.0.0.1:56480_ x:collection1 
s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:56480_ 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> 2033037 INFO  
(coreZkRegister-7876-thread-1-processing-n:127.0.0.1:56480_ x:collection1 
s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:56480_ c:tmp_collection 
s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:56480/collection1/
   [junit4]   2> 2033037 INFO  
(coreZkRegister-7876-thread-1-processing-n:127.0.0.1:56480_ x:collection1 
s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:56480_ c:tmp_collection 
s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now 
sync replicas to me
   [junit4]   2> 2033037 INFO  
(coreZkRegister-7876-thread-1-processing-n:127.0.0.1:56480_ x:collection1 
s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:56480_ c:tmp_collection 
s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
https://127.0.0.1:56480/collection1/ has no replicas
   [junit4]   2> 2033039 INFO  
(OverseerStateUpdate-96573538932948997-127.0.0.1:56480_-n_0000000000) 
[n:127.0.0.1:56480_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"tmp_collection"} current state version: 1
   [junit4]   2> 2033039 INFO  
(coreZkRegister-7876-thread-1-processing-n:127.0.0.1:56480_ x:collection1 
s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:56480_ c:tmp_collection 
s:shard2 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: 
/collections/tmp_collection/leaders/shard2
   [junit4]   2> 2033043 INFO  
(coreZkRegister-7876-thread-1-processing-n:127.0.0.1:56480_ x:collection1 
s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:56480_ c:tmp_collection 
s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContextBase 
Creating leader registration node 
/collections/tmp_collection/leaders/shard2/leader after winning as 
/collections/tmp_collection/leader_elect/shard2/election/96573538932948997-core_node1-n_0000000000
   [junit4]   2> 2033044 INFO  
(zkCallback-2780-thread-3-processing-n:127.0.0.1:56480_) [n:127.0.0.1:56480_    
] o.a.s.h.CdcrLeaderStateManager Received new leader state @ 
tmp_collection:shard2
   [junit4]   2> 2033045 INFO  
(coreZkRegister-7876-thread-1-processing-n:127.0.0.1:56480_ x:collection1 
s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:56480_ c:tmp_collection 
s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am 
the new leader: https://127.0.0.1:56480/collection1/ shard2
   [junit4]   2> 2033046 INFO  
(OverseerStateUpdate-96573538932948997-127.0.0.1:56480_-n_0000000000) 
[n:127.0.0.1:56480_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"tmp_collection",
   [junit4]   2>   "base_url":"https://127.0.0.1:56480";,
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 2033167 INFO  
(zkCallback-2780-thread-3-processing-n:127.0.0.1:56480_) [n:127.0.0.1:56480_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred 
- updating... (live nodes size: [1])
   [junit4]   2> 2033169 INFO  
(coreZkRegister-7876-thread-1-processing-n:127.0.0.1:56480_ x:collection1 
s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:56480_ c:tmp_collection 
s:shard2 r:core_node1 x:collection1] o.a.s.c.ZkController We are 
https://127.0.0.1:56480/collection1/ and leader is 
https://127.0.0.1:56480/collection1/
   [junit4]   2> 2033169 INFO  
(coreZkRegister-7876-thread-1-processing-n:127.0.0.1:56480_ x:collection1 
s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:56480_ c:tmp_collection 
s:shard2 r:core_node1 x:collection1] o.a.s.c.ZkController No LogReplay needed 
for core=collection1 baseURL=https://127.0.0.1:56480
   [junit4]   2> 2033169 INFO  
(coreZkRegister-7876-thread-1-processing-n:127.0.0.1:56480_ x:collection1 
s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:56480_ c:tmp_collection 
s:shard2 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no 
recovery necessary
   [junit4]   2> 2033170 INFO  
(coreZkRegister-7876-thread-1-processing-n:127.0.0.1:56480_ x:collection1 
s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:56480_ c:tmp_collection 
s:shard2 r:core_node1 x:collection1] o.a.s.c.ZkController publishing 
state=active
   [junit4]   2> 2033170 INFO  
(coreZkRegister-7876-thread-1-processing-n:127.0.0.1:56480_ x:collection1 
s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:56480_ c:tmp_collection 
s:shard2 r:core_node1 x:collection1] o.a.s.c.ZkController numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 2033172 INFO  
(coreZkRegister-7876-thread-1-processing-n:127.0.0.1:56480_ x:collection1 
s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:56480_ c:tmp_collection 
s:shard2 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader Checking legacy 
cluster state for collection tmp_collection
   [junit4]   2> 2033174 INFO  
(OverseerStateUpdate-96573538932948997-127.0.0.1:56480_-n_0000000000) 
[n:127.0.0.1:56480_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:56480";,
   [junit4]   2>   "node_name":"127.0.0.1:56480_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"tmp_collection",
   [junit4]   2>   "operation":"state"} current state version: 2
   [junit4]   2> 2033174 INFO  
(OverseerStateUpdate-96573538932948997-127.0.0.1:56480_-n_0000000000) 
[n:127.0.0.1:56480_    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 
message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:56480";,
   [junit4]   2>   "node_name":"127.0.0.1:56480_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"tmp_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 2033276 INFO  
(zkCallback-2780-thread-1-processing-n:127.0.0.1:56480_) [n:127.0.0.1:56480_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred 
- updating... (live nodes size: [1])
   [junit4]   2> 2033646 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrVersionReplicationTest_8292F6EA4052AC9-001\jetty-002\cores\collection1
   [junit4]   2> 2033652 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2033652 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3e47095c{/,null,AVAILABLE}
   [junit4]   2> 2033655 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.e.j.s.ServerConnector Started ServerConnector@61a849ce{SSL,[ssl, 
http/1.1]}{127.0.0.1:56493}
   [junit4]   2> 2033655 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.e.j.s.Server Started @2038052ms
   [junit4]   2> 2033655 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {shards=shard2, 
hostContext=/, hostPort=56493, 
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrVersionReplicationTest_8292F6EA4052AC9-001\jetty-002\cores}
   [junit4]   2> 2033655 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 2033655 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrVersionReplicationTest_8292F6EA4052AC9-001\jetty-002'
   [junit4]   2> 2033655 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2033655 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 2033656 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2033657 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2033660 INFO  (zkCallback-2782-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@752db496 
name:ZooKeeperConnection Watcher:127.0.0.1:56470/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2033660 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2033660 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2033661 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 0x157191f3acd0006, 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> 2033662 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2033662 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.SolrXmlConfig Loading container configuration from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrVersionReplicationTest_8292F6EA4052AC9-001\jetty-002\solr.xml
   [junit4]   2> 2033676 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrVersionReplicationTest_8292F6EA4052AC9-001\jetty-002\cores
   [junit4]   2> 2033676 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.CoreContainer New CoreContainer 1908926383
   [junit4]   2> 2033676 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrVersionReplicationTest_8292F6EA4052AC9-001\jetty-002]
   [junit4]   2> 2033677 WARN  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.CoreContainer Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrVersionReplicationTest_8292F6EA4052AC9-001\jetty-002\lib
 to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrVersionReplicationTest_8292F6EA4052AC9-001\jetty-002\lib
   [junit4]   2> 2033677 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 
90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 
20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 
2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 2033681 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with 
params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 2033681 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2033682 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2033682 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56470/solr
   [junit4]   2> 2033682 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2033682 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2033683 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2033685 INFO  (zkCallback-2785-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@2517fd62 
name:ZooKeeperConnection Watcher:127.0.0.1:56470 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2033685 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2033685 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) [  
  ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2033686 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 0x157191f3acd0007, 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> 2033686 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) 
[n:127.0.0.1:56493_    ] o.a.s.c.ZkController Added new OnReconnect listener 
org.apache.solr.cloud.ZkController$$Lambda$79/33210700@6b91dcb0
   [junit4]   2> 2033687 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) 
[n:127.0.0.1:56493_    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 2033689 INFO  
(zkCallback-2786-thread-1-processing-n:127.0.0.1:56493_) [n:127.0.0.1:56493_    
] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@6f329e60 
name:ZooKeeperConnection Watcher:127.0.0.1:56470/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2033689 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) 
[n:127.0.0.1:56493_    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 2033696 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) 
[n:127.0.0.1:56493_    ] o.a.s.c.c.ZkStateReader Updating cluster state from 
ZooKeeper... 
   [junit4]   2> 2033696 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) 
[n:127.0.0.1:56493_    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: 
{urlScheme=https}
   [junit4]   2> 2033700 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) 
[n:127.0.0.1:56493_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2033703 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) 
[n:127.0.0.1:56493_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2033704 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) 
[n:127.0.0.1:56493_    ] o.a.s.c.LeaderElector Joined leadership election with 
path: /overseer_elect/election/96573538932949000-127.0.0.1:56493_-n_0000000001
   [junit4]   2> 2033704 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) 
[n:127.0.0.1:56493_    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96573538932948997-127.0.0.1:56480_-n_0000000000 to 
know if I could be the leader
   [junit4]   2> 2033705 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) 
[n:127.0.0.1:56493_    ] o.a.s.c.ZkController Publish node=127.0.0.1:56493_ as 
DOWN
   [junit4]   2> 2033706 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) 
[n:127.0.0.1:56493_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:56493_
   [junit4]   2> 2033706 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) 
[n:127.0.0.1:56493_    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:56493_
   [junit4]   2> 2033707 INFO  
(OverseerStateUpdate-96573538932948997-127.0.0.1:56480_-n_0000000000) 
[n:127.0.0.1:56480_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:56493_"} current state version: 3
   [junit4]   2> 2033707 INFO  
(OverseerStateUpdate-96573538932948997-127.0.0.1:56480_-n_0000000000) 
[n:127.0.0.1:56480_    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 
127.0.0.1:56493_
   [junit4]   2> 2033708 INFO  
(zkCallback-2780-thread-3-processing-n:127.0.0.1:56480_) [n:127.0.0.1:56480_    
] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live 
nodes size: [1])
   [junit4]   2> 2033708 INFO  
(zkCallback-2786-thread-1-processing-n:127.0.0.1:56493_) [n:127.0.0.1:56493_    
] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live 
nodes size: [1])
   [junit4]   2> 2033710 INFO  
(zkCallback-2780-thread-3-processing-n:127.0.0.1:56480_) [n:127.0.0.1:56480_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2033710 INFO  
(zkCallback-2786-thread-1-processing-n:127.0.0.1:56493_) [n:127.0.0.1:56493_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2033719 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) 
[n:127.0.0.1:56493_    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 2033719 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) 
[n:127.0.0.1:56493_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2033720 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) 
[n:127.0.0.1:56493_    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrVersionReplicationTest_8292F6EA4052AC9-001\jetty-002\cores
   [junit4]   2> 2033722 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) 
[n:127.0.0.1:56493_    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: 
{name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, 
loadOnStartup=true, configSetProperties=configsetprops.json, 
collection=tmp_collection, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 2033723 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) 
[n:127.0.0.1:56493_    ] o.a.s.c.CorePropertiesLocator Found core collection1 
in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrVersionReplicationTest_8292F6EA4052AC9-001\jetty-002\cores\collection1
   [junit4]   2> 2033723 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) 
[n:127.0.0.1:56493_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 2033723 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) 
[n:127.0.0.1:56493_    ] o.a.s.s.SolrDispatchFilter 
user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2033723 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[8292F6EA4052AC9]) 
[n:127.0.0.1:56493_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() 
done
   [junit4]   2> 2033724 INFO  
(coreLoadExecutor-7895-thread-1-processing-n:127.0.0.1:56493_) 
[n:127.0.0.1:56493_ c:tmp_collection   x:collection1] o.a.s.c.ZkController 
publishing state=down
   [junit4]   2> 2033724 INFO  
(coreLoadExecutor-7895-thread-1-processing-n:127.0.0.1:56493_) 
[n:127.0.0.1:56493_ c:tmp_collection   x:collection1] o.a.s.c.ZkController 
numShards not found on descriptor - reading it from system property
   [junit4]   2> 2033724 INFO  
(coreLoadExecutor-7895-thread-1-processing-n:127.0.0.1:56493_) 
[n:127.0.0.1:56493_ c:tmp_collection   x:collection1] o.a.s.c.ZkController 
Registering watch for collection tmp_collection
   [junit4]   2> 2033725 INFO  
(OverseerStateUpdate-96573538932948997-127.0.0.1:56480_-n_0000000000) 
[n:127.0.0.1:56480_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:56493";,
   [junit4]   2>   "node_name":"127.0.0.1:56493_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"tmp_collection",
   [junit4]   2>   "operation":"state"} current state version: 3
   [junit4]   2> 2033726 INFO  
(OverseerStateUpdate-96573538932948997-127.0.0.1:56480_-n_0000000000) 
[n:127.0.0.1:56480_    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 
message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:56493";,
   [junit4]   2>   "node_name":"127.0.0.1:56493_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"tmp_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 2033726 INFO  
(OverseerStateUpdate-96573538932948997-127.0.0.1:56480_-n_0000000000) 
[n:127.0.0.1:56480_    ] o.a.s.c.o.ReplicaMutator Collection already exists 
with numShards=2
   [junit4]   2> 2033726 INFO  
(OverseerStateUpdate-96573538932948997-127.0.0.1:56480_-n_0000000000) 
[n:127.0.0.1:56480_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 2033726 INFO  
(coreLoadExecutor-7895-thread-1-processing-n:127.0.0.1:56493_) 
[n:127.0.0.1:56493_ c:tmp_collection   x:collection1] o.a.s.c.c.ZkStateReader 
Deleting data for [tmp_collection]
   [junit4]   2> 2033727 INFO  
(coreLoadExecutor-7895-thread-1-processing-n:127.0.0.1:56493_) 
[n:127.0.0.1:56493_ c:tmp_collection   x:collection1] o.a.s.c.ZkController look 
for our core node name
   [junit4]   2> 2033828 INFO  
(zkCallback-2780-thread-3-processing-n:127.0.0.1:56480_) [n:127.0.0.1:56480_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred 
- updating... (live nodes size: [2])
   [junit4]   2> 2033828 INFO  
(zkCallback-2786-thread-1-processing-n:127.0.0.1:56493_) [n:127.0.0.1:56493_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred 
- updating... (live nodes size: [2])
   [junit4]   2> 2034728 INFO  
(coreLoadExecutor-7895-thread-1-processing-n:127.0.0.1:56493_) 
[n:127.0.0.1:56493_ c:tmp_collection   x:collection1] o.a.s.c.ZkController 
waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2034728 INFO  
(coreLoadExecutor-7895-thread-1-processing-n:127.0.0.1:56493_) 
[n:127.0.0.1:56493_ c:tmp_collection   x:collection1] o.a.s.c.ZkController 
Check for collection zkNode:tmp_collection
   [junit4]   2> 2034728 INFO  
(coreLoadExecutor-7895-thread-1-processing-n:127.0.0.1:56493_) 
[n:127.0.0.1:56493_ c:tmp_collection   x:collection1] o.a.s.c.ZkController 
Collection zkNode exists
   [junit4]   2> 2034728 INFO  
(coreLoadExecutor-7895-thread-1-processing-n:127.0.0.1:56493_) 
[n:127.0.0.1:56493_ c:tmp_collection   x:collection1] o.a.s.c.c.ZkStateReader 
Load collection config from: [/collections/tmp_collection]
   [junit4]   2> 2034729 INFO  
(coreLoadExecutor-7895-thread-1-processing-n:127.0.0.1:56493_) 
[n:127.0.0.1:56493_ c:tmp_collection   x:collection1] o.a.s.c.c.ZkStateReader 
path=[/collections/tmp_collection] [configName]=[conf1] specified config exists 
in ZooKeeper
   [junit4]   2> 2034729 INFO  
(coreLoadExecutor-7895-thread-1-processing-n:127.0.0.1:56493_) 
[n:127.0.0.1:56493_ c:tmp_collection   x:collection1] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrVersionReplicationTest_8292F6EA4052AC9-001\jetty-002\cores\collection1'
   [junit4]   2> 2034729 INFO  
(coreLoadExecutor-7895-thread-1-processing-n:127.0.0.1:56493_) 
[n:127.0.0.1:56493_ c:tmp_collection   x:collection1] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2034729 INFO  
(coreLoadExecutor-7895-thread-1-processing-n:127.0.0.1:56493_) 
[n:127.0.0.1:56493_ c:tmp_collection   x:collection1] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 2034731 INFO  
(coreLoadExecutor-7895-thread-1-processing-n:127.0.0.1:56493_) 
[n:127.0.0.1:56493_ c:tmp_collection   x:collection1] o.a.s.c.Config loaded 
config solrconfig.xml with version 0 
   [junit4]   2> 2034754 INFO  
(coreLoadExecutor-7895-thread-1-processing-n:127.0.0.1:56493_) 
[n:127.0.0.1:56493_ c:tmp_collection   x:collection1] o.a.s.c.SolrConfig curre

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

TestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        2       /solr/aliases.json
   [junit4]   2>        2       /solr/security.json
   [junit4]   2>        2       /solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        4       /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMKeyIdRoot
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_7
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_6
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_9
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_8
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_1
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_1
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_3
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_3
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_2
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_2
   [junit4]   2>        2       /solr/clusterstate.json
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_5
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_4
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_4
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_12
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMSeqNumRoot
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_11
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_10
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/overseer/queue
   [junit4]   2>        3       /solr/overseer/collection-queue-work
   [junit4]   2>        2       /solr/live_nodes
   [junit4]   2>        2       /solr/collections
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot
   [junit4]   2>        2       /solr/overseer/queue-work
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot
   [junit4]   2> 
   [junit4]   2> 2553761 INFO  
(SUITE-TestSolrCloudWithDelegationTokens-seed#[8292F6EA4052AC9]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestSolrCloudWithDelegationTokens_8292F6EA4052AC9-001
   [junit4]   2> Sep 11, 2016 12:09:42 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {}, 
docValues:{}, maxPointsInLeafNode=668, maxMBSortInHeap=6.842315368863276, 
sim=RandomSimilarity(queryNorm=true): {}, locale=fr-CA, timezone=Africa/Douala
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_102 
(64-bit)/cpus=3,threads=1,free=206374648,total=490209280
   [junit4]   2> NOTE: All tests run in this JVM: [PrimUtilsTest, 
TestDynamicFieldResource, DeleteInactiveReplicaTest, TestRemoteStreaming, 
CoreAdminRequestStatusTest, TestManagedResource, BlockJoinFacetSimpleTest, 
TestSQLHandler, AnalyticsMergeStrategyTest, SynonymTokenizerTest, 
TestFastLRUCache, ZkControllerTest, TestInfoStreamLogging, TestSolrJ, 
BadComponentTest, TestSubQueryTransformerCrossCore, TestDFISimilarityFactory, 
TestCollationField, IndexBasedSpellCheckerTest, TestReplicationHandler, 
DOMUtilTest, TestLockTree, TestShardHandlerFactory, RankQueryTest, 
ShardRoutingTest, TestLegacyNumericRangeQueryBuilder, 
TestPerFieldSimilarityWithDefaultOverride, TestLeaderInitiatedRecoveryThread, 
ClusterStateUpdateTest, CollectionReloadTest, DistanceUnitsTest, 
OverseerCollectionConfigSetProcessorTest, SmileWriterTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, TestElisionMultitermQuery, 
PKIAuthenticationIntegrationTest, HdfsLockFactoryTest, 
TestShortCircuitedRequests, SolrTestCaseJ4Test, TestTrieFacet, StressHdfsTest, 
SampleTest, TestStressRecovery, QueryEqualityTest, XmlUpdateRequestHandlerTest, 
TestPKIAuthenticationPlugin, ActionThrottleTest, TestSolrDynamicMBean, 
PathHierarchyTokenizerFactoryTest, CdcrReplicationHandlerTest, 
TestDynamicLoading, MigrateRouteKeyTest, SystemInfoHandlerTest, AssignTest, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestMissingGroups, 
TestOnReconnectListenerSupport, TestFieldTypeResource, 
XsltUpdateRequestHandlerTest, CollectionTooManyReplicasTest, 
AnalysisAfterCoreReloadTest, TestRandomRequestDistribution, 
TestDownShardTolerantSearch, TestFaceting, DistribJoinFromCollectionTest, 
TestStressReorder, HdfsRecoverLeaseTest, CreateCollectionCleanupTest, 
ZkCLITest, TestCollectionAPI, TestTestInjection, TestBlendedInfixSuggestions, 
TestPerFieldSimilarity, DisMaxRequestHandlerTest, TestComponentsName, 
BlockJoinFacetDistribTest, HighlighterTest, TestFilteredDocIdSet, 
QueryElevationComponentTest, CheckHdfsIndexTest, 
DistributedExpandComponentTest, ReplaceNodeTest, DocValuesTest, 
TestMinMaxOnMultiValuedField, TestCollationFieldDocValues, CleanupOldIndexTest, 
BufferStoreTest, TestUninvertingReader, TestExtendedDismaxParser, 
TestRandomCollapseQParserPlugin, ShardSplitTest, SparseHLLTest, 
DocValuesMultiTest, TestDistributedSearch, OverseerRolesTest, 
AlternateDirectoryTest, SSLMigrationTest, TermsComponentTest, 
SuggestComponentContextFilterQueryTest, TriLevelCompositeIdRoutingTest, 
TestHashPartitioner, TestBM25SimilarityFactory, TestExactSharedStatsCache, 
DistributedFacetPivotSmallAdvancedTest, DistributedVersionInfoTest, 
OutputWriterTest, BlockCacheTest, TestSolr4Spatial2, ResponseLogComponentTest, 
TestRestManager, EnumFieldTest, TestStressVersions, 
StatelessScriptUpdateProcessorFactoryTest, TestCollapseQParserPlugin, 
RecoveryAfterSoftCommitTest, HdfsThreadLeakTest, DateRangeFieldTest, 
TestPartialUpdateDeduplication, SuggesterFSTTest, PrimitiveFieldTypeTest, 
TimeZoneUtilsTest, TestBinaryField, FacetPivotSmallTest, TestBlobHandler, 
TestXmlQParserPlugin, TestReRankQParserPlugin, SolrCLIZkUtilsTest, 
ExplicitHLLTest, FastVectorHighlighterTest, TestChildDocTransformer, 
TestReqParamsAPI, TestSort, HdfsChaosMonkeyNothingIsSafeTest, 
TestHdfsBackupRestoreCore, TestJsonRequest, OverseerTest, 
UniqFieldsUpdateProcessorFactoryTest, DocumentAnalysisRequestHandlerTest, 
PluginInfoTest, TestGroupingSearch, HdfsCollectionsAPIDistributedZkTest, 
SpatialFilterTest, HdfsRestartWhileUpdatingTest, TestScoreJoinQPNoScore, 
SoftAutoCommitTest, DirectSolrSpellCheckerTest, TestUseDocValuesAsStored, 
TestStandardQParsers, TestFieldCache, TestHashQParserPlugin, 
TestBinaryResponseWriter, TestSweetSpotSimilarityFactory, 
SegmentsInfoRequestHandlerTest, TestDocumentBuilder, 
HdfsBasicDistributedZk2Test, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, 
UnloadDistributedZkTest, LeaderElectionIntegrationTest, 
FullSolrCloudDistribCmdsTest, TestRandomDVFaceting, ShardRoutingCustomTest, 
AutoCommitTest, TestRecovery, TermVectorComponentDistributedTest, 
DistributedTermsComponentTest, TestCoreContainer, SimpleFacetsTest, 
SolrCoreTest, SolrCmdDistributorTest, PeerSyncTest, DirectUpdateHandlerTest, 
DistributedQueryElevationComponentTest, CoreAdminHandlerTest, SuggesterTest, 
TestStressLucene, TestCSVLoader, PolyFieldTest, SolrCoreCheckLockOnStartupTest, 
TestUpdate, FieldMutatingUpdateProcessorTest, DirectUpdateHandlerOptimizeTest, 
TestSurroundQueryParser, LukeRequestHandlerTest, RequestHandlersTest, 
TestValueSourceCache, RequiredFieldsTest, IndexSchemaRuntimeFieldTest, 
RegexBoostProcessorTest, IndexSchemaTest, ReturnFieldsTest, 
TestCSVResponseWriter, QueryParsingTest, TestPHPSerializedResponseWriter, 
PingRequestHandlerTest, SOLR749Test, UpdateParamsTest, TestSolrIndexConfig, 
SolrIndexConfigTest, MultiTermTest, TestPostingsSolrHighlighter, 
NotRequiredUniqueKeyTest, TestPhraseSuggestions, TestCharFilters, 
TestXIncludeConfig, EchoParamsTest, TestLMJelinekMercerSimilarityFactory, 
TestFastWriter, TestFastOutputStream, OpenExchangeRatesOrgProviderTest, 
URLClassifyProcessorTest, ChaosMonkeyNothingIsSafeTest, 
TestSimpleTrackingShardHandler, TestJettySolrRunner, AsyncMigrateRouteKeyTest, 
CdcrVersionReplicationTest, CollectionsAPISolrJTest, DeleteShardTest, 
DistribCursorPagingTest, DistributedQueueTest, HttpPartitionTest, 
SharedFSAutoReplicaFailoverUtilsTest, SolrXmlInZkTest, 
TestAuthenticationFramework, TestCloudInspectUtil, TestCloudPivotFacet, 
TestExclusionRuleCollectionAccess, TestRebalanceLeaders, TestReplicaProperties, 
TestSSLRandomization, TestSolrCloudWithDelegationTokens]
   [junit4] Completed [492/631 (2!)] on J0 in 4.82s, 8 tests, 1 failure <<< 
FAILURES!

[...truncated 464 lines...]
   [junit4] JVM J1: stdout was not empty, see: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\temp\junit4-J1-20160911_112704_383.sysout
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Dumping heap to 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\heapdumps\java_pid2456.hprof
 ...
   [junit4] Heap dump file created [436490568 bytes in 1.830 secs]
   [junit4] <<< JVM J1: EOF ----

[...truncated 11028 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:763: The 
following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:715: Some of 
the tests produced a heap dump, but did not fail. Maybe a suppressed 
OutOfMemoryError? Dumps created:
* java_pid2456.hprof

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to