Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.6-Windows/51/
Java: 64bit/jdk-9-ea+181 -XX:-UseCompressedOops -XX:+UseG1GC 
--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([A7325F7F7320407E:737714269476F385]: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.update.AutoCommitTest.testCommitWithin

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([A7325F7F7320407E:1DE03007F00EAE6B]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:895)
        at 
org.apache.solr.update.AutoCommitTest.testCommitWithin(AutoCommitTest.java:353)
        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)
Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=//result[@numFound=1]
        xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="0" 
start="0"></result>
</response>

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




Build Log:
[...truncated 12109 lines...]
   [junit4] Suite: org.apache.solr.update.AutoCommitTest
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.update.AutoCommitTest_A7325F7F7320407E-001\init-core-data-001
   [junit4]   2> 1457861 WARN  
(SUITE-AutoCommitTest-seed#[A7325F7F7320407E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=66 numCloses=66
   [junit4]   2> 1457862 INFO  
(SUITE-AutoCommitTest-seed#[A7325F7F7320407E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 1457863 INFO  
(SUITE-AutoCommitTest-seed#[A7325F7F7320407E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 1457864 INFO  
(SUITE-AutoCommitTest-seed#[A7325F7F7320407E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1457864 INFO  
(SUITE-AutoCommitTest-seed#[A7325F7F7320407E]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-6.6-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-6.6-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1457890 WARN  
(SUITE-AutoCommitTest-seed#[A7325F7F7320407E]-worker) [    ] o.a.s.c.Config 
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> 
instead.
   [junit4]   2> 1457892 INFO  
(SUITE-AutoCommitTest-seed#[A7325F7F7320407E]-worker) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 1457920 INFO  
(SUITE-AutoCommitTest-seed#[A7325F7F7320407E]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1458035 INFO  
(SUITE-AutoCommitTest-seed#[A7325F7F7320407E]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1458047 INFO  
(SUITE-AutoCommitTest-seed#[A7325F7F7320407E]-worker) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 1458081 WARN  
(SUITE-AutoCommitTest-seed#[A7325F7F7320407E]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr metrics via 
JMX.
   [junit4]   2> 1458081 WARN  
(SUITE-AutoCommitTest-seed#[A7325F7F7320407E]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr metrics via 
JMX.
   [junit4]   2> 1458081 WARN  
(SUITE-AutoCommitTest-seed#[A7325F7F7320407E]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr metrics via 
JMX.
   [junit4]   2> 1458082 INFO  (coreLoadExecutor-6256-thread-1) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-6.6-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-6.6-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1458111 WARN  (coreLoadExecutor-6256-thread-1) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 1458113 INFO  (coreLoadExecutor-6256-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 1458143 INFO  (coreLoadExecutor-6256-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1458244 INFO  (coreLoadExecutor-6256-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1458250 INFO  (coreLoadExecutor-6256-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\core\src\test-files\solr\collection1,
 trusted=true
   [junit4]   2> 1458251 WARN  (coreLoadExecutor-6256-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr metrics via 
JMX.
   [junit4]   2> 1458251 INFO  (coreLoadExecutor-6256-thread-1) [    ] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1458251 INFO  (coreLoadExecutor-6256-thread-1) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\core\src\test-files\solr\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.update.AutoCommitTest_A7325F7F7320407E-001\init-core-data-001\]
   [junit4]   2> 1458252 INFO  (coreLoadExecutor-6256-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=651697106, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1458317 INFO  (coreLoadExecutor-6256-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1458317 INFO  (coreLoadExecutor-6256-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1458329 INFO  (coreLoadExecutor-6256-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1458329 INFO  (coreLoadExecutor-6256-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1458331 INFO  (coreLoadExecutor-6256-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=31, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=68.8466796875, 
floorSegmentMB=0.6123046875, forceMergeDeletesPctAllowed=4.218800801866297, 
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.14987082122658607
   [junit4]   2> 1458332 INFO  (coreLoadExecutor-6256-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@69610c76[collection1] main]
   [junit4]   2> 1458332 INFO  (coreLoadExecutor-6256-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1458339 INFO  (coreLoadExecutor-6256-thread-1) [    ] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1458362 INFO  (coreLoadExecutor-6256-thread-1) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1458362 INFO  (searcherExecutor-6257-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1458363 INFO  (coreLoadExecutor-6256-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1577410277972901888
   [junit4]   2> 1458363 INFO  (searcherExecutor-6257-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1458363 INFO  (searcherExecutor-6257-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1458363 INFO  (searcherExecutor-6257-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1458367 INFO  
(SUITE-AutoCommitTest-seed#[A7325F7F7320407E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1458368 INFO  (searcherExecutor-6257-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1458369 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A7325F7F7320407E]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testCommitWithin
   [junit4]   2> 1458369 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A7325F7F7320407E]) [    ] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1458369 INFO  (searcherExecutor-6257-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1458370 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A7325F7F7320407E]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@60a28e63[collection1] realtime]
   [junit4]   2> 1458370 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A7325F7F7320407E]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*
 (-9223372036854775807)} 0 1
   [junit4]   2> 1458371 ERROR 
(TEST-AutoCommitTest.testCommitWithin-seed#[A7325F7F7320407E]) [    ] 
o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\core\src\test-files\solr\collection1\core.properties:java.nio.file.NoSuchFileException:
 
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\core\src\test-files\solr\collection1\core.properties
   [junit4]   2> 1458372 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A7325F7F7320407E]) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-6.6-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-6.6-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1458374 INFO  (searcherExecutor-6257-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1458378 INFO  (searcherExecutor-6257-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1458379 INFO  (searcherExecutor-6257-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1458379 INFO  (searcherExecutor-6257-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@69610c76[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1458402 WARN  
(TEST-AutoCommitTest.testCommitWithin-seed#[A7325F7F7320407E]) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 1458447 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A7325F7F7320407E]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 1458469 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A7325F7F7320407E]) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1458556 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A7325F7F7320407E]) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1458562 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A7325F7F7320407E]) [    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\core\src\test-files\solr\collection1
   [junit4]   2> 1458564 WARN  
(TEST-AutoCommitTest.testCommitWithin-seed#[A7325F7F7320407E]) [    ] 
o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr metrics via 
JMX.
   [junit4]   2> 1458564 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A7325F7F7320407E]) [    ] 
o.a.s.m.SolrMetricManager Replacing existing reporter 'default' in registry 
'solr.core.collection1': 
[org.apache.solr.metrics.reporters.SolrJmxReporter@54cbb90d: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null]
   [junit4]   2> 1458564 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A7325F7F7320407E]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@54cbb90d: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / null
   [junit4]   2> 1458564 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A7325F7F7320407E]) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\core\src\test-files\solr\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.update.AutoCommitTest_A7325F7F7320407E-001\init-core-data-001\]
   [junit4]   2> 1458644 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A7325F7F7320407E]) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1458644 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A7325F7F7320407E]) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1458644 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A7325F7F7320407E]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@7961f350[collection1] main]
   [junit4]   2> 1458645 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A7325F7F7320407E]) [    ] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1458645 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A7325F7F7320407E]) [    ] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1458649 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A7325F7F7320407E]) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1458649 INFO  (searcherExecutor-6262-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1458649 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A7325F7F7320407E]) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1577410278272794624
   [junit4]   2> 1458649 INFO  (searcherExecutor-6262-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1458649 INFO  (searcherExecutor-6262-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1458649 INFO  (searcherExecutor-6262-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1458650 INFO  (searcherExecutor-6262-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1458650 INFO  (searcherExecutor-6262-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1458650 INFO  (searcherExecutor-6262-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1458650 INFO  (searcherExecutor-6262-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1458651 INFO  (searcherExecutor-6262-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1458651 INFO  (searcherExecutor-6262-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7961f350[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1458651 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A7325F7F7320407E]) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=36, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=0.87109375, 
floorSegmentMB=1.21875, forceMergeDeletesPctAllowed=9.736444867771517, 
segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.741292465794899
   [junit4]   2> 1458652 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A7325F7F7320407E]) [    ] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1458652 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A7325F7F7320407E]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@4c124915[collection1] main]
   [junit4]   2> 1458652 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A7325F7F7320407E]) [    ] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@666f76ed
   [junit4]   2> 1458652 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A7325F7F7320407E]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 1458652 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A7325F7F7320407E]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7c97a12f: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / null
   [junit4]   2> 1458656 INFO  (searcherExecutor-6262-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@4c124915[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1458656 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A7325F7F7320407E]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 
(1577410278279086080)]} 0 1
   [junit4]   2> 1458656 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A7325F7F7320407E]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 
QTime=0
   [junit4]   2> 1458658 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A7325F7F7320407E]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 
(1577410278281183232)]} 0 3
   [junit4]   2> 1458658 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A7325F7F7320407E]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:530&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 
QTime=0
   [junit4]   2> 1458658 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A7325F7F7320407E]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[529 
(-1577410278282231808)]} 0 4
   [junit4]   2> 1458658 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A7325F7F7320407E]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 
QTime=0
   [junit4]   2> 1458659 ERROR 
(TEST-AutoCommitTest.testCommitWithin-seed#[A7325F7F7320407E]) [    ] 
o.a.s.SolrTestCaseJ4 REQUEST FAILED: xpath=//result[@numFound=1]
   [junit4]   2>        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="0" 
start="0"></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2>        request 
was:q=id:529&qt=standard&start=0&rows=20&version=2.2
   [junit4]   2> 1458659 ERROR 
(TEST-AutoCommitTest.testCommitWithin-seed#[A7325F7F7320407E]) [    ] 
o.a.s.SolrTestCaseJ4 REQUEST FAILED: 
q=id:529&qt=standard&start=0&rows=20&version=2.2:java.lang.RuntimeException: 
REQUEST FAILED: xpath=//result[@numFound=1]
   [junit4]   2>        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="0" 
start="0"></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2>        request 
was:q=id:529&qt=standard&start=0&rows=20&version=2.2
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:888)
   [junit4]   2>        at 
org.apache.solr.update.AutoCommitTest.testCommitWithin(AutoCommitTest.java:353)
   [junit4]   2>        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2>        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>        at 
java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 1458659 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A7325F7F7320407E]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testCommitWithin
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=AutoCommitTest 
-Dtests.method=testCommitWithin -Dtests.seed=A7325F7F7320407E -Dtests.slow=true 
-Dtests.locale=ar-OM -Dtests.timezone=Cuba -Dtests.asserts=true 
-Dtests.file.encoding=Cp1252
   [junit4] ERROR   0.29s J0 | AutoCommitTest.testCommitWithin <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during 
query
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([A7325F7F7320407E:1DE03007F00EAE6B]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:895)
   [junit4]    >        at 
org.apache.solr.update.AutoCommitTest.testCommitWithin(AutoCommitTest.java:353)
   [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]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=//result[@numFound=1]
   [junit4]    >        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]    > <response>
   [junit4]    > <lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="0" 
start="0"></result>
   [junit4]    > </response>
   [junit4]    >        request 
was:q=id:529&qt=standard&start=0&rows=20&version=2.2
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:888)
   [junit4]    >        ... 39 more
   [junit4]   2> 1458662 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A7325F7F7320407E]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testMaxDocs
   [junit4]   2> 1458663 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A7325F7F7320407E]) [    ] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1458663 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A7325F7F7320407E]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@49899768[collection1] realtime]
   [junit4]   2> 1458663 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A7325F7F7320407E]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*
 (-9223372036854775807)} 0 0
   [junit4]   2> 1458663 ERROR 
