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

[JENKINS-EA] Lucene-Solr-6.6-Windows (64bit/jdk-9-ea+181) - Build # 29 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.6-Windows/29/
Java: 64bit/jdk-9-ea+181 -XX:+UseCompressedOops -XX:+UseG1GC --illegal-access=deny

1 tests failed.
FAILED:  org.apache.solr.handler.TestSQLHandler.doTest

Error Message:
--> http://127.0.0.1:53798/collection1:Failed to execute sqlQuery 'select str_s, count(*), sum(field_i), min(field_i), max(field_i), avg(field_i) from collection1 where text='XXXX' group by str_s order by sum(field_i) asc limit 2' against JDBC connection 'jdbc:calcitesolr:'. Error while executing SQL "select str_s, count(*), sum(field_i), min(field_i), max(field_i), avg(field_i) from collection1 where text='XXXX' group by str_s order by sum(field_i) asc limit 2": From line 1, column 39 to line 1, column 50: No match found for function signature min(<NUMERIC>)

Stack Trace:
java.io.IOException: --> http://127.0.0.1:53798/collection1:Failed to execute sqlQuery 'select str_s, count(*), sum(field_i), min(field_i), max(field_i), avg(field_i) from collection1 where text='XXXX' group by str_s order by sum(field_i) asc limit 2' against JDBC connection 'jdbc:calcitesolr:'.
Error while executing SQL "select str_s, count(*), sum(field_i), min(field_i), max(field_i), avg(field_i) from collection1 where text='XXXX' group by str_s order by sum(field_i) asc limit 2": From line 1, column 39 to line 1, column 50: No match found for function signature min(<NUMERIC>)
	at __randomizedtesting.SeedInfo.seed([92455F54FFDA000F:3501E7F0926113B6]:0)
	at org.apache.solr.client.solrj.io.stream.SolrStream.read(SolrStream.java:233)
	at org.apache.solr.handler.TestSQLHandler.getTuples(TestSQLHandler.java:2527)
	at org.apache.solr.handler.TestSQLHandler.testBasicGrouping(TestSQLHandler.java:676)
	at org.apache.solr.handler.TestSQLHandler.doTest(TestSQLHandler.java:90)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 12875 lines...]
   [junit4] Suite: org.apache.solr.handler.TestSQLHandler
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\init-core-data-001
   [junit4]   2> 2120987 WARN  (SUITE-TestSQLHandler-seed#[92455F54FFDA000F]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=11 numCloses=11
   [junit4]   2> 2120987 INFO  (SUITE-TestSQLHandler-seed#[92455F54FFDA000F]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 2120988 INFO  (SUITE-TestSQLHandler-seed#[92455F54FFDA000F]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 2120988 INFO  (SUITE-TestSQLHandler-seed#[92455F54FFDA000F]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 2120988 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2120988 INFO  (Thread-5007) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2120988 INFO  (Thread-5007) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2120992 ERROR (Thread-5007) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2121089 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.ZkTestServer start zk server on port:53768
   [junit4]   2> 2121113 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-sql.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 2121118 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\core\src\test-files\solr\collection1\conf\schema-sql.xml to /configs/conf1/schema.xml
   [junit4]   2> 2121122 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2121125 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 2121130 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 2121133 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 2121136 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2121139 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2121143 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2121147 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2121150 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 2121412 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\control-001\cores\collection1
   [junit4]   2> 2121413 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2121414 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4eb99dc{/,null,AVAILABLE}
   [junit4]   2> 2121415 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@29605da1{HTTP/1.1,[http/1.1]}{127.0.0.1:53778}
   [junit4]   2> 2121415 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.e.j.s.Server Started @2123394ms
   [junit4]   2> 2121415 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\tempDir-001/control/data, hostPort=53778, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\control-001\cores}
   [junit4]   2> 2121415 ERROR (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2121415 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.6.1
   [junit4]   2> 2121415 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2121416 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2121416 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-23T11:42:36.128980400Z
   [junit4]   2> 2121418 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 0x15e0ee6bab80002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 2121418 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2121418 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\control-001\solr.xml
   [junit4]   2> 2121423 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2121424 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53768/solr
   [junit4]   2> 2121442 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2121442 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:53778_
   [junit4]   2> 2121443 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.Overseer Overseer (id=98532625986617348-127.0.0.1:53778_-n_0000000000) starting
   [junit4]   2> 2121449 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53778_
   [junit4]   2> 2121450 INFO  (zkCallback-3930-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2121490 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\control-001\cores
   [junit4]   2> 2121490 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 2121491 INFO  (coreLoadExecutor-9367-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2121493 INFO  (OverseerStateUpdate-98532625986617348-127.0.0.1:53778_-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 2122509 INFO  (coreLoadExecutor-9367-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 2122521 INFO  (coreLoadExecutor-9367-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2122564 WARN  (coreLoadExecutor-9367-thread-1) [    ] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 2122564 WARN  (coreLoadExecutor-9367-thread-1) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 2122564 INFO  (coreLoadExecutor-9367-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2122564 INFO  (coreLoadExecutor-9367-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 2122565 INFO  (coreLoadExecutor-9367-thread-1) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2122565 INFO  (coreLoadExecutor-9367-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\control-001\cores\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\control-001\cores\collection1\data\]
   [junit4]   2> 2122601 INFO  (coreLoadExecutor-9367-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2122601 INFO  (coreLoadExecutor-9367-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2122602 INFO  (coreLoadExecutor-9367-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2122602 INFO  (coreLoadExecutor-9367-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2122603 INFO  (coreLoadExecutor-9367-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@50f6a178[collection1] main]
   [junit4]   2> 2122604 INFO  (coreLoadExecutor-9367-thread-1) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2122604 INFO  (coreLoadExecutor-9367-thread-1) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2122605 INFO  (searcherExecutor-9368-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@50f6a178[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2122605 INFO  (coreLoadExecutor-9367-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576522017477230592
   [junit4]   2> 2122610 INFO  (coreZkRegister-9360-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2122610 INFO  (coreZkRegister-9360-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2122610 INFO  (coreZkRegister-9360-thread-1) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:53778/collection1/
   [junit4]   2> 2122610 INFO  (coreZkRegister-9360-thread-1) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2122610 INFO  (coreZkRegister-9360-thread-1) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:53778/collection1/ has no replicas
   [junit4]   2> 2122610 INFO  (coreZkRegister-9360-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2122613 INFO  (coreZkRegister-9360-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:53778/collection1/ shard1
   [junit4]   2> 2122765 INFO  (coreZkRegister-9360-thread-1) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2123006 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2123009 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:53768/solr ready
   [junit4]   2> 2123009 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 2123009 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 2123016 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 0x15e0ee6bab80006, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 2123243 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\shard-1-001\cores\collection1
   [junit4]   2> 2123244 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\shard-1-001
   [junit4]   2> 2123244 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2123245 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@266d955{/,null,AVAILABLE}
   [junit4]   2> 2123258 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2b1190bd{HTTP/1.1,[http/1.1]}{127.0.0.1:53798}
   [junit4]   2> 2123258 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.e.j.s.Server Started @2125236ms
   [junit4]   2> 2123258 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\tempDir-001/jetty1, hostPort=53798, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\shard-1-001\cores}
   [junit4]   2> 2123258 ERROR (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2123258 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.6.1
   [junit4]   2> 2123258 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2123258 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2123258 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-23T11:42:37.970568100Z
   [junit4]   2> 2123261 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2123261 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\shard-1-001\solr.xml
   [junit4]   2> 2123265 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2123266 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53768/solr
   [junit4]   2> 2123276 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2123278 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2123280 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53798_
   [junit4]   2> 2123281 INFO  (zkCallback-3930-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2123281 INFO  (zkCallback-3940-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2123281 INFO  (zkCallback-3934-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2123316 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\shard-1-001\cores
   [junit4]   2> 2123316 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 2123318 INFO  (coreLoadExecutor-9377-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2123319 INFO  (OverseerStateUpdate-98532625986617348-127.0.0.1:53778_-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 2123423 INFO  (zkCallback-3940-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2124335 INFO  (coreLoadExecutor-9377-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 2124350 INFO  (coreLoadExecutor-9377-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2124389 WARN  (coreLoadExecutor-9377-thread-1) [    ] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 2124389 WARN  (coreLoadExecutor-9377-thread-1) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 2124389 INFO  (coreLoadExecutor-9377-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2124389 INFO  (coreLoadExecutor-9377-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1, trusted=true
   [junit4]   2> 2124390 INFO  (coreLoadExecutor-9377-thread-1) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2124390 INFO  (coreLoadExecutor-9377-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\shard-1-001\cores\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\shard-1-001\cores\collection1\data\]
   [junit4]   2> 2124442 INFO  (coreLoadExecutor-9377-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2124442 INFO  (coreLoadExecutor-9377-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2124444 INFO  (coreLoadExecutor-9377-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2124445 INFO  (coreLoadExecutor-9377-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2124445 INFO  (coreLoadExecutor-9377-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@42eaa9ff[collection1] main]
   [junit4]   2> 2124447 INFO  (coreLoadExecutor-9377-thread-1) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2124448 INFO  (coreLoadExecutor-9377-thread-1) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2124448 INFO  (coreLoadExecutor-9377-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576522019409756160
   [junit4]   2> 2124448 INFO  (searcherExecutor-9378-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@42eaa9ff[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2124453 INFO  (coreZkRegister-9372-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2124453 INFO  (coreZkRegister-9372-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2124453 INFO  (coreZkRegister-9372-thread-1) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:53798/collection1/
   [junit4]   2> 2124453 INFO  (coreZkRegister-9372-thread-1) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2124455 INFO  (coreZkRegister-9372-thread-1) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:53798/collection1/ has no replicas
   [junit4]   2> 2124455 INFO  (coreZkRegister-9372-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2124458 INFO  (coreZkRegister-9372-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:53798/collection1/ shard2
   [junit4]   2> 2124561 INFO  (zkCallback-3940-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2124609 INFO  (coreZkRegister-9372-thread-1) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2124718 INFO  (zkCallback-3940-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2125080 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\shard-2-001\cores\collection1
   [junit4]   2> 2125081 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\shard-2-001
   [junit4]   2> 2125081 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2125082 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@66b52f7a{/,null,AVAILABLE}
   [junit4]   2> 2125082 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4b1a1d36{HTTP/1.1,[http/1.1]}{127.0.0.1:53811}
   [junit4]   2> 2125082 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.e.j.s.Server Started @2127061ms
   [junit4]   2> 2125082 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\tempDir-001/jetty2, hostPort=53811, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\shard-2-001\cores}
   [junit4]   2> 2125083 ERROR (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2125083 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.6.1
   [junit4]   2> 2125083 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2125083 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2125083 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-23T11:42:39.795236500Z
   [junit4]   2> 2125086 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2125086 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\shard-2-001\solr.xml
   [junit4]   2> 2125090 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2125090 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53768/solr
   [junit4]   2> 2125099 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2125101 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2125103 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53811_
   [junit4]   2> 2125104 INFO  (zkCallback-3930-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2125105 INFO  (zkCallback-3940-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2125105 INFO  (zkCallback-3934-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2125105 INFO  (zkCallback-3946-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2125150 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\shard-2-001\cores
   [junit4]   2> 2125150 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 2125152 INFO  (coreLoadExecutor-9387-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2125153 INFO  (OverseerStateUpdate-98532625986617348-127.0.0.1:53778_-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 2125255 INFO  (zkCallback-3940-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2125257 INFO  (zkCallback-3946-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2126168 INFO  (coreLoadExecutor-9387-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 2126206 INFO  (coreLoadExecutor-9387-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2126243 WARN  (coreLoadExecutor-9387-thread-1) [    ] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 2126243 WARN  (coreLoadExecutor-9387-thread-1) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 2126243 INFO  (coreLoadExecutor-9387-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2126243 INFO  (coreLoadExecutor-9387-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1, trusted=true
   [junit4]   2> 2126244 INFO  (coreLoadExecutor-9387-thread-1) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2126244 INFO  (coreLoadExecutor-9387-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\shard-2-001\cores\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\shard-2-001\cores\collection1\data\]
   [junit4]   2> 2126359 INFO  (coreLoadExecutor-9387-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2126359 INFO  (coreLoadExecutor-9387-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2126362 INFO  (coreLoadExecutor-9387-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2126363 INFO  (coreLoadExecutor-9387-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2126363 INFO  (coreLoadExecutor-9387-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1757b8db[collection1] main]
   [junit4]   2> 2126365 INFO  (coreLoadExecutor-9387-thread-1) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2126365 INFO  (coreLoadExecutor-9387-thread-1) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2126365 INFO  (searcherExecutor-9388-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1757b8db[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2126365 INFO  (coreLoadExecutor-9387-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576522021419876352
   [junit4]   2> 2126372 INFO  (coreZkRegister-9382-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2126372 INFO  (coreZkRegister-9382-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2126372 INFO  (coreZkRegister-9382-thread-1) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:53811/collection1/
   [junit4]   2> 2126372 INFO  (coreZkRegister-9382-thread-1) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2126372 INFO  (coreZkRegister-9382-thread-1) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:53811/collection1/ has no replicas
   [junit4]   2> 2126372 INFO  (coreZkRegister-9382-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2126375 INFO  (coreZkRegister-9382-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:53811/collection1/ shard1
   [junit4]   2> 2126478 INFO  (zkCallback-3940-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2126478 INFO  (zkCallback-3946-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2126527 INFO  (coreZkRegister-9382-thread-1) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2126634 INFO  (zkCallback-3940-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2126634 INFO  (zkCallback-3946-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2126897 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\shard-3-001\cores\collection1
   [junit4]   2> 2126898 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\shard-3-001
   [junit4]   2> 2126898 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2126899 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@758007df{/,null,AVAILABLE}
   [junit4]   2> 2126899 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2037d527{HTTP/1.1,[http/1.1]}{127.0.0.1:53824}
   [junit4]   2> 2126899 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.e.j.s.Server Started @2128878ms
   [junit4]   2> 2126899 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\tempDir-001/jetty3, hostPort=53824, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\shard-3-001\cores}
   [junit4]   2> 2126899 ERROR (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2126901 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.6.1
   [junit4]   2> 2126901 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2126901 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2126901 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-23T11:42:41.613071700Z
   [junit4]   2> 2126903 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2126903 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\shard-3-001\solr.xml
   [junit4]   2> 2126907 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2126908 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53768/solr
   [junit4]   2> 2126919 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2126921 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2126922 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53824_
   [junit4]   2> 2126924 INFO  (zkCallback-3930-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2126924 INFO  (zkCallback-3952-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2126925 INFO  (zkCallback-3940-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2126925 INFO  (zkCallback-3946-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2126925 INFO  (zkCallback-3934-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2126985 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\shard-3-001\cores
   [junit4]   2> 2126985 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 2126987 INFO  (coreLoadExecutor-9397-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2126990 INFO  (OverseerStateUpdate-98532625986617348-127.0.0.1:53778_-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 2127095 INFO  (zkCallback-3946-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2127095 INFO  (zkCallback-3940-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2127095 INFO  (zkCallback-3952-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2128007 INFO  (coreLoadExecutor-9397-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 2128021 INFO  (coreLoadExecutor-9397-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2128098 WARN  (coreLoadExecutor-9397-thread-1) [    ] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 2128098 WARN  (coreLoadExecutor-9397-thread-1) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 2128098 INFO  (coreLoadExecutor-9397-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2128098 INFO  (coreLoadExecutor-9397-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1, trusted=true
   [junit4]   2> 2128098 INFO  (coreLoadExecutor-9397-thread-1) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2128098 INFO  (coreLoadExecutor-9397-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\shard-3-001\cores\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\shard-3-001\cores\collection1\data\]
   [junit4]   2> 2128136 INFO  (coreLoadExecutor-9397-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2128136 INFO  (coreLoadExecutor-9397-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2128137 INFO  (coreLoadExecutor-9397-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2128137 INFO  (coreLoadExecutor-9397-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2128137 INFO  (coreLoadExecutor-9397-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@21d97101[collection1] main]
   [junit4]   2> 2128139 INFO  (coreLoadExecutor-9397-thread-1) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2128139 INFO  (coreLoadExecutor-9397-thread-1) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2128140 INFO  (coreLoadExecutor-9397-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576522023281098752
   [junit4]   2> 2128140 INFO  (searcherExecutor-9398-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@21d97101[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2128143 INFO  (coreZkRegister-9392-thread-1) [    ] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 2128144 INFO  (updateExecutor-3949-thread-1) [    ] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 2128144 INFO  (recoveryExecutor-3950-thread-1) [    ] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 2128144 INFO  (recoveryExecutor-3950-thread-1) [    ] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 2128144 INFO  (recoveryExecutor-3950-thread-1) [    ] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
   [junit4]   2> 2128144 INFO  (recoveryExecutor-3950-thread-1) [    ] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 2128144 INFO  (recoveryExecutor-3950-thread-1) [    ] o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering, leader is [http://127.0.0.1:53798/collection1/] and I am [http://127.0.0.1:53824/collection1/]
   [junit4]   2> 2128145 INFO  (recoveryExecutor-3950-thread-1) [    ] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:53798]; [WaitForState: action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:53824_&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 2128148 INFO  (qtp325310245-22898) [    ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 2128148 INFO  (qtp325310245-22898) [    ] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 (shard2 of collection1) have state: recovering
   [junit4]   2> 2128148 INFO  (qtp325310245-22898) [    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard2, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:53824_, coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: core_node3:{"core":"collection1","base_url":"http://127.0.0.1:53824","node_name":"127.0.0.1:53824_","state":"down"}
   [junit4]   2> 2128249 INFO  (zkCallback-3952-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2128249 INFO  (zkCallback-3946-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2128249 INFO  (zkCallback-3940-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2128731 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\shard-4-001\cores\collection1
   [junit4]   2> 2128732 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\shard-4-001
   [junit4]   2> 2128733 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2128733 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@228a3665{/,null,AVAILABLE}
   [junit4]   2> 2128734 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@63ee524{HTTP/1.1,[http/1.1]}{127.0.0.1:53837}
   [junit4]   2> 2128734 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.e.j.s.Server Started @2130712ms
   [junit4]   2> 2128734 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\tempDir-001/jetty4, hostPort=53837, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\shard-4-001\cores}
   [junit4]   2> 2128734 ERROR (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2128734 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.6.1
   [junit4]   2> 2128735 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2128735 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2128735 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-23T11:42:43.447170500Z
   [junit4]   2> 2128737 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2128737 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\shard-4-001\solr.xml
   [junit4]   2> 2128740 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2128741 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53768/solr
   [junit4]   2> 2128751 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2128753 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2128755 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53837_
   [junit4]   2> 2128756 INFO  (zkCallback-3959-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2128756 INFO  (zkCallback-3946-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2128757 INFO  (zkCallback-3952-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2128757 INFO  (zkCallback-3934-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2128757 INFO  (zkCallback-3940-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2128757 INFO  (zkCallback-3930-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2128809 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\shard-4-001\cores
   [junit4]   2> 2128809 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 2128811 INFO  (coreLoadExecutor-9407-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2128812 INFO  (OverseerStateUpdate-98532625986617348-127.0.0.1:53778_-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 2128915 INFO  (zkCallback-3959-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2128915 INFO  (zkCallback-3946-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2128915 INFO  (zkCallback-3940-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2128915 INFO  (zkCallback-3952-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2129149 INFO  (qtp325310245-22898) [    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard2, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=recovering, localState=active, nodeName=127.0.0.1:53824_, coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: core_node3:{"core":"collection1","base_url":"http://127.0.0.1:53824","node_name":"127.0.0.1:53824_","state":"recovering"}
   [junit4]   2> 2129149 INFO  (qtp325310245-22898) [    ] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 2129149 INFO  (qtp325310245-22898) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:53824_&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=1001
   [junit4]   2> 2129650 INFO  (recoveryExecutor-3950-thread-1) [    ] o.a.s.c.RecoveryStrategy Attempting to PeerSync from [http://127.0.0.1:53798/collection1/] - recoveringAfterStartup=[true]
   [junit4]   2> 2129650 INFO  (recoveryExecutor-3950-thread-1) [    ] o.a.s.u.PeerSync PeerSync: core=collection1 url=http://127.0.0.1:53824 START replicas=[http://127.0.0.1:53798/collection1/] nUpdates=100
   [junit4]   2> 2129653 INFO  (qtp325310245-22897) [    ] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 2129653 INFO  (qtp325310245-22897) [    ] o.a.s.c.S.Request [collection1]  webapp= path=/get params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2129655 INFO  (recoveryExecutor-3950-thread-1) [    ] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 2129655 INFO  (recoveryExecutor-3950-thread-1) [    ] o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync 
   [junit4]   2> 2129655 INFO  (recoveryExecutor-3950-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2129655 INFO  (recoveryExecutor-3950-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2129655 INFO  (recoveryExecutor-3950-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2129655 INFO  (recoveryExecutor-3950-thread-1) [    ] o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful.
   [junit4]   2> 2129655 INFO  (recoveryExecutor-3950-thread-1) [    ] o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync.
   [junit4]   2> 2129655 INFO  (recoveryExecutor-3950-thread-1) [    ] o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 2129655 INFO  (recoveryExecutor-3950-thread-1) [    ] o.a.s.c.RecoveryStrategy Registering as Active after recovery.
   [junit4]   2> 2129762 INFO  (zkCallback-3952-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2129763 INFO  (zkCallback-3940-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2129763 INFO  (zkCallback-3946-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2129762 INFO  (zkCallback-3959-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2129818 INFO  (coreLoadExecutor-9407-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 2129826 INFO  (coreLoadExecutor-9407-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2129879 WARN  (coreLoadExecutor-9407-thread-1) [    ] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 2129879 WARN  (coreLoadExecutor-9407-thread-1) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 2129879 INFO  (coreLoadExecutor-9407-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2129879 INFO  (coreLoadExecutor-9407-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1, trusted=true
   [junit4]   2> 2129879 INFO  (coreLoadExecutor-9407-thread-1) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2129879 INFO  (coreLoadExecutor-9407-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\shard-4-001\cores\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\shard-4-001\cores\collection1\data\]
   [junit4]   2> 2129919 INFO  (coreLoadExecutor-9407-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2129919 INFO  (coreLoadExecutor-9407-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2129920 INFO  (coreLoadExecutor-9407-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2129920 INFO  (coreLoadExecutor-9407-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2129921 INFO  (coreLoadExecutor-9407-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@cad19a[collection1] main]
   [junit4]   2> 2129921 INFO  (coreLoadExecutor-9407-thread-1) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2129922 INFO  (coreLoadExecutor-9407-thread-1) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2129922 INFO  (coreLoadExecutor-9407-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576522025149661184
   [junit4]   2> 2129922 INFO  (searcherExecutor-9408-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@cad19a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2129925 INFO  (coreZkRegister-9402-thread-1) [    ] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 2129925 INFO  (updateExecutor-3956-thread-1) [    ] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 2129926 INFO  (recoveryExecutor-3957-thread-1) [    ] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 2129926 INFO  (recoveryExecutor-3957-thread-1) [    ] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 2129926 INFO  (recoveryExecutor-3957-thread-1) [    ] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
   [junit4]   2> 2129926 INFO  (recoveryExecutor-3957-thread-1) [    ] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 2129926 INFO  (recoveryExecutor-3957-thread-1) [    ] o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering, leader is [http://127.0.0.1:53811/collection1/] and I am [http://127.0.0.1:53837/collection1/]
   [junit4]   2> 2129928 INFO  (recoveryExecutor-3957-thread-1) [    ] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:53811]; [WaitForState: action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:53837_&coreNodeName=core_node4&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 2129930 INFO  (qtp2135864053-22927) [    ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node4, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 2129931 INFO  (qtp2135864053-22927) [    ] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 (shard1 of collection1) have state: recovering
   [junit4]   2> 2129931 INFO  (qtp2135864053-22927) [    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard1, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:53837_, coreNodeName=core_node4, onlyIfActiveCheckResult=false, nodeProps: core_node4:{"core":"collection1","base_url":"http://127.0.0.1:53837","node_name":"127.0.0.1:53837_","state":"down"}
   [junit4]   2> 2130033 INFO  (zkCallback-3952-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2130033 INFO  (zkCallback-3946-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2130033 INFO  (zkCallback-3940-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2130033 INFO  (zkCallback-3959-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2130322 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting doTest
   [junit4]   2> 2130322 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):330
   [junit4]   2> 2130932 INFO  (qtp2135864053-22927) [    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard1, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=recovering, localState=active, nodeName=127.0.0.1:53837_, coreNodeName=core_node4, onlyIfActiveCheckResult=false, nodeProps: core_node4:{"core":"collection1","base_url":"http://127.0.0.1:53837","node_name":"127.0.0.1:53837_","state":"recovering"}
   [junit4]   2> 2130932 INFO  (qtp2135864053-22927) [    ] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node4, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 2130932 INFO  (qtp2135864053-22927) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:53837_&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node4&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=1002
   [junit4]   2> 2131433 INFO  (recoveryExecutor-3957-thread-1) [    ] o.a.s.c.RecoveryStrategy Attempting to PeerSync from [http://127.0.0.1:53811/collection1/] - recoveringAfterStartup=[true]
   [junit4]   2> 2131433 INFO  (recoveryExecutor-3957-thread-1) [    ] o.a.s.u.PeerSync PeerSync: core=collection1 url=http://127.0.0.1:53837 START replicas=[http://127.0.0.1:53811/collection1/] nUpdates=100
   [junit4]   2> 2131435 INFO  (qtp2135864053-22926) [    ] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 2131435 INFO  (qtp2135864053-22926) [    ] o.a.s.c.S.Request [collection1]  webapp= path=/get params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2131435 INFO  (recoveryExecutor-3957-thread-1) [    ] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 2131435 INFO  (recoveryExecutor-3957-thread-1) [    ] o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync 
   [junit4]   2> 2131435 INFO  (recoveryExecutor-3957-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2131435 INFO  (recoveryExecutor-3957-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2131435 INFO  (recoveryExecutor-3957-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2131435 INFO  (recoveryExecutor-3957-thread-1) [    ] o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful.
   [junit4]   2> 2131435 INFO  (recoveryExecutor-3957-thread-1) [    ] o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync.
   [junit4]   2> 2131435 INFO  (recoveryExecutor-3957-thread-1) [    ] o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 2131435 INFO  (recoveryExecutor-3957-thread-1) [    ] o.a.s.c.RecoveryStrategy Registering as Active after recovery.
   [junit4]   2> 2131540 INFO  (zkCallback-3959-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2131540 INFO  (zkCallback-3952-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2131540 INFO  (zkCallback-3940-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2131540 INFO  (zkCallback-3946-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2132324 INFO  (TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 2132329 INFO  (qtp2060484576-22859) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{deleteByQuery=*:* (-1576522027671486464)} 0 2
   [junit4]   2> 2132348 INFO  (qtp1425243183-22986) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&_version_=-1576522027680923648&distrib.from=http://127.0.0.1:53811/collection1/&wt=javabin&version=2}{deleteByQuery=*:* (-1576522027680923648)} 0 4
   [junit4]   2> 2132352 INFO  (qtp226588572-22950) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&_version_=-1576522027685117952&distrib.from=http://127.0.0.1:53798/collection1/&wt=javabin&version=2}{deleteByQuery=*:* (-1576522027685117952)} 0 3
   [junit4]   2> 2132353 INFO  (qtp325310245-22901) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:53811/collection1/&wt=javabin&version=2}{deleteByQuery=*:* (-1576522027685117952)} 0 13
   [junit4]   2> 2132354 INFO  (qtp2135864053-22924) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{deleteByQuery=*:* (-1576522027680923648)} 0 20
   [junit4]   2> 2132356 INFO  (qtp2060484576-22860) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2132356 INFO  (qtp2060484576-22860) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2132357 INFO  (qtp2060484576-22860) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2132357 INFO  (qtp2060484576-22860) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 0
   [junit4]   2> 2132360 INFO  (qtp2135864053-22928) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2132360 INFO  (qtp2135864053-22928) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2132360 INFO  (qtp1425243183-22987) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2132360 INFO  (qtp1425243183-22987) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2132360 INFO  (qtp2135864053-22928) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2132360 INFO  (qtp1425243183-22987) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2132361 INFO  (qtp2135864053-22928) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:53811/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 1
   [junit4]   2> 2132361 INFO  (qtp1425243183-22987) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:53811/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 1
   [junit4]   2> 2132363 INFO  (qtp226588572-22956) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2132363 INFO  (qtp226588572-22956) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2132363 INFO  (qtp226588572-22956) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2132363 INFO  (qtp226588572-22956) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:53811/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 0
   [junit4]   2> 2132363 INFO  (qtp325310245-22900) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2132364 INFO  (qtp325310245-22900) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2132364 INFO  (qtp325310245-22900) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2132364 INFO  (qtp325310245-22900) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:53811/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 0
   [junit4]   2> 2132365 INFO  (qtp2135864053-22927) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={_stateVer_=collection1:12&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 6
   [junit4]   2> 2132368 INFO  (qtp2060484576-22861) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2&CONTROL=TRUE}{add=[1 (1576522027712380928)]} 0 2
   [junit4]   2> 2132373 INFO  (qtp1425243183-22988) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:53811/collection1/&wt=javabin&version=2}{add=[1 (1576522027716575232)]} 0 1
   [junit4]   2> 2132374 INFO  (qtp2135864053-22922) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[1 (1576522027716575232)]} 0 3
   [junit4]   2> 2132376 INFO  (qtp2060484576-22862) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2&CONTROL=TRUE}{add=[2 (1576522027722866688)]} 0 0
   [junit4]   2> 2132382 INFO  (qtp226588572-22957) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:53798/collection1/&wt=javabin&version=2}{add=[2 (1576522027724963840)]} 0 1
   [junit4]   2> 2132382 INFO  (qtp325310245-22894) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[2 (1576522027724963840)]} 0 4
   [junit4]   2> 2132384 INFO  (qtp2060484576-22863) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2&CONTROL=TRUE}{add=[3 (1576522027731255296)]} 0 0
   [junit4]   2> 2132387 INFO  (qtp226588572-22954) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:53798/collection1/&wt=javabin&version=2}{add=[3 (1576522027733352448)]} 0 0
   [junit4]   2> 2132387 INFO  (qtp325310245-22895) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[3 (1576522027733352448)]} 0 1
   [junit4]   2> 2132388 INFO  (qtp2060484576-22864) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2&CONTROL=TRUE}{add=[4 (1576522027735449600)]} 0 0
   [junit4]   2> 2132391 INFO  (qtp1425243183-22989) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:53811/collection1/&wt=javabin&version=2}{add=[4 (1576522027736498176)]} 0 0
   [junit4]   2> 2132391 INFO  (qtp2135864053-22926) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[4 (1576522027736498176)]} 0 2
   [junit4]   2> 2132392 INFO  (qtp2060484576-22857) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2&CONTROL=TRUE}{add=[5 (1576522027739643904)]} 0 0
   [junit4]   2> 2132394 INFO  (qtp226588572-22952) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:53798/collection1/&wt=javabin&version=2}{add=[5 (1576522027740692480)]} 0 0
   [junit4]   2> 2132394 INFO  (qtp325310245-22897) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[5 (1576522027740692480)]} 0 1
   [junit4]   2> 2132400 INFO  (qtp2060484576-22859) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2&CONTROL=TRUE}{add=[6 (1576522027743838208)]} 0 4
   [junit4]   2> 2132403 INFO  (qtp226588572-22953) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:53798/collection1/&wt=javabin&version=2}{add=[6 (1576522027749081088)]} 0 0
   [junit4]   2> 2132403 INFO  (qtp325310245-22896) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[6 (1576522027749081088)]} 0 2
   [junit4]   2> 2132405 INFO  (qtp2060484576-22860) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2&CONTROL=TRUE}{add=[7 (1576522027753275392)]} 0 0
   [junit4]   2> 2132407 INFO  (qtp226588572-22950) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:53798/collection1/&wt=javabin&version=2}{add=[7 (1576522027754323968)]} 0 0
   [junit4]   2> 2132407 INFO  (qtp325310245-22901) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[7 (1576522027754323968)]} 0 1
   [junit4]   2> 2132408 INFO  (qtp2060484576-22861) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2&CONTROL=TRUE}{add=[8 (1576522027756421120)]} 0 0
   [junit4]   2> 2132411 INFO  (qtp1425243183-22990) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:53811/collection1/&wt=javabin&version=2}{add=[8 (1576522027757469696)]} 0 0
   [junit4]   2> 2132411 INFO  (qtp2135864053-22929) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[8 (1576522027757469696)]} 0 2
   [junit4]   2> 2132415 INFO  (qtp2060484576-22862) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSea

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

6)
   [junit4]    > 	at org.apache.solr.handler.TestSQLHandler.doTest(TestSQLHandler.java:90)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 2142568 INFO  (SUITE-TestSQLHandler-seed#[92455F54FFDA000F]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001
   [junit4]   2> Aug 23, 2017 11:42:57 AM 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): {n_l1=PostingsFormat(name=Direct), multiDefault=PostingsFormat(name=Direct), Field_i=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), intDefault=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), n_dt1=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), n_td1=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), Str_s=FST50, n_d1=PostingsFormat(name=Direct), field_i=PostingsFormat(name=Direct), str_s=FST50, n_f1=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), n_ti1=BlockTreeOrds(blocksize=128), rnd_b=BlockTreeOrds(blocksize=128), n_tl1=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), _version_=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), n_tf1=PostingsFormat(name=Direct), n_tdt1=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), id=BlockTreeOrds(blocksize=128), text=FST50, Text_t=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), timestamp=PostingsFormat(name=Direct)}, docValues:{_version_=DocValuesFormat(name=Asserting), multiDefault=DocValuesFormat(name=Lucene54), Field_i=DocValuesFormat(name=Asserting), intDefault=DocValuesFormat(name=Asserting), id=DocValuesFormat(name=Memory), Str_s=DocValuesFormat(name=Direct), field_i=DocValuesFormat(name=Lucene54), str_s=DocValuesFormat(name=Direct), n_f1=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1801, maxMBSortInHeap=6.518702870889708, sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=az-Cyrl, timezone=Australia/Brisbane
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 9 (64-bit)/cpus=3,threads=1,free=356379336,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [DirectoryFactoryTest, CoreAdminRequestStatusTest, TermsComponentTest, TestSolrCoreParser, TestComponentsName, InfixSuggestersTest, TestPerFieldSimilarityWithDefaultOverride, TestDocTermOrds, TestConfigReload, TestTrieFacet, TestLeaderInitiatedRecoveryThread, CollectionStateFormat2Test, TestFastOutputStream, TestHashPartitioner, TestLeaderElectionWithEmptyReplica, TestSearcherReuse, PingRequestHandlerTest, ZkCLITest, TestReplicaProperties, XmlUpdateRequestHandlerTest, TestLFUCache, TestPerFieldSimilarity, TriLevelCompositeIdRoutingTest, SystemInfoHandlerTest, PathHierarchyTokenizerFactoryTest, DistributedDebugComponentTest, TestCustomDocTransformer, LeaderFailoverAfterPartitionTest, DistributedSuggestComponentTest, TestGraphTermsQParserPlugin, BlockJoinFacetRandomTest, SuggestComponentContextFilterQueryTest, MultiTermTest, SharedFSAutoReplicaFailoverTest, BooleanFieldTest, HdfsCollectionsAPIDistributedZkTest, ConjunctionSolrSpellCheckerTest, TestFieldSortValues, TestIBSimilarityFactory, TestJsonFacets, TestDistribDocBasedVersion, FastVectorHighlighterTest, HdfsRecoverLeaseTest, TestCursorMarkWithoutUniqueKey, TestNamedUpdateProcessors, TestSmileRequest, ClusterStateUpdateTest, TestManagedSchemaThreadSafety, SolrTestCaseJ4Test, TestGeoJSONResponseWriter, CursorPagingTest, TestSolrDeletionPolicy1, TestLRUCache, SoftAutoCommitTest, SimpleCollectionCreateDeleteTest, CloudExitableDirectoryReaderTest, DistributedFacetExistsSmallTest, TestRestoreCore, InfoHandlerTest, TestFieldTypeResource, TestDistributedSearch, LeaderElectionTest, AnalysisAfterCoreReloadTest, VersionInfoTest, TestSolrCloudWithKerberosAlt, TestSweetSpotSimilarityFactory, TestDefaultStatsCache, SolrSlf4jReporterTest, BigEndianAscendingWordDeserializerTest, TestSegmentSorting, TestScoreJoinQPScore, TestImplicitCoreProperties, OverseerTest, TestBulkSchemaConcurrent, TestSQLHandlerNonCloud, SpatialFilterTest, IndexBasedSpellCheckerTest, TestRawResponseWriter, TestUpdate, MergeStrategyTest, DistributedSpellCheckComponentTest, V2ApiIntegrationTest, SimplePostToolTest, TestNumericTerms64, TestStressRecovery, DistributedMLTComponentTest, PolyFieldTest, TestPayloadCheckQParserPlugin, TestReplicationHandler, CurrencyFieldXmlFileTest, TestMissingGroups, TestDistributedStatsComponentCardinality, TestConfigsApi, TestDocBasedVersionConstraints, DocExpirationUpdateProcessorFactoryTest, CollectionsAPIAsyncDistributedZkTest, TestHighFrequencyDictionaryFactory, HdfsUnloadDistributedZkTest, TestInitQParser, MoveReplicaTest, HLLUtilTest, TestRandomDVFaceting, HdfsThreadLeakTest, TestOnReconnectListenerSupport, SolrRequestParserTest, TestStressVersions, BasicDistributedZkTest, TestPostingsSolrHighlighter, TestFastLRUCache, MetricUtilsTest, ConcurrentDeleteAndCreateCollectionTest, TestExtendedDismaxParser, TestFieldResource, MigrateRouteKeyTest, TestGroupingSearch, TestPhraseSuggestions, QueryEqualityTest, DeleteStatusTest, EnumFieldTest, TestBackupRepositoryFactory, TestTolerantSearch, PeerSyncReplicationTest, TimeZoneUtilsTest, DocumentAnalysisRequestHandlerTest, CustomCollectionTest, TestSolrJ, OutputWriterTest, TestSchemaManager, TestJmxIntegration, SynonymTokenizerTest, AlternateDirectoryTest, ChaosMonkeyNothingIsSafeTest, ZkControllerTest, TestSizeLimitedDistributedMap, TestAuthorizationFramework, TestBulkSchemaAPI, TestMacros, TestFaceting, HighlighterTest, PeerSyncWithIndexFingerprintCachingTest, TestHighlightDedupGrouping, TestDocumentBuilder, TestPseudoReturnFields, DirectUpdateHandlerTest, TestWordDelimiterFilterFactory, DistributedQueryComponentCustomSortTest, CloudMLTQParserTest, ShufflingReplicaListTransformerTest, TestExactSharedStatsCache, TestCollationFieldDocValues, TestSolrIndexConfig, DocumentBuilderTest, SuggesterFSTTest, WrapperMergePolicyFactoryTest, TestBM25SimilarityFactory, TestQueryWrapperFilter, BadComponentTest, ZkNodePropsTest, SchemaVersionSpecificBehaviorTest, UniqFieldsUpdateProcessorFactoryTest, CdcrUpdateLogTest, TestRemoteStreaming, RollingRestartTest, SolrCoreTest, TestTolerantUpdateProcessorRandomCloud, StatelessScriptUpdateProcessorFactoryTest, TestRecoveryHdfs, TestFieldCacheVsDocValues, TestManagedResourceStorage, SolrJmxReporterCloudTest, TestCollectionAPI, TestUniqueKeyFieldResource, PeerSyncTest, ShardRoutingTest, BasicZkTest, RecoveryZkTest, ZkSolrClientTest, TestZkChroot, AutoCommitTest, TermVectorComponentDistributedTest, TestJoin, HardAutoCommitTest, TestRangeQuery, SimpleFacetsTest, StatsComponentTest, TestFunctionQuery, TestBadConfig, ShowFileRequestHandlerTest, DistributedQueryElevationComponentTest, SolrIndexSplitterTest, TestCoreDiscovery, DocValuesTest, DisMaxRequestHandlerTest, TestQueryUtils, StandardRequestHandlerTest, TestWriterPerf, TestQueryTypes, PrimitiveFieldTypeTest, TestOmitPositions, MoreLikeThisHandlerTest, FieldAnalysisRequestHandlerTest, LoggingHandlerTest, IndexSchemaTest, JSONWriterTest, TestAnalyzedSuggestions, TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, TestBinaryResponseWriter, SOLR749Test, TestQuerySenderListener, CopyFieldTest, ResponseLogComponentTest, SolrIndexConfigTest, TestMergePolicyConfig, TestBinaryField, NumericFieldsTest, TestSolrCoreProperties, NotRequiredUniqueKeyTest, TestCodecSupport, OpenExchangeRatesOrgProviderTest, DateMathParserTest, PrimUtilsTest, DateFieldTest, DOMUtilTest, FileUtilsTest, TestPathTrie, TestJettySolrRunner, ActionThrottleTest, BaseCdcrDistributedZkTest, CdcrBootstrapTest, ConnectionManagerTest, DeleteNodeTest, DeleteShardTest, DistribCursorPagingTest, DistributedQueueTest, DocValuesNotIndexedTest, LeaderInitiatedRecoveryOnCommitTest, MissingSegmentRecoveryTest, MultiThreadedOCPTest, OverseerStatusTest, RemoteQueryErrorTest, ReplicationFactorTest, RestartWhileUpdatingTest, SSLMigrationTest, SaslZkACLProviderTest, ShardSplitTest, TestRebalanceLeaders, TestSolrCloudWithSecureImpersonation, TestStressCloudBlindAtomicUpdates, TestStressLiveNodes, TestTolerantUpdateProcessorCloud, TlogReplayBufferedWhileIndexingTest, HdfsBasicDistributedZk2Test, HdfsChaosMonkeyNothingIsSafeTest, HdfsChaosMonkeySafeLeaderTest, HdfsRecoveryZkTest, HdfsRestartWhileUpdatingTest, HdfsSyncSliceTest, HdfsWriteToMultipleCollectionsTest, StressHdfsTest, TestClusterStateMutator, ZkStateReaderTest, RulesTest, ConfigureRecoveryStrategyTest, CoreSorterTest, HdfsDirectoryFactoryTest, QueryResultKeyTest, TestConfigSetImmutable, TestDynamicLoading, RequestLoggingTest, TestBlobHandler, TestReqParamsAPI, TestSQLHandler]
   [junit4] Completed [573/713 (1!)] on J0 in 22.35s, 1 test, 1 error <<< FAILURES!

[...truncated 36787 lines...]

[JENKINS] Lucene-Solr-6.6-Windows (64bit/jdk1.8.0_144) - Build # 35 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.6-Windows/35/
Java: 64bit/jdk1.8.0_144 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

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

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

Stack Trace:
java.lang.AssertionError: Document mismatch on target after sync expected:<2000> but was:<1100>
	at __randomizedtesting.SeedInfo.seed([2AFF6737B188E:D447E4AF942DAB75]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster(CdcrBootstrapTest.java:309)
	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:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 11148 lines...]
   [junit4] Suite: org.apache.solr.cloud.CdcrBootstrapTest
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_2AFF6737B188E-001\init-core-data-001
   [junit4]   2> 136226 WARN  (SUITE-CdcrBootstrapTest-seed#[2AFF6737B188E]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 136227 INFO  (SUITE-CdcrBootstrapTest-seed#[2AFF6737B188E]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 136231 INFO  (SUITE-CdcrBootstrapTest-seed#[2AFF6737B188E]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 136232 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[2AFF6737B188E]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBootstrapWithSourceCluster
   [junit4]   2> 136233 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[2AFF6737B188E]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_2AFF6737B188E-001\cdcr-target-001
   [junit4]   2> 136233 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[2AFF6737B188E]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 136233 INFO  (Thread-344) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 136233 INFO  (Thread-344) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 136236 ERROR (Thread-344) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 136333 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[2AFF6737B188E]) [    ] o.a.s.c.ZkTestServer start zk server on port:57588
   [junit4]   2> 136345 INFO  (jetty-launcher-194-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 136345 INFO  (jetty-launcher-194-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7fe26bd0{/solr,null,AVAILABLE}
   [junit4]   2> 136348 INFO  (jetty-launcher-194-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@47b40388{HTTP/1.1,[http/1.1]}{127.0.0.1:57592}
   [junit4]   2> 136348 INFO  (jetty-launcher-194-thread-1) [    ] o.e.j.s.Server Started @139754ms
   [junit4]   2> 136348 INFO  (jetty-launcher-194-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57592}
   [junit4]   2> 136349 ERROR (jetty-launcher-194-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 136349 INFO  (jetty-launcher-194-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.6.1
   [junit4]   2> 136349 INFO  (jetty-launcher-194-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 136349 INFO  (jetty-launcher-194-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 136349 INFO  (jetty-launcher-194-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-26T07:06:23.072Z
   [junit4]   2> 136356 INFO  (jetty-launcher-194-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 136368 INFO  (jetty-launcher-194-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 136369 INFO  (jetty-launcher-194-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57588/solr
   [junit4]   2> 136428 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 0x15e1d5ced6f0002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 136455 INFO  (jetty-launcher-194-thread-1) [n:127.0.0.1:57592_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 136457 INFO  (jetty-launcher-194-thread-1) [n:127.0.0.1:57592_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:57592_solr
   [junit4]   2> 136458 INFO  (jetty-launcher-194-thread-1) [n:127.0.0.1:57592_solr    ] o.a.s.c.Overseer Overseer (id=98548526806401027-127.0.0.1:57592_solr-n_0000000000) starting
   [junit4]   2> 136465 INFO  (jetty-launcher-194-thread-1) [n:127.0.0.1:57592_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57592_solr
   [junit4]   2> 136467 INFO  (OverseerStateUpdate-98548526806401027-127.0.0.1:57592_solr-n_0000000000) [n:127.0.0.1:57592_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 136561 INFO  (jetty-launcher-194-thread-1) [n:127.0.0.1:57592_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_2AFF6737B188E-001\cdcr-target-001\node1\.
   [junit4]   2> 136576 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 0x15e1d5ced6f0004, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   1> Target zkHost = 127.0.0.1:57588/solr
   [junit4]   2> 136581 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[2AFF6737B188E]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_2AFF6737B188E-001\cdcr-source-001
   [junit4]   2> 136581 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[2AFF6737B188E]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 136582 INFO  (Thread-357) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 136582 INFO  (Thread-357) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 136585 ERROR (Thread-357) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 136682 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[2AFF6737B188E]) [    ] o.a.s.c.ZkTestServer start zk server on port:57612
   [junit4]   2> 136700 INFO  (jetty-launcher-206-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 136702 INFO  (jetty-launcher-206-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@150eec6a{/solr,null,AVAILABLE}
   [junit4]   2> 136705 INFO  (jetty-launcher-206-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1fb7cd75{HTTP/1.1,[http/1.1]}{127.0.0.1:57616}
   [junit4]   2> 136705 INFO  (jetty-launcher-206-thread-1) [    ] o.e.j.s.Server Started @140111ms
   [junit4]   2> 136705 INFO  (jetty-launcher-206-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57616}
   [junit4]   2> 136705 ERROR (jetty-launcher-206-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 136705 INFO  (jetty-launcher-206-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.6.1
   [junit4]   2> 136705 INFO  (jetty-launcher-206-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 136705 INFO  (jetty-launcher-206-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 136706 INFO  (jetty-launcher-206-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-26T07:06:23.428Z
   [junit4]   2> 136714 INFO  (jetty-launcher-206-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 136734 INFO  (jetty-launcher-206-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 136735 INFO  (jetty-launcher-206-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57612/solr
   [junit4]   2> 136784 INFO  (jetty-launcher-206-thread-1) [n:127.0.0.1:57616_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 136785 INFO  (jetty-launcher-206-thread-1) [n:127.0.0.1:57616_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:57616_solr
   [junit4]   2> 136787 INFO  (jetty-launcher-206-thread-1) [n:127.0.0.1:57616_solr    ] o.a.s.c.Overseer Overseer (id=98548526829207555-127.0.0.1:57616_solr-n_0000000000) starting
   [junit4]   2> 136797 INFO  (jetty-launcher-206-thread-1) [n:127.0.0.1:57616_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57616_solr
   [junit4]   2> 136800 INFO  (OverseerStateUpdate-98548526829207555-127.0.0.1:57616_solr-n_0000000000) [n:127.0.0.1:57616_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 136883 INFO  (jetty-launcher-206-thread-1) [n:127.0.0.1:57616_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_2AFF6737B188E-001\cdcr-source-001\node1\.
   [junit4]   2> 136903 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 0x15e1d5ceecb0005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 136915 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[2AFF6737B188E]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 136916 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[2AFF6737B188E]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:57612/solr ready
   [junit4]   2> 136922 INFO  (qtp631954984-1276) [n:127.0.0.1:57616_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=cdcr-source&name=cdcr-source&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 136923 INFO  (OverseerThreadFactory-512-thread-1-processing-n:127.0.0.1:57616_solr) [n:127.0.0.1:57616_solr    ] o.a.s.c.CreateCollectionCmd Create collection cdcr-source
   [junit4]   2> 137034 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&name=cdcr-source_shard1_replica1&action=CREATE&numShards=1&collection=cdcr-source&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2
   [junit4]   2> 137037 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 137150 INFO  (zkCallback-213-thread-1-processing-n:127.0.0.1:57616_solr) [n:127.0.0.1:57616_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 138084 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 138097 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 138102 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.s.IndexSchema [cdcr-source_shard1_replica1] Schema name=minimal
   [junit4]   2> 138108 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 138109 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at /configs/cdcr-source/managed-schema
   [junit4]   2> 138113 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in ZooKeeper, renamed the non-managed schema /configs/cdcr-source/schema.xml to /configs/cdcr-source/schema.xml.bak
   [junit4]   2> 138113 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'cdcr-source_shard1_replica1' using configuration from collection cdcr-source, trusted=true
   [junit4]   2> 138113 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 138113 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.c.SolrCore [[cdcr-source_shard1_replica1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_2AFF6737B188E-001\cdcr-source-001\node1\cdcr-source_shard1_replica1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_2AFF6737B188E-001\cdcr-source-001\node1\.\cdcr-source_shard1_replica1\data\]
   [junit4]   2> 138249 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 138249 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 138250 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 138250 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 138255 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@34145e70[cdcr-source_shard1_replica1] main]
   [junit4]   2> 138257 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cdcr-source
   [junit4]   2> 138258 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cdcr-source
   [junit4]   2> 138258 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cdcr-source/managed-schema
   [junit4]   2> 138258 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 138258 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 138271 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.h.CdcrBufferStateManager Created znode /collections/cdcr-source/cdcr/state/buffer
   [junit4]   2> 138280 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.h.CdcrProcessStateManager Created znode /collections/cdcr-source/cdcr/state/process
   [junit4]   2> 138319 INFO  (searcherExecutor-515-thread-1-processing-n:127.0.0.1:57616_solr x:cdcr-source_shard1_replica1 s:shard1 c:cdcr-source) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@34145e70[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 138319 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576776431086600192
   [junit4]   2> 138327 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 138327 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 138327 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:57616/solr/cdcr-source_shard1_replica1/
   [junit4]   2> 138327 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 138327 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.c.SyncStrategy http://127.0.0.1:57616/solr/cdcr-source_shard1_replica1/ has no replicas
   [junit4]   2> 138327 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 138330 INFO  (zkCallback-213-thread-1-processing-n:127.0.0.1:57616_solr) [n:127.0.0.1:57616_solr    ] o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-source:shard1
   [junit4]   2> 138333 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:57616/solr/cdcr-source_shard1_replica1/ shard1
   [junit4]   2> 138439 INFO  (zkCallback-213-thread-1-processing-n:127.0.0.1:57616_solr) [n:127.0.0.1:57616_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 138487 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 138489 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&name=cdcr-source_shard1_replica1&action=CREATE&numShards=1&collection=cdcr-source&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2} status=0 QTime=1456
   [junit4]   2> 138502 INFO  (qtp631954984-1276) [n:127.0.0.1:57616_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 138600 INFO  (zkCallback-213-thread-1-processing-n:127.0.0.1:57616_solr) [n:127.0.0.1:57616_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 138928 INFO  (OverseerCollectionConfigSetProcessor-98548526829207555-127.0.0.1:57616_solr-n_0000000000) [n:127.0.0.1:57616_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 139503 INFO  (qtp631954984-1276) [n:127.0.0.1:57616_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=cdcr-source&name=cdcr-source&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2} status=0 QTime=2581
   [junit4]   1> Adding 10 docs with commit=true, numDocs=100
   [junit4]   2> 139526 INFO  (qtp631954984-1279) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=13
   [junit4]   2> 139534 INFO  (qtp631954984-1280) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 139534 INFO  (qtp631954984-1280) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@ad18a93
   [junit4]   2> 139574 INFO  (qtp631954984-1280) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6fe199fb[cdcr-source_shard1_replica1] main]
   [junit4]   2> 139574 INFO  (searcherExecutor-515-thread-1-processing-n:127.0.0.1:57616_solr x:cdcr-source_shard1_replica1 s:shard1 c:cdcr-source r:core_node1) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@6fe199fb[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.1):C100)))}
   [junit4]   2> 139575 INFO  (qtp631954984-1280) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 139575 INFO  (qtp631954984-1280) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=42
   [junit4]   1> Adding 10 docs with commit=true, numDocs=200
   [junit4]   2> 139585 INFO  (qtp631954984-1281) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 139587 INFO  (qtp631954984-1281) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 139590 INFO  (qtp631954984-1281) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@ad18a93
   [junit4]   2> 139632 INFO  (qtp631954984-1281) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3b8ee891[cdcr-source_shard1_replica1] main]
   [junit4]   2> 139633 INFO  (qtp631954984-1281) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 139633 INFO  (searcherExecutor-515-thread-1-processing-n:127.0.0.1:57616_solr x:cdcr-source_shard1_replica1 s:shard1 c:cdcr-source r:core_node1) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@3b8ee891[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.1):C100) Uninverting(_1(6.6.1):C100)))}
   [junit4]   2> 139633 INFO  (qtp631954984-1281) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=46
   [junit4]   1> Adding 10 docs with commit=true, numDocs=300
   [junit4]   2> 139640 INFO  (qtp631954984-1274) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 139643 INFO  (qtp631954984-1274) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 139643 INFO  (qtp631954984-1274) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@ad18a93
   [junit4]   2> 139670 INFO  (qtp631954984-1274) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@768bd957[cdcr-source_shard1_replica1] main]
   [junit4]   2> 139670 INFO  (searcherExecutor-515-thread-1-processing-n:127.0.0.1:57616_solr x:cdcr-source_shard1_replica1 s:shard1 c:cdcr-source r:core_node1) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@768bd957[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.1):C100) Uninverting(_1(6.6.1):C100) Uninverting(_2(6.6.1):C100)))}
   [junit4]   2> 139670 INFO  (qtp631954984-1274) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 139670 INFO  (qtp631954984-1274) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=28
   [junit4]   1> Adding 10 docs with commit=true, numDocs=400
   [junit4]   2> 139679 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 139682 INFO  (qtp631954984-1276) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 139682 INFO  (qtp631954984-1276) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@ad18a93
   [junit4]   2> 139708 INFO  (qtp631954984-1276) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2140ccbe[cdcr-source_shard1_replica1] main]
   [junit4]   2> 139716 INFO  (searcherExecutor-515-thread-1-processing-n:127.0.0.1:57616_solr x:cdcr-source_shard1_replica1 s:shard1 c:cdcr-source r:core_node1) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@2140ccbe[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.1):C100) Uninverting(_1(6.6.1):C100) Uninverting(_2(6.6.1):C100) Uninverting(_3(6.6.1):C100)))}
   [junit4]   2> 139716 INFO  (qtp631954984-1276) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 139716 INFO  (qtp631954984-1276) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=34
   [junit4]   1> Adding 10 docs with commit=true, numDocs=500
   [junit4]   2> 139724 INFO  (qtp631954984-1279) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 139725 INFO  (qtp631954984-1280) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 139725 INFO  (qtp631954984-1280) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@ad18a93
   [junit4]   2> 139769 INFO  (qtp631954984-1280) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@73c4220e[cdcr-source_shard1_replica1] main]
   [junit4]   2> 139770 INFO  (searcherExecutor-515-thread-1-processing-n:127.0.0.1:57616_solr x:cdcr-source_shard1_replica1 s:shard1 c:cdcr-source r:core_node1) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@73c4220e[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.1):C100) Uninverting(_1(6.6.1):C100) Uninverting(_2(6.6.1):C100) Uninverting(_3(6.6.1):C100) Uninverting(_4(6.6.1):C100)))}
   [junit4]   2> 139772 INFO  (qtp631954984-1280) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 139772 INFO  (qtp631954984-1280) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=47
   [junit4]   1> Adding 10 docs with commit=true, numDocs=600
   [junit4]   2> 139785 INFO  (qtp631954984-1281) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=9
   [junit4]   2> 139787 INFO  (qtp631954984-1277) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 139787 INFO  (qtp631954984-1277) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@ad18a93
   [junit4]   2> 139835 INFO  (qtp631954984-1277) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@36aba58c[cdcr-source_shard1_replica1] main]
   [junit4]   2> 139836 INFO  (qtp631954984-1277) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 139848 INFO  (searcherExecutor-515-thread-1-processing-n:127.0.0.1:57616_solr x:cdcr-source_shard1_replica1 s:shard1 c:cdcr-source r:core_node1) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@36aba58c[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.1):C100) Uninverting(_1(6.6.1):C100) Uninverting(_2(6.6.1):C100) Uninverting(_3(6.6.1):C100) Uninverting(_4(6.6.1):C100) Uninverting(_5(6.6.1):C100)))}
   [junit4]   2> 139848 INFO  (qtp631954984-1277) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=61
   [junit4]   1> Adding 10 docs with commit=true, numDocs=700
   [junit4]   2> 139855 INFO  (qtp631954984-1274) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 139859 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 139859 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@ad18a93
   [junit4]   2> 139906 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4fdc5a79[cdcr-source_shard1_replica1] main]
   [junit4]   2> 139908 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 139908 INFO  (searcherExecutor-515-thread-1-processing-n:127.0.0.1:57616_solr x:cdcr-source_shard1_replica1 s:shard1 c:cdcr-source r:core_node1) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@4fdc5a79[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.1):C100) Uninverting(_1(6.6.1):C100) Uninverting(_2(6.6.1):C100) Uninverting(_3(6.6.1):C100) Uninverting(_4(6.6.1):C100) Uninverting(_5(6.6.1):C100) Uninverting(_6(6.6.1):C100)))}
   [junit4]   2> 139908 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=50
   [junit4]   1> Adding 10 docs with commit=true, numDocs=800
   [junit4]   2> 139915 INFO  (qtp631954984-1276) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 139918 INFO  (qtp631954984-1279) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 139918 INFO  (qtp631954984-1279) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@ad18a93
   [junit4]   2> 139959 INFO  (qtp631954984-1279) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4ddcd9ba[cdcr-source_shard1_replica1] main]
   [junit4]   2> 139960 INFO  (searcherExecutor-515-thread-1-processing-n:127.0.0.1:57616_solr x:cdcr-source_shard1_replica1 s:shard1 c:cdcr-source r:core_node1) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@4ddcd9ba[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.1):C100) Uninverting(_1(6.6.1):C100) Uninverting(_2(6.6.1):C100) Uninverting(_3(6.6.1):C100) Uninverting(_4(6.6.1):C100) Uninverting(_5(6.6.1):C100) Uninverting(_6(6.6.1):C100) Uninverting(_7(6.6.1):C100)))}
   [junit4]   2> 139961 INFO  (qtp631954984-1279) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 139961 INFO  (qtp631954984-1279) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=43
   [junit4]   1> Adding 10 docs with commit=true, numDocs=900
   [junit4]   2> 139970 INFO  (qtp631954984-1280) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 139972 INFO  (qtp631954984-1281) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 139972 INFO  (qtp631954984-1281) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@ad18a93
   [junit4]   2> 140036 INFO  (qtp631954984-1281) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@719ce8a[cdcr-source_shard1_replica1] main]
   [junit4]   2> 140039 INFO  (searcherExecutor-515-thread-1-processing-n:127.0.0.1:57616_solr x:cdcr-source_shard1_replica1 s:shard1 c:cdcr-source r:core_node1) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@719ce8a[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.1):C100) Uninverting(_1(6.6.1):C100) Uninverting(_2(6.6.1):C100) Uninverting(_3(6.6.1):C100) Uninverting(_4(6.6.1):C100) Uninverting(_5(6.6.1):C100) Uninverting(_6(6.6.1):C100) Uninverting(_7(6.6.1):C100) Uninverting(_8(6.6.1):C100)))}
   [junit4]   2> 140061 INFO  (qtp631954984-1281) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 140061 INFO  (qtp631954984-1281) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=89
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1000
   [junit4]   2> 140070 INFO  (qtp631954984-1277) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 140073 INFO  (qtp631954984-1274) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 140073 INFO  (qtp631954984-1274) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@ad18a93
   [junit4]   2> 140155 INFO  (qtp631954984-1274) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5ae51a01[cdcr-source_shard1_replica1] main]
   [junit4]   2> 140158 INFO  (searcherExecutor-515-thread-1-processing-n:127.0.0.1:57616_solr x:cdcr-source_shard1_replica1 s:shard1 c:cdcr-source r:core_node1) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@5ae51a01[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.1):C100) Uninverting(_1(6.6.1):C100) Uninverting(_2(6.6.1):C100) Uninverting(_3(6.6.1):C100) Uninverting(_4(6.6.1):C100) Uninverting(_5(6.6.1):C100) Uninverting(_6(6.6.1):C100) Uninverting(_7(6.6.1):C100) Uninverting(_8(6.6.1):C100) Uninverting(_9(6.6.1):C100)))}
   [junit4]   2> 140160 INFO  (qtp631954984-1274) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 140161 INFO  (qtp631954984-1274) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=88
   [junit4]   2> 140166 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/select params={q=*:*&_stateVer_=cdcr-source:3&wt=javabin&version=2} hits=1000 status=0 QTime=3
   [junit4]   2> 140232 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 0x15e1d5ced6f0006, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 140351 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[2AFF6737B188E]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 140351 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[2AFF6737B188E]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:57588/solr ready
   [junit4]   2> 140359 INFO  (qtp1101016662-1230) [n:127.0.0.1:57592_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=cdcr-target&name=cdcr-target&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 140385 INFO  (OverseerThreadFactory-504-thread-1-processing-n:127.0.0.1:57592_solr) [n:127.0.0.1:57592_solr    ] o.a.s.c.CreateCollectionCmd Create collection cdcr-target
   [junit4]   2> 140521 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=cdcr-target&newCollection=true&name=cdcr-target_shard1_replica1&action=CREATE&numShards=1&collection=cdcr-target&shard=shard1&wt=javabin&version=2
   [junit4]   2> 140523 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 140631 INFO  (zkCallback-201-thread-1-processing-n:127.0.0.1:57592_solr) [n:127.0.0.1:57592_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 141545 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1  x:cdcr-target_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 141554 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1  x:cdcr-target_shard1_replica1] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 141557 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1  x:cdcr-target_shard1_replica1] o.a.s.s.IndexSchema [cdcr-target_shard1_replica1] Schema name=minimal
   [junit4]   2> 141564 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1  x:cdcr-target_shard1_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 141565 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1  x:cdcr-target_shard1_replica1] o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at /configs/cdcr-target/managed-schema
   [junit4]   2> 141568 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1  x:cdcr-target_shard1_replica1] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in ZooKeeper, renamed the non-managed schema /configs/cdcr-target/schema.xml to /configs/cdcr-target/schema.xml.bak
   [junit4]   2> 141568 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1  x:cdcr-target_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'cdcr-target_shard1_replica1' using configuration from collection cdcr-target, trusted=true
   [junit4]   2> 141569 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1  x:cdcr-target_shard1_replica1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 141569 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1  x:cdcr-target_shard1_replica1] o.a.s.c.SolrCore [[cdcr-target_shard1_replica1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_2AFF6737B188E-001\cdcr-target-001\node1\cdcr-target_shard1_replica1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_2AFF6737B188E-001\cdcr-target-001\node1\.\cdcr-target_shard1_replica1\data\]
   [junit4]   2> 141652 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1  x:cdcr-target_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 141653 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1  x:cdcr-target_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 141653 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1  x:cdcr-target_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 141653 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1  x:cdcr-target_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 141655 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1  x:cdcr-target_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@85d58e7[cdcr-target_shard1_replica1] main]
   [junit4]   2> 141656 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1  x:cdcr-target_shard1_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cdcr-target
   [junit4]   2> 141657 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1  x:cdcr-target_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cdcr-target
   [junit4]   2> 141657 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1  x:cdcr-target_shard1_replica1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cdcr-target/managed-schema
   [junit4]   2> 141657 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1  x:cdcr-target_shard1_replica1] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 141657 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1  x:cdcr-target_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 141660 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1  x:cdcr-target_shard1_replica1] o.a.s.h.CdcrBufferStateManager Created znode /collections/cdcr-target/cdcr/state/buffer
   [junit4]   2> 141661 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1  x:cdcr-target_shard1_replica1] o.a.s.h.CdcrProcessStateManager Created znode /collections/cdcr-target/cdcr/state/process
   [junit4]   2> 141665 INFO  (searcherExecutor-521-thread-1-processing-n:127.0.0.1:57592_solr x:cdcr-target_shard1_replica1 s:shard1 c:cdcr-target) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1  x:cdcr-target_shard1_replica1] o.a.s.c.SolrCore [cdcr-target_shard1_replica1] Registered new searcher Searcher@85d58e7[cdcr-target_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 141665 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1  x:cdcr-target_shard1_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576776434595135488
   [junit4]   2> 141670 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1  x:cdcr-target_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 141670 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1  x:cdcr-target_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 141670 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1  x:cdcr-target_shard1_replica1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:57592/solr/cdcr-target_shard1_replica1/
   [junit4]   2> 141670 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1  x:cdcr-target_shard1_replica1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 141670 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1  x:cdcr-target_shard1_replica1] o.a.s.c.SyncStrategy http://127.0.0.1:57592/solr/cdcr-target_shard1_replica1/ has no replicas
   [junit4]   2> 141670 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1  x:cdcr-target_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 141676 INFO  (zkCallback-201-thread-1-processing-n:127.0.0.1:57592_solr) [n:127.0.0.1:57592_solr    ] o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-target:shard1
   [junit4]   2> 141679 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1  x:cdcr-target_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:57592/solr/cdcr-target_shard1_replica1/ shard1
   [junit4]   2> 141791 INFO  (zkCallback-201-thread-1-processing-n:127.0.0.1:57592_solr) [n:127.0.0.1:57592_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 141839 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1  x:cdcr-target_shard1_replica1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 141840 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1  x:cdcr-target_shard1_replica1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=cdcr-target&newCollection=true&name=cdcr-target_shard1_replica1&action=CREATE&numShards=1&collection=cdcr-target&shard=shard1&wt=javabin&version=2} status=0 QTime=1319
   [junit4]   2> 141846 INFO  (qtp1101016662-1230) [n:127.0.0.1:57592_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 141946 INFO  (zkCallback-201-thread-1-processing-n:127.0.0.1:57592_solr) [n:127.0.0.1:57592_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 142386 INFO  (OverseerCollectionConfigSetProcessor-98548526806401027-127.0.0.1:57592_solr-n_0000000000) [n:127.0.0.1:57592_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 142846 INFO  (qtp1101016662-1230) [n:127.0.0.1:57592_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=cdcr-target&name=cdcr-target&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=2486
   [junit4]   2> 142853 INFO  (zkCallback-201-thread-1-processing-n:127.0.0.1:57592_solr) [n:127.0.0.1:57592_solr    ] o.a.s.h.CdcrProcessStateManager The CDCR process state has changed: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/cdcr/state/process @ cdcr-target:shard1
   [junit4]   2> 142854 INFO  (qtp1101016662-1236) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.c.S.Request [cdcr-target_shard1_replica1]  webapp=/solr path=/cdcr params={qt=/cdcr&_stateVer_=cdcr-target:3&action=start&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 142854 INFO  (zkCallback-201-thread-1-processing-n:127.0.0.1:57592_solr) [n:127.0.0.1:57592_solr    ] o.a.s.h.CdcrProcessStateManager Received new CDCR process state from watcher: STARTED @ cdcr-target:shard1
   [junit4]   2> 142859 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 142864 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:57588/solr ready
   [junit4]   2> 142875 INFO  (qtp1101016662-1232) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.h.CdcrRequestHandler Found maxVersionFromRecent 0 maxVersionFromIndex 0
   [junit4]   2> 142875 INFO  (qtp1101016662-1232) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.c.S.Request [cdcr-target_shard1_replica1]  webapp=/solr path=/cdcr params={action=SHARDCHECKPOINT&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 142876 INFO  (qtp1101016662-1234) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.c.S.Request [cdcr-target_shard1_replica1]  webapp=/solr path=/cdcr params={_stateVer_=cdcr-target:3&action=COLLECTIONCHECKPOINT&wt=javabin&version=2} status=0 QTime=8
   [junit4]   2> 142876 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.h.CdcrReplicatorManager Create new update log reader for target cdcr-target with checkpoint -1 @ cdcr-source:shard1
   [junit4]   2> 142876 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection: cdcr-target, shard: shard1
   [junit4]   2> 142880 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.h.CdcrReplicatorManager Submitting bootstrap task to executor
   [junit4]   2> 142880 INFO  (zkCallback-213-thread-1-processing-n:127.0.0.1:57616_solr) [n:127.0.0.1:57616_solr    ] o.a.s.h.CdcrProcessStateManager The CDCR process state has changed: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/cdcr/state/process @ cdcr-source:shard1
   [junit4]   2> 142881 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/cdcr params={qt=/cdcr&_stateVer_=cdcr-source:3&action=start&wt=javabin&version=2} status=0 QTime=24
   [junit4]   2> 142881 INFO  (cdcr-bootstrap-status-225-thread-1-processing-n:127.0.0.1:57616_solr x:cdcr-source_shard1_replica1 s:shard1 c:cdcr-source r:core_node1) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection: cdcr-target shard: shard1 leader: http://127.0.0.1:57592/solr/cdcr-target_shard1_replica1/
   [junit4]   2> 142883 INFO  (zkCallback-213-thread-1-processing-n:127.0.0.1:57616_solr) [n:127.0.0.1:57616_solr    ] o.a.s.h.CdcrProcessStateManager Received new CDCR process state from watcher: STARTED @ cdcr-source:shard1
   [junit4]   2> 142886 INFO  (qtp631954984-1279) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/cdcr params={qt=/cdcr&_stateVer_=cdcr-source:3&action=queues&wt=javabin&version=2} status=0 QTime=1
   [junit4]   1> Cdcr queue response: {responseHeader={status=0,QTime=1},queues={127.0.0.1:57588/solr={cdcr-target={queueSize=1010,lastTimestamp=}}},tlogTotalSize=47579,tlogTotalCount=10,updateLogSynchronizer=stopped}
   [junit4]   2> 142888 INFO  (qtp1101016662-1232) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 142889 INFO  (qtp1101016662-1232) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 142889 INFO  (qtp1101016662-1232) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 142894 INFO  (qtp1101016662-1232) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.c.S.Request [cdcr-target_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-target:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 142895 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.c.S.Request [cdcr-target_shard1_replica1]  webapp=/solr path=/cdcr params={qt=/cdcr&masterUrl=http://127.0.0.1:57616/solr/cdcr-source_shard1_replica1/&action=BOOTSTRAP&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 142895 INFO  (qtp1101016662-1230) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.c.S.Request [cdcr-target_shard1_replica1]  webapp=/solr path=/select params={q=*:*&_stateVer_=cdcr-target:3&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 142900 INFO  (qtp1101016662-1230) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.c.S.Request [cdcr-target_shard1_replica1]  webapp=/solr path=/cdcr params={qt=/cdcr&action=BOOTSTRAP_STATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 142900 INFO  (cdcr-bootstrap-status-225-thread-1-processing-n:127.0.0.1:57616_solr x:cdcr-source_shard1_replica1 s:shard1 c:cdcr-source r:core_node1) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.h.CdcrReplicatorManager CDCR bootstrap running for 1 seconds, sleeping for 2000 ms
   [junit4]   2> 142902 INFO  (recoveryExecutor-199-thread-1-processing-n:127.0.0.1:57592_solr x:cdcr-target_shard1_replica1 s:shard1 c:cdcr-target r:core_node1) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 142906 INFO  (qtp631954984-1279) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 142906 INFO  (qtp631954984-1279) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@ad18a93
   [junit4]   2> 142928 INFO  (qtp631954984-1279) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@23e92a80[cdcr-source_shard1_replica1] realtime]
   [junit4]   2> 142929 INFO  (qtp631954984-1279) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 142929 INFO  (qtp631954984-1279) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={waitSearcher=true&openSearcher=false&commit=true&softCommit=false&commit_end_point=true&wt=javabin&version=2} status=0 QTime=22
   [junit4]   2> 142932 INFO  (qtp631954984-1274) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 142932 INFO  (recoveryExecutor-199-thread-1-processing-n:127.0.0.1:57592_solr x:cdcr-target_shard1_replica1 s:shard1 c:cdcr-target r:core_node1) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.h.IndexFetcher Master's generation: 12
   [junit4]   2> 142932 INFO  (recoveryExecutor-199-thread-1-processing-n:127.0.0.1:57592_solr x:cdcr-target_shard1_replica1 s:shard1 c:cdcr-target r:core_node1) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.h.IndexFetcher Master's version: 1503731189629
   [junit4]   2> 142932 INFO  (recoveryExecutor-199-thread-1-processing-n:127.0.0.1:57592_solr x:cdcr-target_shard1_replica1 s:shard1 c:cdcr-target r:core_node1) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 142932 INFO  (recoveryExecutor-199-thread-1-processing-n:127.0.0.1:57592_solr x:cdcr-target_shard1_replica1 s:shard1 c:cdcr-target r:core_node1) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 142932 INFO  (recoveryExecutor-199-thread-1-processing-n:127.0.0.1:57592_solr x:cdcr-target_shard1_replica1 s:shard1 c:cdcr-target r:core_node1) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.h.IndexFetcher Starting replication process
   [junit4]   2> 142943 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.h.ReplicationHandler Adding tlog files to list: [{size=4649, name=tlog.0000000000000000000.1576776432338599936}, {size=4770, name=tlog.0000000000000000001.1576776432406757376}, {size=4770, name=tlog.0000000000000000002.1576776432466526208}, {size=4770, name=tlog.0000000000000000003.1576776432505323520}, {size=4770, name=tlog.0000000000000000004.1576776432553558016}, {size=4770, name=tlog.0000000000000000005.1576776432614375424}, {size=4770, name=tlog.0000000000000000006.1576776432691970048}, {size=4770, name=tlog.0000000000000000007.1576776432754884608}, {size=4770, name=tlog.0000000000000000008.1576776432811507712}, {size=4770, name=tlog.0000000000000000009.1576776432916365312}]
   [junit4]   2> 142943 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&wt=javabin&version=2&command=filelist} status=0 QTime=10
   [junit4]   2> 142943 INFO  (recoveryExecutor-199-thread-1-processing-n:127.0.0.1:57592_solr x:cdcr-target_shard1_replica1 s:shard1 c:cdcr-target r:core_node1) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.h.IndexFetcher Number of files in latest index in master: 16
   [junit4]   2> 142943 INFO  (recoveryExecutor-199-thread-1-processing-n:127.0.0.1:57592_solr x:cdcr-target_shard1_replica1 s:shard1 c:cdcr-target r:core_node1) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.h.IndexFetcher Number of tlog files in master: 10
   [junit4]   2> 142947 INFO  (recoveryExecutor-199-thread-1-processing-n:127.0.0.1:57592_solr x:cdcr-target_shard1_replica1 s:shard1 c:cdcr-target r:core_node1) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 142948 INFO  (recoveryExecutor-199-thread-1-processing-n:127.0.0.1:57592_solr x:cdcr-target_shard1_replica1 s:shard1 c:cdcr-target r:core_node1) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.h.IndexFetcher Starting download (fullCopy=false) to MockDirectoryWrapper(RAMDirectory@1bff6fe2 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41dbab40)
   [junit4]   2> 142949 INFO  (qtp631954984-1280) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_Lucene50_0.pos&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 142953 INFO  (qtp631954984-1281) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_Memory_0.ram&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 142957 INFO  (qtp631954984-1277) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_LuceneVarGapFixedInterval_0.pos&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 142960 INFO  (qtp631954984-1274) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a.fdt&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 142962 INFO  (qtp631954984-1279) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_Lucene50_0.doc&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 142965 INFO  (qtp631954984-1276) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_Lucene50_0.tim&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 142967 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_LuceneVarGapFixedInterval_0.doc&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 142970 INFO  (qtp631954984-1280) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a.si&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 142973 INFO  (qtp631954984-1281) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a.fdx&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 142983 INFO  (qtp631954984-1277) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_Lucene50_0.tip&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 142986 INFO  (qtp631954984-1274) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_LuceneVarGapFixedInterval_0.tiv&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 142990 INFO  (qtp631954984-1279) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a.nvm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 142993 INFO  (qtp631954984-1276) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a.fnm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 142995 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a.nvd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 142998 INFO  (qtp631954984-1280) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_LuceneVarGapFixedInterval_0.tib&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 143000 INFO  (qtp631954984-1281) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=segments_c&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 143001 INFO  (recoveryExecutor-199-thread-1-processing-n:127.0.0.1:57592_solr x:cdcr-target_shard1_replica1 s:shard1 c:cdcr-target r:core_node1) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.h.IndexFetcher Starting download of tlog files from master: [{size=4649, name=tlog.0000000000000000000.1576776432338599936}, {size=4770, name=tlog.0000000000000000001.1576776432406757376}, {size=4770, name=tlog.0000000000000000002.1576776432466526208}, {size=4770, name=tlog.0000000000000000003.1576776432505323520}, {size=4770, name=tlog.0000000000000000004.1576776432553558016}, {size=4770, name=tlog.0000000000000000005.1576776432614375424}, {size=4770, name=tlog.0000000000000000006.1576776432691970048}, {size=4770, name=tlog.0000000000000000007.1576776432754884608}, {size=4770, name=tlog.0000000000000000008.1576776432811507712}, {size=4770, name=tlog.0000000000000000009.1576776432916365312}]
   [junit4]   2> 143014 INFO  (qtp631954984-1277) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000000.1576776432338599936&wt=filestream&command=filecontent} status=0 QTime=4
   [junit4]   2> 143019 INFO  (qtp631954984-1274) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000001.1576776432406757376&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 143023 INFO  (qtp631954984-1279) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000002.1576776432466526208&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 143028 INFO  (qtp631954984-1279) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000003.1576776432505323520&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 143034 INFO  (qtp631954984-1279) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000004.1576776432553558016&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 143038 INFO  (qtp631954984-1279) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000005.1576776432614375424&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 143042 INFO  (qtp631954984-1279) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000006.1576776432691970048&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 143045 INFO  (qtp631954984-1279) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000007.1576776432754884608&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 143049 INFO  (qtp631954984-1279) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000008.1576776432811507712&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 143052 INFO  (qtp631954984-1279) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000009.1576776432916365312&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 143054 INFO  (recoveryExecutor-199-thread-1-processing-n:127.0.0.1:57592_solr x:cdcr-target_shard1_replica1 s:shard1 c:cdcr-target r:core_node1) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.h.IndexFetcher Total time taken for download (fullCopy=false,bytesDownloaded=94488) : 0 secs (null bytes/sec) to MockDirectoryWrapper(RAMDirectory@1bff6fe2 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41dbab40)
   [junit4]   2> 143070 INFO  (recoveryExecutor-199-thread-1-processing-n:127.0.0.1:57592_solr x:cdcr-target_shard1_replica1 s:shard1 c:cdcr-target r:core_node1) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 143070 INFO  (recoveryExecutor-199-thread-1-processing-n:127.0.0.1:57592_solr x:cdcr-target_shard1_replica1 s:shard1 c:cdcr-target r:core_node1) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.h.IndexFetcher Reloading SolrCore cdcr-target_shard1_replica1
   [junit4]   2> 143099 INFO  (Thread-368) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 143108 INFO  (Thread-368) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.s.IndexSchema [cdcr-target_shard1_replica1] Schema name=minimal
   [junit4]   2> 143114 INFO  (Thread-368) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 143114 INFO  (Thread-368) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.c.CoreContainer Reloading SolrCore 'cdcr-target_shard1_replica1' using configuration from collection cdcr-target
   [junit4]   2> 143115 INFO  (Thread-368) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.c.SolrCore [[cdcr-target_shard1_replica1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_2AFF6737B188E-001\cdcr-target-001\node1\cdcr-target_shard1_replica1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_2AFF6737B188E-001\cdcr-target-001\node1\.\cdcr-target_shard1_replica1\data\]
   [junit4]   2> 143225 INFO  (Thread-368) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 143225 INFO  (Thread-368) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 143266 INFO  (Thread-368) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@8ea42ce[cdcr-target_shard1_replica1] main]
   [junit4]   2> 143272 INFO  (Thread-368) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cdcr-target
   [junit4]   2> 143273 INFO  (Thread-368) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cdcr-target
   [junit4]   2> 143273 INFO  (Thread-368) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cdcr-target/managed-schema
   [junit4]   2> 143273 INFO  (Thread-368) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 143273 INFO  (Thread-368) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 143275 INFO  (searcherExecutor-533-thread-1-processing-n:127.0.0.1:57592_solr x:cdcr-target_shard1_replica1 s:shard1 c:cdcr-target r:core_node1) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.c.SolrCore [cdcr-target_shard1_replica1] Registered new searcher Searcher@8ea42ce[cdcr-target_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_a(6.6.1):C1000)))}
   [junit4]   2> 143288 INFO  (Thread-368) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 143288 INFO  (Thread-368) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@e802da5[cdcr-target_shard1_replica1] main]
   [junit4]   2> 143288 INFO  (searcherExecutor-533-thread-1-processing-n:127.0.0.1:57592_solr x:cdcr-target_shard1_replica1 s:shard1 c:cdcr-target r:co

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

y: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 0x15e1d5d6d4e0008, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 297225 INFO  (coreCloseExecutor-653-thread-1) [n:127.0.0.1:57935_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.cdcr-source.shard1.replica1
   [junit4]   2> 297226 INFO  (jetty-closer-283-thread-1) [    ] o.a.s.c.Overseer Overseer (id=98548528969547779-127.0.0.1:57935_solr-n_0000000000) closing
   [junit4]   2> 297226 INFO  (OverseerStateUpdate-98548528969547779-127.0.0.1:57935_solr-n_0000000000) [n:127.0.0.1:57935_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:57935_solr
   [junit4]   2> 297231 WARN  (zkCallback-289-thread-3-processing-n:127.0.0.1:57935_solr) [n:127.0.0.1:57935_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 297231 INFO  (jetty-closer-283-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@551fbc46{/solr,null,UNAVAILABLE}
   [junit4]   2> 297233 ERROR (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[2AFF6737B188E]) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 297234 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[2AFF6737B188E]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:57931 57931
   [junit4]   2> 297235 INFO  (Thread-424) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:57931 57931
   [junit4]   2> 297237 WARN  (Thread-424) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/collections/cdcr-source/cdcr/state/process
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/live_nodes
   [junit4]   2> 	2	/solr/collections
   [junit4]   2> 
   [junit4]   2> 297238 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 0x15e1d5d6d4e0007, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 297240 INFO  (jetty-closer-271-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@e5c26fb{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 297241 INFO  (jetty-closer-271-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1946269791
   [junit4]   2> 297241 INFO  (jetty-closer-271-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 297241 INFO  (jetty-closer-271-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jvm
   [junit4]   2> 297241 INFO  (jetty-closer-271-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jetty
   [junit4]   2> 297248 INFO  (coreCloseExecutor-655-thread-1) [n:127.0.0.1:57911_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.c.SolrCore [cdcr-target_shard1_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5cc0fb40
   [junit4]   2> 297248 INFO  (coreCloseExecutor-655-thread-1) [n:127.0.0.1:57911_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.h.CdcrRequestHandler Solr core is being closed - shutting down CDCR handler @ cdcr-target:shard1
   [junit4]   2> 297251 INFO  (zkCallback-277-thread-2-processing-n:127.0.0.1:57911_solr) [n:127.0.0.1:57911_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 297259 INFO  (coreCloseExecutor-655-thread-1) [n:127.0.0.1:57911_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.cdcr-target.shard1.replica1
   [junit4]   2> 297261 INFO  (jetty-closer-271-thread-1) [    ] o.a.s.c.Overseer Overseer (id=98548528951721987-127.0.0.1:57911_solr-n_0000000000) closing
   [junit4]   2> 297261 INFO  (OverseerStateUpdate-98548528951721987-127.0.0.1:57911_solr-n_0000000000) [n:127.0.0.1:57911_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:57911_solr
   [junit4]   2> 297265 WARN  (zkCallback-277-thread-2-processing-n:127.0.0.1:57911_solr) [n:127.0.0.1:57911_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 297266 INFO  (jetty-closer-271-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@645f6257{/solr,null,UNAVAILABLE}
   [junit4]   2> 297266 ERROR (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[2AFF6737B188E]) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 297268 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[2AFF6737B188E]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:57907 57907
   [junit4]   2> 297269 INFO  (Thread-414) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:57907 57907
   [junit4]   2> 297270 WARN  (Thread-414) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/configs/cdcr-target/managed-schema
   [junit4]   2> 	2	/solr/collections/cdcr-target/leaders/shard1/leader
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/collections/cdcr-target/cdcr/state/process
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/collections/cdcr-target/cdcr/state/buffer
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 
   [junit4]   2> 297270 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[2AFF6737B188E]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testBootstrapWithContinousIndexingOnSourceCluster
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CdcrBootstrapTest -Dtests.method=testBootstrapWithContinousIndexingOnSourceCluster -Dtests.seed=2AFF6737B188E -Dtests.slow=true -Dtests.locale=sv -Dtests.timezone=Atlantic/Faeroe -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] FAILURE  128s J1 | CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Document mismatch on target after sync expected:<2000> but was:<1100>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([2AFF6737B188E:D447E4AF942DAB75]:0)
   [junit4]    > 	at org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster(CdcrBootstrapTest.java:309)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 297274 INFO  (SUITE-CdcrBootstrapTest-seed#[2AFF6737B188E]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_2AFF6737B188E-001
   [junit4]   2> Aug 26, 2017 7:09:04 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 3 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {_version_=Lucene50(blocksize=128), xyz=PostingsFormat(name=Memory doPackFST= false), id=PostingsFormat(name=LuceneVarGapFixedInterval)}, docValues:{}, maxPointsInLeafNode=1585, maxMBSortInHeap=7.986188797449339, sim=RandomSimilarity(queryNorm=false,coord=no): {}, locale=sv, timezone=Atlantic/Faeroe
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=3,threads=1,free=79077224,total=183439360
   [junit4]   2> NOTE: All tests run in this JVM: [SpellingQueryConverterTest, CachingDirectoryFactoryTest, TestCloudSchemaless, OutOfBoxZkACLAndCredentialsProvidersTest, DeleteNodeTest, TestSolr4Spatial, CSVRequestHandlerTest, TestMinMaxOnMultiValuedField, CleanupOldIndexTest, HdfsNNFailoverTest, TolerantUpdateProcessorTest, ResponseHeaderTest, RuleEngineTest, TermVectorComponentDistributedTest, JSONWriterTest, ConfigSetsAPITest, TestConfigSetProperties, QueryParsingTest, CdcrBootstrapTest]
   [junit4] Completed [60/713 (1!)] on J1 in 161.32s, 3 tests, 1 failure <<< FAILURES!

[...truncated 45645 lines...]

[JENKINS-EA] Lucene-Solr-6.6-Windows (32bit/jdk-9-ea+181) - Build # 34 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.6-Windows/34/
Java: 32bit/jdk-9-ea+181 -client -XX:+UseSerialGC --illegal-access=deny

2 tests failed.
FAILED:  org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster

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

Stack Trace:
java.lang.AssertionError: Document mismatch on target after sync expected:<2000> but was:<1100>
	at __randomizedtesting.SeedInfo.seed([98F9D0D60032899C:4CBC9B8FE7643A67]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster(CdcrBootstrapTest.java:309)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI

Error Message:
Something is broken in the assert for no shards using the same indexDir - probably something was changed in the attributes published in the MBean of SolrCore : {}

Stack Trace:
java.lang.AssertionError: Something is broken in the assert for no shards using the same indexDir - probably something was changed in the attributes published in the MBean of SolrCore : {}
	at __randomizedtesting.SeedInfo.seed([98F9D0D60032899C:D08CA4620601A609]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.checkNoTwoShardsUseTheSameIndexDir(CollectionsAPIDistributedZkTest.java:646)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:524)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 11696 lines...]
   [junit4] Suite: org.apache.solr.cloud.CdcrBootstrapTest
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_98F9D0D60032899C-001\init-core-data-001
   [junit4]   2> 774525 WARN  (SUITE-CdcrBootstrapTest-seed#[98F9D0D60032899C]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 774525 INFO  (SUITE-CdcrBootstrapTest-seed#[98F9D0D60032899C]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 774526 INFO  (SUITE-CdcrBootstrapTest-seed#[98F9D0D60032899C]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 774528 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[98F9D0D60032899C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBootstrapWithContinousIndexingOnSourceCluster
   [junit4]   2> 774528 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[98F9D0D60032899C]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_98F9D0D60032899C-001\cdcr-target-001
   [junit4]   2> 774529 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[98F9D0D60032899C]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 774529 INFO  (Thread-1721) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 774529 INFO  (Thread-1721) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 774533 ERROR (Thread-1721) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 774629 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[98F9D0D60032899C]) [    ] o.a.s.c.ZkTestServer start zk server on port:62255
   [junit4]   2> 774642 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 0x15e1b0891310000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 774646 INFO  (jetty-launcher-2012-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 774649 INFO  (jetty-launcher-2012-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@19b80e8{/solr,null,AVAILABLE}
   [junit4]   2> 774657 INFO  (jetty-launcher-2012-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@14cbc59{HTTP/1.1,[http/1.1]}{127.0.0.1:62259}
   [junit4]   2> 774657 INFO  (jetty-launcher-2012-thread-1) [    ] o.e.j.s.Server Started @775667ms
   [junit4]   2> 774657 INFO  (jetty-launcher-2012-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=62259}
   [junit4]   2> 774658 ERROR (jetty-launcher-2012-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 774658 INFO  (jetty-launcher-2012-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.6.1
   [junit4]   2> 774658 INFO  (jetty-launcher-2012-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 774658 INFO  (jetty-launcher-2012-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 774659 INFO  (jetty-launcher-2012-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-25T20:15:00.015294300Z
   [junit4]   2> 774665 INFO  (jetty-launcher-2012-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 774674 INFO  (jetty-launcher-2012-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 774675 INFO  (jetty-launcher-2012-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62255/solr
   [junit4]   2> 774704 INFO  (jetty-launcher-2012-thread-1) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 774704 INFO  (jetty-launcher-2012-thread-1) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:62259_solr
   [junit4]   2> 774705 INFO  (jetty-launcher-2012-thread-1) [    ] o.a.s.c.Overseer Overseer (id=98545965458325507-127.0.0.1:62259_solr-n_0000000000) starting
   [junit4]   2> 774712 INFO  (jetty-launcher-2012-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62259_solr
   [junit4]   2> 774712 INFO  (zkCallback-2019-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 774836 INFO  (jetty-launcher-2012-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_98F9D0D60032899C-001\cdcr-target-001\node1\.
   [junit4]   1> Target zkHost = 127.0.0.1:62255/solr
   [junit4]   2> 774849 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[98F9D0D60032899C]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_98F9D0D60032899C-001\cdcr-source-001
   [junit4]   2> 774849 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[98F9D0D60032899C]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 774850 INFO  (Thread-1734) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 774850 INFO  (Thread-1734) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 774854 ERROR (Thread-1734) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 774950 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[98F9D0D60032899C]) [    ] o.a.s.c.ZkTestServer start zk server on port:62279
   [junit4]   2> 774967 INFO  (jetty-launcher-2024-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 774969 INFO  (jetty-launcher-2024-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@f81245{/solr,null,AVAILABLE}
   [junit4]   2> 774972 INFO  (jetty-launcher-2024-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1b4f6b7{HTTP/1.1,[http/1.1]}{127.0.0.1:62283}
   [junit4]   2> 774972 INFO  (jetty-launcher-2024-thread-1) [    ] o.e.j.s.Server Started @775982ms
   [junit4]   2> 774972 INFO  (jetty-launcher-2024-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=62283}
   [junit4]   2> 774973 ERROR (jetty-launcher-2024-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 774973 INFO  (jetty-launcher-2024-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.6.1
   [junit4]   2> 774973 INFO  (jetty-launcher-2024-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 774973 INFO  (jetty-launcher-2024-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 774973 INFO  (jetty-launcher-2024-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-25T20:15:00.330861600Z
   [junit4]   2> 774979 INFO  (jetty-launcher-2024-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 774988 INFO  (jetty-launcher-2024-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 774989 INFO  (jetty-launcher-2024-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62279/solr
   [junit4]   2> 775021 INFO  (jetty-launcher-2024-thread-1) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 775022 INFO  (jetty-launcher-2024-thread-1) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:62283_solr
   [junit4]   2> 775023 INFO  (jetty-launcher-2024-thread-1) [    ] o.a.s.c.Overseer Overseer (id=98545965479362563-127.0.0.1:62283_solr-n_0000000000) starting
   [junit4]   2> 775032 INFO  (jetty-launcher-2024-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62283_solr
   [junit4]   2> 775034 INFO  (zkCallback-2031-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 775190 INFO  (jetty-launcher-2024-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_98F9D0D60032899C-001\cdcr-source-001\node1\.
   [junit4]   2> 775216 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[98F9D0D60032899C]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 775217 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[98F9D0D60032899C]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:62279/solr ready
   [junit4]   2> 775221 INFO  (qtp8796506-8264) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=cdcr-source&name=cdcr-source&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 775223 INFO  (OverseerThreadFactory-3272-thread-1) [    ] o.a.s.c.CreateCollectionCmd Create collection cdcr-source
   [junit4]   2> 775333 INFO  (qtp8796506-8266) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&name=cdcr-source_shard1_replica1&action=CREATE&numShards=1&collection=cdcr-source&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2
   [junit4]   2> 775334 INFO  (qtp8796506-8266) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 775446 INFO  (zkCallback-2031-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 776361 INFO  (qtp8796506-8266) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 776368 INFO  (qtp8796506-8266) [    ] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 776372 INFO  (qtp8796506-8266) [    ] o.a.s.s.IndexSchema [cdcr-source_shard1_replica1] Schema name=minimal
   [junit4]   2> 776386 INFO  (qtp8796506-8266) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 776387 INFO  (qtp8796506-8266) [    ] o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at /configs/cdcr-source/managed-schema
   [junit4]   2> 776391 INFO  (qtp8796506-8266) [    ] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in ZooKeeper, renamed the non-managed schema /configs/cdcr-source/schema.xml to /configs/cdcr-source/schema.xml.bak
   [junit4]   2> 776391 INFO  (qtp8796506-8266) [    ] o.a.s.c.CoreContainer Creating SolrCore 'cdcr-source_shard1_replica1' using configuration from collection cdcr-source, trusted=true
   [junit4]   2> 776392 INFO  (qtp8796506-8266) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 776392 INFO  (qtp8796506-8266) [    ] o.a.s.c.SolrCore [[cdcr-source_shard1_replica1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_98F9D0D60032899C-001\cdcr-source-001\node1\cdcr-source_shard1_replica1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_98F9D0D60032899C-001\cdcr-source-001\node1\.\cdcr-source_shard1_replica1\data\]
   [junit4]   2> 776495 INFO  (qtp8796506-8266) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 776495 INFO  (qtp8796506-8266) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 776496 INFO  (qtp8796506-8266) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 776496 INFO  (qtp8796506-8266) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 776499 INFO  (qtp8796506-8266) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5f6791[cdcr-source_shard1_replica1] main]
   [junit4]   2> 776500 INFO  (qtp8796506-8266) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cdcr-source
   [junit4]   2> 776500 INFO  (qtp8796506-8266) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cdcr-source
   [junit4]   2> 776500 INFO  (qtp8796506-8266) [    ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cdcr-source/managed-schema
   [junit4]   2> 776500 INFO  (qtp8796506-8266) [    ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 776500 INFO  (qtp8796506-8266) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 776508 INFO  (qtp8796506-8266) [    ] o.a.s.h.CdcrBufferStateManager Created znode /collections/cdcr-source/cdcr/state/buffer
   [junit4]   2> 776512 INFO  (qtp8796506-8266) [    ] o.a.s.h.CdcrProcessStateManager Created znode /collections/cdcr-source/cdcr/state/process
   [junit4]   2> 776523 INFO  (searcherExecutor-3275-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@5f6791[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 776523 INFO  (qtp8796506-8266) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576735449420922880
   [junit4]   2> 776533 INFO  (qtp8796506-8266) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 776533 INFO  (qtp8796506-8266) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 776533 INFO  (qtp8796506-8266) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:62283/solr/cdcr-source_shard1_replica1/
   [junit4]   2> 776533 INFO  (qtp8796506-8266) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 776533 INFO  (qtp8796506-8266) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:62283/solr/cdcr-source_shard1_replica1/ has no replicas
   [junit4]   2> 776533 INFO  (qtp8796506-8266) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 776537 INFO  (zkCallback-2031-thread-1) [    ] o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-source:shard1
   [junit4]   2> 776538 INFO  (qtp8796506-8266) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:62283/solr/cdcr-source_shard1_replica1/ shard1
   [junit4]   2> 776643 INFO  (zkCallback-2031-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 776689 INFO  (qtp8796506-8266) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 776693 INFO  (qtp8796506-8266) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&name=cdcr-source_shard1_replica1&action=CREATE&numShards=1&collection=cdcr-source&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2} status=0 QTime=1360
   [junit4]   2> 776699 INFO  (qtp8796506-8264) [    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 776801 INFO  (zkCallback-2031-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 777228 INFO  (OverseerCollectionConfigSetProcessor-98545965479362563-127.0.0.1:62283_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 777700 INFO  (qtp8796506-8264) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=cdcr-source&name=cdcr-source&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2} status=0 QTime=2478
   [junit4]   1> Adding 10 docs with commit=true, numDocs=100
   [junit4]   2> 777726 INFO  (qtp8796506-8267) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=18
   [junit4]   2> 777729 INFO  (qtp8796506-8268) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 777729 INFO  (qtp8796506-8268) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@185ee91
   [junit4]   2> 777772 INFO  (qtp8796506-8268) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6505be[cdcr-source_shard1_replica1] main]
   [junit4]   2> 777772 INFO  (qtp8796506-8268) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 777772 INFO  (searcherExecutor-3275-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@6505be[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.1):C100)))}
   [junit4]   2> 777772 INFO  (qtp8796506-8268) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=43
   [junit4]   1> Adding 10 docs with commit=true, numDocs=200
   [junit4]   2> 777785 INFO  (qtp8796506-8269) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=9
   [junit4]   2> 777787 INFO  (qtp8796506-8262) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 777787 INFO  (qtp8796506-8262) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@185ee91
   [junit4]   2> 777816 INFO  (qtp8796506-8262) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@9f08cd[cdcr-source_shard1_replica1] main]
   [junit4]   2> 777817 INFO  (searcherExecutor-3275-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@9f08cd[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.1):C100) Uninverting(_1(6.6.1):C100)))}
   [junit4]   2> 777817 INFO  (qtp8796506-8262) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 777817 INFO  (qtp8796506-8262) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=30
   [junit4]   1> Adding 10 docs with commit=true, numDocs=300
   [junit4]   2> 777824 INFO  (qtp8796506-8265) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 777826 INFO  (qtp8796506-8266) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 777826 INFO  (qtp8796506-8266) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@185ee91
   [junit4]   2> 777857 INFO  (qtp8796506-8266) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6942d4[cdcr-source_shard1_replica1] main]
   [junit4]   2> 777857 INFO  (qtp8796506-8266) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 777857 INFO  (searcherExecutor-3275-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@6942d4[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.1):C100) Uninverting(_1(6.6.1):C100) Uninverting(_2(6.6.1):C100)))}
   [junit4]   2> 777858 INFO  (qtp8796506-8266) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=31
   [junit4]   1> Adding 10 docs with commit=true, numDocs=400
   [junit4]   2> 777864 INFO  (qtp8796506-8264) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 777866 INFO  (qtp8796506-8267) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 777866 INFO  (qtp8796506-8267) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@185ee91
   [junit4]   2> 777914 INFO  (qtp8796506-8267) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@a35412[cdcr-source_shard1_replica1] main]
   [junit4]   2> 777915 INFO  (qtp8796506-8267) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 777915 INFO  (searcherExecutor-3275-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@a35412[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.1):C100) Uninverting(_1(6.6.1):C100) Uninverting(_2(6.6.1):C100) Uninverting(_3(6.6.1):C100)))}
   [junit4]   2> 777915 INFO  (qtp8796506-8267) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=49
   [junit4]   1> Adding 10 docs with commit=true, numDocs=500
   [junit4]   2> 777923 INFO  (qtp8796506-8268) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 777925 INFO  (qtp8796506-8269) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 777925 INFO  (qtp8796506-8269) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@185ee91
   [junit4]   2> 777965 INFO  (qtp8796506-8269) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@e26888[cdcr-source_shard1_replica1] main]
   [junit4]   2> 777966 INFO  (qtp8796506-8269) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 777966 INFO  (searcherExecutor-3275-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@e26888[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.1):C100) Uninverting(_1(6.6.1):C100) Uninverting(_2(6.6.1):C100) Uninverting(_3(6.6.1):C100) Uninverting(_4(6.6.1):C100)))}
   [junit4]   2> 777966 INFO  (qtp8796506-8269) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=41
   [junit4]   1> Adding 10 docs with commit=true, numDocs=600
   [junit4]   2> 777972 INFO  (qtp8796506-8262) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 777974 INFO  (qtp8796506-8265) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 777974 INFO  (qtp8796506-8265) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@185ee91
   [junit4]   2> 778021 INFO  (qtp8796506-8265) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@179d140[cdcr-source_shard1_replica1] main]
   [junit4]   2> 778022 INFO  (qtp8796506-8265) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 778022 INFO  (searcherExecutor-3275-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@179d140[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.1):C100) Uninverting(_1(6.6.1):C100) Uninverting(_2(6.6.1):C100) Uninverting(_3(6.6.1):C100) Uninverting(_4(6.6.1):C100) Uninverting(_5(6.6.1):C100)))}
   [junit4]   2> 778022 INFO  (qtp8796506-8265) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=47
   [junit4]   1> Adding 10 docs with commit=true, numDocs=700
   [junit4]   2> 778029 INFO  (qtp8796506-8266) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 778030 INFO  (qtp8796506-8264) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 778031 INFO  (qtp8796506-8264) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@185ee91
   [junit4]   2> 778079 INFO  (qtp8796506-8264) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@10bc30b[cdcr-source_shard1_replica1] main]
   [junit4]   2> 778079 INFO  (qtp8796506-8264) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 778079 INFO  (searcherExecutor-3275-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@10bc30b[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.1):C100) Uninverting(_1(6.6.1):C100) Uninverting(_2(6.6.1):C100) Uninverting(_3(6.6.1):C100) Uninverting(_4(6.6.1):C100) Uninverting(_5(6.6.1):C100) Uninverting(_6(6.6.1):C100)))}
   [junit4]   2> 778079 INFO  (qtp8796506-8264) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=49
   [junit4]   1> Adding 10 docs with commit=true, numDocs=800
   [junit4]   2> 778086 INFO  (qtp8796506-8267) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 778088 INFO  (qtp8796506-8268) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 778088 INFO  (qtp8796506-8268) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@185ee91
   [junit4]   2> 778138 INFO  (qtp8796506-8268) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@3b2424[cdcr-source_shard1_replica1] main]
   [junit4]   2> 778139 INFO  (qtp8796506-8268) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 778139 INFO  (searcherExecutor-3275-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@3b2424[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.1):C100) Uninverting(_1(6.6.1):C100) Uninverting(_2(6.6.1):C100) Uninverting(_3(6.6.1):C100) Uninverting(_4(6.6.1):C100) Uninverting(_5(6.6.1):C100) Uninverting(_6(6.6.1):C100) Uninverting(_7(6.6.1):C100)))}
   [junit4]   2> 778139 INFO  (qtp8796506-8268) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=52
   [junit4]   1> Adding 10 docs with commit=true, numDocs=900
   [junit4]   2> 778146 INFO  (qtp8796506-8269) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 778148 INFO  (qtp8796506-8262) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 778148 INFO  (qtp8796506-8262) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@185ee91
   [junit4]   2> 778217 INFO  (qtp8796506-8262) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@186187f[cdcr-source_shard1_replica1] main]
   [junit4]   2> 778218 INFO  (qtp8796506-8262) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 778218 INFO  (searcherExecutor-3275-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@186187f[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.1):C100) Uninverting(_1(6.6.1):C100) Uninverting(_2(6.6.1):C100) Uninverting(_3(6.6.1):C100) Uninverting(_4(6.6.1):C100) Uninverting(_5(6.6.1):C100) Uninverting(_6(6.6.1):C100) Uninverting(_7(6.6.1):C100) Uninverting(_8(6.6.1):C100)))}
   [junit4]   2> 778218 INFO  (qtp8796506-8262) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=70
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1000
   [junit4]   2> 778226 INFO  (qtp8796506-8265) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 778227 INFO  (qtp8796506-8266) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 778227 INFO  (qtp8796506-8266) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@185ee91
   [junit4]   2> 778290 INFO  (qtp8796506-8266) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1e49349[cdcr-source_shard1_replica1] main]
   [junit4]   2> 778291 INFO  (qtp8796506-8266) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 778291 INFO  (searcherExecutor-3275-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@1e49349[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.1):C100) Uninverting(_1(6.6.1):C100) Uninverting(_2(6.6.1):C100) Uninverting(_3(6.6.1):C100) Uninverting(_4(6.6.1):C100) Uninverting(_5(6.6.1):C100) Uninverting(_6(6.6.1):C100) Uninverting(_7(6.6.1):C100) Uninverting(_8(6.6.1):C100) Uninverting(_9(6.6.1):C100)))}
   [junit4]   2> 778291 INFO  (qtp8796506-8266) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=64
   [junit4]   2> 778293 INFO  (qtp8796506-8264) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/select params={q=*:*&_stateVer_=cdcr-source:3&wt=javabin&version=2} hits=1000 status=0 QTime=0
   [junit4]   2> 778303 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 0x15e1b0891310006, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 778309 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[98F9D0D60032899C]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 778310 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[98F9D0D60032899C]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:62255/solr ready
   [junit4]   2> 778314 INFO  (qtp24407492-8228) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=cdcr-target&name=cdcr-target&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 778320 INFO  (OverseerThreadFactory-3264-thread-1) [    ] o.a.s.c.CreateCollectionCmd Create collection cdcr-target
   [junit4]   2> 778430 INFO  (qtp24407492-8224) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=cdcr-target&newCollection=true&name=cdcr-target_shard1_replica1&action=CREATE&numShards=1&collection=cdcr-target&shard=shard1&wt=javabin&version=2
   [junit4]   2> 778431 INFO  (qtp24407492-8224) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 778545 INFO  (zkCallback-2019-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 779459 INFO  (qtp24407492-8224) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 779467 INFO  (qtp24407492-8224) [    ] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 779477 INFO  (qtp24407492-8224) [    ] o.a.s.s.IndexSchema [cdcr-target_shard1_replica1] Schema name=minimal
   [junit4]   2> 779479 INFO  (qtp24407492-8224) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 779481 INFO  (qtp24407492-8224) [    ] o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at /configs/cdcr-target/managed-schema
   [junit4]   2> 779485 INFO  (qtp24407492-8224) [    ] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in ZooKeeper, renamed the non-managed schema /configs/cdcr-target/schema.xml to /configs/cdcr-target/schema.xml.bak
   [junit4]   2> 779485 INFO  (qtp24407492-8224) [    ] o.a.s.c.CoreContainer Creating SolrCore 'cdcr-target_shard1_replica1' using configuration from collection cdcr-target, trusted=true
   [junit4]   2> 779486 INFO  (qtp24407492-8224) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 779486 INFO  (qtp24407492-8224) [    ] o.a.s.c.SolrCore [[cdcr-target_shard1_replica1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_98F9D0D60032899C-001\cdcr-target-001\node1\cdcr-target_shard1_replica1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_98F9D0D60032899C-001\cdcr-target-001\node1\.\cdcr-target_shard1_replica1\data\]
   [junit4]   2> 779585 INFO  (qtp24407492-8224) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 779585 INFO  (qtp24407492-8224) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 779587 INFO  (qtp24407492-8224) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 779587 INFO  (qtp24407492-8224) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 779588 INFO  (qtp24407492-8224) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@7e3002[cdcr-target_shard1_replica1] main]
   [junit4]   2> 779589 INFO  (qtp24407492-8224) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cdcr-target
   [junit4]   2> 779590 INFO  (qtp24407492-8224) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cdcr-target
   [junit4]   2> 779590 INFO  (qtp24407492-8224) [    ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cdcr-target/managed-schema
   [junit4]   2> 779590 INFO  (qtp24407492-8224) [    ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 779591 INFO  (qtp24407492-8224) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 779594 INFO  (qtp24407492-8224) [    ] o.a.s.h.CdcrBufferStateManager Created znode /collections/cdcr-target/cdcr/state/buffer
   [junit4]   2> 779596 INFO  (qtp24407492-8224) [    ] o.a.s.h.CdcrProcessStateManager Created znode /collections/cdcr-target/cdcr/state/process
   [junit4]   2> 779597 INFO  (searcherExecutor-3281-thread-1) [    ] o.a.s.c.SolrCore [cdcr-target_shard1_replica1] Registered new searcher Searcher@7e3002[cdcr-target_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 779597 INFO  (qtp24407492-8224) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576735452644245504
   [junit4]   2> 779605 INFO  (qtp24407492-8224) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 779605 INFO  (qtp24407492-8224) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 779605 INFO  (qtp24407492-8224) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:62259/solr/cdcr-target_shard1_replica1/
   [junit4]   2> 779605 INFO  (qtp24407492-8224) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 779605 INFO  (qtp24407492-8224) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:62259/solr/cdcr-target_shard1_replica1/ has no replicas
   [junit4]   2> 779605 INFO  (qtp24407492-8224) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 779609 INFO  (zkCallback-2019-thread-1) [    ] o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-target:shard1
   [junit4]   2> 779611 INFO  (qtp24407492-8224) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:62259/solr/cdcr-target_shard1_replica1/ shard1
   [junit4]   2> 779715 INFO  (zkCallback-2019-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 779763 INFO  (qtp24407492-8224) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 779765 INFO  (qtp24407492-8224) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=cdcr-target&newCollection=true&name=cdcr-target_shard1_replica1&action=CREATE&numShards=1&collection=cdcr-target&shard=shard1&wt=javabin&version=2} status=0 QTime=1334
   [junit4]   2> 779768 INFO  (qtp24407492-8228) [    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 779869 INFO  (zkCallback-2019-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 780322 INFO  (OverseerCollectionConfigSetProcessor-98545965458325507-127.0.0.1:62259_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 780768 INFO  (qtp24407492-8228) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=cdcr-target&name=cdcr-target&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=2454
   [junit4]   2> 781775 INFO  (zkCallback-2019-thread-1) [    ] o.a.s.h.CdcrProcessStateManager The CDCR process state has changed: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/cdcr/state/process @ cdcr-target:shard1
   [junit4]   2> 781775 INFO  (qtp24407492-8222) [    ] o.a.s.c.S.Request [cdcr-target_shard1_replica1]  webapp=/solr path=/cdcr params={qt=/cdcr&_stateVer_=cdcr-target:3&action=start&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 781775 INFO  (zkCallback-2019-thread-1) [    ] o.a.s.h.CdcrProcessStateManager Received new CDCR process state from watcher: STARTED @ cdcr-target:shard1
   [junit4]   2> 781782 INFO  (qtp8796506-8267) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 781784 INFO  (qtp8796506-8267) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:62255/solr ready
   [junit4]   2> 781792 INFO  (qtp24407492-8230) [    ] o.a.s.h.CdcrRequestHandler Found maxVersionFromRecent 0 maxVersionFromIndex 0
   [junit4]   2> 781792 INFO  (qtp24407492-8230) [    ] o.a.s.c.S.Request [cdcr-target_shard1_replica1]  webapp=/solr path=/cdcr params={action=SHARDCHECKPOINT&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 781793 INFO  (qtp24407492-8225) [    ] o.a.s.c.S.Request [cdcr-target_shard1_replica1]  webapp=/solr path=/cdcr params={_stateVer_=cdcr-target:3&action=COLLECTIONCHECKPOINT&wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 781793 INFO  (qtp8796506-8267) [    ] o.a.s.h.CdcrReplicatorManager Create new update log reader for target cdcr-target with checkpoint -1 @ cdcr-source:shard1
   [junit4]   2> 781793 INFO  (qtp8796506-8267) [    ] o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection: cdcr-target, shard: shard1
   [junit4]   2> 781795 INFO  (qtp8796506-8267) [    ] o.a.s.h.CdcrReplicatorManager Submitting bootstrap task to executor
   [junit4]   2> 781797 INFO  (zkCallback-2031-thread-2) [    ] o.a.s.h.CdcrProcessStateManager The CDCR process state has changed: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/cdcr/state/process @ cdcr-source:shard1
   [junit4]   2> 781797 INFO  (qtp8796506-8267) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/cdcr params={qt=/cdcr&_stateVer_=cdcr-source:3&action=start&wt=javabin&version=2} status=0 QTime=20
   [junit4]   2> 781797 INFO  (zkCallback-2031-thread-2) [    ] o.a.s.h.CdcrProcessStateManager Received new CDCR process state from watcher: STARTED @ cdcr-source:shard1
   [junit4]   2> 781797 INFO  (cdcr-bootstrap-status-2043-thread-1) [    ] o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection: cdcr-target shard: shard1 leader: http://127.0.0.1:62259/solr/cdcr-target_shard1_replica1/
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1100
   [junit4]   2> 781801 INFO  (qtp24407492-8224) [    ] o.a.s.c.S.Request [cdcr-target_shard1_replica1]  webapp=/solr path=/cdcr params={qt=/cdcr&masterUrl=http://127.0.0.1:62283/solr/cdcr-source_shard1_replica1/&action=BOOTSTRAP&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 781805 INFO  (qtp24407492-8222) [    ] o.a.s.c.S.Request [cdcr-target_shard1_replica1]  webapp=/solr path=/cdcr params={qt=/cdcr&action=BOOTSTRAP_STATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 781806 WARN  (cdcr-bootstrap-status-2043-thread-1) [    ] o.a.s.h.CdcrReplicatorManager Bootstrap process was not found on target collection: cdcr-target shard: shard1, leader: http://127.0.0.1:62259/solr/cdcr-target_shard1_replica1/
   [junit4]   2> 781807 INFO  (cdcr-bootstrap-status-2043-thread-1) [    ] o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection: cdcr-target shard: shard1 leader: http://127.0.0.1:62259/solr/cdcr-target_shard1_replica1/
   [junit4]   2> 781807 INFO  (qtp8796506-8268) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 781808 INFO  (qtp24407492-8218) [    ] o.a.s.c.S.Request [cdcr-target_shard1_replica1]  webapp=/solr path=/cdcr params={qt=/cdcr&masterUrl=http://127.0.0.1:62283/solr/cdcr-source_shard1_replica1/&action=BOOTSTRAP&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 781809 INFO  (qtp8796506-8269) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 781809 INFO  (qtp8796506-8269) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@185ee91
   [junit4]   2> 781810 INFO  (qtp24407492-8220) [    ] o.a.s.c.S.Request [cdcr-target_shard1_replica1]  webapp=/solr path=/cdcr params={qt=/cdcr&action=BOOTSTRAP_STATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 781810 INFO  (cdcr-bootstrap-status-2043-thread-1) [    ] o.a.s.h.CdcrReplicatorManager CDCR bootstrap running for 1 seconds, sleeping for 2000 ms
   [junit4]   2> 781811 INFO  (recoveryExecutor-2017-thread-1) [    ] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 781849 INFO  (qtp8796506-8269) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1b1834f[cdcr-source_shard1_replica1] main]
   [junit4]   2> 781849 INFO  (searcherExecutor-3275-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@1b1834f[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_a(6.6.1):C1000) Uninverting(_b(6.6.1):C100)))}
   [junit4]   2> 781849 INFO  (qtp8796506-8269) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 781850 INFO  (qtp8796506-8265) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 781850 INFO  (qtp8796506-8265) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 781850 INFO  (qtp8796506-8265) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 781850 INFO  (qtp8796506-8265) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={waitSearcher=true&openSearcher=false&commit=true&softCommit=false&commit_end_point=true&wt=javabin&version=2} status=0 QTime=37
   [junit4]   2> 781852 INFO  (qtp8796506-8267) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 781852 INFO  (recoveryExecutor-2017-thread-1) [    ] o.a.s.h.IndexFetcher Master's generation: 12
   [junit4]   2> 781852 INFO  (recoveryExecutor-2017-thread-1) [    ] o.a.s.h.IndexFetcher Master's version: 1503692107166
   [junit4]   2> 781852 INFO  (recoveryExecutor-2017-thread-1) [    ] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 781852 INFO  (recoveryExecutor-2017-thread-1) [    ] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 781852 INFO  (recoveryExecutor-2017-thread-1) [    ] o.a.s.h.IndexFetcher Starting replication process
   [junit4]   2> 781872 INFO  (qtp8796506-8268) [    ] o.a.s.h.ReplicationHandler Adding tlog files to list: [{size=4649, name=tlog.0000000000000000000.1576735450663485440}, {size=4770, name=tlog.0000000000000000001.1576735450733740032}, {size=4770, name=tlog.0000000000000000002.1576735450778828800}, {size=4770, name=tlog.0000000000000000003.1576735450821820416}, {size=4770, name=tlog.0000000000000000004.1576735450882637824}, {size=4770, name=tlog.0000000000000000005.1576735450936115200}, {size=4770, name=tlog.0000000000000000006.1576735450993786880}, {size=4770, name=tlog.0000000000000000007.1576735451054604288}, {size=4770, name=tlog.0000000000000000008.1576735451118567424}, {size=4770, name=tlog.0000000000000000009.1576735451201404928}, {size=4870, name=tlog.0000000000000000010.1576735454954258432}]
   [junit4]   2> 781873 INFO  (qtp8796506-8268) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&wt=javabin&version=2&command=filelist} status=0 QTime=15
   [junit4]   2> 781873 INFO  (recoveryExecutor-2017-thread-1) [    ] o.a.s.h.IndexFetcher Number of files in latest index in master: 35
   [junit4]   2> 781873 INFO  (recoveryExecutor-2017-thread-1) [    ] o.a.s.h.IndexFetcher Number of tlog files in master: 11
   [junit4]   2> 781876 INFO  (recoveryExecutor-2017-thread-1) [    ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 781876 INFO  (recoveryExecutor-2017-thread-1) [    ] o.a.s.h.IndexFetcher Starting download (fullCopy=false) to MockDirectoryWrapper(RAMDirectory@11e87c2 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1b716cf)
   [junit4]   2> 781878 INFO  (qtp8796506-8262) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_LuceneVarGapDocFreqInterval_0.tiv&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781882 INFO  (qtp8796506-8262) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a.fdt&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781885 INFO  (qtp8796506-8264) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_Asserting_0.pos&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781888 INFO  (qtp8796506-8266) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a.si&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781890 INFO  (qtp8796506-8266) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a.fdx&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781893 INFO  (qtp8796506-8268) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_LuceneVarGapDocFreqInterval_0.doc&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781895 INFO  (qtp8796506-8268) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_Asserting_0.tip&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781897 INFO  (qtp8796506-8262) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_FST50_0.tfp&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781900 INFO  (qtp8796506-8264) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_Asserting_0.tim&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781902 INFO  (qtp8796506-8267) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_FST50_0.doc&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781903 INFO  (qtp8796506-8266) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_Asserting_0.doc&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781906 INFO  (qtp8796506-8265) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a.nvm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781925 INFO  (qtp8796506-8268) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a.fnm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781927 INFO  (qtp8796506-8262) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_FST50_0.pos&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781929 INFO  (qtp8796506-8269) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=120
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1200
   [junit4]   2> 781930 INFO  (qtp8796506-8267) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_LuceneVarGapDocFreqInterval_0.pos&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781935 INFO  (qtp8796506-8264) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 781936 INFO  (qtp8796506-8267) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a.nvd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781937 INFO  (qtp8796506-8264) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 781937 INFO  (qtp8796506-8264) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@185ee91
   [junit4]   2> 781938 INFO  (qtp8796506-8268) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_LuceneVarGapDocFreqInterval_0.tib&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781940 INFO  (qtp8796506-8262) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b_LuceneVarGapDocFreqInterval_0.doc&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781943 INFO  (qtp8796506-8269) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b_Asserting_0.tip&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781946 INFO  (qtp8796506-8266) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b_Asserting_0.doc&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781948 INFO  (qtp8796506-8265) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b_Asserting_0.tim&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781950 INFO  (qtp8796506-8267) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b.nvd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781953 INFO  (qtp8796506-8268) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b_Asserting_0.pos&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781956 INFO  (qtp8796506-8262) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b.si&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781958 INFO  (qtp8796506-8269) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b.nvm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781961 INFO  (qtp8796506-8266) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b_FST50_0.pos&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781963 INFO  (qtp8796506-8265) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b.fnm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781966 INFO  (qtp8796506-8267) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b_LuceneVarGapDocFreqInterval_0.tiv&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781969 INFO  (qtp8796506-8268) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b_FST50_0.doc&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781970 INFO  (qtp8796506-8264) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@e3445[cdcr-source_shard1_replica1] main]
   [junit4]   2> 781971 INFO  (qtp8796506-8264) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 781971 INFO  (searcherExecutor-3275-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@e3445[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_a(6.6.1):C1000) Uninverting(_b(6.6.1):C100) Uninverting(_c(6.6.1):C100)))}
   [junit4]   2> 781971 INFO  (qtp8796506-8264) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=34
   [junit4]   2> 781971 INFO  (qtp8796506-8262) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b_FST50_0.tfp&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1300
   [junit4]   2> 781974 INFO  (qtp8796506-8269) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b.fdx&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781976 INFO  (qtp8796506-8265) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b_LuceneVarGapDocFreqInterval_0.tib&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781978 INFO  (qtp8796506-8267) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b.fdt&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781978 INFO  (qtp8796506-8266) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 781980 INFO  (qtp8796506-8268) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b_LuceneVarGapDocFreqInterval_0.pos&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781980 INFO  (qtp8796506-8264) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 781980 INFO  (qtp8796506-8264) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@185ee91
   [junit4]   2> 781982 INFO  (qtp8796506-8262) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=segments_c&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781983 INFO  (recoveryExecutor-2017-thread-1) [    ] o.a.s.h.IndexFetcher Starting download of tlog files from master: [{size=4649, name=tlog.0000000000000000000.1576735450663485440}, {size=4770, name=tlog.0000000000000000001.1576735450733740032}, {size=4770, name=tlog.0000000000000000002.1576735450778828800}, {size=4770, name=tlog.0000000000000000003.1576735450821820416}, {size=4770, name=tlog.0000000000000000004.1576735450882637824}, {size=4770, name=tlog.0000000000000000005.1576735450936115200}, {size=4770, name=tlog.0000000000000000006.1576735450993786880}, {size=4770, name=tlog.0000000000000000007.1576735451054604288}, {size=4770, name=tlog.0000000000000000008.1576735451118567424}, {size=4770, name=tlog.0000000000000000009.1576735451201404928}, {size=4870, name=tlog.0000000000000000010.1576735454954258432}]
   [junit4]   2> 781988 INFO  (qtp8796506-8269) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000000.1576735450663485440&wt=filestream&command=filecontent} status=0 QTime=1
   [junit4]   2> 781992 INFO  (qtp8796506-8269) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000001.1576735450733740032&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781995 INFO  (qtp8796506-8266) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000002.1576735450778828800&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781998 INFO  (qtp8796506-8267) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000003.1576735450821820416&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 782003 INFO  (qtp8796506-8268) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000004.1576735450882637824&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 782008 INFO  (qtp8796506-8262) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000005.1576735450936115200&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 782013 INFO  (qtp8796506-8265) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000006.1576735450993786880&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 782031 INFO  (qtp8796506-8269) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000007.1576735451054604288&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 782037 INFO  (qtp8796506-8266) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000008.1576735451118567424&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 782040 INFO  (qtp8796506-8267) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000009.1576735451201404928&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 782041 INFO  (qtp8796506-8264) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@114d969[cdcr-source_shard1_replica1] main]
   [junit4]   2> 782042 INFO  (qtp8796506-8264) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 782042 INFO  (searcherExecutor-3275-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@114d969[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_a(6.6.1):C1000) Uninverting(_b(6.6.1):C100) Uninverting(_c(6.6.1):C100) Uninverting(_d(6.6.1):C100)))}
   [junit4]   2> 782042 INFO  (qtp8796506-8264) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=61
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1400
   [junit4]   2> 782043 INFO  (qtp8796506-8267) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000010.1576735454954258432&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 782044 INFO  (recoveryExecutor-2017-thread-1) [    ] o.a.s.h.IndexFetcher Total time taken for download (fullCopy=false,bytesDownloaded=107411) : 0 secs (null bytes/sec) to MockDirectoryWrapper(RAMDirectory@11e87c2 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1b716cf)
   [junit4]   2> 782049 INFO  (qtp8796506-8262) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 782050 INFO  (qtp8796506-8265) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 782050 INFO  (qtp8796506-8265) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@185ee91
   [junit4]   2> 782058 INFO  (recoveryExecutor-2017-thread-1) [    ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 782058 INFO  (recoveryExecutor-2017-thread-1) [    ] o.a.s.h.IndexFetcher Reloading SolrCore cdcr-target_shard1_replica1
   [junit4]   2> 782073 INFO  (Thread-1745) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 782081 INFO  (Thread-1745) [    ] o.a.s.s.IndexSchema [cdcr-target_shard1_replica1] Schema name=minimal
   [junit4]   2> 782083 INFO  (Thread-1745) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 782083 INFO  (Thread-1745) [    ] o.a.s.c.CoreContainer Reloading SolrCore 'cdcr-target_shard1_replica1' using configuration from collection cdcr-target
   [junit4]   2> 782083 INFO  (Thread-1745) [    ] o.a.s.c.SolrCore [[cdcr-target_shard1_replica1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_98F9D0D60032899C-001\cdcr-target-001\node1\cdcr-target_shard1_replica1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_98F9D0D60032899C-001\cdcr-target-001\node1\.\cdcr-target_shard1_replica1\data\]
   [junit4]   2> 782098 INFO  (qtp8796506-8265) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@11e643f[cdcr-source_shard1_replica1] main]
   [junit4]   2> 782099 INFO  (searcherExecutor-3275-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@11e643f[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_a(6.6.1):C1000) Uninverting(_b(6.6.1):C100) Uninverting(_c(6.6.1):C100) Uninverting(_d(6.6.1):C100) Uninverting(_e(6.6.1):C100)))}
   [junit4]   2> 782099 INFO  (qtp8796506-8265) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 782099 INFO  (qtp8796506-8265) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=49
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1500
   [junit4]   2> 782106 INFO  (qtp8796506-8269) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 782107 INFO  (qtp8796506-8266) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 782107 INFO  (qtp8796506-8266) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@185ee91
   [junit4]   2> 782179 INFO  (qtp8796506-8266) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1adcad8[cdcr-source_shard1_replica1] main]
   [junit4]   2> 782180 INFO  (qtp8796506-8266) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 782180 INFO  (searcherExecutor-3275-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@1adcad8[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_a(6.6.1):C1000) Uninverting(_b(6.6.1):C100) Uninverting(_c(6.6.1):C100) Uninverting(_d(6.6.1):C100) Uninverting(_e(6.6.1):C100) Uninverting(_f(6.6.1):C100)))}
   [junit4]   2> 782180 INFO  (qtp8796506-8266) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=73
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1600
   [junit4]   2> 782189 INFO  (qtp8796506-8268) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 782189 INFO  (Thread-1745) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 782189 INFO  (Thread-1745) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 782190 INFO  (qtp8796506-8264) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 782190 INFO  (qtp8796506-8264) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@185ee91
   [junit4]   2> 782191 INFO  (Thread-1745) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@16d339c[cdcr-target_shard1_replica1] main]
   [junit4]   2> 782193 INFO  (Thread-1745) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cdcr-target
   [junit4]   2> 782193 INFO  (Thread-1745) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cdcr-target
   [junit4]   2> 782193 INFO  (Thread-1745) [    ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cdcr-target/managed-schema
   [junit4]   2> 782194 INFO  (Thread-1745) [    ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 782194 INFO  (Thread-1745) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 782196 INFO  (searcherExecutor-3293-thread-1) [    ] o.a.s.c.SolrCore [cdcr-target_shard1_replica1] Registered new searcher Searcher@16d339c[cdcr-target_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_a(6.6.1):C1000) Uninverting(_b(6.6.1):C100)))}
   [junit4]   2> 782203 INFO  (Thread-1745) [    ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 782204 INFO  (Thread-1745) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@8dc37c[cdcr-target_shard1_replica1] main]
   [junit4]   2> 782205 INFO  (searcherExecutor-3293-thread-1) [    ] o.a.s.c.SolrCore [cdcr-target_shard1_replica1] Registered new searcher Searcher@8dc37c[cdcr-target_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_a(6.6.1):C1000) Uninverting(_b(6.6.1):C100)))}
   [junit4]   2> 782205 INFO  (Thread-1745) [    ] o.a.s.c.SolrCore [cdcr-target_shard1_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1165a5d
   [junit4]   2> 782205 INFO  (Thread-1745) [    ] o.a.s.h.CdcrRequestHandler Solr core is being closed - shutting down CDCR handler @ cdcr-target:shard1
   [junit4]   2> 782208 INFO  (Thread-1745) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.cdcr-target.shard1.replica1
   [junit4]   2> 782209 INFO  (recoveryExecutor-2017-thread-1) [    ] o.a.s.h.CdcrRequestHandler No replay needed.
   [junit4]   2> 782209 ERROR (updateExecutor-2016-thread-1) [    ] o.a.s.h.CdcrRequestHandler Bootstrap operation failed
   [junit4]   2> java.util.concurrent.ExecutionException: java.lang.AssertionError
   [junit4]   2> 	at java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122)
   [junit4]   2> 	at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:191)
   [junit4]   2> 	at org.apache.solr.handler.CdcrRequestHandler.lambda$handleBootstrapAction$0(CdcrRequestHandler.java:644)
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [junit4]   2> 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
   [junit4]   2> 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> Caused by: java.lang.AssertionError
   [junit4]   2> 	at org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:787)
   [junit4]   2> 	at org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:714)
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
   [junit4]   2> 	... 5 more
   [junit4]   2> 782248 INFO  (qtp8796506-8264) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@28c6f4[cdcr-source_shard1_replica1] main]
   [junit4]   2> 782249 INFO  (qtp8796506-8264) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 782249 INFO  (searcherExecutor-3275-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@28c6f4[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_a(6.6.1):C1000) Uninverting(_b(6.6.1):C100) Uninverting(_c(6.6.1):C100) Uninverting(_d(6.6.1):C100) Uninverting(_e(6.6.1):C100) Uninverting(_f(6.6.1):C100) Uninverting(_g(6.6.1):C100)))}
   [junit4]   2> 782249 INFO  (qtp8796506-8264) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=59
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1700
   [junit4]   2> 782255 INFO  (qtp8796506-8267) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 782257 INFO  (qtp8796506-8262) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 782257 INFO  (qtp8796506-8262) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@185ee91
   [junit4]   2> 782332 INFO  (qtp8796506-8262) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@19c3cc0[cdcr-source_shard1_replica1] main]
   [junit4]   2> 782332 INFO  (qtp8796506-8262) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 782332 INFO  (searcherExecutor-3275-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@19c3cc0[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_a(6.6.1):C1000) Uninverting(_b(6.6.1):C100) Uninverting(_c(6.6.1):C100) Uninverting(_d(6.6.1):C100) Uninverting(_e(6.6.1):C100) Uninverting(_f(6.6.1):C100) Uninverting(_g(6.6.1):C100) Uninverting(_h(6.6.1):C100)))}
   [junit4]   2> 782333 INFO  (qtp8796506-8262) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=75
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1800
   [junit4]   2> 782338 INFO  (qtp8796506-8265) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 782340 INFO  (qtp8796506-8269) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=f

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

.s.m.SolrMetricManager Closing metric reporters for: solr.jetty
   [junit4]   2> 1403948 INFO  (jetty-closer-1892-thread-4) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@5a9a0e{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1403948 INFO  (jetty-closer-1892-thread-4) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=25896064
   [junit4]   2> 1403948 INFO  (jetty-closer-1892-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1403948 INFO  (jetty-closer-1892-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jvm
   [junit4]   2> 1403948 INFO  (jetty-closer-1892-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jetty
   [junit4]   2> 1403953 WARN  (zkCallback-1910-thread-9) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1403956 INFO  (jetty-closer-1892-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1e05886{/solr,null,UNAVAILABLE}
   [junit4]   2> 1403956 INFO  (zkCallback-1938-thread-10) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1403956 INFO  (zkCallback-1911-thread-16) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1403956 INFO  (zkCallback-1913-thread-4) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1403957 INFO  (jetty-closer-1892-thread-4) [    ] o.a.s.c.Overseer Overseer (id=98545999239970828-127.0.0.1:49514_solr-n_0000000000) closing
   [junit4]   2> 1403957 WARN  (zkCallback-1911-thread-16) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1403957 INFO  (OverseerStateUpdate-98545999239970828-127.0.0.1:49514_solr-n_0000000000) [    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:49514_solr
   [junit4]   2> 1403958 INFO  (zkCallback-1938-thread-10) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1403958 INFO  (zkCallback-1913-thread-4) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1403961 WARN  (zkCallback-1938-thread-9) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1403962 INFO  (jetty-closer-1892-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1e0c92{/solr,null,UNAVAILABLE}
   [junit4]   2> 1403963 INFO  (jetty-closer-1892-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@583fc3{/solr,null,UNAVAILABLE}
   [junit4]   2> 1405461 WARN  (zkCallback-1913-thread-4) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1405462 INFO  (jetty-closer-1892-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@42a9d5{/solr,null,UNAVAILABLE}
   [junit4]   2> 1405464 ERROR (SUITE-CollectionsAPIDistributedZkTest-seed#[98F9D0D60032899C]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1405465 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[98F9D0D60032899C]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:49479 49479
   [junit4]   2> 1405467 INFO  (Thread-3233) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:49479 49479
   [junit4]   2> 1405509 WARN  (Thread-3233) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	12	/solr/configs/conf
   [junit4]   2> 	11	/solr/aliases.json
   [junit4]   2> 	11	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	167	/solr/clusterstate.json
   [junit4]   2> 	4	/solr/collections/nodes_used_collection/state.json
   [junit4]   2> 	4	/solr/collections/reloaded_collection/state.json
   [junit4]   2> 	2	/solr/collections/halfdeletedcollection/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	270	/solr/collections
   [junit4]   2> 	11	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 1405509 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[98F9D0D60032899C]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest_98F9D0D60032899C-001
   [junit4]   2> Aug 25, 2017 8:25:30 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=SimpleText, sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=mg-MG, timezone=Asia/Magadan
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 9 (32-bit)/cpus=3,threads=1,free=235279520,total=437252096
   [junit4]   2> NOTE: All tests run in this JVM: [PolyFieldTest, TestRestoreCore, TestInPlaceUpdatesStandalone, TestFunctionQuery, TestClassicSimilarityFactory, TestExtendedDismaxParser, TestSchemaResource, StatelessScriptUpdateProcessorFactoryTest, MultiTermTest, TestCollationField, TestHighFrequencyDictionaryFactory, ConcurrentDeleteAndCreateCollectionTest, ConjunctionSolrSpellCheckerTest, BlockJoinFacetRandomTest, InfoHandlerTest, TestSolrQueryResponse, TestImplicitCoreProperties, TestConfigSetImmutable, TestPivotHelperCode, TestRemoteStreaming, TestDynamicFieldResource, TestBulkSchemaConcurrent, SyncSliceTest, TestSQLHandlerNonCloud, AtomicUpdateProcessorFactoryTest, DeleteStatusTest, IndexBasedSpellCheckerTest, DistributedSuggestComponentTest, TestCSVLoader, CdcrUpdateLogTest, TestCollapseQParserPlugin, TestSolrQueryParserDefaultOperatorResource, SynonymTokenizerTest, TestStressRecovery, DOMUtilTest, OpenExchangeRatesOrgProviderTest, CursorMarkTest, TestSimpleTextCodec, TestSurroundQueryParser, TestPartialUpdateDeduplication, TestInitParams, SoftAutoCommitTest, TestMacros, OverseerModifyCollectionTest, DirectoryFactoryTest, DateRangeFieldTest, TestPerFieldSimilarity, TestJavabinTupleStreamParser, BitVectorTest, TestSweetSpotSimilarityFactory, TestUnifiedSolrHighlighter, LeaderInitiatedRecoveryOnCommitTest, JSONWriterTest, SpatialFilterTest, TestLockTree, TestDelegationWithHadoopAuth, VersionInfoTest, TestStandardQParsers, TestTestInjection, CdcrReplicationDistributedZkTest, TestFieldCacheReopen, AnalysisAfterCoreReloadTest, DeleteLastCustomShardedReplicaTest, TestPhraseSuggestions, TestBinaryResponseWriter, BigEndianAscendingWordDeserializerTest, TestCharFilters, TestLRUStatsCache, TestDocTermOrds, PluginInfoTest, HttpPartitionTest, ZkStateReaderTest, RecoveryZkTest, TestFaceting, TestTolerantUpdateProcessorRandomCloud, HttpSolrCallGetCoreTest, TestCSVResponseWriter, ShufflingReplicaListTransformerTest, SampleTest, TestGroupingSearch, CollectionsAPIAsyncDistributedZkTest, TestSearcherReuse, TestCryptoKeys, TestManagedResourceStorage, TestNestedDocsSort, BasicDistributedZkTest, TestSolrDynamicMBean, TestUpdate, TestFastOutputStream, TestRandomRequestDistribution, TestFileDictionaryLookup, DistribDocExpirationUpdateProcessorTest, InfixSuggestersTest, TestPseudoReturnFields, PeerSyncWithIndexFingerprintCachingTest, SolrJmxReporterCloudTest, CollectionStateFormat2Test, TestDistributedSearch, TestRTGBase, EnumFieldTest, SimplePostToolTest, PeerSyncReplicationTest, DistributedFacetPivotLongTailTest, TestPostingsSolrHighlighter, PathHierarchyTokenizerFactoryTest, SimpleFacetsTest, FastVectorHighlighterTest, TestRuleBasedAuthorizationPlugin, RequiredFieldsTest, TestMissingGroups, BooleanFieldTest, V2ApiIntegrationTest, TestAnalyzeInfixSuggestions, TestBulkSchemaAPI, TestOnReconnectListenerSupport, SegmentsInfoRequestHandlerTest, LeaderFailoverAfterPartitionTest, HdfsDirectoryTest, HardAutoCommitTest, TestElisionMultitermQuery, MigrateRouteKeyTest, TestStressCloudBlindAtomicUpdates, MetricUtilsTest, TestSmileRequest, TestDefaultStatsCache, TestGraphTermsQParserPlugin, TestReplicationHandler, TestRTimerTree, DistributedDebugComponentTest, TestDistributedStatsComponentCardinality, TestLeaderElectionWithEmptyReplica, DistributedFacetPivotSmallTest, DocumentAnalysisRequestHandlerTest, ReplicationFactorTest, HdfsUnloadDistributedZkTest, TestCoreContainer, TestDistribDocBasedVersion, HdfsThreadLeakTest, SortSpecParsingTest, DistributedQueueTest, ChaosMonkeyNothingIsSafeTest, NodeMutatorTest, TestReplicaProperties, TestManagedSchema, SolrGangliaReporterTest, FileUtilsTest, DocExpirationUpdateProcessorFactoryTest, ResponseLogComponentTest, HdfsBasicDistributedZk2Test, TestSchemaVersionResource, TestAnalyzedSuggestions, DistributedMLTComponentTest, ShardRoutingTest, ClassificationUpdateProcessorFactoryTest, TestIBSimilarityFactory, DocValuesNotIndexedTest, TestStressLucene, PropertiesRequestHandlerTest, HdfsRecoverLeaseTest, SaslZkACLProviderTest, BlockDirectoryTest, HdfsDirectoryFactoryTest, TestDocBasedVersionConstraints, CoreAdminRequestStatusTest, ClassificationUpdateProcessorTest, XmlUpdateRequestHandlerTest, StressHdfsTest, DirectUpdateHandlerTest, SchemaVersionSpecificBehaviorTest, TestCursorMarkWithoutUniqueKey, TestStressVersions, TestCollectionAPI, AssignTest, NumericFieldsTest, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest]
   [junit4] Completed [357/713 (2!)] on J0 in 115.82s, 20 tests, 1 failure <<< FAILURES!

[...truncated 37536 lines...]

[JENKINS-EA] Lucene-Solr-6.6-Windows (64bit/jdk-9-ea+181) - Build # 33 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.6-Windows/33/
Java: 64bit/jdk-9-ea+181 -XX:+UseCompressedOops -XX:+UseSerialGC --illegal-access=deny

3 tests failed.
FAILED:  org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.test

Error Message:
Captured an uncaught exception in thread: Thread[id=10995, name=updateExecutor-2789-thread-1, state=RUNNABLE, group=TGRP-ChaosMonkeySafeLeaderTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=10995, name=updateExecutor-2789-thread-1, state=RUNNABLE, group=TGRP-ChaosMonkeySafeLeaderTest]
	at __randomizedtesting.SeedInfo.seed([D60014D3C82FA656:5E542B0966D3CBAE]:0)
Caused by: org.apache.solr.common.SolrException: Replica: http://127.0.0.1:59158/_faj/collection1/ should have been marked under leader initiated recovery in ZkController but wasn't.
	at __randomizedtesting.SeedInfo.seed([D60014D3C82FA656]:0)
	at org.apache.solr.cloud.LeaderInitiatedRecoveryThread.run(LeaderInitiatedRecoveryThread.java:88)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-008\collection4: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-008\collection4    C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-008: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-008 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-008\collection4: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-008\collection4
   C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-008: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-008

	at __randomizedtesting.SeedInfo.seed([D60014D3C82FA656]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:329)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:216)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth

Error Message:
Error from server at http://127.0.0.1:61124/solr/authCollection: No registered leader was found after waiting for 4000ms , collection: authCollection slice: shard2

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:61124/solr/authCollection: No registered leader was found after waiting for 4000ms , collection: authCollection slice: shard2
	at __randomizedtesting.SeedInfo.seed([D60014D3C82FA656:6A6E62C16C7C252C]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:612)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:447)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:388)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1383)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1134)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1073)
	at org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth(BasicAuthIntegrationTest.java:194)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 12011 lines...]
   [junit4] Suite: org.apache.solr.core.TestLazyCores
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\init-core-data-001
   [junit4]   2> 785844 WARN  (SUITE-TestLazyCores-seed#[D60014D3C82FA656]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 785845 INFO  (SUITE-TestLazyCores-seed#[D60014D3C82FA656]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 785846 INFO  (SUITE-TestLazyCores-seed#[D60014D3C82FA656]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 785847 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[D60014D3C82FA656]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testLazyLoad
   [junit4]   2> 785890 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[D60014D3C82FA656]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-001\solr.xml
   [junit4]   2> 785895 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[D60014D3C82FA656]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 785922 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[D60014D3C82FA656]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 785928 WARN  (coreLoadExecutor-4540-thread-3) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 785928 WARN  (coreLoadExecutor-4540-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 785929 INFO  (coreLoadExecutor-4540-thread-3) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 785929 INFO  (coreLoadExecutor-4540-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 785929 WARN  (coreLoadExecutor-4540-thread-2) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 785930 INFO  (coreLoadExecutor-4540-thread-2) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 785940 INFO  (coreLoadExecutor-4540-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 785940 INFO  (coreLoadExecutor-4540-thread-2) [    ] o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 785940 INFO  (coreLoadExecutor-4540-thread-3) [    ] o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 785942 INFO  (coreLoadExecutor-4540-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 785942 INFO  (coreLoadExecutor-4540-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-001\.\collection1, trusted=true
   [junit4]   2> 785942 INFO  (coreLoadExecutor-4540-thread-2) [    ] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 785942 INFO  (coreLoadExecutor-4540-thread-2) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-001\.\collection2, trusted=true
   [junit4]   2> 785942 INFO  (coreLoadExecutor-4540-thread-3) [    ] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 785942 INFO  (coreLoadExecutor-4540-thread-3) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-001\.\collection5, trusted=true
   [junit4]   2> 785943 INFO  (coreLoadExecutor-4540-thread-1) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 785943 INFO  (coreLoadExecutor-4540-thread-2) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 785943 INFO  (coreLoadExecutor-4540-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-001\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-001\.\collection1\data\]
   [junit4]   2> 785943 INFO  (coreLoadExecutor-4540-thread-2) [    ] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-001\collection2], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-001\.\collection2\data\]
   [junit4]   2> 785943 INFO  (coreLoadExecutor-4540-thread-3) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 785943 INFO  (coreLoadExecutor-4540-thread-3) [    ] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-001\collection5], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-001\.\collection5\data\]
   [junit4]   2> 785947 INFO  (coreLoadExecutor-4540-thread-2) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=49, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=44.6083984375, floorSegmentMB=1.8681640625, forceMergeDeletesPctAllowed=15.652648059537269, segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 785947 INFO  (coreLoadExecutor-4540-thread-3) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=49, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=44.6083984375, floorSegmentMB=1.8681640625, forceMergeDeletesPctAllowed=15.652648059537269, segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 785948 INFO  (coreLoadExecutor-4540-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=49, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=44.6083984375, floorSegmentMB=1.8681640625, forceMergeDeletesPctAllowed=15.652648059537269, segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 786010 INFO  (coreLoadExecutor-4540-thread-2) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 786011 INFO  (coreLoadExecutor-4540-thread-2) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 786011 INFO  (coreLoadExecutor-4540-thread-2) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=49, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7674550238409049]
   [junit4]   2> 786012 INFO  (coreLoadExecutor-4540-thread-2) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@247b8fc4[collection2] main]
   [junit4]   2> 786012 INFO  (coreLoadExecutor-4540-thread-2) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-001\collection2\conf
   [junit4]   2> 786013 INFO  (coreLoadExecutor-4540-thread-2) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 786013 INFO  (searcherExecutor-4542-thread-1) [    ] o.a.s.c.SolrCore [collection2] Registered new searcher Searcher@247b8fc4[collection2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 786021 INFO  (coreLoadExecutor-4540-thread-3) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 786021 INFO  (coreLoadExecutor-4540-thread-3) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 786022 INFO  (coreLoadExecutor-4540-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 786022 INFO  (coreLoadExecutor-4540-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 786022 INFO  (coreLoadExecutor-4540-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=49, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7674550238409049]
   [junit4]   2> 786022 INFO  (coreLoadExecutor-4540-thread-3) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=49, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7674550238409049]
   [junit4]   2> 786023 INFO  (coreLoadExecutor-4540-thread-3) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@75aa6b8a[collection5] main]
   [junit4]   2> 786023 INFO  (coreLoadExecutor-4540-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4837623b[collection1] main]
   [junit4]   2> 786023 INFO  (coreLoadExecutor-4540-thread-3) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-001\collection5\conf
   [junit4]   2> 786023 INFO  (coreLoadExecutor-4540-thread-1) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-001\collection1\conf
   [junit4]   2> 786023 INFO  (coreLoadExecutor-4540-thread-3) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 786023 INFO  (coreLoadExecutor-4540-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 786024 INFO  (searcherExecutor-4541-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4837623b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 786024 INFO  (searcherExecutor-4543-thread-1) [    ] o.a.s.c.SolrCore [collection5] Registered new searcher Searcher@75aa6b8a[collection5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 786032 WARN  (TEST-TestLazyCores.testLazyLoad-seed#[D60014D3C82FA656]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 786032 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[D60014D3C82FA656]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 786037 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[D60014D3C82FA656]) [    ] o.a.s.s.IndexSchema [collection3] Schema name=tiny
   [junit4]   2> 786039 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[D60014D3C82FA656]) [    ] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 786039 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[D60014D3C82FA656]) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection3' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-001\.\collection3, trusted=true
   [junit4]   2> 786039 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[D60014D3C82FA656]) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 786039 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[D60014D3C82FA656]) [    ] o.a.s.c.SolrCore [[collection3] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-001\collection3], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-001\.\collection3\data\]
   [junit4]   2> 786045 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[D60014D3C82FA656]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=30, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 786088 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[D60014D3C82FA656]) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 786089 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[D60014D3C82FA656]) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 786089 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[D60014D3C82FA656]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=50, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=9.5712890625, floorSegmentMB=1.1376953125, forceMergeDeletesPctAllowed=10.570938219896172, segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.22392511427362916
   [junit4]   2> 786090 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[D60014D3C82FA656]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6a8eceae[collection3] main]
   [junit4]   2> 786090 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[D60014D3C82FA656]) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-001\collection3\conf
   [junit4]   2> 786091 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[D60014D3C82FA656]) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 786091 INFO  (searcherExecutor-4553-thread-1) [    ] o.a.s.c.SolrCore [collection3] Registered new searcher Searcher@6a8eceae[collection3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 786096 WARN  (TEST-TestLazyCores.testLazyLoad-seed#[D60014D3C82FA656]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 786097 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[D60014D3C82FA656]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 786113 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[D60014D3C82FA656]) [    ] o.a.s.s.IndexSchema [collection4] Schema name=tiny
   [junit4]   2> 786115 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[D60014D3C82FA656]) [    ] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 786115 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[D60014D3C82FA656]) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection4' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-001\.\collection4, trusted=true
   [junit4]   2> 786116 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[D60014D3C82FA656]) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 786116 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[D60014D3C82FA656]) [    ] o.a.s.c.SolrCore [[collection4] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-001\collection4], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-001\.\collection4\data\]
   [junit4]   2> 786121 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[D60014D3C82FA656]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=17, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=6.115234375, floorSegmentMB=0.4580078125, forceMergeDeletesPctAllowed=26.35133249652136, segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 786168 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[D60014D3C82FA656]) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 786168 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[D60014D3C82FA656]) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 786169 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[D60014D3C82FA656]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=42, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.26579959893656335]
   [junit4]   2> 786169 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[D60014D3C82FA656]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5cf18647[collection4] main]
   [junit4]   2> 786170 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[D60014D3C82FA656]) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-001\collection4\conf
   [junit4]   2> 786171 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[D60014D3C82FA656]) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 786171 INFO  (searcherExecutor-4557-thread-1) [    ] o.a.s.c.SolrCore [collection4] Registered new searcher Searcher@5cf18647[collection4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 786171 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[D60014D3C82FA656]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1501654444
   [junit4]   2> 786171 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[D60014D3C82FA656]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 786171 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[D60014D3C82FA656]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jvm
   [junit4]   2> 786171 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[D60014D3C82FA656]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jetty
   [junit4]   2> 786173 INFO  (coreCloseExecutor-4561-thread-1) [    ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4061aebd
   [junit4]   2> 786173 INFO  (coreCloseExecutor-4561-thread-5) [    ] o.a.s.c.SolrCore [collection3]  CLOSING SolrCore org.apache.solr.core.SolrCore@d42f17
   [junit4]   2> 786173 INFO  (coreCloseExecutor-4561-thread-4) [    ] o.a.s.c.SolrCore [collection2]  CLOSING SolrCore org.apache.solr.core.SolrCore@73b4b00
   [junit4]   2> 786173 INFO  (coreCloseExecutor-4561-thread-2) [    ] o.a.s.c.SolrCore [collection5]  CLOSING SolrCore org.apache.solr.core.SolrCore@541dbe31
   [junit4]   2> 786173 INFO  (coreCloseExecutor-4561-thread-3) [    ] o.a.s.c.SolrCore [collection4]  CLOSING SolrCore org.apache.solr.core.SolrCore@71795408
   [junit4]   2> 786175 INFO  (coreCloseExecutor-4561-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 786176 INFO  (coreCloseExecutor-4561-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection5
   [junit4]   2> 786176 INFO  (coreCloseExecutor-4561-thread-5) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection3
   [junit4]   2> 786177 INFO  (coreCloseExecutor-4561-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection2
   [junit4]   2> 786178 INFO  (coreCloseExecutor-4561-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection4
   [junit4]   2> 786179 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[D60014D3C82FA656]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testLazyLoad
   [junit4]   2> 786181 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCreateTransientFromAdmin
   [junit4]   2> 786228 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-002\solr.xml
   [junit4]   2> 786232 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 786262 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 786270 WARN  (coreLoadExecutor-4568-thread-2) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 786270 WARN  (coreLoadExecutor-4568-thread-3) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 786270 INFO  (coreLoadExecutor-4568-thread-2) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 786271 INFO  (coreLoadExecutor-4568-thread-3) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 786284 INFO  (coreLoadExecutor-4568-thread-2) [    ] o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 786285 INFO  (coreLoadExecutor-4568-thread-3) [    ] o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 786285 INFO  (coreLoadExecutor-4568-thread-2) [    ] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 786285 WARN  (coreLoadExecutor-4568-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 786285 INFO  (coreLoadExecutor-4568-thread-2) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-002\.\collection2, trusted=true
   [junit4]   2> 786285 INFO  (coreLoadExecutor-4568-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 786285 INFO  (coreLoadExecutor-4568-thread-2) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 786285 INFO  (coreLoadExecutor-4568-thread-2) [    ] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-002\collection2], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-002\.\collection2\data\]
   [junit4]   2> 786287 INFO  (coreLoadExecutor-4568-thread-3) [    ] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 786288 INFO  (coreLoadExecutor-4568-thread-3) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-002\.\collection5, trusted=true
   [junit4]   2> 786288 INFO  (coreLoadExecutor-4568-thread-3) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 786288 INFO  (coreLoadExecutor-4568-thread-3) [    ] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-002\collection5], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-002\.\collection5\data\]
   [junit4]   2> 786292 INFO  (coreLoadExecutor-4568-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 786292 INFO  (coreLoadExecutor-4568-thread-2) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=49, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=44.6083984375, floorSegmentMB=1.8681640625, forceMergeDeletesPctAllowed=15.652648059537269, segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 786293 INFO  (coreLoadExecutor-4568-thread-3) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=49, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=44.6083984375, floorSegmentMB=1.8681640625, forceMergeDeletesPctAllowed=15.652648059537269, segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 786295 INFO  (coreLoadExecutor-4568-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 786295 INFO  (coreLoadExecutor-4568-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-002\.\collection1, trusted=true
   [junit4]   2> 786295 INFO  (coreLoadExecutor-4568-thread-1) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 786295 INFO  (coreLoadExecutor-4568-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-002\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-002\.\collection1\data\]
   [junit4]   2> 786300 INFO  (coreLoadExecutor-4568-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=49, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=44.6083984375, floorSegmentMB=1.8681640625, forceMergeDeletesPctAllowed=15.652648059537269, segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 786357 INFO  (coreLoadExecutor-4568-thread-2) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 786357 INFO  (coreLoadExecutor-4568-thread-2) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 786357 INFO  (coreLoadExecutor-4568-thread-2) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=49, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7674550238409049]
   [junit4]   2> 786358 INFO  (coreLoadExecutor-4568-thread-2) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5afd3874[collection2] main]
   [junit4]   2> 786358 INFO  (coreLoadExecutor-4568-thread-2) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-002\collection2\conf
   [junit4]   2> 786359 INFO  (coreLoadExecutor-4568-thread-2) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 786359 INFO  (searcherExecutor-4569-thread-1) [    ] o.a.s.c.SolrCore [collection2] Registered new searcher Searcher@5afd3874[collection2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 786372 INFO  (coreLoadExecutor-4568-thread-3) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 786372 INFO  (coreLoadExecutor-4568-thread-3) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 786372 INFO  (coreLoadExecutor-4568-thread-3) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=49, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7674550238409049]
   [junit4]   2> 786373 INFO  (coreLoadExecutor-4568-thread-3) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@686a55[collection5] main]
   [junit4]   2> 786373 INFO  (coreLoadExecutor-4568-thread-3) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-002\collection5\conf
   [junit4]   2> 786374 INFO  (coreLoadExecutor-4568-thread-3) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 786374 INFO  (searcherExecutor-4570-thread-1) [    ] o.a.s.c.SolrCore [collection5] Registered new searcher Searcher@686a55[collection5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 786376 INFO  (coreLoadExecutor-4568-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 786376 INFO  (coreLoadExecutor-4568-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 786376 INFO  (coreLoadExecutor-4568-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=49, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7674550238409049]
   [junit4]   2> 786378 INFO  (coreLoadExecutor-4568-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1833971e[collection1] main]
   [junit4]   2> 786378 INFO  (coreLoadExecutor-4568-thread-1) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-002\collection1\conf
   [junit4]   2> 786378 INFO  (coreLoadExecutor-4568-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 786379 INFO  (searcherExecutor-4571-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1833971e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 786410 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.h.a.CoreAdminOperation core create command loadOnStartup=true&transient=true&name=core1&action=CREATE&wt=xml
   [junit4]   2> 786417 WARN  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 786417 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 786420 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.s.IndexSchema [core1] Schema name=tiny
   [junit4]   2> 786420 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 786420 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.CoreContainer Creating SolrCore 'core1' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-002\.\core1, trusted=true
   [junit4]   2> 786420 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 786420 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.SolrCore [[core1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-002\core1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-002\.\core1\data\]
   [junit4]   2> 786430 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=31.6884765625, floorSegmentMB=1.330078125, forceMergeDeletesPctAllowed=18.73410193713167, segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 786480 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 786480 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 786481 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=25, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.78967506053062]
   [junit4]   2> 786481 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@183493c3[core1] main]
   [junit4]   2> 786482 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-002\core1\conf
   [junit4]   2> 786482 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 786482 INFO  (searcherExecutor-4582-thread-1) [    ] o.a.s.c.SolrCore [core1] Registered new searcher Searcher@183493c3[core1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 786483 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.h.a.CoreAdminOperation core create command loadOnStartup=false&transient=true&name=core2&action=CREATE&wt=xml
   [junit4]   2> 786500 WARN  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 786502 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 786506 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.s.IndexSchema [core2] Schema name=tiny
   [junit4]   2> 786507 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 786507 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.CoreContainer Creating SolrCore 'core2' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-002\.\core2, trusted=true
   [junit4]   2> 786508 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 786508 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.SolrCore [[core2] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-002\core2], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-002\.\core2\data\]
   [junit4]   2> 786513 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=39, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6134937692836382]
   [junit4]   2> 786558 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 786558 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 786558 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=45.521484375, floorSegmentMB=1.0087890625, forceMergeDeletesPctAllowed=25.699020892513825, segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 786559 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@24898f03[core2] main]
   [junit4]   2> 786559 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-002\core2\conf
   [junit4]   2> 786559 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 786559 INFO  (searcherExecutor-4587-thread-1) [    ] o.a.s.c.SolrCore [core2] Registered new searcher Searcher@24898f03[core2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 786560 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.h.a.CoreAdminOperation core create command loadOnStartup=true&transient=true&name=core3&action=CREATE&wt=xml
   [junit4]   2> 786566 WARN  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 786567 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 786571 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.s.IndexSchema [core3] Schema name=tiny
   [junit4]   2> 786572 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 786572 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.CoreContainer Creating SolrCore 'core3' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-002\.\core3, trusted=true
   [junit4]   2> 786573 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 786573 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.SolrCore [[core3] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-002\core3], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-002\.\core3\data\]
   [junit4]   2> 786577 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=30, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8844312493210958]
   [junit4]   2> 786635 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 786636 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 786636 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=2139579442, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 786636 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1ada5132[core3] main]
   [junit4]   2> 786638 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-002\core3\conf
   [junit4]   2> 786638 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 786638 INFO  (searcherExecutor-4592-thread-1) [    ] o.a.s.c.SolrCore [core3] Registered new searcher Searcher@1ada5132[core3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 786638 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.h.a.CoreAdminOperation core create command loadOnStartup=false&transient=true&name=core4&action=CREATE&wt=xml
   [junit4]   2> 786643 WARN  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 786644 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 786649 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.s.IndexSchema [core4] Schema name=tiny
   [junit4]   2> 786650 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 786650 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.CoreContainer Creating SolrCore 'core4' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-002\.\core4, trusted=true
   [junit4]   2> 786650 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 786650 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.SolrCore [[core4] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-002\core4], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-002\.\core4\data\]
   [junit4]   2> 786655 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=34, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 786701 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 786702 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 786702 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=19, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=1.4990234375, floorSegmentMB=0.306640625, forceMergeDeletesPctAllowed=14.365548556139272, segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 786703 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@9a1cab7[core4] main]
   [junit4]   2> 786703 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-002\core4\conf
   [junit4]   2> 786703 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 786703 INFO  (searcherExecutor-4597-thread-1) [    ] o.a.s.c.SolrCore [core4] Registered new searcher Searcher@9a1cab7[core4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 786703 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Closing transient core [collection2]
   [junit4]   2> 786704 INFO  (Thread-2415) [    ] o.a.s.c.SolrCore [collection2]  CLOSING SolrCore org.apache.solr.core.SolrCore@1c8fb021
   [junit4]   2> 786704 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.h.a.CoreAdminOperation core create command loadOnStartup=false&transient=true&name=core5&action=CREATE&wt=xml
   [junit4]   2> 786706 INFO  (Thread-2415) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection2
   [junit4]   2> 786711 WARN  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 786711 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 786717 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.s.IndexSchema [core5] Schema name=tiny
   [junit4]   2> 786718 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 786718 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.CoreContainer Creating SolrCore 'core5' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-002\.\core5, trusted=true
   [junit4]   2> 786719 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 786719 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.SolrCore [[core5] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-002\core5], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-002\.\core5\data\]
   [junit4]   2> 786724 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=10, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.21705823502839883]
   [junit4]   2> 786780 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 786780 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 786780 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=21, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3511170536647087]
   [junit4]   2> 786781 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@34b6c3e6[core5] main]
   [junit4]   2> 786781 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-002\core5\conf
   [junit4]   2> 786782 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 786782 INFO  (searcherExecutor-4602-thread-1) [    ] o.a.s.c.SolrCore [core5] Registered new searcher Searcher@34b6c3e6[core5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 786782 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Closing transient core [core1]
   [junit4]   2> 786782 INFO  (Thread-2415) [    ] o.a.s.c.SolrCore [core1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5ce2cedd
   [junit4]   2> 786784 INFO  (Thread-2415) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.core1
   [junit4]   2> 786791 WARN  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 786792 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 786796 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.s.IndexSchema [core1] Schema name=tiny
   [junit4]   2> 786798 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 786798 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.CoreContainer Creating SolrCore 'core1' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-002\.\core1, trusted=true
   [junit4]   2> 786798 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 786798 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.SolrCore [[core1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-002\core1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-002\.\core1\data\]
   [junit4]   2> 786849 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 786849 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 786850 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=50, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=35.990234375, floorSegmentMB=1.826171875, forceMergeDeletesPctAllowed=2.962553237341848, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.10625069457683481
   [junit4]   2> 786850 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6fc663e[core1] main]
   [junit4]   2> 786851 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-002\core1\conf
   [junit4]   2> 786851 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 786851 INFO  (searcherExecutor-4606-thread-1) [    ] o.a.s.c.SolrCore [core1] Registered new searcher Searcher@6fc663e[core1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 786851 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Closing transient core [core2]
   [junit4]   2> 786851 INFO  (Thread-2415) [    ] o.a.s.c.SolrCore [core2]  CLOSING SolrCore org.apache.solr.core.SolrCore@564412de
   [junit4]   2> 786853 INFO  (Thread-2415) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.core2
   [junit4]   2> 786859 WARN  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 786859 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 786876 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.s.IndexSchema [core2] Schema name=tiny
   [junit4]   2> 786879 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 786879 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.CoreContainer Creating SolrCore 'core2' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-002\.\core2, trusted=true
   [junit4]   2> 786880 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 786880 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.SolrCore [[core2] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-002\core2], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-002\.\core2\data\]
   [junit4]   2> 786941 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 786941 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 786943 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=83.43359375, floorSegmentMB=1.798828125, forceMergeDeletesPctAllowed=1.227749258743177, segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8058242403493074
   [junit4]   2> 786943 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@232da594[core2] main]
   [junit4]   2> 786944 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-002\core2\conf
   [junit4]   2> 786944 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 786945 INFO  (searcherExecutor-4610-thread-1) [    ] o.a.s.c.SolrCore [core2] Registered new searcher Searcher@232da594[core2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 786945 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Closing transient core [core3]
   [junit4]   2> 786945 INFO  (Thread-2415) [    ] o.a.s.c.SolrCore [core3]  CLOSING SolrCore org.apache.solr.core.SolrCore@39bd21dd
   [junit4]   2> 786946 INFO  (Thread-2415) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.core3
   [junit4]   2> 786953 WARN  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 786953 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 786958 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.s.IndexSchema [core3] Schema name=tiny
   [junit4]   2> 786960 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 786960 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.CoreContainer Creating SolrCore 'core3' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-002\.\core3, trusted=true
   [junit4]   2> 786960 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 786961 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.SolrCore [[core3] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-002\core3], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-002\.\core3\data\]
   [junit4]   2> 787008 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 787008 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 787008 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=15, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=98.2666015625, floorSegmentMB=0.3154296875, forceMergeDeletesPctAllowed=8.64159892987869, segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 787013 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@272563b2[core3] main]
   [junit4]   2> 787013 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-002\core3\conf
   [junit4]   2> 787013 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 787014 INFO  (searcherExecutor-4614-thread-1) [    ] o.a.s.c.SolrCore [core3] Registered new searcher Searcher@272563b2[core3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 787014 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Closing transient core [core4]
   [junit4]   2> 787014 INFO  (Thread-2415) [    ] o.a.s.c.SolrCore [core4]  CLOSING SolrCore org.apache.solr.core.SolrCore@160e4bdb
   [junit4]   2> 787015 INFO  (Thread-2415) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.core4
   [junit4]   2> 787021 WARN  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 787021 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 787034 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.s.IndexSchema [core4] Schema name=tiny
   [junit4]   2> 787035 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 787035 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.CoreContainer Creating SolrCore 'core4' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-002\.\core4, trusted=true
   [junit4]   2> 787036 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 787036 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.SolrCore [[core4] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-002\core4], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-002\.\core4\data\]
   [junit4]   2> 787082 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 787082 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 787083 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=48, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 787083 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@3d7c5e23[core4] main]
   [junit4]   2> 787083 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-002\core4\conf
   [junit4]   2> 787084 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 787084 INFO  (searcherExecutor-4618-thread-1) [    ] o.a.s.c.SolrCore [core4] Registered new searcher Searcher@3d7c5e23[core4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 787084 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Closing transient core [core5]
   [junit4]   2> 787084 INFO  (Thread-2415) [    ] o.a.s.c.SolrCore [core5]  CLOSING SolrCore org.apache.solr.core.SolrCore@a30a352
   [junit4]   2> 787086 INFO  (Thread-2415) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.core5
   [junit4]   2> 787093 WARN  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 787094 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 787098 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.s.IndexSchema [core5] Schema name=tiny
   [junit4]   2> 787100 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 787100 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.CoreContainer Creating SolrCore 'core5' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-002\.\core5, trusted=true
   [junit4]   2> 787101 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 787101 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.SolrCore [[core5] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-002\core5], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-002\.\core5\data\]
   [junit4]   2> 787147 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 787147 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 787148 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=75.9697265625, floorSegmentMB=1.4052734375, forceMergeDeletesPctAllowed=29.21886411231692, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4130708628929297
   [junit4]   2> 787150 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@3b208637[core5] main]
   [junit4]   2> 787150 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-002\core5\conf
   [junit4]   2> 787150 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 787150 INFO  (searcherExecutor-4622-thread-1) [    ] o.a.s.c.SolrCore [core5] Registered new searcher Searcher@3b208637[core5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 787150 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Closing transient core [core1]
   [junit4]   2> 787151 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.core2
   [junit4]   2> 787151 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.SolrCore Core core2 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 787253 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.SolrCore Core core2 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 787354 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.SolrCore Core core2 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 787455 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.SolrCore Core core2 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 787555 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.SolrCore Core core2 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 787655 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.SolrCore Core core2 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 787756 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.SolrCore Core core2 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 787857 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.SolrCore Core core2 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 787958 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.SolrCore Core core2 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 788023 INFO  (Thread-2416) [    ] o.a.s.c.SolrCore [core1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4fa5c916
   [junit4]   2> 788025 INFO  (Thread-2416) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.core1
   [junit4]   2> 788026 INFO  (Thread-2416) [    ] o.a.s.c.SolrCore [core2]  CLOSING SolrCore org.apache.solr.core.SolrCore@3d60f545
   [junit4]   2> 788053 INFO  (Thread-2416) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.core2
   [junit4]   2> 788070 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.core3
   [junit4]   2> 788070 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.SolrCore [core3]  CLOSING SolrCore org.apache.solr.core.SolrCore@3b74fdbb
   [junit4]   2> 788072 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.core3
   [junit4]   2> 788072 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.core4
   [junit4]   2> 788072 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.SolrCore [core4]  CLOSING SolrCore org.apache.solr.core.SolrCore@1a6b6aec
   [junit4]   2> 788074 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.core4
   [junit4]   2> 788074 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.core5
   [junit4]   2> 788074 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.SolrCore [core5]  CLOSING SolrCore org.apache.solr.core.SolrCore@b524a30
   [junit4]   2> 788076 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.core5
   [junit4]   2> 788076 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=88006150
   [junit4]   2> 788076 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 788076 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jvm
   [junit4]   2> 788076 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jetty
   [junit4]   2> 788102 INFO  (coreCloseExecutor-4631-thread-1) [    ] o.a.s.c.SolrCore [collection5]  CLOSING SolrCore org.apache.solr.core.SolrCore@3cf22b5d
   [junit4]   2> 788104 INFO  (coreCloseExecutor-4631-thread-2) [    ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@6ac5fb43
   [junit4]   2> 788106 INFO  (coreCloseExecutor-4631-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection5
   [junit4]   2> 788106 INFO  (coreCloseExecutor-4631-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 788107 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D60014D3C82FA656]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCreateTransientFromAdmin
   [junit4] IGNOR/A 0.00s J0 | TestLazyCores.testNoCommit
   [junit4]    > Assumption #1: 'badapple' test group is disabled (@BadApple(bugUrl="https://issues.apache.org/jira/browse/SOLR-10101"))
   [junit4]   2> 788113 INFO  (TEST-TestLazyCores.testRace-seed#[D60014D3C82FA656]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testRace
   [junit4]   2> 788169 INFO  (TEST-TestLazyCores.testRace-seed#[D60014D3C82FA656]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_D60014D3C82FA656-001\tempDir-003\solr.xml
   [junit4]   2> 788175 INFO  (TEST-TestLazyCores.testRace-seed#[D60014D3C82FA656]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 788220 INFO  (TEST-TestLazyCores.testRace-seed#[D60014D3C82FA656]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 788230 WARN  (coreLoadExecutor-4638-thread-3) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 788230 INFO  (coreLoadExecutor-4638-thread-3) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 788230 WARN  (coreLoadExecutor-4638-thread-2) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 788231 INFO  (coreLoadExecutor-4638-thread-2) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 788236 INFO  (coreLoadExecutor-4638-thread-3) [    ] o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 788237 INFO  (coreLoadExecutor-4638-thread-2) [    ] o.a.s.s.IndexSchema [collection2] Schema name=tiny


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

rg.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 946831 INFO  (coreCloseExecutor-5156-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.authCollection.shard2.replica1
   [junit4]   2> 946831 INFO  (zkCallback-3054-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (1)
   [junit4]   2> 946836 WARN  (zkCallback-3054-thread-1) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 948087 ERROR (coreZkRegister-5136-thread-1) [    ] o.a.s.c.ZkController Error getting leader from zk
   [junit4]   2> org.apache.solr.common.SolrException: CoreContainer is closed
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.getLeaderProps(ZkController.java:1040)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.getLeaderProps(ZkController.java:1007)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.getLeader(ZkController.java:963)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.register(ZkController.java:902)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.register(ZkController.java:846)
   [junit4]   2> 	at org.apache.solr.core.ZkContainer.lambda$registerInZk$0(ZkContainer.java:181)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 948087 ERROR (coreZkRegister-5136-thread-1) [    ] o.a.s.c.ZkContainer :org.apache.solr.common.SolrException: Error getting leader from zk for shard shard2
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.getLeader(ZkController.java:996)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.register(ZkController.java:902)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.register(ZkController.java:846)
   [junit4]   2> 	at org.apache.solr.core.ZkContainer.lambda$registerInZk$0(ZkContainer.java:181)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: CoreContainer is closed
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.getLeaderProps(ZkController.java:1040)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.getLeaderProps(ZkController.java:1007)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.getLeader(ZkController.java:963)
   [junit4]   2> 	... 7 more
   [junit4]   2> 
   [junit4]   2> 948088 INFO  (jetty-closer-3026-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@9f2d909{/solr,null,UNAVAILABLE}
   [junit4]   2> 948331 WARN  (zkCallback-3040-thread-2) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 948331 INFO  (jetty-closer-3026-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7d5b908d{/solr,null,UNAVAILABLE}
   [junit4]   2> 948332 INFO  (jetty-closer-3026-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@ac304ce{/solr,null,UNAVAILABLE}
   [junit4]   2> 948336 ERROR (SUITE-BasicAuthIntegrationTest-seed#[D60014D3C82FA656]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 948336 INFO  (SUITE-BasicAuthIntegrationTest-seed#[D60014D3C82FA656]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:61117 61117
   [junit4]   2> 948337 INFO  (Thread-2551) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:61117 61117
   [junit4]   2> 948340 WARN  (Thread-2551) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	4	/solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 	4	/solr/collections/authCollection/state.json
   [junit4]   2> 	2	/solr/overseer_elect/election/98543386811432967-127.0.0.1:61121_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 	4	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 948340 INFO  (SUITE-BasicAuthIntegrationTest-seed#[D60014D3C82FA656]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_D60014D3C82FA656-001
   [junit4]   2> Aug 25, 2017 9:19:23 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62), sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=ta-IN, timezone=America/Catamarca
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 9 (64-bit)/cpus=3,threads=1,free=193632672,total=497434624
   [junit4]   2> NOTE: All tests run in this JVM: [TestStressUserVersions, FieldAnalysisRequestHandlerTest, BlockJoinFacetDistribTest, TestFreeTextSuggestions, HdfsTlogReplayBufferedWhileIndexingTest, MultiThreadedOCPTest, SpellPossibilityIteratorTest, DistributedFacetPivotLargeTest, DocValuesMissingTest, HLLSerializationTest, SuggesterTSTTest, HdfsSyncSliceTest, LeaderElectionIntegrationTest, TestPKIAuthenticationPlugin, SparseHLLTest, SpatialRPTFieldTypeTest, QueryResultKeyTest, HdfsNNFailoverTest, TestConfigSetsAPIZkFailure, CopyFieldTest, ShardRoutingCustomTest, TestClusterStateMutator, FieldMutatingUpdateProcessorTest, TestCoreAdminApis, CdcrVersionReplicationTest, TlogReplayBufferedWhileIndexingTest, SecurityConfHandlerTest, TestIndexSearcher, CleanupOldIndexTest, TestClusterProperties, CoreAdminCreateDiscoverTest, OpenCloseCoreStressTest, TestTrackingShardHandlerFactory, RAMDirectoryFactoryTest, SliceStateTest, TestObjectReleaseTracker, HdfsLockFactoryTest, DistributedFacetPivotWhiteBoxTest, CoreSorterTest, ManagedSchemaRoundRobinCloudTest, TestSubQueryTransformerCrossCore, ConnectionReuseTest, TestCoreDiscovery, TestSolrQueryParserResource, SpellCheckCollatorWithCollapseTest, ZkSolrClientTest, ConfigSetsAPITest, RecoveryAfterSoftCommitTest, TestFoldingMultitermQuery, TestScoreJoinQPNoScore, TestMacroExpander, TestCustomSort, TestXmlQParser, TestSolrConfigHandlerCloud, MBeansHandlerTest, TestDownShardTolerantSearch, BasicFunctionalityTest, TestOmitPositions, TestSolr4Spatial, TestExportWriter, DebugComponentTest, SpellCheckComponentTest, ReturnFieldsTest, TestConfigSetsAPI, TestDistributedGrouping, TermVectorComponentDistributedTest, TestSolrDeletionPolicy2, TestConfigOverlay, LukeRequestHandlerTest, SearchHandlerTest, CollectionsAPIDistributedZkTest, OverseerCollectionConfigSetProcessorTest, TestEmbeddedSolrServerSchemaAPI, TestPushWriter, RestartWhileUpdatingTest, DistribJoinFromCollectionTest, TestRestManager, DataDrivenBlockJoinTest, SolrXmlInZkTest, AtomicUpdatesTest, TestCloudManagedSchema, TestSolrFieldCacheMBean, ClusterStateTest, AnalysisErrorHandlingTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, SolrIndexSplitterTest, TestFastWriter, ChangedSchemaMergeTest, TestFuzzyAnalyzedSuggestions, TestMaxScoreQueryParser, LeaderFailureAfterFreshStartTest, ScriptEngineTest, TestDocSet, TestRandomCollapseQParserPlugin, TestSQLHandler, RequestHandlersTest, CircularListTest, CoreAdminHandlerTest, SSLMigrationTest, TestSolrXml, TestNRTOpen, DateMathParserTest, BufferStoreTest, TestGraphMLResponseWriter, SolrIndexConfigTest, TestSolrCloudWithSecureImpersonation, LeaderElectionContextKeyTest, CollectionTooManyReplicasTest, TestExceedMaxTermLength, TestUtils, TestRandomFaceting, TestImpersonationWithHadoopAuth, HdfsChaosMonkeySafeLeaderTest, TestUninvertingReader, TestSimpleQParserPlugin, UpdateRequestProcessorFactoryTest, TestBlobHandler, TestDeleteCollectionOnDownNodes, TestComplexPhraseLeadingWildcard, DistributedTermsComponentTest, PKIAuthenticationIntegrationTest, TestDistributedMissingSort, BasicZkTest, IndexSchemaTest, HighlighterConfigTest, DistributedFacetPivotSmallAdvancedTest, TestSimpleTrackingShardHandler, TestTolerantUpdateProcessorCloud, CloneFieldUpdateProcessorFactoryTest, ChaosMonkeySafeLeaderTest, TestDistribIDF, PreAnalyzedUpdateProcessorTest, TestRangeQuery, TestSolrCoreSnapshots, LeaderInitiatedRecoveryOnShardRestartTest, TestConfigSetProperties, TestHdfsCloudBackupRestore, BasicDistributedZk2Test, TestCloudJSONFacetJoinDomain, TestSha256AuthenticationProvider, TestHashQParserPlugin, TestIndexingPerformance, TestJmxMonitoredMap, TestManagedSchemaAPI, SpellingQueryConverterTest, JsonLoaderTest, TestCloudPseudoReturnFields, TestSchemaNameResource, BasicAuthIntegrationTest]
   [junit4] Completed [334/713 (3!)] on J1 in 11.17s, 1 test, 1 error <<< FAILURES!

[...truncated 37568 lines...]

[JENKINS-EA] Lucene-Solr-6.6-Windows (32bit/jdk-9-ea+181) - Build # 32 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.6-Windows/32/
Java: 32bit/jdk-9-ea+181 -client -XX:+UseG1GC --illegal-access=deny

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

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

Stack Trace:
java.lang.AssertionError: Document mismatch on target after sync expected:<2000> but was:<1100>
	at __randomizedtesting.SeedInfo.seed([4436D6AAAC34EEA7:90739DF34B625D5C]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster(CdcrBootstrapTest.java:309)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 11114 lines...]
   [junit4] Suite: org.apache.solr.cloud.CdcrBootstrapTest
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_4436D6AAAC34EEA7-001\init-core-data-001
   [junit4]   2> 90650 WARN  (SUITE-CdcrBootstrapTest-seed#[4436D6AAAC34EEA7]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=14 numCloses=14
   [junit4]   2> 90650 INFO  (SUITE-CdcrBootstrapTest-seed#[4436D6AAAC34EEA7]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 90652 INFO  (SUITE-CdcrBootstrapTest-seed#[4436D6AAAC34EEA7]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 90661 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[4436D6AAAC34EEA7]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBootstrapWithContinousIndexingOnSourceCluster
   [junit4]   2> 90662 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[4436D6AAAC34EEA7]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_4436D6AAAC34EEA7-001\cdcr-target-001
   [junit4]   2> 90662 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[4436D6AAAC34EEA7]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 90662 INFO  (Thread-225) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 90662 INFO  (Thread-225) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 90669 ERROR (Thread-225) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 90763 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[4436D6AAAC34EEA7]) [    ] o.a.s.c.ZkTestServer start zk server on port:52786
   [junit4]   2> 90776 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 0x15e1657b0a00000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 90792 INFO  (jetty-launcher-122-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 90792 INFO  (jetty-launcher-122-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@16a3cf3{/solr,null,AVAILABLE}
   [junit4]   2> 90835 INFO  (jetty-launcher-122-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1b4af66{SSL,[ssl, http/1.1]}{127.0.0.1:52790}
   [junit4]   2> 90835 INFO  (jetty-launcher-122-thread-1) [    ] o.e.j.s.Server Started @92056ms
   [junit4]   2> 90835 INFO  (jetty-launcher-122-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=52790}
   [junit4]   2> 90836 ERROR (jetty-launcher-122-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 90836 INFO  (jetty-launcher-122-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.1
   [junit4]   2> 90836 INFO  (jetty-launcher-122-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 90836 INFO  (jetty-launcher-122-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 90836 INFO  (jetty-launcher-122-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-24T22:23:19.367988200Z
   [junit4]   2> 90843 INFO  (jetty-launcher-122-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 90862 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 0x15e1657b0a00001, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 90866 INFO  (jetty-launcher-122-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 90868 INFO  (jetty-launcher-122-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52786/solr
   [junit4]   2> 90907 INFO  (jetty-launcher-122-thread-1) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 90908 INFO  (jetty-launcher-122-thread-1) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:52790_solr
   [junit4]   2> 90910 INFO  (jetty-launcher-122-thread-1) [    ] o.a.s.c.Overseer Overseer (id=98540807729971203-127.0.0.1:52790_solr-n_0000000000) starting
   [junit4]   2> 90919 INFO  (jetty-launcher-122-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52790_solr
   [junit4]   2> 90921 INFO  (zkCallback-129-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 91049 INFO  (jetty-launcher-122-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_4436D6AAAC34EEA7-001\cdcr-target-001\node1\.
   [junit4]   1> Target zkHost = 127.0.0.1:52786/solr
   [junit4]   2> 91069 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 0x15e1657b0a00005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 91070 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[4436D6AAAC34EEA7]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_4436D6AAAC34EEA7-001\cdcr-source-001
   [junit4]   2> 91071 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[4436D6AAAC34EEA7]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 91071 INFO  (Thread-235) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 91071 INFO  (Thread-235) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 91077 ERROR (Thread-235) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 91171 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[4436D6AAAC34EEA7]) [    ] o.a.s.c.ZkTestServer start zk server on port:52810
   [junit4]   2> 91188 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 0x15e1657b2370000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 91196 INFO  (jetty-launcher-134-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 91197 INFO  (jetty-launcher-134-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@9ce015{/solr,null,AVAILABLE}
   [junit4]   2> 91199 INFO  (jetty-launcher-134-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7609a{SSL,[ssl, http/1.1]}{127.0.0.1:52814}
   [junit4]   2> 91200 INFO  (jetty-launcher-134-thread-1) [    ] o.e.j.s.Server Started @92421ms
   [junit4]   2> 91200 INFO  (jetty-launcher-134-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=52814}
   [junit4]   2> 91201 ERROR (jetty-launcher-134-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 91201 INFO  (jetty-launcher-134-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.1
   [junit4]   2> 91201 INFO  (jetty-launcher-134-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 91201 INFO  (jetty-launcher-134-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 91201 INFO  (jetty-launcher-134-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-24T22:23:19.732970600Z
   [junit4]   2> 91209 INFO  (jetty-launcher-134-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 91225 INFO  (jetty-launcher-134-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 91227 INFO  (jetty-launcher-134-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52810/solr
   [junit4]   2> 91235 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 0x15e1657b2370002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 91283 INFO  (jetty-launcher-134-thread-1) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 91284 INFO  (jetty-launcher-134-thread-1) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:52814_solr
   [junit4]   2> 91285 INFO  (jetty-launcher-134-thread-1) [    ] o.a.s.c.Overseer Overseer (id=98540807756644355-127.0.0.1:52814_solr-n_0000000000) starting
   [junit4]   2> 91294 INFO  (jetty-launcher-134-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52814_solr
   [junit4]   2> 91295 INFO  (zkCallback-141-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 91421 INFO  (jetty-launcher-134-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_4436D6AAAC34EEA7-001\cdcr-source-001\node1\.
   [junit4]   2> 91444 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 0x15e1657b2370006, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 91448 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[4436D6AAAC34EEA7]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 91449 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[4436D6AAAC34EEA7]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:52810/solr ready
   [junit4]   2> 91561 INFO  (qtp6734590-859) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=cdcr-source&name=cdcr-source&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 91565 INFO  (OverseerThreadFactory-402-thread-1) [    ] o.a.s.c.CreateCollectionCmd Create collection cdcr-source
   [junit4]   2> 91694 INFO  (qtp6734590-863) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&name=cdcr-source_shard1_replica1&action=CREATE&numShards=1&collection=cdcr-source&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2
   [junit4]   2> 91695 INFO  (qtp6734590-863) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 91807 INFO  (zkCallback-141-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 92721 INFO  (qtp6734590-863) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 92729 INFO  (qtp6734590-863) [    ] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 92735 INFO  (qtp6734590-863) [    ] o.a.s.s.IndexSchema [cdcr-source_shard1_replica1] Schema name=minimal
   [junit4]   2> 92737 INFO  (qtp6734590-863) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 92746 INFO  (qtp6734590-863) [    ] o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at /configs/cdcr-source/managed-schema
   [junit4]   2> 92749 INFO  (qtp6734590-863) [    ] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in ZooKeeper, renamed the non-managed schema /configs/cdcr-source/schema.xml to /configs/cdcr-source/schema.xml.bak
   [junit4]   2> 92749 INFO  (qtp6734590-863) [    ] o.a.s.c.CoreContainer Creating SolrCore 'cdcr-source_shard1_replica1' using configuration from collection cdcr-source, trusted=true
   [junit4]   2> 92750 INFO  (qtp6734590-863) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 92750 INFO  (qtp6734590-863) [    ] o.a.s.c.SolrCore [[cdcr-source_shard1_replica1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_4436D6AAAC34EEA7-001\cdcr-source-001\node1\cdcr-source_shard1_replica1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_4436D6AAAC34EEA7-001\cdcr-source-001\node1\.\cdcr-source_shard1_replica1\data\]
   [junit4]   2> 92855 INFO  (qtp6734590-863) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 92855 INFO  (qtp6734590-863) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 92857 INFO  (qtp6734590-863) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 92858 INFO  (qtp6734590-863) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 92860 INFO  (qtp6734590-863) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1e848bc[cdcr-source_shard1_replica1] main]
   [junit4]   2> 92863 INFO  (qtp6734590-863) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cdcr-source
   [junit4]   2> 92863 INFO  (qtp6734590-863) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cdcr-source
   [junit4]   2> 92865 INFO  (qtp6734590-863) [    ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cdcr-source/managed-schema
   [junit4]   2> 92867 INFO  (qtp6734590-863) [    ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 92867 INFO  (qtp6734590-863) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 92873 INFO  (qtp6734590-863) [    ] o.a.s.h.CdcrBufferStateManager Created znode /collections/cdcr-source/cdcr/state/buffer
   [junit4]   2> 92877 INFO  (qtp6734590-863) [    ] o.a.s.h.CdcrProcessStateManager Created znode /collections/cdcr-source/cdcr/state/process
   [junit4]   2> 92889 INFO  (searcherExecutor-405-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@1e848bc[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 92889 INFO  (qtp6734590-863) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576652926007377920
   [junit4]   2> 92897 INFO  (qtp6734590-863) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 92897 INFO  (qtp6734590-863) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 92897 INFO  (qtp6734590-863) [    ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:52814/solr/cdcr-source_shard1_replica1/
   [junit4]   2> 92897 INFO  (qtp6734590-863) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 92897 INFO  (qtp6734590-863) [    ] o.a.s.c.SyncStrategy https://127.0.0.1:52814/solr/cdcr-source_shard1_replica1/ has no replicas
   [junit4]   2> 92897 INFO  (qtp6734590-863) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 92900 INFO  (zkCallback-141-thread-1) [    ] o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-source:shard1
   [junit4]   2> 92902 INFO  (qtp6734590-863) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:52814/solr/cdcr-source_shard1_replica1/ shard1
   [junit4]   2> 93009 INFO  (zkCallback-141-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 93055 INFO  (qtp6734590-863) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 93059 INFO  (qtp6734590-863) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&name=cdcr-source_shard1_replica1&action=CREATE&numShards=1&collection=cdcr-source&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2} status=0 QTime=1364
   [junit4]   2> 93068 INFO  (qtp6734590-859) [    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 93167 INFO  (zkCallback-141-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 93570 INFO  (OverseerCollectionConfigSetProcessor-98540807756644355-127.0.0.1:52814_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 94068 INFO  (qtp6734590-859) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=cdcr-source&name=cdcr-source&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2} status=0 QTime=2506
   [junit4]   1> Adding 10 docs with commit=true, numDocs=100
   [junit4]   2> 94089 INFO  (qtp6734590-858) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=13
   [junit4]   2> 94091 INFO  (qtp6734590-856) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 94091 INFO  (qtp6734590-856) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@153aad8
   [junit4]   2> 94118 INFO  (qtp6734590-856) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@19ef9e3[cdcr-source_shard1_replica1] main]
   [junit4]   2> 94120 INFO  (searcherExecutor-405-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@19ef9e3[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.1):C100)))}
   [junit4]   2> 94120 INFO  (qtp6734590-856) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 94120 INFO  (qtp6734590-856) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=28
   [junit4]   1> Adding 10 docs with commit=true, numDocs=200
   [junit4]   2> 94132 INFO  (qtp6734590-860) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=8
   [junit4]   2> 94134 INFO  (qtp6734590-861) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 94134 INFO  (qtp6734590-861) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@153aad8
   [junit4]   2> 94173 INFO  (qtp6734590-861) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1681823[cdcr-source_shard1_replica1] main]
   [junit4]   2> 94174 INFO  (searcherExecutor-405-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@1681823[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.1):C100) Uninverting(_1(6.6.1):C100)))}
   [junit4]   2> 94174 INFO  (qtp6734590-861) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 94174 INFO  (qtp6734590-861) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=40
   [junit4]   1> Adding 10 docs with commit=true, numDocs=300
   [junit4]   2> 94186 INFO  (qtp6734590-863) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=8
   [junit4]   2> 94189 INFO  (qtp6734590-862) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 94189 INFO  (qtp6734590-862) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@153aad8
   [junit4]   2> 94223 INFO  (qtp6734590-862) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1418386[cdcr-source_shard1_replica1] main]
   [junit4]   2> 94223 INFO  (qtp6734590-862) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 94223 INFO  (searcherExecutor-405-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@1418386[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.1):C100) Uninverting(_1(6.6.1):C100) Uninverting(_2(6.6.1):C100)))}
   [junit4]   2> 94224 INFO  (qtp6734590-862) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=35
   [junit4]   1> Adding 10 docs with commit=true, numDocs=400
   [junit4]   2> 94234 INFO  (qtp6734590-858) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 94235 INFO  (qtp6734590-860) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 94235 INFO  (qtp6734590-860) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@153aad8
   [junit4]   2> 94279 INFO  (qtp6734590-860) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1e515a8[cdcr-source_shard1_replica1] main]
   [junit4]   2> 94279 INFO  (qtp6734590-860) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 94279 INFO  (searcherExecutor-405-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@1e515a8[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.1):C100) Uninverting(_1(6.6.1):C100) Uninverting(_2(6.6.1):C100) Uninverting(_3(6.6.1):C100)))}
   [junit4]   2> 94280 INFO  (qtp6734590-860) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=43
   [junit4]   1> Adding 10 docs with commit=true, numDocs=500
   [junit4]   2> 94289 INFO  (qtp6734590-861) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 94291 INFO  (qtp6734590-863) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 94291 INFO  (qtp6734590-863) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@153aad8
   [junit4]   2> 94346 INFO  (qtp6734590-863) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@a66e80[cdcr-source_shard1_replica1] main]
   [junit4]   2> 94347 INFO  (searcherExecutor-405-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@a66e80[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.1):C100) Uninverting(_1(6.6.1):C100) Uninverting(_2(6.6.1):C100) Uninverting(_3(6.6.1):C100) Uninverting(_4(6.6.1):C100)))}
   [junit4]   2> 94347 INFO  (qtp6734590-863) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 94347 INFO  (qtp6734590-863) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=56
   [junit4]   1> Adding 10 docs with commit=true, numDocs=600
   [junit4]   2> 94358 INFO  (qtp6734590-862) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 94360 INFO  (qtp6734590-858) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 94360 INFO  (qtp6734590-858) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@153aad8
   [junit4]   2> 94410 INFO  (qtp6734590-858) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@e01dad[cdcr-source_shard1_replica1] main]
   [junit4]   2> 94411 INFO  (qtp6734590-858) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 94411 INFO  (searcherExecutor-405-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@e01dad[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.1):C100) Uninverting(_1(6.6.1):C100) Uninverting(_2(6.6.1):C100) Uninverting(_3(6.6.1):C100) Uninverting(_4(6.6.1):C100) Uninverting(_5(6.6.1):C100)))}
   [junit4]   2> 94411 INFO  (qtp6734590-858) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=50
   [junit4]   1> Adding 10 docs with commit=true, numDocs=700
   [junit4]   2> 94420 INFO  (qtp6734590-860) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 94422 INFO  (qtp6734590-861) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 94422 INFO  (qtp6734590-861) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@153aad8
   [junit4]   2> 94480 INFO  (qtp6734590-861) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1faae09[cdcr-source_shard1_replica1] main]
   [junit4]   2> 94480 INFO  (qtp6734590-861) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 94480 INFO  (searcherExecutor-405-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@1faae09[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.1):C100) Uninverting(_1(6.6.1):C100) Uninverting(_2(6.6.1):C100) Uninverting(_3(6.6.1):C100) Uninverting(_4(6.6.1):C100) Uninverting(_5(6.6.1):C100) Uninverting(_6(6.6.1):C100)))}
   [junit4]   2> 94481 INFO  (qtp6734590-861) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=58
   [junit4]   1> Adding 10 docs with commit=true, numDocs=800
   [junit4]   2> 94488 INFO  (qtp6734590-863) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 94490 INFO  (qtp6734590-862) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 94490 INFO  (qtp6734590-862) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@153aad8
   [junit4]   2> 94563 INFO  (qtp6734590-862) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@949de2[cdcr-source_shard1_replica1] main]
   [junit4]   2> 94564 INFO  (qtp6734590-862) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 94567 INFO  (searcherExecutor-405-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@949de2[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.1):C100) Uninverting(_1(6.6.1):C100) Uninverting(_2(6.6.1):C100) Uninverting(_3(6.6.1):C100) Uninverting(_4(6.6.1):C100) Uninverting(_5(6.6.1):C100) Uninverting(_6(6.6.1):C100) Uninverting(_7(6.6.1):C100)))}
   [junit4]   2> 94567 INFO  (qtp6734590-862) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=76
   [junit4]   1> Adding 10 docs with commit=true, numDocs=900
   [junit4]   2> 94578 INFO  (qtp6734590-858) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 94581 INFO  (qtp6734590-859) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 94581 INFO  (qtp6734590-859) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@153aad8
   [junit4]   2> 94643 INFO  (qtp6734590-859) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@13bb6b3[cdcr-source_shard1_replica1] main]
   [junit4]   2> 94643 INFO  (qtp6734590-859) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 94643 INFO  (searcherExecutor-405-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@13bb6b3[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.1):C100) Uninverting(_1(6.6.1):C100) Uninverting(_2(6.6.1):C100) Uninverting(_3(6.6.1):C100) Uninverting(_4(6.6.1):C100) Uninverting(_5(6.6.1):C100) Uninverting(_6(6.6.1):C100) Uninverting(_7(6.6.1):C100) Uninverting(_8(6.6.1):C100)))}
   [junit4]   2> 94644 INFO  (qtp6734590-859) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=62
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1000
   [junit4]   2> 94652 INFO  (qtp6734590-860) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 94654 INFO  (qtp6734590-856) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 94654 INFO  (qtp6734590-856) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@153aad8
   [junit4]   2> 94713 INFO  (qtp6734590-856) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1990dd[cdcr-source_shard1_replica1] main]
   [junit4]   2> 94713 INFO  (qtp6734590-856) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 94713 INFO  (searcherExecutor-405-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@1990dd[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.1):C100) Uninverting(_1(6.6.1):C100) Uninverting(_2(6.6.1):C100) Uninverting(_3(6.6.1):C100) Uninverting(_4(6.6.1):C100) Uninverting(_5(6.6.1):C100) Uninverting(_6(6.6.1):C100) Uninverting(_7(6.6.1):C100) Uninverting(_8(6.6.1):C100) Uninverting(_9(6.6.1):C100)))}
   [junit4]   2> 94715 INFO  (qtp6734590-856) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=60
   [junit4]   2> 94720 INFO  (qtp6734590-863) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/select params={q=*:*&_stateVer_=cdcr-source:3&wt=javabin&version=2} hits=1000 status=0 QTime=1
   [junit4]   2> 94732 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 0x15e1657b0a00006, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 94743 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[4436D6AAAC34EEA7]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 94744 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[4436D6AAAC34EEA7]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:52786/solr ready
   [junit4]   2> 94818 INFO  (qtp30752142-820) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=cdcr-target&name=cdcr-target&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 94830 INFO  (OverseerThreadFactory-394-thread-1) [    ] o.a.s.c.CreateCollectionCmd Create collection cdcr-target
   [junit4]   2> 94951 INFO  (qtp30752142-815) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=cdcr-target&newCollection=true&name=cdcr-target_shard1_replica1&action=CREATE&numShards=1&collection=cdcr-target&shard=shard1&wt=javabin&version=2
   [junit4]   2> 94951 INFO  (qtp30752142-815) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 95059 INFO  (zkCallback-129-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 95972 INFO  (qtp30752142-815) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 95996 INFO  (qtp30752142-815) [    ] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 95999 INFO  (qtp30752142-815) [    ] o.a.s.s.IndexSchema [cdcr-target_shard1_replica1] Schema name=minimal
   [junit4]   2> 96009 INFO  (qtp30752142-815) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 96011 INFO  (qtp30752142-815) [    ] o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at /configs/cdcr-target/managed-schema
   [junit4]   2> 96015 INFO  (qtp30752142-815) [    ] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in ZooKeeper, renamed the non-managed schema /configs/cdcr-target/schema.xml to /configs/cdcr-target/schema.xml.bak
   [junit4]   2> 96015 INFO  (qtp30752142-815) [    ] o.a.s.c.CoreContainer Creating SolrCore 'cdcr-target_shard1_replica1' using configuration from collection cdcr-target, trusted=true
   [junit4]   2> 96015 INFO  (qtp30752142-815) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 96022 INFO  (qtp30752142-815) [    ] o.a.s.c.SolrCore [[cdcr-target_shard1_replica1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_4436D6AAAC34EEA7-001\cdcr-target-001\node1\cdcr-target_shard1_replica1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_4436D6AAAC34EEA7-001\cdcr-target-001\node1\.\cdcr-target_shard1_replica1\data\]
   [junit4]   2> 96110 INFO  (qtp30752142-815) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 96110 INFO  (qtp30752142-815) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 96112 INFO  (qtp30752142-815) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 96112 INFO  (qtp30752142-815) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 96112 INFO  (qtp30752142-815) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1f2ebe[cdcr-target_shard1_replica1] main]
   [junit4]   2> 96116 INFO  (qtp30752142-815) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cdcr-target
   [junit4]   2> 96116 INFO  (qtp30752142-815) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cdcr-target
   [junit4]   2> 96116 INFO  (qtp30752142-815) [    ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cdcr-target/managed-schema
   [junit4]   2> 96118 INFO  (qtp30752142-815) [    ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 96118 INFO  (qtp30752142-815) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 96123 INFO  (qtp30752142-815) [    ] o.a.s.h.CdcrBufferStateManager Created znode /collections/cdcr-target/cdcr/state/buffer
   [junit4]   2> 96124 INFO  (qtp30752142-815) [    ] o.a.s.h.CdcrProcessStateManager Created znode /collections/cdcr-target/cdcr/state/process
   [junit4]   2> 96126 INFO  (searcherExecutor-411-thread-1) [    ] o.a.s.c.SolrCore [cdcr-target_shard1_replica1] Registered new searcher Searcher@1f2ebe[cdcr-target_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 96127 INFO  (qtp30752142-815) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576652929402667008
   [junit4]   2> 96133 INFO  (qtp30752142-815) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 96133 INFO  (qtp30752142-815) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 96133 INFO  (qtp30752142-815) [    ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:52790/solr/cdcr-target_shard1_replica1/
   [junit4]   2> 96133 INFO  (qtp30752142-815) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 96133 INFO  (qtp30752142-815) [    ] o.a.s.c.SyncStrategy https://127.0.0.1:52790/solr/cdcr-target_shard1_replica1/ has no replicas
   [junit4]   2> 96133 INFO  (qtp30752142-815) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 96138 INFO  (zkCallback-129-thread-1) [    ] o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-target:shard1
   [junit4]   2> 96140 INFO  (qtp30752142-815) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:52790/solr/cdcr-target_shard1_replica1/ shard1
   [junit4]   2> 96245 INFO  (zkCallback-129-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 96292 INFO  (qtp30752142-815) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 96296 INFO  (qtp30752142-815) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=cdcr-target&newCollection=true&name=cdcr-target_shard1_replica1&action=CREATE&numShards=1&collection=cdcr-target&shard=shard1&wt=javabin&version=2} status=0 QTime=1345
   [junit4]   2> 96304 INFO  (qtp30752142-820) [    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 96403 INFO  (zkCallback-129-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 96830 INFO  (OverseerCollectionConfigSetProcessor-98540807729971203-127.0.0.1:52790_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 97304 INFO  (qtp30752142-820) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=cdcr-target&name=cdcr-target&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=2484
   [junit4]   2> 98315 INFO  (zkCallback-129-thread-1) [    ] o.a.s.h.CdcrProcessStateManager The CDCR process state has changed: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/cdcr/state/process @ cdcr-target:shard1
   [junit4]   2> 98316 INFO  (qtp30752142-817) [    ] o.a.s.c.S.Request [cdcr-target_shard1_replica1]  webapp=/solr path=/cdcr params={qt=/cdcr&_stateVer_=cdcr-target:3&action=start&wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 98317 INFO  (zkCallback-129-thread-1) [    ] o.a.s.h.CdcrProcessStateManager Received new CDCR process state from watcher: STARTED @ cdcr-target:shard1
   [junit4]   2> 98331 INFO  (qtp6734590-862) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 98336 INFO  (qtp6734590-862) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:52786/solr ready
   [junit4]   2> 98369 INFO  (qtp30752142-820) [    ] o.a.s.h.CdcrRequestHandler Found maxVersionFromRecent 0 maxVersionFromIndex 0
   [junit4]   2> 98369 INFO  (qtp30752142-820) [    ] o.a.s.c.S.Request [cdcr-target_shard1_replica1]  webapp=/solr path=/cdcr params={action=SHARDCHECKPOINT&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 98373 INFO  (qtp30752142-822) [    ] o.a.s.c.S.Request [cdcr-target_shard1_replica1]  webapp=/solr path=/cdcr params={_stateVer_=cdcr-target:3&action=COLLECTIONCHECKPOINT&wt=javabin&version=2} status=0 QTime=21
   [junit4]   2> 98374 INFO  (qtp6734590-862) [    ] o.a.s.h.CdcrReplicatorManager Create new update log reader for target cdcr-target with checkpoint -1 @ cdcr-source:shard1
   [junit4]   2> 98374 INFO  (qtp6734590-862) [    ] o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection: cdcr-target, shard: shard1
   [junit4]   2> 98377 INFO  (qtp6734590-862) [    ] o.a.s.h.CdcrReplicatorManager Submitting bootstrap task to executor
   [junit4]   2> 98380 INFO  (zkCallback-141-thread-1) [    ] o.a.s.h.CdcrProcessStateManager The CDCR process state has changed: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/cdcr/state/process @ cdcr-source:shard1
   [junit4]   2> 98380 INFO  (qtp6734590-862) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/cdcr params={qt=/cdcr&_stateVer_=cdcr-source:3&action=start&wt=javabin&version=2} status=0 QTime=59
   [junit4]   2> 98381 INFO  (zkCallback-141-thread-1) [    ] o.a.s.h.CdcrProcessStateManager Received new CDCR process state from watcher: STARTED @ cdcr-source:shard1
   [junit4]   2> 98381 INFO  (cdcr-bootstrap-status-153-thread-1) [    ] o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection: cdcr-target shard: shard1 leader: https://127.0.0.1:52790/solr/cdcr-target_shard1_replica1/
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1100
   [junit4]   2> 98388 INFO  (qtp30752142-817) [    ] o.a.s.c.S.Request [cdcr-target_shard1_replica1]  webapp=/solr path=/cdcr params={qt=/cdcr&masterUrl=https://127.0.0.1:52814/solr/cdcr-source_shard1_replica1/&action=BOOTSTRAP&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 98392 INFO  (qtp30752142-817) [    ] o.a.s.c.S.Request [cdcr-target_shard1_replica1]  webapp=/solr path=/cdcr params={qt=/cdcr&action=BOOTSTRAP_STATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 98393 WARN  (cdcr-bootstrap-status-153-thread-1) [    ] o.a.s.h.CdcrReplicatorManager Bootstrap process was not found on target collection: cdcr-target shard: shard1, leader: https://127.0.0.1:52790/solr/cdcr-target_shard1_replica1/
   [junit4]   2> 98393 INFO  (cdcr-bootstrap-status-153-thread-1) [    ] o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection: cdcr-target shard: shard1 leader: https://127.0.0.1:52790/solr/cdcr-target_shard1_replica1/
   [junit4]   2> 98394 INFO  (qtp30752142-817) [    ] o.a.s.c.S.Request [cdcr-target_shard1_replica1]  webapp=/solr path=/cdcr params={qt=/cdcr&masterUrl=https://127.0.0.1:52814/solr/cdcr-source_shard1_replica1/&action=BOOTSTRAP&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 98394 INFO  (qtp6734590-858) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 98397 INFO  (recoveryExecutor-127-thread-1) [    ] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 98397 INFO  (qtp6734590-859) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 98397 INFO  (qtp6734590-859) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@153aad8
   [junit4]   2> 98398 INFO  (qtp30752142-815) [    ] o.a.s.c.S.Request [cdcr-target_shard1_replica1]  webapp=/solr path=/cdcr params={qt=/cdcr&action=BOOTSTRAP_STATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 98399 INFO  (cdcr-bootstrap-status-153-thread-1) [    ] o.a.s.h.CdcrReplicatorManager CDCR bootstrap running for 1 seconds, sleeping for 2000 ms
   [junit4]   2> 98430 INFO  (qtp6734590-859) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@72ab5b[cdcr-source_shard1_replica1] main]
   [junit4]   2> 98430 INFO  (qtp6734590-859) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 98430 INFO  (searcherExecutor-405-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@72ab5b[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_a(6.6.1):C1000) Uninverting(_b(6.6.1):C100)))}
   [junit4]   2> 98430 INFO  (qtp6734590-861) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 98431 INFO  (qtp6734590-861) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 98431 INFO  (qtp6734590-861) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 98431 INFO  (qtp6734590-861) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={waitSearcher=true&openSearcher=false&commit=true&softCommit=false&commit_end_point=true&wt=javabin&version=2} status=0 QTime=24
   [junit4]   2> 98441 INFO  (qtp6734590-863) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 98442 INFO  (recoveryExecutor-127-thread-1) [    ] o.a.s.h.IndexFetcher Master's generation: 12
   [junit4]   2> 98442 INFO  (recoveryExecutor-127-thread-1) [    ] o.a.s.h.IndexFetcher Master's version: 1503613406928
   [junit4]   2> 98442 INFO  (recoveryExecutor-127-thread-1) [    ] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 98442 INFO  (recoveryExecutor-127-thread-1) [    ] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 98442 INFO  (recoveryExecutor-127-thread-1) [    ] o.a.s.h.IndexFetcher Starting replication process
   [junit4]   2> 98473 INFO  (qtp6734590-863) [    ] o.a.s.h.ReplicationHandler Adding tlog files to list: [{size=4649, name=tlog.0000000000000000000.1576652927252037632}, {size=4770, name=tlog.0000000000000000001.1576652927301320704}, {size=4770, name=tlog.0000000000000000002.1576652927357943808}, {size=4770, name=tlog.0000000000000000003.1576652927410372608}, {size=4770, name=tlog.0000000000000000004.1576652927470141440}, {size=4770, name=tlog.0000000000000000005.1576652927540396032}, {size=4770, name=tlog.0000000000000000006.1576652927606456320}, {size=4770, name=tlog.0000000000000000007.1576652927678808064}, {size=4770, name=tlog.0000000000000000008.1576652927771082752}, {size=4770, name=tlog.0000000000000000009.1576652927850774528}, {size=4870, name=tlog.0000000000000000010.1576652931772448768}]
   [junit4]   2> 98473 INFO  (qtp6734590-863) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&wt=javabin&version=2&command=filelist} status=0 QTime=29
   [junit4]   2> 98475 INFO  (recoveryExecutor-127-thread-1) [    ] o.a.s.h.IndexFetcher Number of files in latest index in master: 31
   [junit4]   2> 98475 INFO  (recoveryExecutor-127-thread-1) [    ] o.a.s.h.IndexFetcher Number of tlog files in master: 11
   [junit4]   2> 98482 INFO  (recoveryExecutor-127-thread-1) [    ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 98482 INFO  (recoveryExecutor-127-thread-1) [    ] o.a.s.h.IndexFetcher Starting download (fullCopy=false) to MockDirectoryWrapper(RAMDirectory@68aba5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@57cead)
   [junit4]   2> 98490 INFO  (qtp6734590-858) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_Lucene50_0.pos&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 98493 INFO  (qtp6734590-858) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_Memory_0.ram&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 98498 INFO  (qtp6734590-858) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a.fdt&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 98504 INFO  (qtp6734590-858) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_Lucene50_0.doc&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 98507 INFO  (qtp6734590-858) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_Lucene50_0.tim&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 98513 INFO  (qtp6734590-858) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a.si&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 98546 INFO  (qtp6734590-858) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a.fdx&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 98559 INFO  (qtp6734590-858) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_Lucene50_0.tip&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 98562 INFO  (qtp6734590-858) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a.nvm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 98565 INFO  (qtp6734590-858) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a.fnm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 98568 INFO  (qtp6734590-858) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_BlockTreeOrds_0.tio&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 98569 INFO  (qtp6734590-859) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=173
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1200
   [junit4]   2> 98574 INFO  (qtp6734590-856) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_BlockTreeOrds_0.doc&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 98578 INFO  (qtp6734590-861) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 98581 INFO  (qtp6734590-862) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 98581 INFO  (qtp6734590-862) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@153aad8
   [junit4]   2> 98589 INFO  (qtp6734590-863) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_BlockTreeOrds_0.tipo&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 98594 INFO  (qtp6734590-860) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_BlockTreeOrds_0.pos&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 98596 INFO  (qtp6734590-859) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a.nvd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 98600 INFO  (qtp6734590-858) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b_Memory_0.ram&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 98604 INFO  (qtp6734590-856) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b.nvd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 98606 INFO  (qtp6734590-861) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b.si&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 98610 INFO  (qtp6734590-863) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b.nvm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 98612 INFO  (qtp6734590-860) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b.fnm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 98616 INFO  (qtp6734590-859) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b_Lucene50_0.pos&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 98617 INFO  (qtp6734590-862) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@198abf4[cdcr-source_shard1_replica1] main]
   [junit4]   2> 98618 INFO  (qtp6734590-862) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 98618 INFO  (searcherExecutor-405-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@198abf4[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_a(6.6.1):C1000) Uninverting(_b(6.6.1):C100) Uninverting(_c(6.6.1):C100)))}
   [junit4]   2> 98618 INFO  (qtp6734590-862) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=37
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1300
   [junit4]   2> 98620 INFO  (qtp6734590-858) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b_Lucene50_0.tip&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 98624 INFO  (qtp6734590-863) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b_Lucene50_0.doc&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 98626 INFO  (qtp6734590-856) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 98633 INFO  (qtp6734590-860) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b_Lucene50_0.tim&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 98633 INFO  (qtp6734590-859) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 98633 INFO  (qtp6734590-859) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@153aad8
   [junit4]   2> 98637 INFO  (qtp6734590-862) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b.fdx&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 98642 INFO  (qtp6734590-861) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b_BlockTreeOrds_0.tio&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 98657 INFO  (qtp6734590-858) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b_BlockTreeOrds_0.doc&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 98663 INFO  (qtp6734590-863) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b.fdt&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 98666 INFO  (qtp6734590-856) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b_BlockTreeOrds_0.tipo&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 98671 INFO  (qtp6734590-860) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b_BlockTreeOrds_0.pos&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 98674 INFO  (qtp6734590-862) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=segments_c&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 98675 INFO  (recoveryExecutor-127-thread-1) [    ] o.a.s.h.IndexFetcher Starting download of tlog files from master: [{size=4649, name=tlog.0000000000000000000.1576652927252037632}, {size=4770, name=tlog.0000000000000000001.1576652927301320704}, {size=4770, name=tlog.0000000000000000002.1576652927357943808}, {size=4770, name=tlog.0000000000000000003.1576652927410372608}, {size=4770, name=tlog.0000000000000000004.1576652927470141440}, {size=4770, name=tlog.0000000000000000005.1576652927540396032}, {size=4770, name=tlog.0000000000000000006.1576652927606456320}, {size=4770, name=tlog.0000000000000000007.1576652927678808064}, {size=4770, name=tlog.0000000000000000008.1576652927771082752}, {size=4770, name=tlog.0000000000000000009.1576652927850774528}, {size=4870, name=tlog.0000000000000000010.1576652931772448768}]
   [junit4]   2> 98693 INFO  (qtp6734590-861) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000000.1576652927252037632&wt=filestream&command=filecontent} status=0 QTime=1
   [junit4]   2> 98697 INFO  (qtp6734590-859) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@15012db[cdcr-source_shard1_replica1] main]
   [junit4]   2> 98698 INFO  (qtp6734590-859) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 98700 INFO  (qtp6734590-861) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000001.1576652927301320704&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 98711 INFO  (searcherExecutor-405-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@15012db[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_a(6.6.1):C1000) Uninverting(_b(6.6.1):C100) Uninverting(_c(6.6.1):C100) Uninverting(_d(6.6.1):C100)))}
   [junit4]   2> 98712 INFO  (qtp6734590-861) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000002.1576652927357943808&wt=filestream&command=filecontent} status=0 QTime=2
   [junit4]   2> 98713 INFO  (qtp6734590-859) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=79
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1400
   [junit4]   2> 98722 INFO  (qtp6734590-859) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000003.1576652927410372608&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 98730 INFO  (qtp6734590-859) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000004.1576652927470141440&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 98737 INFO  (qtp6734590-862) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000005.1576652927540396032&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 98741 INFO  (qtp6734590-856) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=17
   [junit4]   2> 98742 INFO  (qtp6734590-862) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000006.1576652927606456320&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 98742 INFO  (qtp6734590-861) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 98742 INFO  (qtp6734590-861) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@153aad8
   [junit4]   2> 98754 INFO  (qtp6734590-863) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000007.1576652927678808064&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 98760 INFO  (qtp6734590-860) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000008.1576652927771082752&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 98765 INFO  (qtp6734590-859) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000009.1576652927850774528&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 98770 INFO  (qtp6734590-858) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000010.1576652931772448768&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 98773 INFO  (recoveryExecutor-127-thread-1) [    ] o.a.s.h.IndexFetcher Total time taken for download (fullCopy=false,bytesDownloaded=102504) : 0 secs (null bytes/sec) to MockDirectoryWrapper(RAMDirectory@68aba5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@57cead)
   [junit4]   2> 98790 INFO  (recoveryExecutor-127-thread-1) [    ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 98790 INFO  (recoveryExecutor-127-thread-1) [    ] o.a.s.h.IndexFetcher Reloading SolrCore cdcr-target_shard1_replica1
   [junit4]   2> 98809 INFO  (Thread-246) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 98817 INFO  (Thread-246) [    ] o.a.s.s.IndexSchema [cdcr-target_shard1_replica1] Schema name=minimal
   [junit4]   2> 98819 INFO  (Thread-246) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 98819 INFO  (Thread-246) [    ] o.a.s.c.CoreContainer Reloading SolrCore 'cdcr-target_shard1_replica1' using configuration from collection cdcr-target
   [junit4]   2> 98820 INFO  (Thread-246) [    ] o.a.s.c.SolrCore [[cdcr-target_shard1_replica1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_4436D6AAAC34EEA7-001\cdcr-target-001\node1\cdcr-target_shard1_replica1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_4436D6AAAC34EEA7-001\cdcr-target-001\node1\.\cdcr-target_shard1_replica1\data\]
   [junit4]   2> 98826 INFO  (qtp6734590-861) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@a0e96a[cdcr-source_shard1_replica1] main]
   [junit4]   2> 98827 INFO  (searcherExecutor-405-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@a0e96a[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_a(6.6.1):C1000) Uninverting(_b(6.6.1):C100) Uninverting(_c(6.6.1):C100) Uninverting(_d(6.6.1):C100) Uninverting(_e(6.6.1):C100)))}
   [junit4]   2> 98827 INFO  (qtp6734590-861) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 98827 INFO  (qtp6734590-861) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=84
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1500
   [junit4]   2> 98833 INFO  (qtp6734590-856) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 98836 INFO  (qtp6734590-863) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 98836 INFO  (qtp6734590-863) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@153aad8
   [junit4]   2> 98892 INFO  (qtp6734590-863) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@3c8701[cdcr-source_shard1_replica1] main]
   [junit4]   2> 98893 INFO  (qtp6734590-863) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 98893 INFO  (searcherExecutor-405-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@3c8701[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_a(6.6.1):C1000) Uninverting(_b(6.6.1):C100) Uninverting(_c(6.6.1):C100) Uninverting(_d(6.6.1):C100) Uninverting(_e(6.6.1):C100) Uninverting(_f(6.6.1):C100)))}
   [junit4]   2> 98893 INFO  (qtp6734590-863) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=56
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1600
   [junit4]   2> 98900 INFO  (qtp6734590-860) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 98902 INFO  (qtp6734590-859) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 98902 INFO  (qtp6734590-859) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@153aad8
   [junit4]   2> 98916 INFO  (Thread-246) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 98916 INFO  (Thread-246) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 98921 INFO  (Thread-246) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4934aa[cdcr-target_shard1_replica1] main]
   [junit4]   2> 98922 INFO  (Thread-246) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cdcr-target
   [junit4]   2> 98923 INFO  (Thread-246) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cdcr-target
   [junit4]   2> 98923 INFO  (Thread-246) [    ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cdcr-target/managed-schema
   [junit4]   2> 98924 INFO  (Thread-246) [    ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 98924 INFO  (Thread-246) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 98927 INFO  (searcherExecutor-423-thread-1) [    ] o.a.s.c.SolrCore [cdcr-target_shard1_replica1] Registered new searcher Searcher@4934aa[cdcr-target_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_a(6.6.1):C1000) Uninverting(_b(6.6.1):C100)))}
   [junit4]   2> 98937 INFO  (Thread-246) [    ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 98940 INFO  (Thread-246) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@417b6b[cdcr-target_shard1_replica1] main]
   [junit4]   2> 98941 INFO  (Thread-246) [    ] o.a.s.c.SolrCore [cdcr-target_shard1_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@33d8ed
   [junit4]   2> 98941 INFO  (searcherExecutor-423-thread-1) [    ] o.a.s.c.SolrCore [cdcr-target_shard1_replica1] Registered new searcher Searcher@417b6b[cdcr-target_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_a(6.6.1):C1000) Uninverting(_b(6.6.1):C100)))}
   [junit4]   2> 98941 INFO  (Thread-246) [    ] o.a.s.h.CdcrRequestHandler Solr core is being closed - shutting down CDCR handler @ cdcr-target:shard1
   [junit4]   2> 98943 INFO  (Thread-246) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.cdcr-target.shard1.replica1
   [junit4]   2> 98945 INFO  (recoveryExecutor-127-thread-1) [    ] o.a.s.h.CdcrRequestHandler No replay needed.
   [junit4]   2> 98945 ERROR (updateExecutor-126-thread-1) [    ] o.a.s.h.CdcrRequestHandler Bootstrap operation failed
   [junit4]   2> java.util.concurrent.ExecutionException: java.lang.AssertionError
   [junit4]   2> 	at java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122)
   [junit4]   2> 	at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:191)
   [junit4]   2> 	at org.apache.solr.handler.CdcrRequestHandler.lambda$handleBootstrapAction$0(CdcrRequestHandler.java:644)
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [junit4]   2> 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
   [junit4]   2> 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> Caused by: java.lang.AssertionError
   [junit4]   2> 	at org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:787)
   [junit4]   2> 	at org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:714)
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
   [junit4]   2> 	... 5 more
   [junit4]   2> 98963 INFO  (qtp6734590-859) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@53f2f5[cdcr-source_shard1_replica1] main]
   [junit4]   2> 98965 INFO  (searcherExecutor-405-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@53f2f5[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_a(6.6.1):C1000) Uninverting(_b(6.6.1):C100) Uninverting(_c(6.6.1):C100) Uninverting(_d(6.6.1):C100) Uninverting(_e(6.6.1):C100) Uninverting(_f(6.6.1):C100) Uninverting(_g(6.6.1):C100)))}
   [junit4]   2> 98965 INFO  (qtp6734590-859) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 98965 INFO  (qtp6734590-859) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=62
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1700
   [junit4]   2> 98973 INFO  (qtp6734590-861) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 98974 INFO  (qtp6734590-862) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 98974 INFO  (qtp6734590-862) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@153aad8
   [junit4]   2> 99024 INFO  (qtp6734590-862) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1076d7a[cdcr-source_shard1_replica1] main]
   [junit4]   2> 99024 INFO  (qtp6734590-862) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 99024 INFO  (searcherExecutor-405-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@1076d7a[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_a(6.6.1):C1000) Uninverting(_b(6.6.1):C100) Uninverting(_c(6.6.1):C100) Uninverting(_d(6.6.1):C100) Uninverting(_e(6.6.1):C100) Uninverting(_f(6.6.1):C100) Uninverting(_g(6.6.1):C100) Uninverting(_h(6.6.1):C100)))}
   [junit4]   2> 99024 INFO  (qtp6734590-862) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=50
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1800
   [junit4]   2> 99030 INFO  (qtp6734590-856) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 99033 INFO  (qtp6734590-860) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 99033 INFO  (qtp6734590-860) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@153aad8
   [junit4]   2> 99100 INFO  (qtp6734590-860) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1208833[cdcr-source_shard1_replica1] main]
   [junit4]   2> 99101 INFO  (searcherExecutor-405-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@1208833[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_a(6.6.1):C1000) Uninverting(_b(6.6.1):C100) Uninverting(_c(6.6.1):C100) Uninverting(_d(6.6.1):C100) Uninverting(_e(6.6.1):C100) Uninverting(_f(6.6.1):C100) Uninverting(_g(6.6.1):C100) Uninverting(_h(6.6.1):C100) Uninverting(_i(6.6.1):C100)))}
   [junit4]   2> 99101 INFO  (qtp6734590-860) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 99101 INFO  (qtp6734590-860) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=67
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1900
   [junit4]   2> 99109 INFO  (qtp6734590-859) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 99111 INFO  (qtp6734590-861) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 99111 INFO  (qtp6734590-861) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@153aad8
   [junit4]   2> 99168 INFO  (qtp6734590-861) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@f4fde5[cdcr-source_shard1_replica1] main]
   [junit4]   2> 99168 INFO  (qtp6734590-861) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 99168 INFO  (searcherExecutor-405-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@f4fde5[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_a(6.6.1):C1000) Uninverting(_b(6.6.1):C100) Uninverting(_c(6.6.1):C100) Uninverting(_d(6.6.1):C100) Uninverting(_e(6.6.1):C100) Uninverting(_f(6.6.1):C100) Uninverting(_g(6.6.1):C100) Uninverting(_h(6.6.1):C100) Uninverting(_i(6.6.1):C100) Uninverting(_j(6.6.1):C100)))}
   [junit4]   2> 99170 INFO  (qtp6734590-861) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=58
   [junit4]   1> Adding 10 docs with commit=true, numDocs=2000
   [junit4]   2> 99179 INFO  (qtp6734590-863) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 99180 INFO  (qtp6734590-856) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 99180 INFO  (qtp6734590-856) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@153aad8
   [junit4]   2> 99228 INFO  (qtp6734590-856) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@8e1433[cdcr-source_shard1_replica1] main]
   [junit4]   2> 99229 INFO  (qtp6734590-856) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 99229 INFO  (searcherExecutor-4

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

TIONCHECKPOINT&wt=javabin&version=2} status=0 QTime=10
   [junit4]   2> 255028 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 0x15e1659e3ea0007, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 255031 INFO  (jetty-closer-204-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@18b5209{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 255032 INFO  (jetty-closer-204-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=30443822
   [junit4]   2> 255032 INFO  (jetty-closer-204-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 255032 INFO  (jetty-closer-204-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jvm
   [junit4]   2> 255032 INFO  (jetty-closer-204-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jetty
   [junit4]   2> 255035 INFO  (coreCloseExecutor-543-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1487bea
   [junit4]   2> 255036 INFO  (coreCloseExecutor-543-thread-1) [    ] o.a.s.h.CdcrRequestHandler Solr core is being closed - shutting down CDCR handler @ cdcr-source:shard1
   [junit4]   2> 255037 INFO  (zkCallback-223-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 255040 INFO  (qtp32338195-1118) [    ] o.a.s.c.S.Request [cdcr-target_shard1_replica1]  webapp=/solr path=/cdcr params={qt=/cdcr&action=CANCEL_BOOTSTRAP&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 255999 WARN  (cdcr-bootstrap-status-229-thread-1) [    ] o.a.s.h.CdcrReplicatorManager Cancelling waiting for bootstrap on target: cdcr-target shard: shard1 to complete
   [junit4]   2> 256008 INFO  (coreCloseExecutor-543-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.cdcr-source.shard1.replica1
   [junit4]   2> 256012 INFO  (jetty-closer-204-thread-1) [    ] o.a.s.c.Overseer Overseer (id=98540817180393483-127.0.0.1:53500_solr-n_0000000001) closing
   [junit4]   2> 256013 INFO  (OverseerStateUpdate-98540817180393483-127.0.0.1:53500_solr-n_0000000001) [    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:53500_solr
   [junit4]   2> 256019 WARN  (zkCallback-223-thread-2) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 256020 INFO  (jetty-closer-204-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@14cc2{/solr,null,UNAVAILABLE}
   [junit4]   2> 256023 ERROR (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[4436D6AAAC34EEA7]) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 256024 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[4436D6AAAC34EEA7]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:53454 53454
   [junit4]   2> 256026 INFO  (Thread-292) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:53454 53454
   [junit4]   2> 256028 WARN  (Thread-292) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	2	/solr/configs/cdcr-source
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/collections/cdcr-source/cdcr/state/process
   [junit4]   2> 	2	/solr/collections/cdcr-source/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 	2	/solr/overseer/queue
   [junit4]   2> 	2	/solr/live_nodes
   [junit4]   2> 	2	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 256035 INFO  (jetty-closer-192-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@1c4a238{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 256037 INFO  (jetty-closer-192-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=8679408
   [junit4]   2> 256037 INFO  (jetty-closer-192-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 256037 INFO  (jetty-closer-192-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jvm
   [junit4]   2> 256037 INFO  (jetty-closer-192-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jetty
   [junit4]   2> 256043 INFO  (coreCloseExecutor-545-thread-1) [    ] o.a.s.c.SolrCore [cdcr-target_shard1_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7ef3c2
   [junit4]   2> 256043 INFO  (coreCloseExecutor-545-thread-1) [    ] o.a.s.h.CdcrRequestHandler Solr core is being closed - shutting down CDCR handler @ cdcr-target:shard1
   [junit4]   2> 256050 INFO  (coreCloseExecutor-545-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.cdcr-target.shard1.replica1
   [junit4]   2> 256051 INFO  (zkCallback-198-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 256057 INFO  (jetty-closer-192-thread-1) [    ] o.a.s.c.Overseer Overseer (id=98540817158307843-127.0.0.1:53434_solr-n_0000000000) closing
   [junit4]   2> 256057 INFO  (OverseerStateUpdate-98540817158307843-127.0.0.1:53434_solr-n_0000000000) [    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:53434_solr
   [junit4]   2> 257562 WARN  (zkCallback-198-thread-1) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 257562 INFO  (jetty-closer-192-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@8d534f{/solr,null,UNAVAILABLE}
   [junit4]   2> 257569 ERROR (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[4436D6AAAC34EEA7]) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 257574 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[4436D6AAAC34EEA7]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:53430 53430
   [junit4]   2> 257581 INFO  (Thread-282) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:53430 53430
   [junit4]   2> 257582 WARN  (Thread-282) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	2	/solr/configs/cdcr-target/managed-schema
   [junit4]   2> 	2	/solr/collections/cdcr-target/leaders/shard1/leader
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/collections/cdcr-target/cdcr/state/process
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/collections/cdcr-target/cdcr/state/buffer
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 
   [junit4]   2> 257586 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[4436D6AAAC34EEA7]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testConvertClusterToCdcrAndBootstrap
   [junit4]   2> 257587 INFO  (SUITE-CdcrBootstrapTest-seed#[4436D6AAAC34EEA7]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_4436D6AAAC34EEA7-001
   [junit4]   2> Aug 24, 2017 10:26:06 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {_version_=BlockTreeOrds(blocksize=128), xyz=PostingsFormat(name=Memory doPackFST= true), id=Lucene50(blocksize=128)}, docValues:{}, maxPointsInLeafNode=22, maxMBSortInHeap=5.716072525149423, sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=pa-Guru, timezone=Africa/Juba
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 9 (32-bit)/cpus=3,threads=1,free=86441824,total=235929600
   [junit4]   2> NOTE: All tests run in this JVM: [TestQuerySenderNoQuery, TestCloudJSONFacetJoinDomain, CachingDirectoryFactoryTest, TestReqParamsAPI, RAMDirectoryFactoryTest, HLLSerializationTest, ConvertedLegacyTest, TestJsonRequest, SolrIndexMetricsTest, TestMacroExpander, LoggingHandlerTest, MissingSegmentRecoveryTest, DistributedVersionInfoTest, DistribJoinFromCollectionTest, CdcrBootstrapTest]
   [junit4] Completed [46/713 (1!)] on J1 in 167.99s, 3 tests, 1 failure <<< FAILURES!

[...truncated 38535 lines...]

[JENKINS-EA] Lucene-Solr-6.6-Windows (64bit/jdk-9-ea+181) - Build # 31 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.6-Windows/31/
Java: 64bit/jdk-9-ea+181 -XX:-UseCompressedOops -XX:+UseSerialGC --illegal-access=deny

1 tests failed.
FAILED:  org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth

Error Message:
Error from server at https://127.0.0.1:49579/solr/authCollection: No registered leader was found after waiting for 4000ms , collection: authCollection slice: shard2

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:49579/solr/authCollection: No registered leader was found after waiting for 4000ms , collection: authCollection slice: shard2
	at __randomizedtesting.SeedInfo.seed([DBE9C69975F83041:6787B08BD1ABB33B]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:612)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:447)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:388)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1383)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1134)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1073)
	at org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth(BasicAuthIntegrationTest.java:194)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 11854 lines...]
   [junit4] Suite: org.apache.solr.security.BasicAuthIntegrationTest
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_DBE9C69975F83041-001\init-core-data-001
   [junit4]   2> 959729 INFO  (SUITE-BasicAuthIntegrationTest-seed#[DBE9C69975F83041]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 959734 INFO  (SUITE-BasicAuthIntegrationTest-seed#[DBE9C69975F83041]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 959736 INFO  (SUITE-BasicAuthIntegrationTest-seed#[DBE9C69975F83041]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_DBE9C69975F83041-001\tempDir-001
   [junit4]   2> 959736 INFO  (SUITE-BasicAuthIntegrationTest-seed#[DBE9C69975F83041]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 959736 INFO  (Thread-2432) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 959736 INFO  (Thread-2432) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 959742 ERROR (Thread-2432) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 959837 INFO  (SUITE-BasicAuthIntegrationTest-seed#[DBE9C69975F83041]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:49574
   [junit4]   2> 959849 INFO  (jetty-launcher-1810-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 959849 INFO  (jetty-launcher-1810-thread-3) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 959849 INFO  (jetty-launcher-1810-thread-2) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 959850 INFO  (jetty-launcher-1810-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7b56a071{/solr,null,AVAILABLE}
   [junit4]   2> 959850 INFO  (jetty-launcher-1810-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@411a7e42{/solr,null,AVAILABLE}
   [junit4]   2> 959852 INFO  (jetty-launcher-1810-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6d42a54a{SSL,[ssl, http/1.1]}{127.0.0.1:49578}
   [junit4]   2> 959852 INFO  (jetty-launcher-1810-thread-1) [    ] o.e.j.s.Server Started @961912ms
   [junit4]   2> 959852 INFO  (jetty-launcher-1810-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49578}
   [junit4]   2> 959852 ERROR (jetty-launcher-1810-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 959852 INFO  (jetty-launcher-1810-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.1
   [junit4]   2> 959852 INFO  (jetty-launcher-1810-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 959852 INFO  (jetty-launcher-1810-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 959852 INFO  (jetty-launcher-1810-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-24T07:08:30.781336700Z
   [junit4]   2> 959854 INFO  (jetty-launcher-1810-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4578e624{SSL,[ssl, http/1.1]}{127.0.0.1:49579}
   [junit4]   2> 959854 INFO  (jetty-launcher-1810-thread-2) [    ] o.e.j.s.Server Started @961914ms
   [junit4]   2> 959854 INFO  (jetty-launcher-1810-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49579}
   [junit4]   2> 959854 INFO  (jetty-launcher-1810-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@65192d3a{/solr,null,AVAILABLE}
   [junit4]   2> 959854 ERROR (jetty-launcher-1810-thread-2) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 959854 INFO  (jetty-launcher-1810-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.1
   [junit4]   2> 959854 INFO  (jetty-launcher-1810-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 959854 INFO  (jetty-launcher-1810-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 959854 INFO  (jetty-launcher-1810-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-24T07:08:30.783395200Z
   [junit4]   2> 959855 INFO  (jetty-launcher-1810-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4e1baa77{SSL,[ssl, http/1.1]}{127.0.0.1:49586}
   [junit4]   2> 959859 INFO  (jetty-launcher-1810-thread-3) [    ] o.e.j.s.Server Started @961919ms
   [junit4]   2> 959859 INFO  (jetty-launcher-1810-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49586}
   [junit4]   2> 959859 ERROR (jetty-launcher-1810-thread-3) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 959861 INFO  (jetty-launcher-1810-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.1
   [junit4]   2> 959871 INFO  (jetty-launcher-1810-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 959871 INFO  (jetty-launcher-1810-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 959871 INFO  (jetty-launcher-1810-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-24T07:08:30.800429700Z
   [junit4]   2> 959872 INFO  (jetty-launcher-1810-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 959872 INFO  (jetty-launcher-1810-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 959878 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 0x15e1312284e0002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 959878 INFO  (jetty-launcher-1810-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 959879 INFO  (jetty-launcher-1810-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 959880 INFO  (jetty-launcher-1810-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49574/solr
   [junit4]   2> 959880 INFO  (jetty-launcher-1810-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 959881 INFO  (jetty-launcher-1810-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49574/solr
   [junit4]   2> 959885 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 0x15e1312284e0003, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 959886 INFO  (jetty-launcher-1810-thread-3) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 959888 INFO  (jetty-launcher-1810-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49574/solr
   [junit4]   2> 959891 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 0x15e1312284e0008, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 959907 INFO  (jetty-launcher-1810-thread-3) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 959907 INFO  (jetty-launcher-1810-thread-2) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 959907 INFO  (jetty-launcher-1810-thread-1) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 959909 INFO  (jetty-launcher-1810-thread-3) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:49586_solr
   [junit4]   2> 959909 INFO  (jetty-launcher-1810-thread-2) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49579_solr
   [junit4]   2> 959909 INFO  (jetty-launcher-1810-thread-3) [    ] o.a.s.c.Overseer Overseer (id=98537210555269129-127.0.0.1:49586_solr-n_0000000000) starting
   [junit4]   2> 959909 INFO  (jetty-launcher-1810-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49578_solr
   [junit4]   2> 959911 INFO  (zkCallback-1823-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 959911 INFO  (zkCallback-1827-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 959911 INFO  (zkCallback-1822-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 959913 INFO  (zkCallback-1823-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 959913 INFO  (zkCallback-1822-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 959913 INFO  (zkCallback-1827-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 959917 INFO  (jetty-launcher-1810-thread-3) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49586_solr
   [junit4]   2> 959944 INFO  (zkCallback-1823-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 959945 INFO  (zkCallback-1822-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 959945 INFO  (zkCallback-1827-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 959961 INFO  (jetty-launcher-1810-thread-3) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_DBE9C69975F83041-001\tempDir-001\node3\.
   [junit4]   2> 959989 INFO  (jetty-launcher-1810-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_DBE9C69975F83041-001\tempDir-001\node1\.
   [junit4]   2> 959998 INFO  (jetty-launcher-1810-thread-2) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_DBE9C69975F83041-001\tempDir-001\node2\.
   [junit4]   2> 960012 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 0x15e1312284e000a, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 960016 INFO  (SUITE-BasicAuthIntegrationTest-seed#[DBE9C69975F83041]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 960017 INFO  (SUITE-BasicAuthIntegrationTest-seed#[DBE9C69975F83041]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:49574/solr ready
   [junit4]   2> 960047 INFO  (qtp445964847-10383) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&name=authCollection&action=CREATE&numShards=3&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 960050 INFO  (OverseerThreadFactory-5033-thread-1) [    ] o.a.s.c.CreateCollectionCmd Create collection authCollection
   [junit4]   2> 960163 INFO  (qtp445964847-10414) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=authCollection_shard2_replica1&action=CREATE&numShards=3&collection=authCollection&shard=shard2&wt=javabin&version=2
   [junit4]   2> 960163 INFO  (qtp445964847-10414) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 960178 INFO  (qtp1969321744-10390) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=authCollection_shard1_replica1&action=CREATE&numShards=3&collection=authCollection&shard=shard1&wt=javabin&version=2
   [junit4]   2> 960178 INFO  (qtp1969321744-10390) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 960183 INFO  (qtp754365257-10378) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=authCollection_shard3_replica1&action=CREATE&numShards=3&collection=authCollection&shard=shard3&wt=javabin&version=2
   [junit4]   2> 960183 INFO  (qtp754365257-10378) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 960287 INFO  (zkCallback-1823-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 960287 INFO  (zkCallback-1827-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 960289 INFO  (zkCallback-1822-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 961177 INFO  (qtp445964847-10414) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 961185 INFO  (qtp445964847-10414) [    ] o.a.s.s.IndexSchema [authCollection_shard2_replica1] Schema name=minimal
   [junit4]   2> 961187 INFO  (qtp445964847-10414) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 961187 INFO  (qtp445964847-10414) [    ] o.a.s.c.CoreContainer Creating SolrCore 'authCollection_shard2_replica1' using configuration from collection authCollection, trusted=true
   [junit4]   2> 961188 INFO  (qtp445964847-10414) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 961188 INFO  (qtp445964847-10414) [    ] o.a.s.c.SolrCore [[authCollection_shard2_replica1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_DBE9C69975F83041-001\tempDir-001\node3\authCollection_shard2_replica1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_DBE9C69975F83041-001\tempDir-001\node3\.\authCollection_shard2_replica1\data\]
   [junit4]   2> 961193 INFO  (qtp754365257-10378) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 961193 INFO  (qtp1969321744-10390) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 961209 INFO  (qtp754365257-10378) [    ] o.a.s.s.IndexSchema [authCollection_shard3_replica1] Schema name=minimal
   [junit4]   2> 961210 INFO  (qtp754365257-10378) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 961210 INFO  (qtp1969321744-10390) [    ] o.a.s.s.IndexSchema [authCollection_shard1_replica1] Schema name=minimal
   [junit4]   2> 961210 INFO  (qtp754365257-10378) [    ] o.a.s.c.CoreContainer Creating SolrCore 'authCollection_shard3_replica1' using configuration from collection authCollection, trusted=true
   [junit4]   2> 961212 INFO  (qtp754365257-10378) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 961212 INFO  (qtp754365257-10378) [    ] o.a.s.c.SolrCore [[authCollection_shard3_replica1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_DBE9C69975F83041-001\tempDir-001\node1\authCollection_shard3_replica1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_DBE9C69975F83041-001\tempDir-001\node1\.\authCollection_shard3_replica1\data\]
   [junit4]   2> 961213 INFO  (qtp1969321744-10390) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 961213 INFO  (qtp1969321744-10390) [    ] o.a.s.c.CoreContainer Creating SolrCore 'authCollection_shard1_replica1' using configuration from collection authCollection, trusted=true
   [junit4]   2> 961214 INFO  (qtp1969321744-10390) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 961214 INFO  (qtp1969321744-10390) [    ] o.a.s.c.SolrCore [[authCollection_shard1_replica1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_DBE9C69975F83041-001\tempDir-001\node2\authCollection_shard1_replica1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_DBE9C69975F83041-001\tempDir-001\node2\.\authCollection_shard1_replica1\data\]
   [junit4]   2> 961286 INFO  (qtp445964847-10414) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 961286 INFO  (qtp445964847-10414) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 961289 INFO  (qtp445964847-10414) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 961289 INFO  (qtp445964847-10414) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 961289 INFO  (qtp445964847-10414) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@32100de5[authCollection_shard2_replica1] main]
   [junit4]   2> 961290 INFO  (qtp754365257-10378) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 961290 INFO  (qtp754365257-10378) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 961291 INFO  (qtp445964847-10414) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 961291 INFO  (qtp754365257-10378) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 961291 INFO  (qtp754365257-10378) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 961291 INFO  (qtp445964847-10414) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 961291 INFO  (qtp445964847-10414) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 961291 INFO  (qtp445964847-10414) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576595370509598720
   [junit4]   2> 961292 INFO  (qtp754365257-10378) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5a749bdb[authCollection_shard3_replica1] main]
   [junit4]   2> 961292 INFO  (searcherExecutor-5039-thread-1) [    ] o.a.s.c.SolrCore [authCollection_shard2_replica1] Registered new searcher Searcher@32100de5[authCollection_shard2_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 961293 INFO  (qtp754365257-10378) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 961293 INFO  (qtp754365257-10378) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 961293 INFO  (qtp754365257-10378) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 961294 INFO  (searcherExecutor-5040-thread-1) [    ] o.a.s.c.SolrCore [authCollection_shard3_replica1] Registered new searcher Searcher@5a749bdb[authCollection_shard3_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 961294 INFO  (qtp754365257-10378) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576595370512744448
   [junit4]   2> 961295 INFO  (qtp1969321744-10390) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 961295 INFO  (qtp1969321744-10390) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 961296 INFO  (qtp1969321744-10390) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 961296 INFO  (qtp1969321744-10390) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 961299 INFO  (qtp754365257-10378) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 961300 INFO  (qtp754365257-10378) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 961300 INFO  (qtp754365257-10378) [    ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:49578/solr/authCollection_shard3_replica1/
   [junit4]   2> 961300 INFO  (qtp754365257-10378) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 961300 INFO  (qtp754365257-10378) [    ] o.a.s.c.SyncStrategy https://127.0.0.1:49578/solr/authCollection_shard3_replica1/ has no replicas
   [junit4]   2> 961300 INFO  (qtp754365257-10378) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 961301 INFO  (qtp445964847-10414) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 961301 INFO  (qtp445964847-10414) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 961301 INFO  (qtp445964847-10414) [    ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:49586/solr/authCollection_shard2_replica1/
   [junit4]   2> 961302 INFO  (qtp445964847-10414) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 961302 INFO  (qtp445964847-10414) [    ] o.a.s.c.SyncStrategy https://127.0.0.1:49586/solr/authCollection_shard2_replica1/ has no replicas
   [junit4]   2> 961302 INFO  (qtp445964847-10414) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 961302 INFO  (qtp1969321744-10390) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@484c7215[authCollection_shard1_replica1] main]
   [junit4]   2> 961305 INFO  (qtp754365257-10378) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:49578/solr/authCollection_shard3_replica1/ shard3
   [junit4]   2> 961306 INFO  (qtp445964847-10414) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:49586/solr/authCollection_shard2_replica1/ shard2
   [junit4]   2> 961306 INFO  (qtp1969321744-10390) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 961306 INFO  (qtp1969321744-10390) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 961307 INFO  (qtp1969321744-10390) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 961307 INFO  (qtp1969321744-10390) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576595370526375936
   [junit4]   2> 961307 INFO  (searcherExecutor-5041-thread-1) [    ] o.a.s.c.SolrCore [authCollection_shard1_replica1] Registered new searcher Searcher@484c7215[authCollection_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 961313 INFO  (qtp1969321744-10390) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 961313 INFO  (qtp1969321744-10390) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 961313 INFO  (qtp1969321744-10390) [    ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:49579/solr/authCollection_shard1_replica1/
   [junit4]   2> 961313 INFO  (qtp1969321744-10390) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 961313 INFO  (qtp1969321744-10390) [    ] o.a.s.c.SyncStrategy https://127.0.0.1:49579/solr/authCollection_shard1_replica1/ has no replicas
   [junit4]   2> 961313 INFO  (qtp1969321744-10390) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 961318 INFO  (qtp1969321744-10390) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:49579/solr/authCollection_shard1_replica1/ shard1
   [junit4]   2> 961421 INFO  (zkCallback-1823-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 961421 INFO  (zkCallback-1827-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 961421 INFO  (zkCallback-1822-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 961458 INFO  (qtp754365257-10378) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 961459 INFO  (qtp445964847-10414) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 961460 INFO  (qtp754365257-10378) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=authCollection_shard3_replica1&action=CREATE&numShards=3&collection=authCollection&shard=shard3&wt=javabin&version=2} status=0 QTime=1277
   [junit4]   2> 961460 INFO  (qtp445964847-10414) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=authCollection_shard2_replica1&action=CREATE&numShards=3&collection=authCollection&shard=shard2&wt=javabin&version=2} status=0 QTime=1297
   [junit4]   2> 961470 INFO  (qtp1969321744-10390) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 961472 INFO  (qtp1969321744-10390) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=authCollection_shard1_replica1&action=CREATE&numShards=3&collection=authCollection&shard=shard1&wt=javabin&version=2} status=0 QTime=1294
   [junit4]   2> 961475 INFO  (qtp445964847-10383) [    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 961576 INFO  (zkCallback-1822-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 961576 INFO  (zkCallback-1823-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 961576 INFO  (zkCallback-1827-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 962053 INFO  (OverseerCollectionConfigSetProcessor-98537210555269129-127.0.0.1:49586_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 962476 INFO  (qtp445964847-10383) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf&name=authCollection&action=CREATE&numShards=3&wt=javabin&version=2} status=0 QTime=2428
   [junit4]   2> 962498 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[DBE9C69975F83041]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBasicAuth
   [junit4]   2> 962503 INFO  (qtp445964847-10386) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/security/authentication params={} status=0 QTime=0
   [junit4]   2> 962506 INFO  (zkCallback-1822-thread-1) [    ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 962506 INFO  (zkCallback-1822-thread-1) [    ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 962508 INFO  (qtp445964847-10387) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/security/authentication params={} status=0 QTime=0
   [junit4]   2> 962509 INFO  (zkCallback-1827-thread-2) [    ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 962510 INFO  (zkCallback-1827-thread-2) [    ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 962514 INFO  (zkCallback-1823-thread-1) [    ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 962514 INFO  (zkCallback-1823-thread-1) [    ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 962520 INFO  (zkCallback-1822-thread-1) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 962523 INFO  (zkCallback-1827-thread-2) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 962527 INFO  (zkCallback-1823-thread-1) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 962531 INFO  (zkCallback-1822-thread-1) [    ] o.a.s.c.CoreContainer PKIAuthenticationPlugin is managing internode requests
   [junit4]   2> 962531 INFO  (zkCallback-1822-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring the default client with: org.apache.solr.security.PKIAuthenticationPlugin$HttpHeaderClientConfigurer@6e7dec01
   [junit4]   2> 962531 INFO  (zkCallback-1822-thread-1) [    ] o.a.s.u.UpdateShardHandler Reconfiguring the default client with: org.apache.solr.security.PKIAuthenticationPlugin$HttpHeaderClientConfigurer@6e7dec01
   [junit4]   2> 962537 INFO  (zkCallback-1823-thread-1) [    ] o.a.s.c.CoreContainer PKIAuthenticationPlugin is managing internode requests
   [junit4]   2> 962537 INFO  (zkCallback-1823-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring the default client with: org.apache.solr.security.PKIAuthenticationPlugin$HttpHeaderClientConfigurer@2744396e
   [junit4]   2> 962537 INFO  (zkCallback-1823-thread-1) [    ] o.a.s.u.UpdateShardHandler Reconfiguring the default client with: org.apache.solr.security.PKIAuthenticationPlugin$HttpHeaderClientConfigurer@2744396e
   [junit4]   2> 962541 INFO  (zkCallback-1827-thread-2) [    ] o.a.s.c.CoreContainer PKIAuthenticationPlugin is managing internode requests
   [junit4]   2> 962542 INFO  (zkCallback-1827-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring the default client with: org.apache.solr.security.PKIAuthenticationPlugin$HttpHeaderClientConfigurer@2763e6d1
   [junit4]   2> 962542 INFO  (zkCallback-1827-thread-2) [    ] o.a.s.u.UpdateShardHandler Reconfiguring the default client with: org.apache.solr.security.PKIAuthenticationPlugin$HttpHeaderClientConfigurer@2763e6d1
   [junit4]   2> 962565 INFO  (qtp445964847-10414) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/security/authentication params={} status=0 QTime=1
   [junit4]   2> 962567 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[DBE9C69975F83041]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@4e1baa77{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 962567 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[DBE9C69975F83041]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=105800240
   [junit4]   2> 962568 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[DBE9C69975F83041]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 962568 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[DBE9C69975F83041]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jvm
   [junit4]   2> 962568 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[DBE9C69975F83041]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jetty
   [junit4]   2> 962570 INFO  (coreCloseExecutor-5054-thread-1) [    ] o.a.s.c.SolrCore [authCollection_shard2_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5354f5e6
   [junit4]   2> 962572 INFO  (coreCloseExecutor-5054-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.authCollection.shard2.replica1
   [junit4]   2> 962573 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[DBE9C69975F83041]) [    ] o.a.s.c.Overseer Overseer (id=98537210555269129-127.0.0.1:49586_solr-n_0000000000) closing
   [junit4]   2> 962573 INFO  (OverseerStateUpdate-98537210555269129-127.0.0.1:49586_solr-n_0000000000) [    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:49586_solr
   [junit4]   2> 962576 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 0x15e1312284e0009, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 962576 WARN  (zkCallback-1827-thread-2) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 962577 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[DBE9C69975F83041]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@65192d3a{/solr,null,UNAVAILABLE}
   [junit4]   2> 962577 INFO  (zkCallback-1822-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 962577 INFO  (zkCallback-1823-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 962577 INFO  (zkCallback-1834-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 962578 INFO  (zkCallback-1823-thread-2) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:49579_solr
   [junit4]   2> 962580 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[DBE9C69975F83041]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 962580 INFO  (zkCallback-1823-thread-2) [    ] o.a.s.c.Overseer Overseer (id=98537210555269127-127.0.0.1:49579_solr-n_0000000001) starting
   [junit4]   2> 962581 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[DBE9C69975F83041]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5d99b24e{/solr,null,AVAILABLE}
   [junit4]   2> 962583 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[DBE9C69975F83041]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@36832308{SSL,[ssl, http/1.1]}{127.0.0.1:49654}
   [junit4]   2> 962583 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[DBE9C69975F83041]) [    ] o.e.j.s.Server Started @964643ms
   [junit4]   2> 962585 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[DBE9C69975F83041]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49654}
   [junit4]   2> 962586 ERROR (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[DBE9C69975F83041]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 962586 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[DBE9C69975F83041]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.1
   [junit4]   2> 962586 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[DBE9C69975F83041]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 962586 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[DBE9C69975F83041]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 962586 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[DBE9C69975F83041]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-24T07:08:33.515453900Z
   [junit4]   2> 962591 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[DBE9C69975F83041]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 962596 INFO  (zkCallback-1822-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 962596 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 0x15e1312284e000c, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 962596 INFO  (zkCallback-1823-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 962599 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[DBE9C69975F83041]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 962600 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[DBE9C69975F83041]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49574/solr
   [junit4]   2> 962604 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 0x15e1312284e000d, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 962613 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[DBE9C69975F83041]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 962616 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[DBE9C69975F83041]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 962618 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[DBE9C69975F83041]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49654_solr
   [junit4]   2> 962665 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[DBE9C69975F83041]) [    ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 962665 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[DBE9C69975F83041]) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 962665 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[DBE9C69975F83041]) [    ] o.a.s.c.CoreContainer PKIAuthenticationPlugin is managing internode requests
   [junit4]   2> 962665 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[DBE9C69975F83041]) [    ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring the default client with: org.apache.solr.security.PKIAuthenticationPlugin$HttpHeaderClientConfigurer@20a46d8f
   [junit4]   2> 962665 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[DBE9C69975F83041]) [    ] o.a.s.u.UpdateShardHandler Reconfiguring the default client with: org.apache.solr.security.PKIAuthenticationPlugin$HttpHeaderClientConfigurer@20a46d8f
   [junit4]   2> 962670 INFO  (zkCallback-1822-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 962671 INFO  (zkCallback-1834-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 962671 INFO  (zkCallback-1823-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 962671 INFO  (zkCallback-1839-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 962719 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[DBE9C69975F83041]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_DBE9C69975F83041-001\tempDir-001\node3\.
   [junit4]   2> 962720 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[DBE9C69975F83041]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [authCollection_shard2_replica1]
   [junit4]   2> 962728 INFO  (coreLoadExecutor-5063-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 962835 INFO  (zkCallback-1839-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 962835 INFO  (zkCallback-1823-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 962835 INFO  (zkCallback-1822-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 963740 INFO  (coreLoadExecutor-5063-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 963745 INFO  (coreLoadExecutor-5063-thread-1) [    ] o.a.s.s.IndexSchema [authCollection_shard2_replica1] Schema name=minimal
   [junit4]   2> 963746 INFO  (coreLoadExecutor-5063-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 963747 INFO  (coreLoadExecutor-5063-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'authCollection_shard2_replica1' using configuration from collection authCollection, trusted=true
   [junit4]   2> 963747 INFO  (coreLoadExecutor-5063-thread-1) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 963747 INFO  (coreLoadExecutor-5063-thread-1) [    ] o.a.s.c.SolrCore [[authCollection_shard2_replica1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_DBE9C69975F83041-001\tempDir-001\node3\authCollection_shard2_replica1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_DBE9C69975F83041-001\tempDir-001\node3\.\authCollection_shard2_replica1\data\]
   [junit4]   2> 963787 INFO  (coreLoadExecutor-5063-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 963787 INFO  (coreLoadExecutor-5063-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 963787 INFO  (coreLoadExecutor-5063-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 963787 INFO  (coreLoadExecutor-5063-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 963787 INFO  (coreLoadExecutor-5063-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@19d9ae1c[authCollection_shard2_replica1] main]
   [junit4]   2> 963796 INFO  (coreLoadExecutor-5063-thread-1) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 963797 INFO  (coreLoadExecutor-5063-thread-1) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 963797 INFO  (coreLoadExecutor-5063-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 963797 INFO  (searcherExecutor-5064-thread-1) [    ] o.a.s.c.SolrCore [authCollection_shard2_replica1] Registered new searcher Searcher@19d9ae1c[authCollection_shard2_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 963797 INFO  (coreLoadExecutor-5063-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576595373137330176
   [junit4]   2> 963801 INFO  (coreZkRegister-5057-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 963905 INFO  (zkCallback-1823-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 963905 INFO  (zkCallback-1822-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 963905 INFO  (zkCallback-1839-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 964248 INFO  (qtp959443097-10483) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/security/authentication params={} status=0 QTime=0
   [junit4]   2> 964253 INFO  (qtp1969321744-10412) [    ] o.a.s.s.RuleBasedAuthorizationPlugin request has come without principal. failed permission {
   [junit4]   2>   "name":"security-edit",
   [junit4]   2>   "role":"admin"} 
   [junit4]   2> 964253 INFO  (qtp1969321744-10412) [    ] o.a.s.s.HttpSolrCall USER_REQUIRED auth header null context : userPrincipal: [null] type: [ADMIN], collections: [], Path: [/____v2/cluster/security/authentication] path : /____v2/cluster/security/authentication params :wt=javabin&version=2 
   [junit4]   2> 964259 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[DBE9C69975F83041]) [    ] o.a.s.s.BasicAuthIntegrationTest Added Basic Auth security Header c29scjpTb2xyUm9ja3M=
   [junit4]   2> 964263 INFO  (qtp959443097-10492) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/security/authentication params={} status=0 QTime=0
   [junit4]   2> 964270 INFO  (qtp959443097-10483) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/security/authentication params={} status=0 QTime=2
   [junit4]   2> 964271 INFO  (zkCallback-1839-thread-1) [    ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 964271 INFO  (zkCallback-1839-thread-1) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 964271 INFO  (zkCallback-1822-thread-1) [    ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 964271 INFO  (zkCallback-1823-thread-1) [    ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 964271 INFO  (zkCallback-1822-thread-1) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 964271 INFO  (zkCallback-1823-thread-1) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 964273 INFO  (qtp1969321744-10394) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/security/authentication params={} status=0 QTime=0
   [junit4]   2> 964274 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[DBE9C69975F83041]) [    ] o.a.s.s.BasicAuthIntegrationTest Added Basic Auth security Header c29scjpTb2xyUm9ja3M=
   [junit4]   2> 964278 INFO  (qtp1969321744-10382) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/security/authorization params={} status=0 QTime=1
   [junit4]   2> 964279 INFO  (zkCallback-1839-thread-1) [    ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 964280 INFO  (zkCallback-1839-thread-1) [    ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 964280 INFO  (zkCallback-1839-thread-1) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 964280 INFO  (zkCallback-1822-thread-1) [    ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 964280 INFO  (zkCallback-1822-thread-1) [    ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 964280 INFO  (zkCallback-1822-thread-1) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 964280 INFO  (zkCallback-1823-thread-1) [    ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 964280 INFO  (zkCallback-1823-thread-1) [    ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 964280 INFO  (zkCallback-1823-thread-1) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 964282 INFO  (qtp959443097-10489) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/security/authorization params={} status=0 QTime=0
   [junit4]   2> 964282 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[DBE9C69975F83041]) [    ] o.a.s.s.BasicAuthIntegrationTest Added Basic Auth security Header aGFycnk6SGFycnlJc1ViZXJDb29s
   [junit4]   2> 964287 INFO  (qtp959443097-10484) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/security/authorization params={} status=0 QTime=2
   [junit4]   2> 964288 INFO  (zkCallback-1822-thread-1) [    ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 964289 INFO  (zkCallback-1822-thread-1) [    ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 964289 INFO  (zkCallback-1822-thread-1) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 964289 INFO  (zkCallback-1839-thread-1) [    ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 964289 INFO  (zkCallback-1839-thread-1) [    ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 964289 INFO  (zkCallback-1839-thread-1) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 964289 INFO  (zkCallback-1823-thread-1) [    ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 964290 INFO  (zkCallback-1823-thread-1) [    ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 964290 INFO  (zkCallback-1823-thread-1) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 964291 INFO  (qtp959443097-10489) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/security/authorization params={} status=0 QTime=0
   [junit4]   2> 964292 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[DBE9C69975F83041]) [    ] o.a.s.s.BasicAuthIntegrationTest Added Basic Auth security Header aGFycnk6SGFycnlJc1ViZXJDb29s
   [junit4]   2> 964296 INFO  (qtp959443097-10493) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/security/authorization params={} status=0 QTime=1
   [junit4]   2> 964297 INFO  (zkCallback-1839-thread-1) [    ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 964297 INFO  (zkCallback-1839-thread-1) [    ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 964298 INFO  (zkCallback-1839-thread-1) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 964298 INFO  (zkCallback-1822-thread-1) [    ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 964298 INFO  (zkCallback-1822-thread-1) [    ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 964298 INFO  (zkCallback-1823-thread-1) [    ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 964298 INFO  (zkCallback-1822-thread-1) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 964298 INFO  (zkCallback-1823-thread-1) [    ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 964298 INFO  (zkCallback-1823-thread-1) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 964301 INFO  (qtp959443097-10483) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/security/authorization params={} status=0 QTime=0
   [junit4]   2> 964305 INFO  (qtp959443097-10493) [    ] o.a.s.s.RuleBasedAuthorizationPlugin request has come without principal. failed permission {
   [junit4]   2>   "name":"collection-admin-edit",
   [junit4]   2>   "role":"admin",
   [junit4]   2>   "index":3} 
   [junit4]   2> 964306 INFO  (qtp959443097-10493) [    ] o.a.s.s.HttpSolrCall USER_REQUIRED auth header null context : userPrincipal: [null] type: [ADMIN], collections: [authCollection,], Path: [/admin/collections] path : /admin/collections params :name=authCollection&action=RELOAD&wt=javabin&version=2 
   [junit4]   2> 964308 INFO  (qtp959443097-10489) [    ] o.a.s.s.RuleBasedAuthorizationPlugin request has come without principal. failed permission {
   [junit4]   2>   "name":"collection-admin-edit",
   [junit4]   2>   "role":"admin",
   [junit4]   2>   "index":3} 
   [junit4]   2> 964308 INFO  (qtp959443097-10489) [    ] o.a.s.s.HttpSolrCall USER_REQUIRED auth header null context : userPrincipal: [null] type: [ADMIN], collections: [], Path: [/admin/collections] path : /admin/collections params :name=authCollection&action=RELOAD&wt=javabin&version=2 
   [junit4]   2> 964310 INFO  (qtp1969321744-10412) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :reload with params name=authCollection&action=RELOAD&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 964314 INFO  (OverseerThreadFactory-5061-thread-1) [    ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=RELOAD
   [junit4]   2> 964343 INFO  (qtp1969321744-10390) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/key params={omitHeader=true&wt=json} status=0 QTime=0
   [junit4]   2> 964344 INFO  (qtp754365257-10408) [    ] o.a.s.s.PKIAuthenticationPlugin New Key obtained from  node: 127.0.0.1:49579_solr / MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC2btHrR3mL1wT3bZC8rePwUtV0yezJLNO36hulmRCdTpFeIr9D+dTNI05/VIxJzRfuNSlcHJ3VTaLLjIaWjG21WUKWG4HBLrFntDzt+XTilME/lxmjtbwGDMLbHuC2tUzVD8gnBUAeYP0XaZsir2pXV7akWoUdFpnnyPOXCfqs8QIDAQAB
   [junit4]   2> 964344 INFO  (qtp1969321744-10413) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/key params={omitHeader=true&wt=json} status=0 QTime=0
   [junit4]   2> 964344 INFO  (qtp1969321744-10398) [    ] o.a.s.s.PKIAuthenticationPlugin New Key obtained from  node: 127.0.0.1:49579_solr / MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC2btHrR3mL1wT3bZC8rePwUtV0yezJLNO36hulmRCdTpFeIr9D+dTNI05/VIxJzRfuNSlcHJ3VTaLLjIaWjG21WUKWG4HBLrFntDzt+XTilME/lxmjtbwGDMLbHuC2tUzVD8gnBUAeYP0XaZsir2pXV7akWoUdFpnnyPOXCfqs8QIDAQAB
   [junit4]   2> 964354 INFO  (qtp1969321744-10398) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 964354 INFO  (qtp754365257-10408) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 964361 INFO  (qtp754365257-10408) [    ] o.a.s.s.IndexSchema [authCollection_shard3_replica1] Schema name=minimal
   [junit4]   2> 964361 INFO  (qtp1969321744-10398) [    ] o.a.s.s.IndexSchema [authCollection_shard1_replica1] Schema name=minimal
   [junit4]   2> 964364 INFO  (qtp1969321744-10398) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 964364 INFO  (qtp1969321744-10398) [    ] o.a.s.c.CoreContainer Reloading SolrCore 'authCollection_shard1_replica1' using configuration from collection authCollection
   [junit4]   2> 964364 INFO  (qtp754365257-10408) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 964364 INFO  (qtp754365257-10408) [    ] o.a.s.c.CoreContainer Reloading SolrCore 'authCollection_shard3_replica1' using configuration from collection authCollection
   [junit4]   2> 964365 INFO  (qtp1969321744-10398) [    ] o.a.s.c.SolrCore [[authCollection_shard1_replica1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_DBE9C69975F83041-001\tempDir-001\node2\authCollection_shard1_replica1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_DBE9C69975F83041-001\tempDir-001\node2\.\authCollection_shard1_replica1\data\]
   [junit4]   2> 964365 INFO  (qtp754365257-10408) [    ] o.a.s.c.SolrCore [[authCollection_shard3_replica1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_DBE9C69975F83041-001\tempDir-001\node1\authCollection_shard3_replica1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_DBE9C69975F83041-001\tempDir-001\node1\.\authCollection_shard3_replica1\data\]
   [junit4]   2> 964454 INFO  (qtp1969321744-10398) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 964454 INFO  (qtp1969321744-10398) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 964455 INFO  (qtp1969321744-10398) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4f06860c[authCollection_shard1_replica1] main]
   [junit4]   2> 964456 INFO  (qtp1969321744-10398) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 964457 INFO  (qtp1969321744-10398) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 964457 INFO  (qtp1969321744-10398) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 964457 INFO  (qtp1969321744-10398) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576595373829390336
   [junit4]   2> 964459 INFO  (qtp1969321744-10398) [    ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 964460 INFO  (searcherExecutor-5070-thread-1) [    ] o.a.s.c.SolrCore [authCollection_shard1_replica1] Registered new searcher Searcher@4f06860c[authCollection_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 964460 INFO  (qtp1969321744-10398) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5d530934[authCollection_shard1_replica1] main]
   [junit4]   2> 964461 INFO  (qtp1969321744-10398) [    ] o.a.s.c.SolrCore [authCollection_shard1_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3ff7b0fb
   [junit4]   2> 964461 INFO  (qtp754365257-10408) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 964461 INFO  (qtp754365257-10408) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 964461 INFO  (qtp1969321744-10398) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.authCollection.shard1.replica1
   [junit4]   2> 964461 INFO  (qtp1969321744-10398) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={core=authCollection_shard1_replica1&qt=/admin/cores&action=RELOAD&wt=javabin&version=2} status=0 QTime=116
   [junit4]   2> 964461 INFO  (qtp754365257-10408) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5e1a6f79[authCollection_shard3_replica1] main]
   [junit4]   2> 964462 INFO  (searcherExecutor-5070-thread-1) [    ] o.a.s.c.SolrCore [authCollection_shard1_replica1] Registered new searcher Searcher@5d530934[authCollection_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 964462 INFO  (qtp754365257-10408) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 964462 INFO  (qtp754365257-10408) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 964462 INFO  (qtp754365257-10408) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 964462 INFO  (searcherExecutor-5069-thread-1) [    ] o.a.s.c.SolrCore [authCollection_shard3_replica1] Registered new searcher Searcher@5e1a6f79[authCollection_shard3_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 964463 INFO  (qtp754365257-10408) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576595373835681792
   [junit4]   2> 964464 INFO  (qtp754365257-10408) [    ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 964464 INFO  (qtp754365257-10408) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@21ca2d4b[authCollection_shard3_replica1] main]
   [junit4]   2> 964465 INFO  (qtp754365257-10408) [    ] o.a.s.c.SolrCore [authCollection_shard3_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@505de5cf
   [junit4]   2> 964465 INFO  (searcherExecutor-5069-thread-1) [    ] o.a.s.c.SolrCore [authCollection_shard3_replica1] Registered new searcher Searcher@21ca2d4b[authCollection_shard3_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 964465 INFO  (qtp754365257-10408) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.authCollection.shard3.replica1
   [junit4]   2> 964465 INFO  (qtp754365257-10408) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={core=authCollection_shard3_replica1&qt=/admin/cores&action=RELOAD&wt=javabin&version=2} status=0 QTime=121
   [junit4]   2> 964467 INFO  (qtp1969321744-10412) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=authCollection&action=RELOAD&wt=javabin&version=2} status=0 QTime=156
   [junit4]   2> 964470 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[DBE9C69975F83041]) [    ] o.a.s.s.BasicAuthIntegrationTest Added Basic Auth security Header aGFycnk6SGFycnlJc1ViZXJDb29s
   [junit4]   2> 964475 INFO  (qtp959443097-10482) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/security/authorization params={} status=0 QTime=1
   [junit4]   2> 964476 INFO  (zkCallback-1839-thread-1) [    ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 964476 INFO  (zkCallback-1839-thread-1) [    ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 964477 INFO  (zkCallback-1839-thread-1) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 964477 INFO  (zkCallback-1822-thread-1) [    ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 964478 INFO  (zkCallback-1822-thread-1) [    ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 964478 INFO  (zkCallback-1822-thread-1) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 964478 INFO  (zkCallback-1823-thread-1) [    ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 964478 INFO  (zkCallback-1823-thread-1) [    ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 964478 INFO  (zkCallback-1823-thread-1) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 966316 INFO  (OverseerCollectionConfigSetProcessor-98537210555269127-127.0.0.1:49579_solr-n_0000000001) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 968522 INFO  (qtp1969321744-10411) [    ] o.a.s.u.p.LogUpdateProcessorFactory [authCollection_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{} 0 4044
   [junit4]   2> 968522 ERROR (qtp1969321744-10411) [    ] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: No registered leader was found after waiting for 4000ms , collection: authCollection slice: shard2
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:748)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:734)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.setupRequest(DistributedUpdateProcessor.java:400)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.setupRequest(DistributedUpdateProcessor.java:346)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.processAdd(DistributedUpdateProcessor.java:703)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessorFactory$LogUpdateProcessor.processAdd(LogUpdateProcessorFactory.java:103)
   [junit4]   2> 	at org.apache.solr.handler.loader.JavabinLoader$1.update(JavabinLoader.java:98)
   [junit4]   2> 	at org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec$1.readOuterMostDocIterator(JavaBinUpdateRequestCodec.java:180)
   [junit4]   2> 	at org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec$1.readIterator(JavaBinUpdateRequestCodec.java:136)
   [junit4]   2> 	at org.apache.solr.common.util.JavaBinCodec.readObject(JavaBinCodec.java:306)
   [junit4]   2> 	at org.apache.solr.common.util.JavaBinCodec.readVal(JavaBinCodec.java:251)
   [junit4]   2> 	at org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec$1.readNamedList(JavaBinUpdateRequestCodec.java:122)
   [junit4]   2> 	at org.apache.solr.common.util.JavaBinCodec.readObject(JavaBinCodec.java:271)
   [junit4]   2> 	at org.apache.solr.common.util.JavaBinCodec.readVal(JavaBinCodec.java:251)
   [junit4]   2> 	at org.apache.solr.common.util.JavaBinCodec.unmarshal(JavaBinCodec.java:173)
   [junit4]   2> 	at org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec.unmarshal(JavaBinUpdateRequestCodec.java:187)
   [junit4]   2> 	at org.apache.solr.handler.loader.JavabinLoader.parseAndLoadDocs(JavabinLoader.java:108)
   [junit4]   2> 	at org.apache.solr.handler.loader.JavabinLoader.load(JavabinLoader.java:55)
   [junit4]   2> 	at org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:97)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:68)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:173)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2477)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:723)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:529)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:361)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:305)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:136)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:202)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 968523 ERROR (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[DBE9C69975F83041]) [    ] o.a.s.c.s.i.CloudSolrClient Request to collection authCollection failed due to (503) org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:49579/solr/authCollection: No registered leader was found after waiting for 4000ms , collection: authCollection slice: shard2, retry? 0
   [junit4]   2> 968524 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[DBE9C69975F83041]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testBasicAuth
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicAuthIntegrationTest -Dtests.method=testBasicAuth -Dtests.seed=DBE9C69975F83041 -Dtests.slow=true -Dtests.locale=ki -Dtests.timezone=Arctic/Longyearbyen -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   6.05s J1 | BasicAuthIntegrationTest.testBasicAuth <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:49579/solr/authCollection: No registered leader was found after waiting for 4000ms , collection: authCollection slice: shard2
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([DBE9C69975F83041:6787B08BD1ABB33B]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:612)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:447)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:388)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1383)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1134)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1073)
   [junit4]    > 	at org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth(BasicAuthIntegrationTest.java:194)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 968527 INFO  (jetty-closer-1811-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@36832308{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 968528 INFO  (jetty-closer-1811-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=440209878
   [junit4]   2> 968528 INFO  (jetty-closer-1811-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 968528 INFO  (jetty-closer-1811-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jvm
   [junit4]   2> 968528 INFO  (jetty-closer-1811-thread-2) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@6d42a54a{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 968528 INFO  (jetty-closer-1811-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jetty
   [junit4]   2> 968528 INFO  (jetty-closer-1811-thread-3) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@4578e624{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 968529 INFO  (jetty-closer-1811-thread-2) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=977412263
   [junit4]   2> 968529 INFO  (jetty-closer-1811-thread-3) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=760329505
   [junit4]   2> 968529 INFO  (jetty-closer-1811-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 968529 INFO  (jetty-closer-1811-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jvm
   [junit4]   2> 968529 INFO  (jetty-closer-1811-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 968529 INFO  (jetty-closer-1811-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jetty
   [junit4]   2> 968529 INFO  (jetty-closer-1811-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jvm
   [junit4]   2> 968529 INFO  (jetty-closer-1811-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jetty
   [junit4]   2> 968532 INFO  (coreCloseExecutor-5077-thread-1) [    ] o.a.s.c.SolrCore [authCollection_shard2_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@127aaca7
   [junit4]   2> 968532 INFO  (coreCloseExecutor-5078-thread-1) [    ] o.a.s.c.SolrCore [authCollection_shard1_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@596d20b6
   [junit4]   2> 968532 INFO  (coreCloseExecutor-5079-thread-1) [    ] o.a.s.c.SolrCore [authCollection_shard3_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@61f0e4ad
   [junit4]   2> 968532 INFO  (coreCloseExecutor-5079-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.authCollection.shard3.replica1
   [junit4]   2> 968534 INFO  (coreCloseExecutor-5078-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.authCollection.shard1.replica1
   [junit4]   2> 968534 INFO  (coreCloseExecutor-5077-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.authCollection.shard2.replica1
   [junit4]   2> 968534 INFO  (zkCallback-1823-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 968535 INFO  (zkCallback-1839-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 968535 INFO  (zkCallback-1822-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 968538 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 0x15e1312284e000e, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 968538 INFO  (zkCallback-1823-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (1)
   [junit4]   2> 968538 INFO  (jetty-closer-1811-thread-3) [    ] o.a.s.c.Overseer Overseer (id=98537210555269127-127.0.0.1:49579_solr-n_0000000001) closing
   [junit4]   2> 968540 WARN  (zkCallback-1839-thread-3) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 968540 INFO  (OverseerStateUpdate-98537210555269127-127.0.0.1:49579_solr-n_0000000001) [    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:49579_solr
   [junit4]   2> 968542 WARN  (zkCallback-1823-thread-1) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 968542 INFO  (jetty-closer-1811-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@411a7e42{/solr,null,UNAVAILABLE}
   [junit4]   2> 969807 ERROR (coreZkRegister-5057-thread-1) [    ] o.a.s.c.ZkController Error getting leader from zk
   [junit4]   2> org.apache.solr.common.SolrException: CoreContainer is closed
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.getLeaderProps(ZkController.java:1040)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.getLeaderProps(ZkController.java:1007)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.getLeader(ZkController.java:963)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.register(ZkController.java:902)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.register(ZkController.java:846)
   [junit4]   2> 	at org.apache.solr.core.ZkContainer.lambda$registerInZk$0(ZkContainer.java:181)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 969807 ERROR (coreZkRegister-5057-thread-1) [    ] o.a.s.c.ZkContainer :org.apache.solr.common.SolrException: Error getting leader from zk for shard shard2
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.getLeader(ZkController.java:996)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.register(ZkController.java:902)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.register(ZkController.java:846)
   [junit4]   2> 	at org.apache.solr.core.ZkContainer.lambda$registerInZk$0(ZkContainer.java:181)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: CoreContainer is closed
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.getLeaderProps(ZkController.java:1040)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.getLeaderProps(ZkController.java:1007)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.getLeader(ZkController.java:963)
   [junit4]   2> 	... 7 more
   [junit4]   2> 
   [junit4]   2> 969808 INFO  (jetty-closer-1811-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5d99b24e{/solr,null,UNAVAILABLE}
   [junit4]   2> 970035 WARN  (zkCallback-1822-thread-1) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /collections/authCollection/state.json]
   [junit4]   2> 970035 INFO  (jetty-closer-1811-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7b56a071{/solr,null,UNAVAILABLE}
   [junit4]   2> 970037 ERROR (SUITE-BasicAuthIntegrationTest-seed#[DBE9C69975F83041]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 970037 INFO  (SUITE-BasicAuthIntegrationTest-seed#[DBE9C69975F83041]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:49574 49574
   [junit4]   2> 970038 INFO  (Thread-2432) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:49574 49574
   [junit4]   2> 970038 WARN  (Thread-2432) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	4	/solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 	4	/solr/collections/authCollection/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 	4	/solr/live_nodes
   [junit4]   2> 	2	/solr/overseer/queue
   [junit4]   2> 	2	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 970038 INFO  (SUITE-BasicAuthIntegrationTest-seed#[DBE9C69975F83041]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_DBE9C69975F83041-001
   [junit4]   2> Aug 24, 2017 7:08:40 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62), sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=ki, timezone=Arctic/Longyearbyen
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 9 (64-bit)/cpus=3,threads=1,free=131775680,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [RegexBoostProcessorTest, DefaultValueUpdateProcessorTest, TestQuerySenderListener, IndexSchemaTest, MultiThreadedOCPTest, TestTrie, LukeRequestHandlerTest, TestClusterProperties, SolrInfoMBeanTest, CloneFieldUpdateProcessorFactoryTest, TestSchemaNameResource, RankQueryTest, DistributedIntervalFacetingTest, HighlighterConfigTest, AtomicUpdatesTest, TestShortCircuitedRequests, ShowFileRequestHandlerTest, TestFreeTextSuggestions, TestDynamicLoading, ExternalFileFieldSortTest, OpenCloseCoreStressTest, SolrMetricManagerTest, TestEmbeddedSolrServerSchemaAPI, TlogReplayBufferedWhileIndexingTest, SuggesterWFSTTest, HdfsWriteToMultipleCollectionsTest, TestDownShardTolerantSearch, TestMinMaxOnMultiValuedField, TestValueSourceCache, CollectionsAPIDistributedZkTest, TestCloudManagedSchema, TestBlendedInfixSuggestions, ZkStateWriterTest, TestSolr4Spatial, BufferStoreTest, TestPayloadScoreQParserPlugin, VMParamsZkACLAndCredentialsProvidersTest, QueryResultKeyTest, TestMiniSolrCloudCluster, ResourceLoaderTest, LeaderFailureAfterFreshStartTest, EchoParamsTest, TestRandomCollapseQParserPlugin, TestXmlQParser, TestRecovery, TestSerializedLuceneMatchVersion, PKIAuthenticationIntegrationTest, BinaryUpdateRequestHandlerTest, TestCodecSupport, TestSolrConfigHandler, TestWriterPerf, TestShardHandlerFactory, TestObjectReleaseTracker, IgnoreCommitOptimizeUpdateProcessorFactoryTest, DeleteNodeTest, TestImpersonationWithHadoopAuth, StatsReloadRaceTest, DataDrivenBlockJoinTest, HLLSerializationTest, SpatialRPTFieldTypeTest, TestSolrCLIRunExample, TestLeaderElectionZkExpiry, TestAddFieldRealTimeGet, BadIndexSchemaTest, TestExportWriter, TestRandomFlRTGCloud, TestSolrQueryParser, TestJoin, CoreMergeIndexesAdminHandlerTest, TestCloudNestedDocsSort, TestPushWriter, TestMacroExpander, TestStressInPlaceUpdates, MissingSegmentRecoveryTest, TestBlobHandler, TestCoreAdminApis, CollectionsAPISolrJTest, SolrMetricsIntegrationTest, TestTolerantUpdateProcessorCloud, TestPKIAuthenticationPlugin, CurrencyFieldOpenExchangeTest, HdfsChaosMonkeySafeLeaderTest, CdcrBootstrapTest, RuleEngineTest, CdcrVersionReplicationTest, BigEndianAscendingWordSerializerTest, OverseerTaskQueueTest, TestSubQueryTransformerCrossCore, SpellingQueryConverterTest, SmileWriterTest, TestSolrCoreProperties, TestDeleteCollectionOnDownNodes, SolrCmdDistributorTest, TestFoldingMultitermQuery, OutOfBoxZkACLAndCredentialsProvidersTest, TestManagedStopFilterFactory, ReplaceNodeTest, QueryParsingTest, SolrIndexConfigTest, TestBinaryResponseWriter, TestRawTransformer, DirectUpdateHandlerOptimizeTest, DistributedExpandComponentTest, SuggesterTest, CreateCollectionCleanupTest, ConfigSetsAPITest, TestFieldCollectionResource, TestFiltering, WordBreakSolrSpellCheckerTest, DocValuesMissingTest, SolrIndexSplitterTest, CollectionReloadTest, DistributedFacetPivotLargeTest, TestTrackingShardHandlerFactory, DistributedVersionInfoTest, FacetPivotSmallTest, SparseHLLTest, TestUtils, UUIDFieldTest, TestConfigOverlay, ExitableDirectoryReaderTest, TestStressUserVersions, TestDocSet, TestSimpleQParserPlugin, SharedFSAutoReplicaFailoverUtilsTest, ConvertedLegacyTest, CheckHdfsIndexTest, FieldMutatingUpdateProcessorTest, TestSuggestSpellingConverter, TestJsonFacetRefinement, TestOmitPositions, ExplicitHLLTest, BasicDistributedZk2Test, DistribJoinFromCollectionTest, SSLMigrationTest, HighlighterMaxOffsetTest, TestExactStatsCache, TestSolrXml, ShardRoutingCustomTest, MetricsHandlerTest, TestPathTrie, BasicAuthIntegrationTest]
   [junit4] Completed [273/713 (1!)] on J1 in 10.58s, 1 test, 1 error <<< FAILURES!

[...truncated 37816 lines...]

[JENKINS] Lucene-Solr-6.6-Windows (64bit/jdk1.8.0_144) - Build # 30 - Still Unstable!

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

2 tests failed.
FAILED:  org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster

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

Stack Trace:
java.lang.AssertionError: Document mismatch on target after sync expected:<2000> but was:<1100>
	at __randomizedtesting.SeedInfo.seed([915429EC094AB06B:451162B5EE1C0390]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster(CdcrBootstrapTest.java:309)
	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:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.core.TestDynamicLoading.testDynamicLoading

Error Message:
Could not get expected value  'org.apache.solr.core.BlobStoreTestRequestHandler' for path 'overlay/requestHandler/\/test1/class' full output: {   "responseHeader":{     "status":0,     "QTime":0},   "overlay":{     "znodeVersion":0,     "runtimeLib":{"colltest":{         "name":"colltest",         "version":1}}}},  from server:  null

Stack Trace:
java.lang.AssertionError: Could not get expected value  'org.apache.solr.core.BlobStoreTestRequestHandler' for path 'overlay/requestHandler/\/test1/class' full output: {
  "responseHeader":{
    "status":0,
    "QTime":0},
  "overlay":{
    "znodeVersion":0,
    "runtimeLib":{"colltest":{
        "name":"colltest",
        "version":1}}}},  from server:  null
	at __randomizedtesting.SeedInfo.seed([915429EC094AB06B:491904BBFE9715CB]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:556)
	at org.apache.solr.core.TestDynamicLoading.testDynamicLoading(TestDynamicLoading.java:97)
	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:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 11431 lines...]
   [junit4] Suite: org.apache.solr.core.TestDynamicLoading
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\init-core-data-001
   [junit4]   2> 552999 INFO  (SUITE-TestDynamicLoading-seed#[915429EC094AB06B]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 553001 INFO  (SUITE-TestDynamicLoading-seed#[915429EC094AB06B]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 553001 INFO  (SUITE-TestDynamicLoading-seed#[915429EC094AB06B]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 553003 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 553003 INFO  (Thread-1264) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 553003 INFO  (Thread-1264) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 553006 ERROR (Thread-1264) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 553104 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.c.ZkTestServer start zk server on port:57105
   [junit4]   2> 553121 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 553124 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 553127 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 553129 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 553131 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 553133 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 553135 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 553137 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 553139 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 553141 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 553144 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 553454 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\control-001\cores\collection1
   [junit4]   2> 553456 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 553456 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@45b00b60{/,null,AVAILABLE}
   [junit4]   2> 553459 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3b7150a1{HTTP/1.1,[http/1.1]}{127.0.0.1:57112}
   [junit4]   2> 553459 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.e.j.s.Server Started @558268ms
   [junit4]   2> 553459 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\tempDir-001/control/data, hostContext=/, hostPort=57112, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\control-001\cores}
   [junit4]   2> 553459 ERROR (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 553459 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.1
   [junit4]   2> 553459 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 553459 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 553459 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-23T20:39:53.297Z
   [junit4]   2> 553463 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 0x15e10d2a10b0002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 553463 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 553463 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\control-001\solr.xml
   [junit4]   2> 553471 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 553472 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57105/solr
   [junit4]   2> 553475 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 0x15e10d2a10b0003, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 553490 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [n:127.0.0.1:57112_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 553491 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [n:127.0.0.1:57112_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:57112_
   [junit4]   2> 553492 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [n:127.0.0.1:57112_    ] o.a.s.c.Overseer Overseer (id=98534738679758852-127.0.0.1:57112_-n_0000000000) starting
   [junit4]   2> 553496 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [n:127.0.0.1:57112_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57112_
   [junit4]   2> 553499 INFO  (OverseerStateUpdate-98534738679758852-127.0.0.1:57112_-n_0000000000) [n:127.0.0.1:57112_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 553584 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [n:127.0.0.1:57112_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\control-001\cores
   [junit4]   2> 553584 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [n:127.0.0.1:57112_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 553585 INFO  (coreLoadExecutor-2374-thread-1-processing-n:127.0.0.1:57112_) [n:127.0.0.1:57112_ c:control_collection   x:collection1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 553586 INFO  (OverseerStateUpdate-98534738679758852-127.0.0.1:57112_-n_0000000000) [n:127.0.0.1:57112_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 553606 INFO  (coreLoadExecutor-2374-thread-1-processing-n:127.0.0.1:57112_) [n:127.0.0.1:57112_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 553616 INFO  (coreLoadExecutor-2374-thread-1-processing-n:127.0.0.1:57112_) [n:127.0.0.1:57112_ c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 553700 INFO  (coreLoadExecutor-2374-thread-1-processing-n:127.0.0.1:57112_) [n:127.0.0.1:57112_ c:control_collection   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 553712 INFO  (coreLoadExecutor-2374-thread-1-processing-n:127.0.0.1:57112_) [n:127.0.0.1:57112_ c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 553712 INFO  (coreLoadExecutor-2374-thread-1-processing-n:127.0.0.1:57112_) [n:127.0.0.1:57112_ c:control_collection   x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 553712 INFO  (coreLoadExecutor-2374-thread-1-processing-n:127.0.0.1:57112_) [n:127.0.0.1:57112_ c:control_collection   x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\control-001\cores\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\control-001\cores\collection1\data\]
   [junit4]   2> 553712 INFO  (coreLoadExecutor-2374-thread-1-processing-n:127.0.0.1:57112_) [n:127.0.0.1:57112_ c:control_collection   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6d8cfcfb
   [junit4]   2> 553713 INFO  (coreLoadExecutor-2374-thread-1-processing-n:127.0.0.1:57112_) [n:127.0.0.1:57112_ c:control_collection   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1833701292, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 553716 WARN  (coreLoadExecutor-2374-thread-1-processing-n:127.0.0.1:57112_) [n:127.0.0.1:57112_ c:control_collection   x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 553790 INFO  (coreLoadExecutor-2374-thread-1-processing-n:127.0.0.1:57112_) [n:127.0.0.1:57112_ c:control_collection   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 553790 INFO  (coreLoadExecutor-2374-thread-1-processing-n:127.0.0.1:57112_) [n:127.0.0.1:57112_ c:control_collection   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 553790 INFO  (coreLoadExecutor-2374-thread-1-processing-n:127.0.0.1:57112_) [n:127.0.0.1:57112_ c:control_collection   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 553790 INFO  (coreLoadExecutor-2374-thread-1-processing-n:127.0.0.1:57112_) [n:127.0.0.1:57112_ c:control_collection   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 553790 INFO  (coreLoadExecutor-2374-thread-1-processing-n:127.0.0.1:57112_) [n:127.0.0.1:57112_ c:control_collection   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=29, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 553791 INFO  (coreLoadExecutor-2374-thread-1-processing-n:127.0.0.1:57112_) [n:127.0.0.1:57112_ c:control_collection   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1ec513d1[collection1] main]
   [junit4]   2> 553792 INFO  (coreLoadExecutor-2374-thread-1-processing-n:127.0.0.1:57112_) [n:127.0.0.1:57112_ c:control_collection   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 553792 INFO  (coreLoadExecutor-2374-thread-1-processing-n:127.0.0.1:57112_) [n:127.0.0.1:57112_ c:control_collection   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 553792 INFO  (coreLoadExecutor-2374-thread-1-processing-n:127.0.0.1:57112_) [n:127.0.0.1:57112_ c:control_collection   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 553793 INFO  (searcherExecutor-2375-thread-1-processing-n:127.0.0.1:57112_ x:collection1 c:control_collection) [n:127.0.0.1:57112_ c:control_collection   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1ec513d1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 553793 INFO  (coreLoadExecutor-2374-thread-1-processing-n:127.0.0.1:57112_) [n:127.0.0.1:57112_ c:control_collection   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576555819702419456
   [junit4]   2> 553799 INFO  (coreZkRegister-2367-thread-1-processing-n:127.0.0.1:57112_ x:collection1 c:control_collection) [n:127.0.0.1:57112_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 553799 INFO  (coreZkRegister-2367-thread-1-processing-n:127.0.0.1:57112_ x:collection1 c:control_collection) [n:127.0.0.1:57112_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 553799 INFO  (coreZkRegister-2367-thread-1-processing-n:127.0.0.1:57112_ x:collection1 c:control_collection) [n:127.0.0.1:57112_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:57112/collection1/
   [junit4]   2> 553799 INFO  (coreZkRegister-2367-thread-1-processing-n:127.0.0.1:57112_ x:collection1 c:control_collection) [n:127.0.0.1:57112_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 553799 INFO  (coreZkRegister-2367-thread-1-processing-n:127.0.0.1:57112_ x:collection1 c:control_collection) [n:127.0.0.1:57112_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:57112/collection1/ has no replicas
   [junit4]   2> 553799 INFO  (coreZkRegister-2367-thread-1-processing-n:127.0.0.1:57112_ x:collection1 c:control_collection) [n:127.0.0.1:57112_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 553802 INFO  (coreZkRegister-2367-thread-1-processing-n:127.0.0.1:57112_ x:collection1 c:control_collection) [n:127.0.0.1:57112_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:57112/collection1/ shard1
   [junit4]   2> 553954 INFO  (coreZkRegister-2367-thread-1-processing-n:127.0.0.1:57112_ x:collection1 c:control_collection) [n:127.0.0.1:57112_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 554107 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 554108 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:57105/solr ready
   [junit4]   2> 554108 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 554108 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 554113 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 0x15e10d2a10b0006, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 554456 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\shard-1-001\cores\collection1
   [junit4]   2> 554459 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\shard-1-001
   [junit4]   2> 554459 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 554459 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@626e2f4b{/,null,AVAILABLE}
   [junit4]   2> 554460 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@33ba9061{HTTP/1.1,[http/1.1]}{127.0.0.1:57139}
   [junit4]   2> 554460 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.e.j.s.Server Started @559269ms
   [junit4]   2> 554460 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=57139, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\shard-1-001\cores}
   [junit4]   2> 554460 ERROR (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 554460 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.1
   [junit4]   2> 554460 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 554460 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 554460 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-23T20:39:54.298Z
   [junit4]   2> 554464 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 0x15e10d2a10b0007, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 554464 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 554464 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\shard-1-001\solr.xml
   [junit4]   2> 554473 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 554474 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57105/solr
   [junit4]   2> 554485 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [n:127.0.0.1:57139_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 554486 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [n:127.0.0.1:57139_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 554488 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [n:127.0.0.1:57139_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57139_
   [junit4]   2> 554489 INFO  (zkCallback-1588-thread-1-processing-n:127.0.0.1:57112_) [n:127.0.0.1:57112_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 554490 INFO  (zkCallback-1598-thread-1-processing-n:127.0.0.1:57139_) [n:127.0.0.1:57139_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 554490 INFO  (zkCallback-1592-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 554587 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [n:127.0.0.1:57139_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\shard-1-001\cores
   [junit4]   2> 554588 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [n:127.0.0.1:57139_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 554600 INFO  (coreLoadExecutor-2385-thread-1-processing-n:127.0.0.1:57139_) [n:127.0.0.1:57139_ c:collection1   x:collection1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 554600 INFO  (OverseerStateUpdate-98534738679758852-127.0.0.1:57112_-n_0000000000) [n:127.0.0.1:57112_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 554703 INFO  (zkCallback-1598-thread-1-processing-n:127.0.0.1:57139_) [n:127.0.0.1:57139_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 555637 INFO  (coreLoadExecutor-2385-thread-1-processing-n:127.0.0.1:57139_) [n:127.0.0.1:57139_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 555651 INFO  (coreLoadExecutor-2385-thread-1-processing-n:127.0.0.1:57139_) [n:127.0.0.1:57139_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 555737 INFO  (coreLoadExecutor-2385-thread-1-processing-n:127.0.0.1:57139_) [n:127.0.0.1:57139_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 555749 INFO  (coreLoadExecutor-2385-thread-1-processing-n:127.0.0.1:57139_) [n:127.0.0.1:57139_ c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1, trusted=true
   [junit4]   2> 555749 INFO  (coreLoadExecutor-2385-thread-1-processing-n:127.0.0.1:57139_) [n:127.0.0.1:57139_ c:collection1   x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 555749 INFO  (coreLoadExecutor-2385-thread-1-processing-n:127.0.0.1:57139_) [n:127.0.0.1:57139_ c:collection1   x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\shard-1-001\cores\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\shard-1-001\cores\collection1\data\]
   [junit4]   2> 555750 INFO  (coreLoadExecutor-2385-thread-1-processing-n:127.0.0.1:57139_) [n:127.0.0.1:57139_ c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6d8cfcfb
   [junit4]   2> 555751 INFO  (coreLoadExecutor-2385-thread-1-processing-n:127.0.0.1:57139_) [n:127.0.0.1:57139_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1833701292, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 555754 WARN  (coreLoadExecutor-2385-thread-1-processing-n:127.0.0.1:57139_) [n:127.0.0.1:57139_ c:collection1   x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 555813 INFO  (coreLoadExecutor-2385-thread-1-processing-n:127.0.0.1:57139_) [n:127.0.0.1:57139_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 555813 INFO  (coreLoadExecutor-2385-thread-1-processing-n:127.0.0.1:57139_) [n:127.0.0.1:57139_ c:collection1   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 555813 INFO  (coreLoadExecutor-2385-thread-1-processing-n:127.0.0.1:57139_) [n:127.0.0.1:57139_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 555813 INFO  (coreLoadExecutor-2385-thread-1-processing-n:127.0.0.1:57139_) [n:127.0.0.1:57139_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 555815 INFO  (coreLoadExecutor-2385-thread-1-processing-n:127.0.0.1:57139_) [n:127.0.0.1:57139_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=29, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 555815 INFO  (coreLoadExecutor-2385-thread-1-processing-n:127.0.0.1:57139_) [n:127.0.0.1:57139_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@622630cf[collection1] main]
   [junit4]   2> 555817 INFO  (coreLoadExecutor-2385-thread-1-processing-n:127.0.0.1:57139_) [n:127.0.0.1:57139_ c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 555817 INFO  (coreLoadExecutor-2385-thread-1-processing-n:127.0.0.1:57139_) [n:127.0.0.1:57139_ c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 555817 INFO  (coreLoadExecutor-2385-thread-1-processing-n:127.0.0.1:57139_) [n:127.0.0.1:57139_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 555818 INFO  (searcherExecutor-2386-thread-1-processing-n:127.0.0.1:57139_ x:collection1 c:collection1) [n:127.0.0.1:57139_ c:collection1   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@622630cf[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 555818 INFO  (coreLoadExecutor-2385-thread-1-processing-n:127.0.0.1:57139_) [n:127.0.0.1:57139_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576555821825785856
   [junit4]   2> 555824 INFO  (coreZkRegister-2380-thread-1-processing-n:127.0.0.1:57139_ x:collection1 c:collection1) [n:127.0.0.1:57139_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 555824 INFO  (coreZkRegister-2380-thread-1-processing-n:127.0.0.1:57139_ x:collection1 c:collection1) [n:127.0.0.1:57139_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 555824 INFO  (coreZkRegister-2380-thread-1-processing-n:127.0.0.1:57139_ x:collection1 c:collection1) [n:127.0.0.1:57139_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:57139/collection1/
   [junit4]   2> 555824 INFO  (coreZkRegister-2380-thread-1-processing-n:127.0.0.1:57139_ x:collection1 c:collection1) [n:127.0.0.1:57139_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 555824 INFO  (coreZkRegister-2380-thread-1-processing-n:127.0.0.1:57139_ x:collection1 c:collection1) [n:127.0.0.1:57139_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:57139/collection1/ has no replicas
   [junit4]   2> 555824 INFO  (coreZkRegister-2380-thread-1-processing-n:127.0.0.1:57139_ x:collection1 c:collection1) [n:127.0.0.1:57139_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 555827 INFO  (coreZkRegister-2380-thread-1-processing-n:127.0.0.1:57139_ x:collection1 c:collection1) [n:127.0.0.1:57139_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:57139/collection1/ shard2
   [junit4]   2> 555930 INFO  (zkCallback-1598-thread-1-processing-n:127.0.0.1:57139_) [n:127.0.0.1:57139_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 555979 INFO  (coreZkRegister-2380-thread-1-processing-n:127.0.0.1:57139_ x:collection1 c:collection1) [n:127.0.0.1:57139_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 556083 INFO  (zkCallback-1598-thread-1-processing-n:127.0.0.1:57139_) [n:127.0.0.1:57139_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 556407 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\shard-2-001\cores\collection1
   [junit4]   2> 556408 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\shard-2-001
   [junit4]   2> 556409 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 556409 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@37c7947a{/,null,AVAILABLE}
   [junit4]   2> 556410 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3e41cdee{HTTP/1.1,[http/1.1]}{127.0.0.1:57164}
   [junit4]   2> 556411 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.e.j.s.Server Started @561220ms
   [junit4]   2> 556411 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/, hostPort=57164, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\shard-2-001\cores}
   [junit4]   2> 556411 ERROR (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 556411 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.1
   [junit4]   2> 556411 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 556411 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 556411 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-23T20:39:56.249Z
   [junit4]   2> 556414 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 556414 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 0x15e10d2a10b000a, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 556414 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\shard-2-001\solr.xml
   [junit4]   2> 556422 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 556423 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57105/solr
   [junit4]   2> 556426 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 0x15e10d2a10b000b, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 556432 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [n:127.0.0.1:57164_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 556434 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [n:127.0.0.1:57164_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 556436 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [n:127.0.0.1:57164_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57164_
   [junit4]   2> 556445 INFO  (zkCallback-1588-thread-1-processing-n:127.0.0.1:57112_) [n:127.0.0.1:57112_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 556445 INFO  (zkCallback-1592-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 556445 INFO  (zkCallback-1598-thread-1-processing-n:127.0.0.1:57139_) [n:127.0.0.1:57139_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 556446 INFO  (zkCallback-1604-thread-1-processing-n:127.0.0.1:57164_) [n:127.0.0.1:57164_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 556524 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [n:127.0.0.1:57164_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\shard-2-001\cores
   [junit4]   2> 556524 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [n:127.0.0.1:57164_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 556525 INFO  (coreLoadExecutor-2396-thread-1-processing-n:127.0.0.1:57164_) [n:127.0.0.1:57164_ c:collection1   x:collection1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 556527 INFO  (OverseerStateUpdate-98534738679758852-127.0.0.1:57112_-n_0000000000) [n:127.0.0.1:57112_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 556630 INFO  (zkCallback-1598-thread-1-processing-n:127.0.0.1:57139_) [n:127.0.0.1:57139_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 556630 INFO  (zkCallback-1604-thread-1-processing-n:127.0.0.1:57164_) [n:127.0.0.1:57164_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 557587 INFO  (coreLoadExecutor-2396-thread-1-processing-n:127.0.0.1:57164_) [n:127.0.0.1:57164_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 557598 INFO  (coreLoadExecutor-2396-thread-1-processing-n:127.0.0.1:57164_) [n:127.0.0.1:57164_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 557676 INFO  (coreLoadExecutor-2396-thread-1-processing-n:127.0.0.1:57164_) [n:127.0.0.1:57164_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 557689 INFO  (coreLoadExecutor-2396-thread-1-processing-n:127.0.0.1:57164_) [n:127.0.0.1:57164_ c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1, trusted=true
   [junit4]   2> 557689 INFO  (coreLoadExecutor-2396-thread-1-processing-n:127.0.0.1:57164_) [n:127.0.0.1:57164_ c:collection1   x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 557689 INFO  (coreLoadExecutor-2396-thread-1-processing-n:127.0.0.1:57164_) [n:127.0.0.1:57164_ c:collection1   x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\shard-2-001\cores\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\shard-2-001\cores\collection1\data\]
   [junit4]   2> 557689 INFO  (coreLoadExecutor-2396-thread-1-processing-n:127.0.0.1:57164_) [n:127.0.0.1:57164_ c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6d8cfcfb
   [junit4]   2> 557691 INFO  (coreLoadExecutor-2396-thread-1-processing-n:127.0.0.1:57164_) [n:127.0.0.1:57164_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1833701292, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 557695 WARN  (coreLoadExecutor-2396-thread-1-processing-n:127.0.0.1:57164_) [n:127.0.0.1:57164_ c:collection1   x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 557756 INFO  (coreLoadExecutor-2396-thread-1-processing-n:127.0.0.1:57164_) [n:127.0.0.1:57164_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 557756 INFO  (coreLoadExecutor-2396-thread-1-processing-n:127.0.0.1:57164_) [n:127.0.0.1:57164_ c:collection1   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 557757 INFO  (coreLoadExecutor-2396-thread-1-processing-n:127.0.0.1:57164_) [n:127.0.0.1:57164_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 557757 INFO  (coreLoadExecutor-2396-thread-1-processing-n:127.0.0.1:57164_) [n:127.0.0.1:57164_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 557757 INFO  (coreLoadExecutor-2396-thread-1-processing-n:127.0.0.1:57164_) [n:127.0.0.1:57164_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=29, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 557758 INFO  (coreLoadExecutor-2396-thread-1-processing-n:127.0.0.1:57164_) [n:127.0.0.1:57164_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2fb469df[collection1] main]
   [junit4]   2> 557769 INFO  (coreLoadExecutor-2396-thread-1-processing-n:127.0.0.1:57164_) [n:127.0.0.1:57164_ c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 557769 INFO  (coreLoadExecutor-2396-thread-1-processing-n:127.0.0.1:57164_) [n:127.0.0.1:57164_ c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 557769 INFO  (coreLoadExecutor-2396-thread-1-processing-n:127.0.0.1:57164_) [n:127.0.0.1:57164_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 557770 INFO  (searcherExecutor-2397-thread-1-processing-n:127.0.0.1:57164_ x:collection1 c:collection1) [n:127.0.0.1:57164_ c:collection1   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2fb469df[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 557770 INFO  (coreLoadExecutor-2396-thread-1-processing-n:127.0.0.1:57164_) [n:127.0.0.1:57164_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576555823872606208
   [junit4]   2> 557776 INFO  (coreZkRegister-2391-thread-1-processing-n:127.0.0.1:57164_ x:collection1 c:collection1) [n:127.0.0.1:57164_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 557776 INFO  (coreZkRegister-2391-thread-1-processing-n:127.0.0.1:57164_ x:collection1 c:collection1) [n:127.0.0.1:57164_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 557776 INFO  (coreZkRegister-2391-thread-1-processing-n:127.0.0.1:57164_ x:collection1 c:collection1) [n:127.0.0.1:57164_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:57164/collection1/
   [junit4]   2> 557776 INFO  (coreZkRegister-2391-thread-1-processing-n:127.0.0.1:57164_ x:collection1 c:collection1) [n:127.0.0.1:57164_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 557776 INFO  (coreZkRegister-2391-thread-1-processing-n:127.0.0.1:57164_ x:collection1 c:collection1) [n:127.0.0.1:57164_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:57164/collection1/ has no replicas
   [junit4]   2> 557776 INFO  (coreZkRegister-2391-thread-1-processing-n:127.0.0.1:57164_ x:collection1 c:collection1) [n:127.0.0.1:57164_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 557779 INFO  (coreZkRegister-2391-thread-1-processing-n:127.0.0.1:57164_ x:collection1 c:collection1) [n:127.0.0.1:57164_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:57164/collection1/ shard1
   [junit4]   2> 557883 INFO  (zkCallback-1598-thread-1-processing-n:127.0.0.1:57139_) [n:127.0.0.1:57139_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 557883 INFO  (zkCallback-1604-thread-1-processing-n:127.0.0.1:57164_) [n:127.0.0.1:57164_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 557931 INFO  (coreZkRegister-2391-thread-1-processing-n:127.0.0.1:57164_ x:collection1 c:collection1) [n:127.0.0.1:57164_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 558035 INFO  (zkCallback-1598-thread-1-processing-n:127.0.0.1:57139_) [n:127.0.0.1:57139_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 558036 INFO  (zkCallback-1604-thread-1-processing-n:127.0.0.1:57164_) [n:127.0.0.1:57164_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 558369 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\shard-3-001\cores\collection1
   [junit4]   2> 558371 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\shard-3-001
   [junit4]   2> 558371 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 558372 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@50afe9b3{/,null,AVAILABLE}
   [junit4]   2> 558372 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6f2bd37c{HTTP/1.1,[http/1.1]}{127.0.0.1:57192}
   [junit4]   2> 558372 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.e.j.s.Server Started @563182ms
   [junit4]   2> 558372 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\tempDir-001/jetty3, solrconfig=solrconfig.xml, hostContext=/, hostPort=57192, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\shard-3-001\cores}
   [junit4]   2> 558372 ERROR (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 558373 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.1
   [junit4]   2> 558373 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 558373 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 558373 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-23T20:39:58.211Z
   [junit4]   2> 558381 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 558381 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\shard-3-001\solr.xml
   [junit4]   2> 558391 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 558391 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57105/solr
   [junit4]   2> 558402 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [n:127.0.0.1:57192_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 558405 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [n:127.0.0.1:57192_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 558407 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [n:127.0.0.1:57192_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57192_
   [junit4]   2> 558409 INFO  (zkCallback-1588-thread-1-processing-n:127.0.0.1:57112_) [n:127.0.0.1:57112_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 558409 INFO  (zkCallback-1592-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 558409 INFO  (zkCallback-1598-thread-1-processing-n:127.0.0.1:57139_) [n:127.0.0.1:57139_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 558410 INFO  (zkCallback-1610-thread-1-processing-n:127.0.0.1:57192_) [n:127.0.0.1:57192_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 558410 INFO  (zkCallback-1604-thread-1-processing-n:127.0.0.1:57164_) [n:127.0.0.1:57164_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 558487 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [n:127.0.0.1:57192_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\shard-3-001\cores
   [junit4]   2> 558487 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [n:127.0.0.1:57192_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 558490 INFO  (coreLoadExecutor-2407-thread-1-processing-n:127.0.0.1:57192_) [n:127.0.0.1:57192_ c:collection1   x:collection1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 558501 INFO  (OverseerStateUpdate-98534738679758852-127.0.0.1:57112_-n_0000000000) [n:127.0.0.1:57112_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 558604 INFO  (zkCallback-1598-thread-1-processing-n:127.0.0.1:57139_) [n:127.0.0.1:57139_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 558604 INFO  (zkCallback-1604-thread-1-processing-n:127.0.0.1:57164_) [n:127.0.0.1:57164_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 558604 INFO  (zkCallback-1610-thread-1-processing-n:127.0.0.1:57192_) [n:127.0.0.1:57192_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 559528 INFO  (coreLoadExecutor-2407-thread-1-processing-n:127.0.0.1:57192_) [n:127.0.0.1:57192_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 559537 INFO  (coreLoadExecutor-2407-thread-1-processing-n:127.0.0.1:57192_) [n:127.0.0.1:57192_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 559622 INFO  (coreLoadExecutor-2407-thread-1-processing-n:127.0.0.1:57192_) [n:127.0.0.1:57192_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 559636 INFO  (coreLoadExecutor-2407-thread-1-processing-n:127.0.0.1:57192_) [n:127.0.0.1:57192_ c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1, trusted=true
   [junit4]   2> 559636 INFO  (coreLoadExecutor-2407-thread-1-processing-n:127.0.0.1:57192_) [n:127.0.0.1:57192_ c:collection1   x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 559636 INFO  (coreLoadExecutor-2407-thread-1-processing-n:127.0.0.1:57192_) [n:127.0.0.1:57192_ c:collection1   x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\shard-3-001\cores\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\shard-3-001\cores\collection1\data\]
   [junit4]   2> 559636 INFO  (coreLoadExecutor-2407-thread-1-processing-n:127.0.0.1:57192_) [n:127.0.0.1:57192_ c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6d8cfcfb
   [junit4]   2> 559637 INFO  (coreLoadExecutor-2407-thread-1-processing-n:127.0.0.1:57192_) [n:127.0.0.1:57192_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1833701292, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 559641 WARN  (coreLoadExecutor-2407-thread-1-processing-n:127.0.0.1:57192_) [n:127.0.0.1:57192_ c:collection1   x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 559701 INFO  (coreLoadExecutor-2407-thread-1-processing-n:127.0.0.1:57192_) [n:127.0.0.1:57192_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 559701 INFO  (coreLoadExecutor-2407-thread-1-processing-n:127.0.0.1:57192_) [n:127.0.0.1:57192_ c:collection1   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 559702 INFO  (coreLoadExecutor-2407-thread-1-processing-n:127.0.0.1:57192_) [n:127.0.0.1:57192_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 559702 INFO  (coreLoadExecutor-2407-thread-1-processing-n:127.0.0.1:57192_) [n:127.0.0.1:57192_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 559702 INFO  (coreLoadExecutor-2407-thread-1-processing-n:127.0.0.1:57192_) [n:127.0.0.1:57192_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=29, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 559703 INFO  (coreLoadExecutor-2407-thread-1-processing-n:127.0.0.1:57192_) [n:127.0.0.1:57192_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5a9f6e01[collection1] main]
   [junit4]   2> 559704 INFO  (coreLoadExecutor-2407-thread-1-processing-n:127.0.0.1:57192_) [n:127.0.0.1:57192_ c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 559704 INFO  (coreLoadExecutor-2407-thread-1-processing-n:127.0.0.1:57192_) [n:127.0.0.1:57192_ c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 559705 INFO  (coreLoadExecutor-2407-thread-1-processing-n:127.0.0.1:57192_) [n:127.0.0.1:57192_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 559706 INFO  (searcherExecutor-2408-thread-1-processing-n:127.0.0.1:57192_ x:collection1 c:collection1) [n:127.0.0.1:57192_ c:collection1   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5a9f6e01[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 559706 INFO  (coreLoadExecutor-2407-thread-1-processing-n:127.0.0.1:57192_) [n:127.0.0.1:57192_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576555825902649344
   [junit4]   2> 559709 INFO  (coreZkRegister-2402-thread-1-processing-n:127.0.0.1:57192_ x:collection1 c:collection1) [n:127.0.0.1:57192_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 559710 INFO  (updateExecutor-1607-thread-1-processing-n:127.0.0.1:57192_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:57192_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 559710 INFO  (recoveryExecutor-1608-thread-1-processing-n:127.0.0.1:57192_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:57192_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 559711 INFO  (recoveryExecutor-1608-thread-1-processing-n:127.0.0.1:57192_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:57192_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 559711 INFO  (recoveryExecutor-1608-thread-1-processing-n:127.0.0.1:57192_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:57192_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
   [junit4]   2> 559711 INFO  (recoveryExecutor-1608-thread-1-processing-n:127.0.0.1:57192_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:57192_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 559711 INFO  (recoveryExecutor-1608-thread-1-processing-n:127.0.0.1:57192_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:57192_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering, leader is [http://127.0.0.1:57139/collection1/] and I am [http://127.0.0.1:57192/collection1/]
   [junit4]   2> 559714 INFO  (recoveryExecutor-1608-thread-1-processing-n:127.0.0.1:57192_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:57192_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:57139]; [WaitForState: action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:57192_&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 559717 INFO  (qtp1647144706-5987) [n:127.0.0.1:57139_    ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 559717 INFO  (qtp1647144706-5987) [n:127.0.0.1:57139_    ] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 (shard2 of collection1) have state: recovering
   [junit4]   2> 559717 INFO  (qtp1647144706-5987) [n:127.0.0.1:57139_    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard2, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:57192_, coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: core_node3:{"core":"collection1","base_url":"http://127.0.0.1:57192","node_name":"127.0.0.1:57192_","state":"down"}
   [junit4]   2> 559814 INFO  (zkCallback-1598-thread-1-processing-n:127.0.0.1:57139_) [n:127.0.0.1:57139_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 559814 INFO  (zkCallback-1604-thread-1-processing-n:127.0.0.1:57164_) [n:127.0.0.1:57164_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 559814 INFO  (zkCallback-1610-thread-1-processing-n:127.0.0.1:57192_) [n:127.0.0.1:57192_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 560309 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\shard-4-001\cores\collection1
   [junit4]   2> 560310 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\shard-4-001
   [junit4]   2> 560310 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 560311 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7b080c23{/,null,AVAILABLE}
   [junit4]   2> 560311 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7e7dffa7{HTTP/1.1,[http/1.1]}{127.0.0.1:57218}
   [junit4]   2> 560312 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.e.j.s.Server Started @565120ms
   [junit4]   2> 560312 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\tempDir-001/jetty4, solrconfig=solrconfig.xml, hostContext=/, hostPort=57218, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\shard-4-001\cores}
   [junit4]   2> 560312 ERROR (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 560312 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.1
   [junit4]   2> 560312 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 560312 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 560312 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-23T20:40:00.150Z
   [junit4]   2> 560316 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 560316 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\shard-4-001\solr.xml
   [junit4]   2> 560323 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 560324 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57105/solr
   [junit4]   2> 560334 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [n:127.0.0.1:57218_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 560335 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [n:127.0.0.1:57218_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 560337 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [n:127.0.0.1:57218_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57218_
   [junit4]   2> 560339 INFO  (zkCallback-1588-thread-1-processing-n:127.0.0.1:57112_) [n:127.0.0.1:57112_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 560339 INFO  (zkCallback-1592-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 560339 INFO  (zkCallback-1610-thread-1-processing-n:127.0.0.1:57192_) [n:127.0.0.1:57192_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 560339 INFO  (zkCallback-1604-thread-1-processing-n:127.0.0.1:57164_) [n:127.0.0.1:57164_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 560339 INFO  (zkCallback-1598-thread-1-processing-n:127.0.0.1:57139_) [n:127.0.0.1:57139_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 560340 INFO  (zkCallback-1617-thread-1-processing-n:127.0.0.1:57218_) [n:127.0.0.1:57218_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 560428 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [n:127.0.0.1:57218_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\shard-4-001\cores
   [junit4]   2> 560428 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [n:127.0.0.1:57218_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 560430 INFO  (coreLoadExecutor-2418-thread-1-processing-n:127.0.0.1:57218_) [n:127.0.0.1:57218_ c:collection1   x:collection1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 560432 INFO  (OverseerStateUpdate-98534738679758852-127.0.0.1:57112_-n_0000000000) [n:127.0.0.1:57112_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 560534 INFO  (zkCallback-1617-thread-1-processing-n:127.0.0.1:57218_) [n:127.0.0.1:57218_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 560534 INFO  (zkCallback-1598-thread-1-processing-n:127.0.0.1:57139_) [n:127.0.0.1:57139_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 560534 INFO  (zkCallback-1610-thread-1-processing-n:127.0.0.1:57192_) [n:127.0.0.1:57192_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 560535 INFO  (zkCallback-1604-thread-1-processing-n:127.0.0.1:57164_) [n:127.0.0.1:57164_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 560718 INFO  (qtp1647144706-5987) [n:127.0.0.1:57139_    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard2, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=recovering, localState=active, nodeName=127.0.0.1:57192_, coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: core_node3:{"core":"collection1","base_url":"http://127.0.0.1:57192","node_name":"127.0.0.1:57192_","state":"recovering"}
   [junit4]   2> 560718 INFO  (qtp1647144706-5987) [n:127.0.0.1:57139_    ] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 560718 INFO  (qtp1647144706-5987) [n:127.0.0.1:57139_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:57192_&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=1001
   [junit4]   2> 561219 INFO  (recoveryExecutor-1608-thread-1-processing-n:127.0.0.1:57192_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:57192_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Attempting to PeerSync from [http://127.0.0.1:57139/collection1/] - recoveringAfterStartup=[true]
  

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

Keeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1809765 INFO  (jetty-closer-3334-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5b3f46c2{/solr,null,UNAVAILABLE}
   [junit4]   2> 1809769 ERROR (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[915429EC094AB06B]) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1809770 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[915429EC094AB06B]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:49457 49457
   [junit4]   2> 1809775 INFO  (Thread-3803) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:49457 49457
   [junit4]   2> 1809776 WARN  (Thread-3803) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	2	/solr/configs/cdcr-target/managed-schema
   [junit4]   2> 	2	/solr/collections/cdcr-target/leaders/shard1/leader
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/collections/cdcr-target/cdcr/state/process
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/collections/cdcr-target/cdcr/state/buffer
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 
   [junit4]   2> 1809778 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[915429EC094AB06B]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testBootstrapWithContinousIndexingOnSourceCluster
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CdcrBootstrapTest -Dtests.method=testBootstrapWithContinousIndexingOnSourceCluster -Dtests.seed=915429EC094AB06B -Dtests.slow=true -Dtests.locale=nl-BE -Dtests.timezone=EAT -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE  130s J1 | CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Document mismatch on target after sync expected:<2000> but was:<1100>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([915429EC094AB06B:451162B5EE1C0390]:0)
   [junit4]    > 	at org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster(CdcrBootstrapTest.java:309)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1809779 INFO  (SUITE-CdcrBootstrapTest-seed#[915429EC094AB06B]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_915429EC094AB06B-001
   [junit4]   2> Aug 23, 2017 9:00:49 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 5 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {_version_=BlockTreeOrds(blocksize=128), xyz=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), id=Lucene50(blocksize=128)}, docValues:{}, maxPointsInLeafNode=1563, maxMBSortInHeap=7.152162977951192, sim=RandomSimilarity(queryNorm=false,coord=crazy): {}, locale=nl-BE, timezone=EAT
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=3,threads=1,free=99040840,total=354578432
   [junit4]   2> NOTE: All tests run in this JVM: [TestFieldCacheSortRandom, CollectionsAPIDistributedZkTest, TestRestManager, HighlighterMaxOffsetTest, WordBreakSolrSpellCheckerTest, DebugComponentTest, LoggingHandlerTest, SecurityConfHandlerTest, TestCoreAdminApis, RuleEngineTest, TestExceedMaxTermLength, ReplicaListTransformerTest, TestDistributedGrouping, ResourceLoaderTest, SuggestComponentTest, ConnectionReuseTest, OpenCloseCoreStressTest, ShardSplitTest, URLClassifyProcessorTest, TestSQLHandler, DistributedFacetPivotWhiteBoxTest, TestSubQueryTransformerCrossCore, TestCloudManagedSchema, BadIndexSchemaTest, TemplateUpdateProcessorTest, BinaryUpdateRequestHandlerTest, TestSerializedLuceneMatchVersion, AnalysisErrorHandlingTest, CoreAdminCreateDiscoverTest, AsyncCallRequestStatusResponseTest, CopyFieldTest, TestQueryUtils, TestDistributedMissingSort, PreAnalyzedFieldTest, TestCollectionAPIs, TestCrossCoreJoin, DistributedQueryComponentOptimizationTest, TestRequestForwarding, ShardRoutingCustomTest, SolrCLIZkUtilsTest, SolrCmdDistributorTest, DocValuesMissingTest, MBeansHandlerTest, TestMacroExpander, DistributedIntervalFacetingTest, TestLMDirichletSimilarityFactory, TestObjectReleaseTracker, TestInPlaceUpdatesDistrib, TestChildDocTransformer, TestManagedSchemaAPI, TestSchemalessBufferedUpdates, FacetPivotSmallTest, ReturnFieldsTest, MissingSegmentRecoveryTest, TestGraphMLResponseWriter, TestHdfsCloudBackupRestore, TestDynamicLoading, VMParamsZkACLAndCredentialsProvidersTest, CdcrVersionReplicationTest, SliceStateTest, AnalyticsQueryTest, TestFastWriter, TestStressInPlaceUpdates, TestClusterStateMutator, TestUseDocValuesAsStored2, SmileWriterTest, SpellCheckCollatorWithCollapseTest, TestIndexSearcher, TestDistribIDF, CreateCollectionCleanupTest, TestRangeQuery, TestPKIAuthenticationPlugin, DirectUpdateHandlerOptimizeTest, TestSolr4Spatial2, OutOfBoxZkACLAndCredentialsProvidersTest, TestEmbeddedSolrServerSchemaAPI, TestRawTransformer, TestReRankQParserPlugin, SortByFunctionTest, CoreSorterTest, DistributedFacetPivotSmallAdvancedTest, TestShortCircuitedRequests, TestDeleteCollectionOnDownNodes, BasicAuthIntegrationTest, BasicDistributedZk2Test, TestRecovery, JSONWriterTest, SolrIndexConfigTest, CurrencyFieldOpenExchangeTest, TestHalfAndHalfDocValues, DistribJoinFromCollectionTest, TestClusterProperties, DeleteInactiveReplicaTest, CollectionsAPISolrJTest, ForceLeaderTest, TestFieldCache, TestBinaryResponseWriter, AddSchemaFieldsUpdateProcessorFactoryTest, ScriptEngineTest, HdfsChaosMonkeySafeLeaderTest, SSLMigrationTest, RegexBoostProcessorTest, TestOverriddenPrefixQueryForCustomFieldType, TestManagedStopFilterFactory, TestSearchPerf, TestConfigSetsAPIZkFailure, HdfsTlogReplayBufferedWhileIndexingTest, TestInfoStreamLogging, JvmMetricsTest, BlockJoinFacetSimpleTest, MultiThreadedOCPTest, SolrJmxReporterTest, TestFiltering, CollectionReloadTest, TestSolrConfigHandler, DistributedFacetPivotLargeTest, TestFoldingMultitermQuery, BlockCacheTest, TestSolrCLIRunExample, TestDFRSimilarityFactory, ZkStateWriterTest, LeaderElectionIntegrationTest, FieldAnalysisRequestHandlerTest, TestClassNameShortening, DistanceUnitsTest, TestConfig, SimpleMLTQParserTest, TestSolrFieldCacheMBean, SolrXmlInZkTest, MetricsHandlerTest, TestComplexPhraseLeadingWildcard, TestXmlQParser, EchoParamsTest, TestSortByMinMaxFunction, HdfsWriteToMultipleCollectionsTest, TestCloudPseudoReturnFields, PKIAuthenticationIntegrationTest, TestUninvertingReader, TestJmxMonitoredMap, TermVectorComponentTest, ClusterStateTest, TestConfigSetsAPI, CoreAdminHandlerTest, TestRandomCollapseQParserPlugin, SpellPossibilityIteratorTest, ReplaceNodeTest, RankQueryTest, LeaderInitiatedRecoveryOnShardRestartTest, BadCopyFieldTest, AutoCommitTest, TestCodecSupport, CoreMergeIndexesAdminHandlerTest, TestSolrXml, BasicFunctionalityTest, TestExpandComponent, TestRandomFaceting, SpellCheckComponentTest, UUIDFieldTest, TestFreeTextSuggestions, TestMultiWordSynonyms, SpellingQueryConverterTest, CdcrReplicationHandlerTest, TestReloadDeadlock, UpdateParamsTest, ClassificationUpdateProcessorIntegrationTest, SolrGraphiteReporterTest, TestValueSourceCache, SearchHandlerTest, ManagedSchemaRoundRobinCloudTest, DistanceFunctionTest, TestReqParamsAPI, NoCacheHeaderTest, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, HardAutoCommitTest, SimpleFacetsTest, TestSolr4Spatial, SolrCoreTest, PeerSyncTest, TestFunctionQuery, TestBadConfig, HighlighterTest, SoftAutoCommitTest, ShowFileRequestHandlerTest, CurrencyFieldXmlFileTest, SolrIndexSplitterTest, SimplePostToolTest, TestCoreDiscovery, SuggesterFSTTest, SuggesterTSTTest, SuggesterTest, TestTrie, SpatialFilterTest, SuggesterWFSTTest, PolyFieldTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, FieldMutatingUpdateProcessorTest, QueryEqualityTest, TestSolrDeletionPolicy1, CacheHeaderTest, StandardRequestHandlerTest, TestWriterPerf, DirectSolrSpellCheckerTest, TestReversedWildcardFilterFactory, TestQueryTypes, FileBasedSpellCheckerTest, XmlUpdateRequestHandlerTest, PathHierarchyTokenizerFactoryTest, RequiredFieldsTest, FastVectorHighlighterTest, IndexSchemaTest, QueryParsingTest, JsonLoaderTest, PingRequestHandlerTest, HighlighterConfigTest, SOLR749Test, TestQuerySenderListener, AlternateDirectoryTest, TestSolrIndexConfig, TestQuerySenderNoQuery, ResponseLogComponentTest, TestStressRecovery, TestMergePolicyConfig, TestDocSet, NumericFieldsTest, TestElisionMultitermQuery, TestFuzzyAnalyzedSuggestions, DirectSolrConnectionTest, TestLuceneMatchVersion, TestSweetSpotSimilarityFactory, TestBM25SimilarityFactory, DateMathParserTest, TestSystemIdResolver, TestSuggestSpellingConverter, DOMUtilTest, RAMDirectoryFactoryTest, TestSolrJ, TestLRUCache, TestUtils, TestDocumentBuilder, ZkNodePropsTest, SystemInfoHandlerTest, FileUtilsTest, CircularListTest, TestRTGBase, TestCursorMarkWithoutUniqueKey, TestHighlightDedupGrouping, TestSimpleTrackingShardHandler, TestPathTrie, AliasIntegrationTest, BaseCdcrDistributedZkTest, CdcrBootstrapTest]
   [junit4] Completed [503/713 (2!)] on J1 in 164.57s, 3 tests, 1 failure <<< FAILURES!

[...truncated 44180 lines...]