(TEST-AutoCommitTest.testMaxDocs-seed#[A7325F7F7320407E]) [    ] 
o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\core\src\test-files\solr\collection1\core.properties:java.nio.file.NoSuchFileException:
 
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\core\src\test-files\solr\collection1\core.properties
   [junit4]   2> 1458664 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A7325F7F7320407E]) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-6.6-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-6.6-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1458684 WARN  
(TEST-AutoCommitTest.testMaxDocs-seed#[A7325F7F7320407E]) [    ] o.a.s.c.Config 
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> 
instead.
   [junit4]   2> 1458686 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A7325F7F7320407E]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 1458701 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A7325F7F7320407E]) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1458787 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A7325F7F7320407E]) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1458797 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A7325F7F7320407E]) [    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\core\src\test-files\solr\collection1
   [junit4]   2> 1458798 WARN  
(TEST-AutoCommitTest.testMaxDocs-seed#[A7325F7F7320407E]) [    ] 
o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr metrics via 
JMX.
   [junit4]   2> 1458798 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A7325F7F7320407E]) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\core\src\test-files\solr\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.update.AutoCommitTest_A7325F7F7320407E-001\init-core-data-001\]
   [junit4]   2> 1458873 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A7325F7F7320407E]) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1458873 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A7325F7F7320407E]) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1458873 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A7325F7F7320407E]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@73d10eb4[collection1] main]
   [junit4]   2> 1458874 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A7325F7F7320407E]) [    ] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1458875 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A7325F7F7320407E]) [    ] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1458879 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A7325F7F7320407E]) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1458879 INFO  (searcherExecutor-6266-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1458879 INFO  (searcherExecutor-6266-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1458879 INFO  (searcherExecutor-6266-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1458879 INFO  (searcherExecutor-6266-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1458880 INFO  (searcherExecutor-6266-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1458880 INFO  (searcherExecutor-6266-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1458880 INFO  (searcherExecutor-6266-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1458880 INFO  (searcherExecutor-6266-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1458881 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A7325F7F7320407E]) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=44, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1458881 INFO  (searcherExecutor-6266-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1458881 INFO  (searcherExecutor-6266-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@73d10eb4[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1458881 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A7325F7F7320407E]) [    ] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1458881 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A7325F7F7320407E]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@4760aee0[collection1] main]
   [junit4]   2> 1458881 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A7325F7F7320407E]) [    ] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@72ebfd8f
   [junit4]   2> 1458881 INFO  (searcherExecutor-6266-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@4760aee0[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1458881 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A7325F7F7320407E]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 1458881 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A7325F7F7320407E]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@19d610a9: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / null
   [junit4]   2> 1458884 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A7325F7F7320407E]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[0 
(1577410278518161408)]} 0 0
   [junit4]   2> 1458884 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A7325F7F7320407E]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[1 
(1577410278519209984)]} 0 1
   [junit4]   2> 1458884 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A7325F7F7320407E]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[2 
(1577410278519209985)]} 0 1
   [junit4]   2> 1458884 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A7325F7F7320407E]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[3 
(1577410278519209986)]} 0 1
   [junit4]   2> 1458884 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A7325F7F7320407E]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[4 
(1577410278519209987)]} 0 1
   [junit4]   2> 1458885 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A7325F7F7320407E]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[5 
(1577410278519209988)]} 0 1
   [junit4]   2> 1458885 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A7325F7F7320407E]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[6 
(1577410278520258560)]} 0 1
   [junit4]   2> 1458885 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A7325F7F7320407E]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[7 
(1577410278520258561)]} 0 2
   [junit4]   2> 1458885 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A7325F7F7320407E]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[8 
(1577410278520258562)]} 0 2
   [junit4]   2> 1458885 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A7325F7F7320407E]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[9 
(1577410278520258563)]} 0 2
   [junit4]   2> 1458885 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A7325F7F7320407E]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[10 
(1577410278520258564)]} 0 2
   [junit4]   2> 1458885 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A7325F7F7320407E]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[11 
(1577410278520258565)]} 0 2
   [junit4]   2> 1458885 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A7325F7F7320407E]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[12 
(1577410278520258566)]} 0 2
   [junit4]   2> 1458886 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A7325F7F7320407E]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[13 
(1577410278521307136)]} 0 2
   [junit4]   2> 1458886 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A7325F7F7320407E]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:1&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 1458886 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A7325F7F7320407E]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[14 
(1577410278521307137)]} 0 3
   [junit4]   2> 1458889 INFO  (commitScheduler-6269-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 1458891 INFO  (commitScheduler-6269-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@475459e9[collection1] main]
   [junit4]   2> 1458891 INFO  (commitScheduler-6269-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1458892 INFO  (searcherExecutor-6266-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@475459e9[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.6.1):C15)))}
   [junit4]   2> 1459137 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A7325F7F7320407E]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[15 
(1577410278784499712)]} 0 254
   [junit4]   2> 1459137 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A7325F7F7320407E]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:14&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 1459138 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A7325F7F7320407E]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:15&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 1459138 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A7325F7F7320407E]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testMaxDocs
   [junit4]   2> 1459144 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A7325F7F7320407E]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testMaxTime
   [junit4]   2> 1459144 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A7325F7F7320407E]) [    ] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1459144 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A7325F7F7320407E]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@76ba0224[collection1] realtime]
   [junit4]   2> 1459145 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A7325F7F7320407E]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*
 (-9223372036854775807)} 0 0
   [junit4]   2> 1459145 ERROR 
(TEST-AutoCommitTest.testMaxTime-seed#[A7325F7F7320407E]) [    ] 
o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\core\src\test-files\solr\collection1\core.properties:java.nio.file.NoSuchFileException:
 
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\core\src\test-files\solr\collection1\core.properties
   [junit4]   2> 1459145 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A7325F7F7320407E]) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-6.6-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-6.6-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1459171 WARN  
(TEST-AutoCommitTest.testMaxTime-seed#[A7325F7F7320407E]) [    ] o.a.s.c.Config 
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> 
instead.
   [junit4]   2> 1459173 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A7325F7F7320407E]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 1459192 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A7325F7F7320407E]) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1459265 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A7325F7F7320407E]) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1459272 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A7325F7F7320407E]) [    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\core\src\test-files\solr\collection1
   [junit4]   2> 1459272 WARN  
(TEST-AutoCommitTest.testMaxTime-seed#[A7325F7F7320407E]) [    ] 
o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr metrics via 
JMX.
   [junit4]   2> 1459272 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A7325F7F7320407E]) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\core\src\test-files\solr\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.update.AutoCommitTest_A7325F7F7320407E-001\init-core-data-001\]
   [junit4]   2> 1459325 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A7325F7F7320407E]) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1459325 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A7325F7F7320407E]) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1459325 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A7325F7F7320407E]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@6153f2da[collection1] main]
   [junit4]   2> 1459326 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A7325F7F7320407E]) [    ] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1459327 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A7325F7F7320407E]) [    ] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1459330 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A7325F7F7320407E]) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1459330 INFO  (searcherExecutor-6270-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1459331 INFO  (searcherExecutor-6270-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1459331 INFO  (searcherExecutor-6270-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1459331 INFO  (searcherExecutor-6270-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1459331 INFO  (searcherExecutor-6270-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1459332 INFO  (searcherExecutor-6270-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1459333 INFO  (searcherExecutor-6270-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1459333 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A7325F7F7320407E]) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=247307466, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1459333 INFO  (searcherExecutor-6270-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1459333 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A7325F7F7320407E]) [    ] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1459333 INFO  (searcherExecutor-6270-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1459334 INFO  (searcherExecutor-6270-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6153f2da[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1459334 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A7325F7F7320407E]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@78ded581[collection1] main]
   [junit4]   2> 1459334 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A7325F7F7320407E]) [    ] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@3667390b
   [junit4]   2> 1459334 INFO  (searcherExecutor-6270-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@78ded581[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1459335 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A7325F7F7320407E]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 1459335 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A7325F7F7320407E]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@583fb474: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / null
   [junit4]   2> 1459338 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A7325F7F7320407E]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 
(1577410278995263488)]} 0 1
   [junit4]   2> 1459339 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A7325F7F7320407E]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 
QTime=0
   [junit4]   2> 1460858 INFO  (commitScheduler-6273-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 1460863 INFO  (commitScheduler-6273-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@bf42392[collection1] main]
   [junit4]   2> 1460864 INFO  (commitScheduler-6273-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1460864 INFO  (searcherExecutor-6270-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@bf42392[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(6.6.1):C1)))}
   [junit4]   2> 1461140 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A7325F7F7320407E]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 
(1577410280851243008)]} 0 1802
   [junit4]   2> 1461140 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A7325F7F7320407E]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 
QTime=0
   [junit4]   2> 1461141 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A7325F7F7320407E]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:530&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 
QTime=0
   [junit4]   2> 1461142 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A7325F7F7320407E]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{delete=[529 (-1577410280886894592)]} 0 0
   [junit4]   2> 1461143 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A7325F7F7320407E]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 
QTime=0
   [junit4]   2> 1462641 INFO  (commitScheduler-6273-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 1462643 INFO  (commitScheduler-6273-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@f96a33e[collection1] main]
   [junit4]   2> 1462643 INFO  (commitScheduler-6273-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1462643 INFO  (searcherExecutor-6270-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@f96a33e[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(6.6.1):C1)))}
   [junit4]   2> 1462646 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A7325F7F7320407E]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[550 
(1577410282463952896)]} 0 3308
   [junit4]   2> 1462647 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A7325F7F7320407E]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 
QTime=0
   [junit4]   2> 1462647 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A7325F7F7320407E]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1577410282465001472)]} 0 3309
   [junit4]   2> 1462647 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A7325F7F7320407E]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1577410282465001473)]} 0 3309
   [junit4]   2> 1462647 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A7325F7F7320407E]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1577410282465001474)]} 0 3309
   [junit4]   2> 1462647 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A7325F7F7320407E]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1577410282465001475)]} 0 3309
   [junit4]   2> 1462648 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A7325F7F7320407E]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1577410282466050048)]} 0 3309
   [junit4]   2> 1462648 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A7325F7F7320407E]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1577410282466050049)]} 0 3309
   [junit4]   2> 1462648 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A7325F7F7320407E]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1577410282466050050)]} 0 3310
   [junit4]   2> 1462648 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A7325F7F7320407E]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1577410282466050051)]} 0 3310
   [junit4]   2> 1462648 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A7325F7F7320407E]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1577410282466050052)]} 0 3310
   [junit4]   2> 1462648 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A7325F7F7320407E]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1577410282466050053)]} 0 3310
   [junit4]   2> 1462648 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A7325F7F7320407E]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:500&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 
QTime=0
   [junit4]   2> 1464147 INFO  (commitScheduler-6273-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 1464149 INFO  (commitScheduler-6273-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@38acd277[collection1] main]
   [junit4]   2> 1464149 INFO  (commitScheduler-6273-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1464149 INFO  (searcherExecutor-6270-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@38acd277[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(6.6.1):C1)
 Uninverting(_5(6.6.1):C11/9:delGen=1)))}
   [junit4]   2> 1464200 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A7325F7F7320407E]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[531 
(1577410284093440000)]} 0 4862
   [junit4]   2> 1464200 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A7325F7F7320407E]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:500&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 
QTime=0
   [junit4]   2> 1464201 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A7325F7F7320407E]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testMaxTime
   [junit4]   2> 1464201 INFO  
(SUITE-AutoCommitTest-seed#[A7325F7F7320407E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1464201 INFO  
(SUITE-AutoCommitTest-seed#[A7325F7F7320407E]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1067612984
   [junit4]   2> 1464201 INFO  
(SUITE-AutoCommitTest-seed#[A7325F7F7320407E]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1464201 INFO  
(SUITE-AutoCommitTest-seed#[A7325F7F7320407E]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@5c2acb1c: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ null
   [junit4]   2> 1464201 INFO  
(SUITE-AutoCommitTest-seed#[A7325F7F7320407E]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jvm
   [junit4]   2> 1464201 INFO  
(SUITE-AutoCommitTest-seed#[A7325F7F7320407E]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7075318b: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
null
   [junit4]   2> 1464201 INFO  
(SUITE-AutoCommitTest-seed#[A7325F7F7320407E]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jetty
   [junit4]   2> 1464201 INFO  
(SUITE-AutoCommitTest-seed#[A7325F7F7320407E]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@430bfb68: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / null
   [junit4]   2> 1464201 INFO  
(SUITE-AutoCommitTest-seed#[A7325F7F7320407E]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1464202 INFO  (coreCloseExecutor-6274-thread-1) [    ] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@635ce26b
   [junit4]   2> 1464202 INFO  (coreCloseExecutor-6274-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 1464202 INFO  (coreCloseExecutor-6274-thread-1) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1fa33506
   [junit4]   2> 1464204 INFO  (coreCloseExecutor-6274-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [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.update.AutoCommitTest_A7325F7F7320407E-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62), 
sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=ar-OM, timezone=Cuba
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 9 
(64-bit)/cpus=3,threads=1,free=305956216,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestFunctionQuery, 
AssignTest, AlternateDirectoryTest, TestSort, OverseerStatusTest, 
TestSearcherReuse, TestApiFramework, DocValuesNotIndexedTest, 
TestTestInjection, TestSolrDeletionPolicy1, BaseCdcrDistributedZkTest, 
TestRemoteStreaming, TestCollapseQParserPlugin, MoreLikeThisHandlerTest, 
ClassificationUpdateProcessorTest, TestElisionMultitermQuery, 
StandardRequestHandlerTest, OverseerTest, CollectionStateFormat2Test, 
HdfsRecoverLeaseTest, TestInitQParser, LeaderFailoverAfterPartitionTest, 
TestTolerantUpdateProcessorRandomCloud, TestLRUStatsCache, StressHdfsTest, 
ShufflingReplicaListTransformerTest, TestHighFrequencyDictionaryFactory, 
TestClassicSimilarityFactory, ResponseLogComponentTest, 
DistributedFacetPivotSmallTest, UniqFieldsUpdateProcessorFactoryTest, 
HighlighterTest, ClusterStateUpdateTest, TestXIncludeConfig, 
TestCloudInspectUtil, RulesTest, TestReplicaProperties, 
DistributedQueryElevationComponentTest, TestDynamicFieldResource, 
CloudExitableDirectoryReaderTest, TestDocBasedVersionConstraints, 
TestGraphTermsQParserPlugin, DeleteStatusTest, SolrRequestParserTest, 
MetricUtilsTest, TestManagedSynonymFilterFactory, DirectoryFactoryTest, 
AnalysisAfterCoreReloadTest, TestImplicitCoreProperties, PeerSyncTest, 
TestDelegationWithHadoopAuth, TestOrdValues, TestBulkSchemaAPI, 
DateRangeFieldTest, StatelessScriptUpdateProcessorFactoryTest, 
TestSolrCloudSnapshots, BigEndianAscendingWordDeserializerTest, 
TestRecoveryHdfs, ActionThrottleTest, TestPostingsSolrHighlighter, 
BooleanFieldTest, CdcrRequestHandlerTest, HardAutoCommitTest, 
TestFieldCacheReopen, TestRTGBase, RequiredFieldsTest, 
HdfsChaosMonkeyNothingIsSafeTest, TestConfigSetImmutable, 
ConcurrentDeleteAndCreateCollectionTest, WrapperMergePolicyFactoryTest, 
TestBulkSchemaConcurrent, DisMaxRequestHandlerTest, 
UUIDUpdateProcessorFallbackTest, TestWordDelimiterFilterFactory, 
TestSchemaManager, HttpSolrCallGetCoreTest, TestLeaderInitiatedRecoveryThread, 
ConjunctionSolrSpellCheckerTest, TestUpdate, TestFieldSortValues, 
BlockDirectoryTest, TestHighlightDedupGrouping, IndexSchemaRuntimeFieldTest, 
DocValuesMultiTest, TestLazyCores, ConnectionManagerTest, TestStressLiveNodes, 
TestDocTermOrds, DistributedSuggestComponentTest, TestCloudRecovery, 
HdfsDirectoryTest, CdcrUpdateLogTest, SolrMetricReporterTest, OutputWriterTest, 
TestSolrCloudWithKerberosAlt, TestQueryWrapperFilter, 
TriLevelCompositeIdRoutingTest, TestNoOpRegenerator, TestRestoreCore, 
GraphQueryTest, CdcrReplicationDistributedZkTest, TestBM25SimilarityFactory, 
TestCursorMarkWithoutUniqueKey, TestStandardQParsers, 
PreAnalyzedFieldManagedSchemaCloudTest, SolrGangliaReporterTest, 
TestJavabinTupleStreamParser, TestExclusionRuleCollectionAccess, 
SystemInfoHandlerTest, QueryEqualityTest, TestInitParams, 
TestBackupRepositoryFactory, DocValuesTest, DistributedMLTComponentTest, 
TestPayloadCheckQParserPlugin, ParsingFieldUpdateProcessorsTest, 
TestAnalyzedSuggestions, TestPerFieldSimilarityWithDefaultOverride, 
SolrSlf4jReporterTest, TestRawResponseWriter, TestManagedSchemaThreadSafety, 
TestFaceting, BitVectorTest, SolrJmxReporterCloudTest, MigrateRouteKeyTest, 
DistributedDebugComponentTest, TestAuthorizationFramework, TestTrieFacet, 
TestCollationField, TestNonDefinedSimilarityFactory, TestFastLRUCache, 
TestBinaryField, ReplicationFactorTest, PropertiesRequestHandlerTest, 
PingRequestHandlerTest, TermsComponentTest, TestSchemaVersionResource, 
IndexBasedSpellCheckerTest, ClassificationUpdateProcessorFactoryTest, 
TestSizeLimitedDistributedMap, MoveReplicaTest, 
TestStressCloudBlindAtomicUpdates, DistributedSpellCheckComponentTest, 
SpatialFilterTest, DeleteLastCustomShardedReplicaTest, 
TestRuleBasedAuthorizationPlugin, SolrPluginUtilsTest, 
DistributedFacetExistsSmallTest, JsonValidatorTest, TestSolrIndexConfig, 
TestSolrCloudWithHadoopAuthPlugin, ConfigureRecoveryStrategyTest, 
SuggestComponentContextFilterQueryTest, TestCustomDocTransformer, 
SuggesterFSTTest, OverseerModifyCollectionTest, TestCloudPivotFacet, 
TestConfigSetsAPIExclusivity, TestExactSharedStatsCache, 
OpenExchangeRatesOrgProviderTest, QueryElevationComponentTest, 
TestDefaultStatsCache, TestGeoJSONResponseWriter, TestExtendedDismaxParser, 
TestCopyFieldCollectionResource, DocumentAnalysisRequestHandlerTest, 
SharedFSAutoReplicaFailoverTest, TestUseDocValuesAsStored, SimpleFacetsTest, 
V2ApiIntegrationTest, ShardRoutingTest, TestLRUCache, BasicDistributedZkTest, 
BasicDistributedZk2Test, UnloadDistributedZkTest, SyncSliceTest, 
OpenCloseCoreStressTest, LeaderElectionIntegrationTest, BasicZkTest, 
RecoveryZkTest, TestReplicationHandler, LeaderElectionTest, ZkSolrClientTest, 
TestRandomDVFaceting, ZkCLITest, TestDistributedSearch, AutoCommitTest]
   [junit4] Completed [347/713 (1!)] on J0 in 6.36s, 3 tests, 1 error <<< 
FAILURES!

[...truncated 474 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\J0\temp\solr.cloud.CdcrBootstrapTest_A7325F7F7320407E-001\init-core-data-001
   [junit4]   2> 1638371 WARN  
(SUITE-CdcrBootstrapTest-seed#[A7325F7F7320407E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 1638371 INFO  
(SUITE-CdcrBootstrapTest-seed#[A7325F7F7320407E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 1638373 INFO  
(SUITE-CdcrBootstrapTest-seed#[A7325F7F7320407E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 1638375 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[A7325F7F7320407E])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
testBootstrapWithContinousIndexingOnSourceCluster
   [junit4]   2> 1638376 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[A7325F7F7320407E])
 [    ] 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\J0\temp\solr.cloud.CdcrBootstrapTest_A7325F7F7320407E-001\cdcr-target-001
   [junit4]   2> 1638376 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[A7325F7F7320407E])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1638377 INFO  (Thread-4009) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1638377 INFO  (Thread-4009) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1638383 ERROR (Thread-4009) [    ] 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> 1638477 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[A7325F7F7320407E])
 [    ] o.a.s.c.ZkTestServer start zk server on port:54904
   [junit4]   2> 1638491 INFO  (jetty-launcher-3117-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1638492 INFO  (jetty-launcher-3117-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@765e25ef{/solr,null,AVAILABLE}
   [junit4]   2> 1638494 INFO  (jetty-launcher-3117-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@630b31c{HTTP/1.1,[http/1.1]}{127.0.0.1:54908}
   [junit4]   2> 1638494 INFO  (jetty-launcher-3117-thread-1) [    ] 
o.e.j.s.Server Started @1640268ms
   [junit4]   2> 1638494 INFO  (jetty-launcher-3117-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=54908}
   [junit4]   2> 1638495 ERROR (jetty-launcher-3117-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1638495 INFO  (jetty-launcher-3117-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.6.1
   [junit4]   2> 1638495 INFO  (jetty-launcher-3117-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1638495 INFO  (jetty-launcher-3117-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1638495 INFO  (jetty-launcher-3117-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-02T07:04:08.670117300Z
   [junit4]   2> 1638500 INFO  (jetty-launcher-3117-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1638510 INFO  (jetty-launcher-3117-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1638512 INFO  (jetty-launcher-3117-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54904/solr
   [junit4]   2> 1638565 INFO  (jetty-launcher-3117-thread-1) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1638567 INFO  (jetty-launcher-3117-thread-1) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:54908_solr
   [junit4]   2> 1638570 INFO  (jetty-launcher-3117-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=98588154170966019-127.0.0.1:54908_solr-n_0000000000) starting
   [junit4]   2> 1638589 INFO  (jetty-launcher-3117-thread-1) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:54908_solr
   [junit4]   2> 1638591 INFO  
(OverseerStateUpdate-98588154170966019-127.0.0.1:54908_solr-n_0000000000) [    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1638633 INFO  (jetty-launcher-3117-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\J0\temp\solr.cloud.CdcrBootstrapTest_A7325F7F7320407E-001\cdcr-target-001\node1\.
   [junit4]   1> Target zkHost = 127.0.0.1:54904/solr
   [junit4]   2> 1638645 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[A7325F7F7320407E])
 [    ] 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\J0\temp\solr.cloud.CdcrBootstrapTest_A7325F7F7320407E-001\cdcr-source-001
   [junit4]   2> 1638645 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[A7325F7F7320407E])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1638645 INFO  (Thread-4019) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1638645 INFO  (Thread-4019) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1638648 ERROR (Thread-4019) [    ] 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> 1638746 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[A7325F7F7320407E])
 [    ] o.a.s.c.ZkTestServer start zk server on port:54928
   [junit4]   2> 1638761 INFO  (jetty-launcher-3129-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1638762 INFO  (jetty-launcher-3129-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7bbdd54{/solr,null,AVAILABLE}
   [junit4]   2> 1638764 INFO  (jetty-launcher-3129-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@27ca602d{HTTP/1.1,[http/1.1]}{127.0.0.1:54932}
   [junit4]   2> 1638764 INFO  (jetty-launcher-3129-thread-1) [    ] 
o.e.j.s.Server Started @1640538ms
   [junit4]   2> 1638764 INFO  (jetty-launcher-3129-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=54932}
   [junit4]   2> 1638764 ERROR (jetty-launcher-3129-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1638765 INFO  (jetty-launcher-3129-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.6.1
   [junit4]   2> 1638765 INFO  (jetty-launcher-3129-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1638765 INFO  (jetty-launcher-3129-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1638765 INFO  (jetty-launcher-3129-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-02T07:04:08.940289300Z
   [junit4]   2> 1638771 INFO  (jetty-launcher-3129-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1638782 INFO  (jetty-launcher-3129-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1638783 INFO  (jetty-launcher-3129-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54928/solr
   [junit4]   2> 1638824 INFO  (jetty-launcher-3129-thread-1) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1638825 INFO  (jetty-launcher-3129-thread-1) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:54932_solr
   [junit4]   2> 1638826 INFO  (jetty-launcher-3129-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=98588154188464131-127.0.0.1:54932_solr-n_0000000000) starting
   [junit4]   2> 1638832 INFO  (jetty-launcher-3129-thread-1) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:54932_solr
   [junit4]   2> 1638833 INFO  (zkCallback-3136-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1638890 INFO  (jetty-launcher-3129-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\J0\temp\solr.cloud.CdcrBootstrapTest_A7325F7F7320407E-001\cdcr-source-001\node1\.
   [junit4]   2> 1638910 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[A7325F7F7320407E])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1638910 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[A7325F7F7320407E])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:54928/solr ready
   [junit4]   2> 1638914 INFO  (qtp1471545785-18089) [    ] 
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> 1638916 INFO  (OverseerThreadFactory-8221-thread-1) [    ] 
o.a.s.c.CreateCollectionCmd Create collection cdcr-source
   [junit4]   2> 1639021 INFO  (qtp1471545785-18091) [    ] 
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> 1639022 INFO  (qtp1471545785-18091) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1639128 INFO  (zkCallback-3136-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> 1640032 INFO  (qtp1471545785-18091) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 1640046 INFO  (qtp1471545785-18091) [    ] 
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> 1640048 INFO  (qtp1471545785-18091) [    ] o.a.s.s.IndexSchema 
[cdcr-source_shard1_replica1] Schema name=minimal
   [junit4]   2> 1640050 INFO  (qtp1471545785-18091) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1640052 INFO  (qtp1471545785-18091) [    ] 
o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at 
/configs/cdcr-source/managed-schema
   [junit4]   2> 1640056 INFO  (qtp1471545785-18091) [    ] 
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> 1640056 INFO  (qtp1471545785-18091) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'cdcr-source_shard1_replica1' using 
configuration from collection cdcr-source, trusted=true
   [junit4]   2> 1640056 INFO  (qtp1471545785-18091) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1640056 INFO  (qtp1471545785-18091) [    ] 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\J0\temp\solr.cloud.CdcrBootstrapTest_A7325F7F7320407E-001\cdcr-source-001\node1\cdcr-source_shard1_replica1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_A7325F7F7320407E-001\cdcr-source-001\node1\.\cdcr-source_shard1_replica1\data\]
   [junit4]   2> 1640141 INFO  (qtp1471545785-18091) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 1640141 INFO  (qtp1471545785-18091) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1640143 INFO  (qtp1471545785-18091) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1640143 INFO  (qtp1471545785-18091) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1640144 INFO  (qtp1471545785-18091) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@174294ba[cdcr-source_shard1_replica1] main]
   [junit4]   2> 1640146 INFO  (qtp1471545785-18091) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/cdcr-source
   [junit4]   2> 1640146 INFO  (qtp1471545785-18091) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/cdcr-source
   [junit4]   2> 1640146 INFO  (qtp1471545785-18091) [    ] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/cdcr-source/managed-schema
   [junit4]   2> 1640147 INFO  (qtp1471545785-18091) [    ] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1640147 INFO  (qtp1471545785-18091) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1640152 INFO  (qtp1471545785-18091) [    ] 
o.a.s.h.CdcrBufferStateManager Created znode 
/collections/cdcr-source/cdcr/state/buffer
   [junit4]   2> 1640155 INFO  (qtp1471545785-18091) [    ] 
o.a.s.h.CdcrProcessStateManager Created znode 
/collections/cdcr-source/cdcr/state/process
   [junit4]   2> 1640168 INFO  (qtp1471545785-18091) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1577410468609261568
   [junit4]   2> 1640168 INFO  (searcherExecutor-8224-thread-1) [    ] 
o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher 
Searcher@174294ba[cdcr-source_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1640175 INFO  (qtp1471545785-18091) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1640175 INFO  (qtp1471545785-18091) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1640175 INFO  (qtp1471545785-18091) [    ] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:54932/solr/cdcr-source_shard1_replica1/
   [junit4]   2> 1640175 INFO  (qtp1471545785-18091) [    ] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1640175 INFO  (qtp1471545785-18091) [    ] 
o.a.s.c.SyncStrategy http://127.0.0.1:54932/solr/cdcr-source_shard1_replica1/ 
has no replicas
   [junit4]   2> 1640175 INFO  (qtp1471545785-18091) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1640179 INFO  (zkCallback-3136-thread-1) [    ] 
o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-source:shard1
   [junit4]   2> 1640180 INFO  (qtp1471545785-18091) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:54932/solr/cdcr-source_shard1_replica1/ shard1
   [junit4]   2> 1640284 INFO  (zkCallback-3136-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> 1640334 INFO  (qtp1471545785-18091) [    ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1640335 INFO  (qtp1471545785-18091) [    ] 
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=1313
   [junit4]   2> 1640339 INFO  (qtp1471545785-18089) [    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 1640443 INFO  (zkCallback-3136-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> 1640920 INFO  
(OverseerCollectionConfigSetProcessor-98588154188464131-127.0.0.1:54932_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> 1641340 INFO  (qtp1471545785-18089) [    ] 
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=2425
   [junit4]   1> Adding 10 docs with commit=true, numDocs=100
   [junit4]   2> 1641365 INFO  (qtp1471545785-18092) [    ] 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=20
   [junit4]   2> 1641367 INFO  (qtp1471545785-18093) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1641367 INFO  (qtp1471545785-18093) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@32b70627
   [junit4]   2> 1641386 INFO  (qtp1471545785-18093) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6f2a478d[cdcr-source_shard1_replica1] main]
   [junit4]   2> 1641386 INFO  (searcherExecutor-8224-thread-1) [    ] 
o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher 
Searcher@6f2a478d[cdcr-source_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.1):C100)))}
   [junit4]   2> 1641386 INFO  (qtp1471545785-18093) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1641387 INFO  (qtp1471545785-18093) [    ] 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=19
   [junit4]   1> Adding 10 docs with commit=true, numDocs=200
   [junit4]   2> 1641392 INFO  (qtp1471545785-18094) [    ] 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> 1641394 INFO  (qtp1471545785-18087) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1641394 INFO  (qtp1471545785-18087) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@32b70627
   [junit4]   2> 1641417 INFO  (qtp1471545785-18087) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7ecf9b0d[cdcr-source_shard1_replica1] main]
   [junit4]   2> 1641417 INFO  (qtp1471545785-18087) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1641417 INFO  (searcherExecutor-8224-thread-1) [    ] 
o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher 
Searcher@7ecf9b0d[cdcr-source_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.1):C100)
 Uninverting(_1(6.6.1):C100)))}
   [junit4]   2> 1641417 INFO  (qtp1471545785-18087) [    ] 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}
 s

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

ARN  (zkCallback-3193-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> 1799606 INFO  (jetty-closer-3187-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@5a6f125f{/solr,null,UNAVAILABLE}
   [junit4]   2> 1799607 ERROR 
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A7325F7F7320407E])
 [    ] 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> 1799607 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A7325F7F7320407E])
 [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:55372 55372
   [junit4]   2> 1799608 INFO  (Thread-4059) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:55372 55372
   [junit4]   2> 1799609 WARN  (Thread-4059) [    ] 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> 1799609 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A7325F7F7320407E])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testConvertClusterToCdcrAndBootstrap
   [junit4]   2> 1799611 INFO  
(SUITE-CdcrBootstrapTest-seed#[A7325F7F7320407E]-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.CdcrBootstrapTest_A7325F7F7320407E-001
   [junit4]   2> Sep 02, 2017 7:06:49 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 6 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): 
{_version_=PostingsFormat(name=Direct), 
xyz=PostingsFormat(name=LuceneVarGapFixedInterval), 
id=Lucene50(blocksize=128)}, docValues:{}, maxPointsInLeafNode=1061, 
maxMBSortInHeap=6.980493607370194, 
sim=RandomSimilarity(queryNorm=false,coord=no): {}, locale=mua, 
timezone=Africa/Blantyre
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 9 
(64-bit)/cpus=3,threads=1,free=193691328,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestFunctionQuery, 
AssignTest, AlternateDirectoryTest, TestSort, OverseerStatusTest, 
TestSearcherReuse, TestApiFramework, DocValuesNotIndexedTest, 
TestTestInjection, TestSolrDeletionPolicy1, BaseCdcrDistributedZkTest, 
TestRemoteStreaming, TestCollapseQParserPlugin, MoreLikeThisHandlerTest, 
ClassificationUpdateProcessorTest, TestElisionMultitermQuery, 
StandardRequestHandlerTest, OverseerTest, CollectionStateFormat2Test, 
HdfsRecoverLeaseTest, TestInitQParser, LeaderFailoverAfterPartitionTest, 
TestTolerantUpdateProcessorRandomCloud, TestLRUStatsCache, StressHdfsTest, 
ShufflingReplicaListTransformerTest, TestHighFrequencyDictionaryFactory, 
TestClassicSimilarityFactory, ResponseLogComponentTest, 
DistributedFacetPivotSmallTest, UniqFieldsUpdateProcessorFactoryTest, 
HighlighterTest, ClusterStateUpdateTest, TestXIncludeConfig, 
TestCloudInspectUtil, RulesTest, TestReplicaProperties, 
DistributedQueryElevationComponentTest, TestDynamicFieldResource, 
CloudExitableDirectoryReaderTest, TestDocBasedVersionConstraints, 
TestGraphTermsQParserPlugin, DeleteStatusTest, SolrRequestParserTest, 
MetricUtilsTest, TestManagedSynonymFilterFactory, DirectoryFactoryTest, 
AnalysisAfterCoreReloadTest, TestImplicitCoreProperties, PeerSyncTest, 
TestDelegationWithHadoopAuth, TestOrdValues, TestBulkSchemaAPI, 
DateRangeFieldTest, StatelessScriptUpdateProcessorFactoryTest, 
TestSolrCloudSnapshots, BigEndianAscendingWordDeserializerTest, 
TestRecoveryHdfs, ActionThrottleTest, TestPostingsSolrHighlighter, 
BooleanFieldTest, CdcrRequestHandlerTest, HardAutoCommitTest, 
TestFieldCacheReopen, TestRTGBase, RequiredFieldsTest, 
HdfsChaosMonkeyNothingIsSafeTest, TestConfigSetImmutable, 
ConcurrentDeleteAndCreateCollectionTest, WrapperMergePolicyFactoryTest, 
TestBulkSchemaConcurrent, DisMaxRequestHandlerTest, 
UUIDUpdateProcessorFallbackTest, TestWordDelimiterFilterFactory, 
TestSchemaManager, HttpSolrCallGetCoreTest, TestLeaderInitiatedRecoveryThread, 
ConjunctionSolrSpellCheckerTest, TestUpdate, TestFieldSortValues, 
BlockDirectoryTest, TestHighlightDedupGrouping, IndexSchemaRuntimeFieldTest, 
DocValuesMultiTest, TestLazyCores, ConnectionManagerTest, TestStressLiveNodes, 
TestDocTermOrds, DistributedSuggestComponentTest, TestCloudRecovery, 
HdfsDirectoryTest, CdcrUpdateLogTest, SolrMetricReporterTest, OutputWriterTest, 
TestSolrCloudWithKerberosAlt, TestQueryWrapperFilter, 
TriLevelCompositeIdRoutingTest, TestNoOpRegenerator, TestRestoreCore, 
GraphQueryTest, CdcrReplicationDistributedZkTest, TestBM25SimilarityFactory, 
TestCursorMarkWithoutUniqueKey, TestStandardQParsers, 
PreAnalyzedFieldManagedSchemaCloudTest, SolrGangliaReporterTest, 
TestJavabinTupleStreamParser, TestExclusionRuleCollectionAccess, 
SystemInfoHandlerTest, QueryEqualityTest, TestInitParams, 
TestBackupRepositoryFactory, DocValuesTest, DistributedMLTComponentTest, 
TestPayloadCheckQParserPlugin, ParsingFieldUpdateProcessorsTest, 
TestAnalyzedSuggestions, TestPerFieldSimilarityWithDefaultOverride, 
SolrSlf4jReporterTest, TestRawResponseWriter, TestManagedSchemaThreadSafety, 
TestFaceting, BitVectorTest, SolrJmxReporterCloudTest, MigrateRouteKeyTest, 
DistributedDebugComponentTest, TestAuthorizationFramework, TestTrieFacet, 
TestCollationField, TestNonDefinedSimilarityFactory, TestFastLRUCache, 
TestBinaryField, ReplicationFactorTest, PropertiesRequestHandlerTest, 
PingRequestHandlerTest, TermsComponentTest, TestSchemaVersionResource, 
IndexBasedSpellCheckerTest, ClassificationUpdateProcessorFactoryTest, 
TestSizeLimitedDistributedMap, MoveReplicaTest, 
TestStressCloudBlindAtomicUpdates, DistributedSpellCheckComponentTest, 
SpatialFilterTest, DeleteLastCustomShardedReplicaTest, 
TestRuleBasedAuthorizationPlugin, SolrPluginUtilsTest, 
DistributedFacetExistsSmallTest, JsonValidatorTest, TestSolrIndexConfig, 
TestSolrCloudWithHadoopAuthPlugin, ConfigureRecoveryStrategyTest, 
SuggestComponentContextFilterQueryTest, TestCustomDocTransformer, 
SuggesterFSTTest, OverseerModifyCollectionTest, TestCloudPivotFacet, 
TestConfigSetsAPIExclusivity, TestExactSharedStatsCache, 
OpenExchangeRatesOrgProviderTest, QueryElevationComponentTest, 
TestDefaultStatsCache, TestGeoJSONResponseWriter, TestExtendedDismaxParser, 
TestCopyFieldCollectionResource, DocumentAnalysisRequestHandlerTest, 
SharedFSAutoReplicaFailoverTest, TestUseDocValuesAsStored, SimpleFacetsTest, 
V2ApiIntegrationTest, ShardRoutingTest, TestLRUCache, BasicDistributedZkTest, 
BasicDistributedZk2Test, UnloadDistributedZkTest, SyncSliceTest, 
OpenCloseCoreStressTest, LeaderElectionIntegrationTest, BasicZkTest, 
RecoveryZkTest, TestReplicationHandler, LeaderElectionTest, ZkSolrClientTest, 
TestRandomDVFaceting, ZkCLITest, TestDistributedSearch, AutoCommitTest, 
TestHashPartitioner, TermVectorComponentDistributedTest, ZkControllerTest, 
TestRealTimeGet, TestStressReorder, TestJoin, TestReload, TestStressVersions, 
TestCoreContainer, SolrCoreTest, TestGroupingSearch, BadIndexSchemaTest, 
BasicFunctionalityTest, DirectUpdateHandlerTest, SoftAutoCommitTest, 
ShowFileRequestHandlerTest, CurrencyFieldXmlFileTest, SolrIndexSplitterTest, 
SimplePostToolTest, SpellCheckCollatorTest, CoreAdminHandlerTest, 
SuggesterTSTTest, SuggesterTest, TestStressLucene, SuggesterWFSTTest, 
TestCSVLoader, PolyFieldTest, NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, 
SchemaVersionSpecificBehaviorTest, TestPseudoReturnFields, 
TestAtomicUpdateErrorCases, DirectUpdateHandlerOptimizeTest, 
SortByFunctionTest, XsltUpdateRequestHandlerTest, CacheHeaderTest, 
TestSurroundQueryParser, TestQueryUtils, DirectSolrSpellCheckerTest, 
TestQueryTypes, PrimitiveFieldTypeTest, XmlUpdateRequestHandlerTest, 
RequestHandlersTest, DocumentBuilderTest, TestValueSourceCache, 
PathHierarchyTokenizerFactoryTest, TermVectorComponentTest, 
TestIndexingPerformance, FastVectorHighlighterTest, RegexBoostProcessorTest, 
TestJmxIntegration, ReturnFieldsTest, UpdateRequestProcessorFactoryTest, 
JSONWriterTest, TestCSVResponseWriter, JsonLoaderTest, 
TestPartialUpdateDeduplication, TestComponentsName, SearchHandlerTest, 
TestBinaryResponseWriter, TestLFUCache, SOLR749Test, CopyFieldTest, 
SolrIndexConfigTest, BadComponentTest, TestStressRecovery, 
TestMergePolicyConfig, TestSolrDeletionPolicy2, MultiTermTest, SampleTest, 
TestDocSet, TestSearchPerf, NumericFieldsTest, TestConfig, 
TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, 
DirectSolrConnectionTest, TestLuceneMatchVersion, TestPhraseSuggestions, 
SpellPossibilityIteratorTest, TestCharFilters, SynonymTokenizerTest, 
TestSweetSpotSimilarityFactory, TestPerFieldSimilarity, 
TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory, TestFastWriter, 
TimeZoneUtilsTest, ResourceLoaderTest, TestFastOutputStream, ScriptEngineTest, 
URLClassifyProcessorTest, PluginInfoTest, ChaosMonkeyNothingIsSafeTest, 
TestTolerantSearch, TestEmbeddedSolrServerConstructors, TestJettySolrRunner, 
ConnectionReuseTest, CdcrBootstrapTest]
   [junit4] Completed [498/713 (2!)] on J0 in 161.52s, 3 tests, 1 failure <<< 
FAILURES!

[...truncated 37071 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to