Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/6922/
Java: 32bit/jdk1.8.0_144 -server -XX:+UseSerialGC

2 tests failed.
FAILED:  org.apache.solr.cloud.DocValuesNotIndexedTest.testGroupingDVOnly

Error Message:
Unexpected number of elements in the group for intGSF: 8

Stack Trace:
java.lang.AssertionError: Unexpected number of elements in the group for 
intGSF: 8
        at 
__randomizedtesting.SeedInfo.seed([787334CFB6BEF4E5:E3C85A97FBE6C6BB]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.DocValuesNotIndexedTest.testGroupingDVOnly(DocValuesNotIndexedTest.java:377)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.core.ExitableDirectoryReaderTest.testQueryResults

Error Message:
Should NOT have inserted partial results! expected:<4> but was:<5>

Stack Trace:
java.lang.AssertionError: Should NOT have inserted partial results! 
expected:<4> but was:<5>
        at 
__randomizedtesting.SeedInfo.seed([787334CFB6BEF4E5:25FA0CB614B5AAAE]: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.core.ExitableDirectoryReaderTest.testQueryResults(ExitableDirectoryReaderTest.java:141)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12467 lines...]
   [junit4] Suite: org.apache.solr.core.ExitableDirectoryReaderTest
   [junit4]   2> 1537934 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.ExitableDirectoryReaderTest_787334CFB6BEF4E5-001\init-core-data-001
   [junit4]   2> 1537935 WARN  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=12 numCloses=12
   [junit4]   2> 1537935 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1537942 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1537947 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1537947 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1538019 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1538029 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=example
   [junit4]   2> 1538103 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema example/1.6 with uniqueid field id
   [junit4]   2> 1538347 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18a2177
   [junit4]   2> 1538357 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18a2177
   [junit4]   2> 1538358 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18a2177
   [junit4]   2> 1538365 INFO  (coreLoadExecutor-5883-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1538477 INFO  (coreLoadExecutor-5883-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1538488 INFO  (coreLoadExecutor-5883-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=example
   [junit4]   2> 1538595 INFO  (coreLoadExecutor-5883-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema example/1.6 with uniqueid 
field id
   [junit4]   2> 1538631 INFO  (coreLoadExecutor-5883-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1,
 trusted=true
   [junit4]   2> 1538635 INFO  (coreLoadExecutor-5883-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@18a2177
   [junit4]   2> 1538636 INFO  (coreLoadExecutor-5883-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1538636 INFO  (coreLoadExecutor-5883-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.ExitableDirectoryReaderTest_787334CFB6BEF4E5-001\init-core-data-001\]
   [junit4]   2> 1538638 INFO  (coreLoadExecutor-5883-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=31, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.850993503740133]
   [junit4]   2> 1538807 INFO  (coreLoadExecutor-5883-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1538807 INFO  (coreLoadExecutor-5883-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1538807 INFO  (coreLoadExecutor-5883-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=38, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8618951444328473]
   [junit4]   2> 1538807 INFO  (coreLoadExecutor-5883-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1620373[collection1] 
main]
   [junit4]   2> 1538807 WARN  (coreLoadExecutor-5883-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf;
 switching to use InMemory storage instead.
   [junit4]   2> 1538807 INFO  (coreLoadExecutor-5883-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1538807 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1538815 INFO  
(searcherExecutor-5884-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1620373[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1538822 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[0]} 0 10
   [junit4]   2> 1538846 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[1]} 0 0
   [junit4]   2> 1538846 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[2]} 0 0
   [junit4]   2> 1538846 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[3]} 0 0
   [junit4]   2> 1538846 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[4]} 0 0
   [junit4]   2> 1538846 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[5]} 0 0
   [junit4]   2> 1538846 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[6]} 0 0
   [junit4]   2> 1538846 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[7]} 0 0
   [junit4]   2> 1538846 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[8]} 0 0
   [junit4]   2> 1538846 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[9]} 0 0
   [junit4]   2> 1538846 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[10]} 0 0
   [junit4]   2> 1538846 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[11]} 0 0
   [junit4]   2> 1538846 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[12]} 0 0
   [junit4]   2> 1538846 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[13]} 0 0
   [junit4]   2> 1538846 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[14]} 0 0
   [junit4]   2> 1538846 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[15]} 0 0
   [junit4]   2> 1538846 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[16]} 0 0
   [junit4]   2> 1538846 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[17]} 0 0
   [junit4]   2> 1538846 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[18]} 0 0
   [junit4]   2> 1538846 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[19]} 0 0
   [junit4]   2> 1538846 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[20]} 0 0
   [junit4]   2> 1538846 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[21]} 0 0
   [junit4]   2> 1538846 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[22]} 0 0
   [junit4]   2> 1538846 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[23]} 0 0
   [junit4]   2> 1538846 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[24]} 0 0
   [junit4]   2> 1538846 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[25]} 0 0
   [junit4]   2> 1538846 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[26]} 0 0
   [junit4]   2> 1538846 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[27]} 0 0
   [junit4]   2> 1538846 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[28]} 0 0
   [junit4]   2> 1538846 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[29]} 0 0
   [junit4]   2> 1538846 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[30]} 0 0
   [junit4]   2> 1538846 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[31]} 0 0
   [junit4]   2> 1538846 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[32]} 0 0
   [junit4]   2> 1538846 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[33]} 0 0
   [junit4]   2> 1538846 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[34]} 0 0
   [junit4]   2> 1538846 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[35]} 0 0
   [junit4]   2> 1538846 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[36]} 0 0
   [junit4]   2> 1538846 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[37]} 0 0
   [junit4]   2> 1538846 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[38]} 0 0
   [junit4]   2> 1538846 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[39]} 0 0
   [junit4]   2> 1538871 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[40]} 0 0
   [junit4]   2> 1538872 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1538872 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@5c55c2 commitCommandVersion:0
   [junit4]   2> 1538907 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@155572d[collection1] main]
   [junit4]   2> 1538907 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1538914 INFO  (searcherExecutor-5884-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@155572d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):c41)))}
   [junit4]   2> 1538919 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 46
   [junit4]   2> 1538919 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[41]} 0 0
   [junit4]   2> 1538920 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[42]} 0 0
   [junit4]   2> 1538920 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[43]} 0 0
   [junit4]   2> 1538920 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[44]} 0 0
   [junit4]   2> 1538920 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[45]} 0 0
   [junit4]   2> 1538920 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[46]} 0 0
   [junit4]   2> 1538920 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[47]} 0 0
   [junit4]   2> 1538920 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[48]} 0 0
   [junit4]   2> 1538920 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[49]} 0 0
   [junit4]   2> 1538920 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[50]} 0 0
   [junit4]   2> 1538920 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[51]} 0 0
   [junit4]   2> 1538920 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[52]} 0 0
   [junit4]   2> 1538920 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[53]} 0 0
   [junit4]   2> 1538920 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[54]} 0 0
   [junit4]   2> 1538920 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[55]} 0 0
   [junit4]   2> 1538920 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[56]} 0 0
   [junit4]   2> 1538920 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[57]} 0 0
   [junit4]   2> 1538920 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[58]} 0 0
   [junit4]   2> 1538920 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[59]} 0 0
   [junit4]   2> 1538920 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[60]} 0 0
   [junit4]   2> 1538920 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[61]} 0 0
   [junit4]   2> 1538920 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[62]} 0 0
   [junit4]   2> 1538920 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[63]} 0 0
   [junit4]   2> 1538920 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[64]} 0 0
   [junit4]   2> 1538920 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[65]} 0 0
   [junit4]   2> 1538920 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[66]} 0 0
   [junit4]   2> 1538920 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[67]} 0 0
   [junit4]   2> 1538920 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[68]} 0 0
   [junit4]   2> 1538920 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[69]} 0 0
   [junit4]   2> 1538920 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[70]} 0 0
   [junit4]   2> 1538927 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[71]} 0 0
   [junit4]   2> 1538927 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[72]} 0 0
   [junit4]   2> 1538927 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[73]} 0 0
   [junit4]   2> 1538927 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[74]} 0 0
   [junit4]   2> 1538927 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[75]} 0 0
   [junit4]   2> 1538928 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[76]} 0 0
   [junit4]   2> 1538928 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[77]} 0 0
   [junit4]   2> 1538928 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[78]} 0 0
   [junit4]   2> 1538928 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[79]} 0 0
   [junit4]   2> 1538928 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[80]} 0 0
   [junit4]   2> 1538929 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[81]} 0 0
   [junit4]   2> 1538929 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[82]} 0 0
   [junit4]   2> 1538929 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[83]} 0 0
   [junit4]   2> 1538930 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[84]} 0 0
   [junit4]   2> 1538930 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[85]} 0 0
   [junit4]   2> 1538930 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[86]} 0 0
   [junit4]   2> 1538930 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[87]} 0 0
   [junit4]   2> 1538930 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[88]} 0 0
   [junit4]   2> 1538930 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[89]} 0 0
   [junit4]   2> 1538930 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[90]} 0 0
   [junit4]   2> 1538931 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[91]} 0 0
   [junit4]   2> 1538931 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[92]} 0 0
   [junit4]   2> 1538931 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[93]} 0 0
   [junit4]   2> 1538931 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[94]} 0 0
   [junit4]   2> 1538931 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[95]} 0 0
   [junit4]   2> 1538931 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[96]} 0 0
   [junit4]   2> 1538931 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[97]} 0 0
   [junit4]   2> 1538933 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[98]} 0 0
   [junit4]   2> 1538933 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[99]} 0 0
   [junit4]   2> 1538933 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1538933 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@5c55c2 commitCommandVersion:0
   [junit4]   2> 1538936 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1c48841[collection1] main]
   [junit4]   2> 1538937 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1538940 INFO  (searcherExecutor-5884-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1c48841[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):c41)
 Uninverting(_1(8.0.0):c59)))}
   [junit4]   2> 1538940 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 6
   [junit4]   2> 1538948 INFO  
(TEST-ExitableDirectoryReaderTest.testPrefixQuery-seed#[787334CFB6BEF4E5]) [    
] o.a.s.SolrTestCaseJ4 ###Starting testPrefixQuery
   [junit4]   2> 1538972 WARN  
(TEST-ExitableDirectoryReaderTest.testPrefixQuery-seed#[787334CFB6BEF4E5]) [    
] o.a.s.s.SolrIndexSearcher Query: [name:a*]; The request took too long to 
iterate over terms. Timeout: timeoutAt: 219212252937920 (System.nanoTime(): 
219212275289678), TermsEnum=org.apache.lucene.index.AutomatonTermsEnum@1714b1b
   [junit4]   2> 1538973 INFO  
(TEST-ExitableDirectoryReaderTest.testPrefixQuery-seed#[787334CFB6BEF4E5]) [    
] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={sleep=2&q=name:a*&timeAllowed=1&wt=xml} hits=0 status=0 QTime=24
   [junit4]   2> 1538973 INFO  
(TEST-ExitableDirectoryReaderTest.testPrefixQuery-seed#[787334CFB6BEF4E5]) [    
] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=name:a*&timeAllowed=10000&wt=xml} hits=100 status=0 QTime=0
   [junit4]   2> 1538975 INFO  
(TEST-ExitableDirectoryReaderTest.testPrefixQuery-seed#[787334CFB6BEF4E5]) [    
] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={sleep=2&q=name:a*&timeAllowed=1&wt=xml} hits=100 status=0 QTime=0
   [junit4]   2> 1538978 WARN  
(TEST-ExitableDirectoryReaderTest.testPrefixQuery-seed#[787334CFB6BEF4E5]) [    
] o.a.s.h.c.SearchHandler Query: sleep=2&q=*:*&fq=name:a*&timeAllowed=1&wt=xml; 
The request took too long to iterate over terms. Timeout: timeoutAt: 
219212279365661 (System.nanoTime(): 219212280507244), 
TermsEnum=org.apache.lucene.index.AutomatonTermsEnum@a798d4
   [junit4]   2> 1538978 INFO  
(TEST-ExitableDirectoryReaderTest.testPrefixQuery-seed#[787334CFB6BEF4E5]) [    
] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={sleep=2&q=*:*&fq=name:a*&timeAllowed=1&wt=xml} status=0 QTime=2
   [junit4]   2> 1538979 INFO  
(TEST-ExitableDirectoryReaderTest.testPrefixQuery-seed#[787334CFB6BEF4E5]) [    
] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=*:*&fq=name:a*&timeAllowed=10000&wt=xml} hits=100 status=0 QTime=1
   [junit4]   2> 1538980 INFO  
(TEST-ExitableDirectoryReaderTest.testPrefixQuery-seed#[787334CFB6BEF4E5]) [    
] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=name:b*&timeAllowed=9223372036854775807&wt=xml} hits=100 status=0 
QTime=0
   [junit4]   2> 1538980 INFO  
(TEST-ExitableDirectoryReaderTest.testPrefixQuery-seed#[787334CFB6BEF4E5]) [    
] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=name:c*&timeAllowed=-7&wt=xml} hits=100 status=0 QTime=0
   [junit4]   2> 1538980 INFO  
(TEST-ExitableDirectoryReaderTest.testPrefixQuery-seed#[787334CFB6BEF4E5]) [    
] o.a.s.SolrTestCaseJ4 ###Ending testPrefixQuery
   [junit4]   2> 1538985 INFO  
(TEST-ExitableDirectoryReaderTest.testQueryResults-seed#[787334CFB6BEF4E5]) [   
 ] o.a.s.SolrTestCaseJ4 ###Starting testQueryResults
   [junit4]   2> 1538987 INFO  
(TEST-ExitableDirectoryReaderTest.testQueryResults-seed#[787334CFB6BEF4E5]) [   
 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={sleep=2&q=name:e*&indent=true&timeAllowed=1&wt=xml} hits=100 status=0 
QTime=0
   [junit4]   2> 1538987 INFO  
(TEST-ExitableDirectoryReaderTest.testQueryResults-seed#[787334CFB6BEF4E5]) [   
 ] o.a.s.SolrTestCaseJ4 ###Ending testQueryResults
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=ExitableDirectoryReaderTest -Dtests.method=testQueryResults 
-Dtests.seed=787334CFB6BEF4E5 -Dtests.slow=true -Dtests.locale=en-AU 
-Dtests.timezone=Europe/Copenhagen -Dtests.asserts=true 
-Dtests.file.encoding=Cp1252
   [junit4] FAILURE 0.01s J0 | ExitableDirectoryReaderTest.testQueryResults <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Should NOT have 
inserted partial results! expected:<4> but was:<5>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([787334CFB6BEF4E5:25FA0CB614B5AAAE]:0)
   [junit4]    >        at 
org.apache.solr.core.ExitableDirectoryReaderTest.testQueryResults(ExitableDirectoryReaderTest.java:141)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1538987 INFO  
(TEST-ExitableDirectoryReaderTest.testCacheAssumptions-seed#[787334CFB6BEF4E5]) 
[    ] o.a.s.SolrTestCaseJ4 ###Starting testCacheAssumptions
   [junit4]   2> 1539005 WARN  
(TEST-ExitableDirectoryReaderTest.testCacheAssumptions-seed#[787334CFB6BEF4E5]) 
[    ] o.a.s.h.c.SearchHandler Query: 
sleep=2&q=*:*&indent=true&fq=name:d*&timeAllowed=1&wt=xml; The request took too 
long to iterate over terms. Timeout: timeoutAt: 219212297169613 
(System.nanoTime(): 219212308384514), 
TermsEnum=org.apache.lucene.index.AutomatonTermsEnum@1e7c69
   [junit4]   2> 1539005 INFO  
(TEST-ExitableDirectoryReaderTest.testCacheAssumptions-seed#[787334CFB6BEF4E5]) 
[    ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={sleep=2&q=*:*&indent=true&fq=name:d*&timeAllowed=1&wt=xml} status=0 
QTime=12
   [junit4]   2> 1539005 INFO  
(TEST-ExitableDirectoryReaderTest.testCacheAssumptions-seed#[787334CFB6BEF4E5]) 
[    ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=*:*&indent=true&fq=name:d*&timeAllowed=10000&wt=xml} hits=100 
status=0 QTime=0
   [junit4]   2> 1539005 INFO  
(TEST-ExitableDirectoryReaderTest.testCacheAssumptions-seed#[787334CFB6BEF4E5]) 
[    ] o.a.s.SolrTestCaseJ4 ###Ending testCacheAssumptions
   [junit4]   2> 1539005 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1539005 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=3784919
   [junit4]   2> 1539005 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1539005 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1eb56fa: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@1396cc0
   [junit4]   2> 1539005 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1539005 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1586923: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@8c0506
   [junit4]   2> 1539019 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1539019 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@6c7fd3: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@19a0c08
   [junit4]   2> 1539035 INFO  
(SUITE-ExitableDirectoryReaderTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1539059 INFO  (coreCloseExecutor-5888-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@29e56a
   [junit4]   2> 1539059 INFO  (coreCloseExecutor-5888-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=2745706
   [junit4]   2> 1539060 INFO  (coreCloseExecutor-5888-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@bb074a: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@7f443
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.ExitableDirectoryReaderTest_787334CFB6BEF4E5-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{name=PostingsFormat(name=LuceneFixedGap), 
id=PostingsFormat(name=LuceneFixedGap), text=PostingsFormat(name=Memory)}, 
docValues:{}, maxPointsInLeafNode=803, maxMBSortInHeap=6.159445906713682, 
sim=RandomSimilarity(queryNorm=true): {}, locale=en-AU, 
timezone=Europe/Copenhagen
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_144 
(32-bit)/cpus=3,threads=2,free=124053992,total=402440192
   [junit4]   2> NOTE: All tests run in this JVM: [IndexBasedSpellCheckerTest, 
TestSweetSpotSimilarityFactory, TestIBSimilarityFactory, 
TestSolrCloudWithDelegationTokens, QueryElevationComponentTest, 
DistributedFacetPivotLongTailTest, AssignBackwardCompatibilityTest, 
ParsingFieldUpdateProcessorsTest, TestPullReplica, TestLegacyNumericUtils, 
TestBlobHandler, DirectUpdateHandlerOptimizeTest, TestNestedDocsSort, 
GraphQueryTest, HardAutoCommitTest, TestSchemalessBufferedUpdates, 
XsltUpdateRequestHandlerTest, SpellCheckCollatorWithCollapseTest, 
RuleEngineTest, FieldAnalysisRequestHandlerTest, 
TestSubQueryTransformerDistrib, CursorPagingTest, TestExtendedDismaxParser, 
UniqFieldsUpdateProcessorFactoryTest, HttpPartitionTest, TestRandomFlRTGCloud, 
TestSQLHandler, TestXmlQParserPlugin, SolrMetricsIntegrationTest, 
NoCacheHeaderTest, TestTrackingShardHandlerFactory, TestDistribDocBasedVersion, 
TestCloudSchemaless, TestRawTransformer, RequestHandlersTest, 
PeerSyncReplicationTest, TestStressVersions, TestStandardQParsers, 
TestTolerantUpdateProcessorRandomCloud, 
OverriddenZkACLAndCredentialsProvidersTest, TestCursorMarkWithoutUniqueKey, 
TestCodecSupport, CdcrReplicationHandlerTest, SolrGraphiteReporterTest, 
OverseerTest, TestZkAclsWithHadoopAuth, TestInPlaceUpdatesStandalone, 
SuggesterWFSTTest, TestReplicationHandler, TestSolrDeletionPolicy2, 
SolrCoreTest, NotRequiredUniqueKeyTest, TestLegacyFieldCache, 
BasicAuthIntegrationTest, TestMultiValuedNumericRangeQuery, TestApiFramework, 
HighlighterMaxOffsetTest, TestPKIAuthenticationPlugin, 
TestFieldCollectionResource, BufferStoreTest, ScriptEngineTest, 
TestLeaderElectionWithEmptyReplica, CollectionsAPISolrJTest, 
HdfsChaosMonkeySafeLeaderTest, TestManagedSynonymGraphFilterFactory, 
SuggestComponentContextFilterQueryTest, LargeFieldTest, TestFunctionQuery, 
TestFieldTypeCollectionResource, TestNoOpRegenerator, TestConfigSetProperties, 
SolrJmxReporterTest, WordBreakSolrSpellCheckerTest, TestCloudInspectUtil, 
TestSha256AuthenticationProvider, TestReversedWildcardFilterFactory, 
AnalyticsQueryTest, TestCoreContainer, TestDistribIDF, TestWriterPerf, 
QueryParsingTest, CdcrBootstrapTest, TestRTimerTree, 
DistributedFacetExistsSmallTest, SubstringBytesRefFilterTest, 
TestBulkSchemaConcurrent, PropertiesRequestHandlerTest, SolrCloudReportersTest, 
SolrIndexSplitterTest, HdfsSyncSliceTest, TestSort, SuggesterTest, 
TestFilteredDocIdSet, TestFieldCache, TestSystemCollAutoCreate, 
TestSurroundQueryParser, TestLegacyNumericRangeQueryBuilder, ZkControllerTest, 
TestJsonFacets, MinimalSchemaTest, TestFreeTextSuggestions, 
TestCorePropertiesReload, TestNumericRangeQuery64, DocValuesTest, 
MoveReplicaHDFSTest, TestDynamicLoading, TestPushWriter, NumericFieldsTest, 
VersionInfoTest, TestCSVResponseWriter, TestCryptoKeys, TestMacroExpander, 
SaslZkACLProviderTest, ClusterStateTest, TestHdfsBackupRestoreCore, 
ClassificationUpdateProcessorFactoryTest, 
PeerSyncWithIndexFingerprintCachingTest, SolrInfoBeanTest, 
ReplicationFactorTest, TestSmileRequest, ShardRoutingTest, 
LeaderFailoverAfterPartitionTest, TestExactStatsCache, ResponseHeaderTest, 
DirectSolrConnectionTest, HdfsNNFailoverTest, ResourceLoaderTest, 
InfixSuggestersTest, HdfsRecoveryZkTest, DistribJoinFromCollectionTest, 
TestLMDirichletSimilarityFactory, TestTrieFacet, TestRecoveryHdfs, 
PrimUtilsTest, TestInfoStreamLogging, RequiredFieldsTest, 
TestSolrConfigHandler, DisMaxRequestHandlerTest, TestBinaryResponseWriter, 
TestJettySolrRunner, PKIAuthenticationIntegrationTest, TestOmitPositions, 
ExplicitHLLTest, TestUpdate, TestMaxTokenLenTokenizer, 
LeaderInitiatedRecoveryOnCommitTest, SharedFSAutoReplicaFailoverTest, 
ExitableDirectoryReaderTest]
   [junit4] Completed [338/733 (1!)] on J0 in 1.20s, 3 tests, 1 failure <<< 
FAILURES!

[...truncated 681 lines...]
   [junit4] Suite: org.apache.solr.cloud.DocValuesNotIndexedTest
   [junit4]   2> 2408519 INFO  
(SUITE-DocValuesNotIndexedTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DocValuesNotIndexedTest_787334CFB6BEF4E5-001\init-core-data-001
   [junit4]   2> 2408520 WARN  
(SUITE-DocValuesNotIndexedTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=5 numCloses=5
   [junit4]   2> 2408520 INFO  
(SUITE-DocValuesNotIndexedTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2408525 INFO  
(SUITE-DocValuesNotIndexedTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 2408527 INFO  
(SUITE-DocValuesNotIndexedTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DocValuesNotIndexedTest_787334CFB6BEF4E5-001\tempDir-001
   [junit4]   2> 2408527 INFO  
(SUITE-DocValuesNotIndexedTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2408528 INFO  (Thread-4271) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2408528 INFO  (Thread-4271) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2408534 ERROR (Thread-4271) [    ] 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> 2408627 INFO  
(SUITE-DocValuesNotIndexedTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:56632
   [junit4]   2> 2408649 INFO  (jetty-launcher-2967-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2408649 INFO  (jetty-launcher-2967-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2408651 INFO  (jetty-launcher-2967-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1b77a2a{/solr,null,AVAILABLE}
   [junit4]   2> 2408651 INFO  (jetty-launcher-2967-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2af325{/solr,null,AVAILABLE}
   [junit4]   2> 2408652 INFO  (jetty-launcher-2967-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1ae2914{HTTP/1.1,[http/1.1]}{127.0.0.1:56636}
   [junit4]   2> 2408656 INFO  (jetty-launcher-2967-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@b82ec9{HTTP/1.1,[http/1.1]}{127.0.0.1:56637}
   [junit4]   2> 2408659 INFO  (jetty-launcher-2967-thread-1) [    ] 
o.e.j.s.Server Started @2416334ms
   [junit4]   2> 2408659 INFO  (jetty-launcher-2967-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=56636}
   [junit4]   2> 2408659 INFO  (jetty-launcher-2967-thread-2) [    ] 
o.e.j.s.Server Started @2416335ms
   [junit4]   2> 2408660 INFO  (jetty-launcher-2967-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=56637}
   [junit4]   2> 2408660 ERROR (jetty-launcher-2967-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2408660 ERROR (jetty-launcher-2967-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2408660 INFO  (jetty-launcher-2967-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 2408660 INFO  (jetty-launcher-2967-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 2408660 INFO  (jetty-launcher-2967-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2408660 INFO  (jetty-launcher-2967-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2408661 INFO  (jetty-launcher-2967-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 2408661 INFO  (jetty-launcher-2967-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 2408661 INFO  (jetty-launcher-2967-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-25T02:06:44.539Z
   [junit4]   2> 2408661 INFO  (jetty-launcher-2967-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-25T02:06:44.539Z
   [junit4]   2> 2408667 INFO  (jetty-launcher-2967-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2408667 INFO  (jetty-launcher-2967-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2408682 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15eb6c960b80001, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2408687 INFO  (jetty-launcher-2967-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56632/solr
   [junit4]   2> 2408687 INFO  (jetty-launcher-2967-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56632/solr
   [junit4]   2> 2408690 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15eb6c960b80004, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2408777 INFO  (jetty-launcher-2967-thread-2) 
[n:127.0.0.1:56637_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2408777 INFO  (jetty-launcher-2967-thread-1) 
[n:127.0.0.1:56636_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2408778 INFO  (jetty-launcher-2967-thread-2) 
[n:127.0.0.1:56637_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:56637_solr
   [junit4]   2> 2408779 INFO  (jetty-launcher-2967-thread-1) 
[n:127.0.0.1:56636_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:56636_solr
   [junit4]   2> 2408780 INFO  (jetty-launcher-2967-thread-2) 
[n:127.0.0.1:56637_solr    ] o.a.s.c.Overseer Overseer 
(id=98717217876082694-127.0.0.1:56637_solr-n_0000000000) starting
   [junit4]   2> 2408782 INFO  
(zkCallback-2978-thread-1-processing-n:127.0.0.1:56637_solr) 
[n:127.0.0.1:56637_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2408784 INFO  
(zkCallback-2979-thread-1-processing-n:127.0.0.1:56636_solr) 
[n:127.0.0.1:56636_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2408790 INFO  (jetty-launcher-2967-thread-2) 
[n:127.0.0.1:56637_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:56637_solr
   [junit4]   2> 2408795 INFO  
(zkCallback-2978-thread-1-processing-n:127.0.0.1:56637_solr) 
[n:127.0.0.1:56637_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 2408795 INFO  
(zkCallback-2979-thread-1-processing-n:127.0.0.1:56636_solr) 
[n:127.0.0.1:56636_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 2409002 INFO  (jetty-launcher-2967-thread-1) 
[n:127.0.0.1:56636_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56636.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@15a973c
   [junit4]   2> 2409003 INFO  (jetty-launcher-2967-thread-2) 
[n:127.0.0.1:56637_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56637.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@15a973c
   [junit4]   2> 2409023 INFO  (jetty-launcher-2967-thread-1) 
[n:127.0.0.1:56636_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56636.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@15a973c
   [junit4]   2> 2409023 INFO  (jetty-launcher-2967-thread-1) 
[n:127.0.0.1:56636_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56636.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@15a973c
   [junit4]   2> 2409024 INFO  (jetty-launcher-2967-thread-1) 
[n:127.0.0.1:56636_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DocValuesNotIndexedTest_787334CFB6BEF4E5-001\tempDir-001\node1\.
   [junit4]   2> 2409026 INFO  (jetty-launcher-2967-thread-2) 
[n:127.0.0.1:56637_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56637.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@15a973c
   [junit4]   2> 2409026 INFO  (jetty-launcher-2967-thread-2) 
[n:127.0.0.1:56637_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56637.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@15a973c
   [junit4]   2> 2409028 INFO  (jetty-launcher-2967-thread-2) 
[n:127.0.0.1:56637_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DocValuesNotIndexedTest_787334CFB6BEF4E5-001\tempDir-001\node2\.
   [junit4]   2> 2409073 INFO  
(SUITE-DocValuesNotIndexedTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2409074 INFO  
(SUITE-DocValuesNotIndexedTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:56632/solr ready
   [junit4]   2> 2409081 INFO  (qtp13517231-21190) [n:127.0.0.1:56636_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&maxShardsPerNode=2&name=dv_coll&nrtReplicas=1&action=CREATE&numShards=4&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2409084 INFO  
(OverseerThreadFactory-8921-thread-1-processing-n:127.0.0.1:56637_solr) 
[n:127.0.0.1:56637_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
dv_coll
   [junit4]   2> 2409196 INFO  
(OverseerStateUpdate-98717217876082694-127.0.0.1:56637_solr-n_0000000000) 
[n:127.0.0.1:56637_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"dv_coll",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"dv_coll_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:56636/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 2409202 INFO  
(OverseerStateUpdate-98717217876082694-127.0.0.1:56637_solr-n_0000000000) 
[n:127.0.0.1:56637_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"dv_coll",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"dv_coll_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:56637/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 2409208 INFO  
(OverseerStateUpdate-98717217876082694-127.0.0.1:56637_solr-n_0000000000) 
[n:127.0.0.1:56637_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"dv_coll",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"dv_coll_shard3_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:56636/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 2409214 INFO  
(OverseerStateUpdate-98717217876082694-127.0.0.1:56637_solr-n_0000000000) 
[n:127.0.0.1:56637_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"dv_coll",
   [junit4]   2>   "shard":"shard4",
   [junit4]   2>   "core":"dv_coll_shard4_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:56637/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 2409416 INFO  (qtp13517231-21192) [n:127.0.0.1:56636_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf1&newCollection=true&name=dv_coll_shard3_replica_n4&action=CREATE&numShards=4&collection=dv_coll&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2409416 INFO  (qtp1719301-21204) [n:127.0.0.1:56637_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf1&newCollection=true&name=dv_coll_shard2_replica_n2&action=CREATE&numShards=4&collection=dv_coll&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2409420 INFO  (qtp13517231-21193) [n:127.0.0.1:56636_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&newCollection=true&name=dv_coll_shard1_replica_n1&action=CREATE&numShards=4&collection=dv_coll&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2409421 INFO  (qtp1719301-21204) [n:127.0.0.1:56637_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 2409421 INFO  (qtp13517231-21192) [n:127.0.0.1:56636_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 2409425 INFO  (qtp1719301-21195) [n:127.0.0.1:56637_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf1&newCollection=true&name=dv_coll_shard4_replica_n6&action=CREATE&numShards=4&collection=dv_coll&shard=shard4&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2409541 INFO  
(zkCallback-2978-thread-1-processing-n:127.0.0.1:56637_solr) 
[n:127.0.0.1:56637_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/dv_coll/state.json] for collection [dv_coll] has occurred - 
updating... (live nodes size: [2])
   [junit4]   2> 2409541 INFO  
(zkCallback-2979-thread-1-processing-n:127.0.0.1:56636_solr) 
[n:127.0.0.1:56636_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/dv_coll/state.json] for collection [dv_coll] has occurred - 
updating... (live nodes size: [2])
   [junit4]   2> 2409542 INFO  
(zkCallback-2978-thread-2-processing-n:127.0.0.1:56637_solr) 
[n:127.0.0.1:56637_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/dv_coll/state.json] for collection [dv_coll] has occurred - 
updating... (live nodes size: [2])
   [junit4]   2> 2409542 INFO  
(zkCallback-2979-thread-2-processing-n:127.0.0.1:56636_solr) 
[n:127.0.0.1:56636_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/dv_coll/state.json] for collection [dv_coll] has occurred - 
updating... (live nodes size: [2])
   [junit4]   2> 2410469 INFO  (qtp1719301-21204) [n:127.0.0.1:56637_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2410469 INFO  (qtp13517231-21193) [n:127.0.0.1:56636_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2410469 INFO  (qtp13517231-21192) [n:127.0.0.1:56636_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2410490 INFO  (qtp1719301-21195) [n:127.0.0.1:56637_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2410490 INFO  (qtp13517231-21192) [n:127.0.0.1:56636_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.s.IndexSchema [dv_coll_shard3_replica_n4] Schema name=minimal
   [junit4]   2> 2410491 INFO  (qtp1719301-21204) [n:127.0.0.1:56637_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.s.IndexSchema [dv_coll_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 2410494 INFO  (qtp13517231-21193) [n:127.0.0.1:56636_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.s.IndexSchema [dv_coll_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 2410496 INFO  (qtp13517231-21192) [n:127.0.0.1:56636_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2410496 INFO  (qtp13517231-21192) [n:127.0.0.1:56636_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.c.CoreContainer Creating SolrCore 'dv_coll_shard3_replica_n4' using 
configuration from collection dv_coll, trusted=true
   [junit4]   2> 2410496 INFO  (qtp1719301-21204) [n:127.0.0.1:56637_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2410496 INFO  (qtp1719301-21204) [n:127.0.0.1:56637_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 'dv_coll_shard2_replica_n2' using 
configuration from collection dv_coll, trusted=true
   [junit4]   2> 2410496 INFO  (qtp13517231-21193) [n:127.0.0.1:56636_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2410496 INFO  (qtp13517231-21193) [n:127.0.0.1:56636_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'dv_coll_shard1_replica_n1' using 
configuration from collection dv_coll, trusted=true
   [junit4]   2> 2410496 INFO  (qtp13517231-21192) [n:127.0.0.1:56636_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56636.solr.core.dv_coll.shard3.replica_n4' (registry 
'solr.core.dv_coll.shard3.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@15a973c
   [junit4]   2> 2410496 INFO  (qtp1719301-21204) [n:127.0.0.1:56637_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56637.solr.core.dv_coll.shard2.replica_n2' (registry 
'solr.core.dv_coll.shard2.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@15a973c
   [junit4]   2> 2410496 INFO  (qtp13517231-21192) [n:127.0.0.1:56636_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2410496 INFO  (qtp1719301-21204) [n:127.0.0.1:56637_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2410496 INFO  (qtp13517231-21192) [n:127.0.0.1:56636_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.c.SolrCore 
[[dv_coll_shard3_replica_n4] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DocValuesNotIndexedTest_787334CFB6BEF4E5-001\tempDir-001\node1\dv_coll_shard3_replica_n4],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DocValuesNotIndexedTest_787334CFB6BEF4E5-001\tempDir-001\node1\.\dv_coll_shard3_replica_n4\data\]
   [junit4]   2> 2410496 INFO  (qtp13517231-21193) [n:127.0.0.1:56636_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56636.solr.core.dv_coll.shard1.replica_n1' (registry 
'solr.core.dv_coll.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@15a973c
   [junit4]   2> 2410497 INFO  (qtp1719301-21204) [n:127.0.0.1:56637_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.c.SolrCore 
[[dv_coll_shard2_replica_n2] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DocValuesNotIndexedTest_787334CFB6BEF4E5-001\tempDir-001\node2\dv_coll_shard2_replica_n2],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DocValuesNotIndexedTest_787334CFB6BEF4E5-001\tempDir-001\node2\.\dv_coll_shard2_replica_n2\data\]
   [junit4]   2> 2410497 INFO  (qtp13517231-21193) [n:127.0.0.1:56636_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2410497 INFO  (qtp13517231-21193) [n:127.0.0.1:56636_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.c.SolrCore 
[[dv_coll_shard1_replica_n1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DocValuesNotIndexedTest_787334CFB6BEF4E5-001\tempDir-001\node1\dv_coll_shard1_replica_n1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DocValuesNotIndexedTest_787334CFB6BEF4E5-001\tempDir-001\node1\.\dv_coll_shard1_replica_n1\data\]
   [junit4]   2> 2410499 INFO  (qtp1719301-21195) [n:127.0.0.1:56637_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.s.IndexSchema [dv_coll_shard4_replica_n6] Schema name=minimal
   [junit4]   2> 2410501 INFO  (qtp1719301-21195) [n:127.0.0.1:56637_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2410501 INFO  (qtp1719301-21195) [n:127.0.0.1:56637_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.c.CoreContainer Creating SolrCore 'dv_coll_shard4_replica_n6' using 
configuration from collection dv_coll, trusted=true
   [junit4]   2> 2410501 INFO  (qtp1719301-21195) [n:127.0.0.1:56637_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56637.solr.core.dv_coll.shard4.replica_n6' (registry 
'solr.core.dv_coll.shard4.replica_n6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@15a973c
   [junit4]   2> 2410501 INFO  (qtp1719301-21195) [n:127.0.0.1:56637_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2410501 INFO  (qtp1719301-21195) [n:127.0.0.1:56637_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.c.SolrCore 
[[dv_coll_shard4_replica_n6] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DocValuesNotIndexedTest_787334CFB6BEF4E5-001\tempDir-001\node2\dv_coll_shard4_replica_n6],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DocValuesNotIndexedTest_787334CFB6BEF4E5-001\tempDir-001\node2\.\dv_coll_shard4_replica_n6\data\]
   [junit4]   2> 2410627 INFO  (qtp1719301-21195) [n:127.0.0.1:56637_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2410627 INFO  (qtp1719301-21195) [n:127.0.0.1:56637_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2410629 INFO  (qtp1719301-21195) [n:127.0.0.1:56637_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2410629 INFO  (qtp1719301-21195) [n:127.0.0.1:56637_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2410630 INFO  (qtp13517231-21193) [n:127.0.0.1:56636_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2410630 INFO  (qtp13517231-21193) [n:127.0.0.1:56636_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2410630 INFO  (qtp1719301-21204) [n:127.0.0.1:56637_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2410630 INFO  (qtp1719301-21204) [n:127.0.0.1:56637_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2410631 INFO  (qtp13517231-21193) [n:127.0.0.1:56636_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2410631 INFO  (qtp13517231-21193) [n:127.0.0.1:56636_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2410632 INFO  (qtp1719301-21204) [n:127.0.0.1:56637_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2410632 INFO  (qtp1719301-21204) [n:127.0.0.1:56637_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2410632 INFO  (qtp13517231-21192) [n:127.0.0.1:56636_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2410632 INFO  (qtp13517231-21192) [n:127.0.0.1:56636_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2410633 INFO  (qtp1719301-21195) [n:127.0.0.1:56637_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@11e73e5[dv_coll_shard4_replica_n6] 
main]
   [junit4]   2> 2410633 INFO  (qtp13517231-21193) [n:127.0.0.1:56636_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1b54fee[dv_coll_shard1_replica_n1] 
main]
   [junit4]   2> 2410635 INFO  (qtp13517231-21193) [n:127.0.0.1:56636_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2410635 INFO  (qtp13517231-21192) [n:127.0.0.1:56636_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2410635 INFO  (qtp13517231-21192) [n:127.0.0.1:56636_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2410635 INFO  (qtp13517231-21193) [n:127.0.0.1:56636_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2410635 INFO  (qtp13517231-21193) [n:127.0.0.1:56636_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/conf1/managed-schema
   [junit4]   2> 2410636 INFO  (qtp13517231-21193) [n:127.0.0.1:56636_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 2410636 INFO  (qtp1719301-21195) [n:127.0.0.1:56637_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2410636 INFO  (qtp1719301-21195) [n:127.0.0.1:56637_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2410636 INFO  (qtp1719301-21195) [n:127.0.0.1:56637_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/conf1/managed-schema
   [junit4]   2> 2410636 INFO  (qtp1719301-21204) [n:127.0.0.1:56637_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1cdbd7f[dv_coll_shard2_replica_n2] 
main]
   [junit4]   2> 2410636 INFO  (qtp13517231-21193) [n:127.0.0.1:56636_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2410637 INFO  (qtp1719301-21195) [n:127.0.0.1:56637_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 2410637 INFO  (qtp1719301-21195) [n:127.0.0.1:56637_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2410637 INFO  
(searcherExecutor-8928-thread-1-processing-n:127.0.0.1:56636_solr 
x:dv_coll_shard1_replica_n1 s:shard1 c:dv_coll r:core_node3) 
[n:127.0.0.1:56636_solr c:dv_coll s:shard1 r:core_node3 
x:dv_coll_shard1_replica_n1] o.a.s.c.SolrCore [dv_coll_shard1_replica_n1] 
Registered new searcher Searcher@1b54fee[dv_coll_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2410637 INFO  (qtp1719301-21195) [n:127.0.0.1:56637_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1579475488226672640
   [junit4]   2> 2410637 INFO  (qtp13517231-21193) [n:127.0.0.1:56636_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1579475488226672640
   [junit4]   2> 2410638 INFO  
(searcherExecutor-8929-thread-1-processing-n:127.0.0.1:56637_solr 
x:dv_coll_shard4_replica_n6 s:shard4 c:dv_coll r:core_node8) 
[n:127.0.0.1:56637_solr c:dv_coll s:shard4 r:core_node8 
x:dv_coll_shard4_replica_n6] o.a.s.c.SolrCore [dv_coll_shard4_replica_n6] 
Registered new searcher Searcher@11e73e5[dv_coll_shard4_replica_n6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2410638 INFO  (qtp1719301-21204) [n:127.0.0.1:56637_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2410639 INFO  (qtp1719301-21204) [n:127.0.0.1:56637_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2410639 INFO  (qtp1719301-21204) [n:127.0.0.1:56637_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/conf1/managed-schema
   [junit4]   2> 2410639 INFO  (qtp13517231-21192) [n:127.0.0.1:56636_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@11b7f18[dv_coll_shard3_replica_n4] 
main]
   [junit4]   2> 2410639 INFO  (qtp1719301-21204) [n:127.0.0.1:56637_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 2410640 INFO  (qtp1719301-21204) [n:127.0.0.1:56637_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2410641 INFO  
(searcherExecutor-8927-thread-1-processing-n:127.0.0.1:56637_solr 
x:dv_coll_shard2_replica_n2 s:shard2 c:dv_coll r:core_node5) 
[n:127.0.0.1:56637_solr c:dv_coll s:shard2 r:core_node5 
x:dv_coll_shard2_replica_n2] o.a.s.c.SolrCore [dv_coll_shard2_replica_n2] 
Registered new searcher Searcher@1cdbd7f[dv_coll_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2410641 INFO  (qtp1719301-21204) [n:127.0.0.1:56637_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1579475488230866944
   [junit4]   2> 2410641 INFO  (qtp13517231-21192) [n:127.0.0.1:56636_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2410642 INFO  (qtp13517231-21192) [n:127.0.0.1:56636_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2410642 INFO  (qtp13517231-21192) [n:127.0.0.1:56636_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/conf1/managed-schema
   [junit4]   2> 2410643 INFO  (qtp13517231-21192) [n:127.0.0.1:56636_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 2410644 INFO  (qtp1719301-21195) [n:127.0.0.1:56637_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2410644 INFO  (qtp1719301-21195) [n:127.0.0.1:56637_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2410644 INFO  (qtp1719301-21195) [n:127.0.0.1:56637_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:56637/solr/dv_coll_shard4_replica_n6/
   [junit4]   2> 2410644 INFO  (qtp13517231-21192) [n:127.0.0.1:56636_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2410644 INFO  (qtp1719301-21195) [n:127.0.0.1:56637_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2410644 INFO  (qtp1719301-21195) [n:127.0.0.1:56637_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.c.SyncStrategy http://127.0.0.1:56637/solr/dv_coll_shard4_replica_n6/ has 
no replicas
   [junit4]   2> 2410644 INFO  (qtp13517231-21192) [n:127.0.0.1:56636_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1579475488234012672
   [junit4]   2> 2410644 INFO  (qtp13517231-21193) [n:127.0.0.1:56636_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2410644 INFO  (qtp13517231-21193) [n:127.0.0.1:56636_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2410644 INFO  (qtp13517231-21193) [n:127.0.0.1:56636_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:56636/solr/dv_coll_shard1_replica_n1/
   [junit4]   2> 2410644 INFO  (qtp13517231-21193) [n:127.0.0.1:56636_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2410644 INFO  (qtp13517231-21193) [n:127.0.0.1:56636_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.c.SyncStrategy http://127.0.0.1:56636/solr/dv_coll_shard1_replica_n1/ has 
no replicas
   [junit4]   2> 2410644 INFO  (qtp13517231-21193) [n:127.0.0.1:56636_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2410644 INFO  (qtp1719301-21195) [n:127.0.0.1:56637_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2410645 INFO  
(searcherExecutor-8926-thread-1-processing-n:127.0.0.1:56636_solr 
x:dv_coll_shard3_replica_n4 s:shard3 c:dv_coll r:core_node7) 
[n:127.0.0.1:56636_solr c:dv_coll s:shard3 r:core_node7 
x:dv_coll_shard3_replica_n4] o.a.s.c.SolrCore [dv_coll_shard3_replica_n4] 
Registered new searcher Searcher@11b7f18[dv_coll_shard3_replica_n4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 24106

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

t sessionid 0x15eb6c960b80005, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2412872 WARN  
(zkCallback-2979-thread-2-processing-n:127.0.0.1:56636_solr) 
[n:127.0.0.1:56636_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2412872 INFO  (jetty-closer-2968-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1b77a2a{/solr,null,UNAVAILABLE}
   [junit4]   2> 2414373 WARN  
(zkCallback-2978-thread-3-processing-n:127.0.0.1:56637_solr) 
[n:127.0.0.1:56637_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2414374 INFO  (jetty-closer-2968-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@2af325{/solr,null,UNAVAILABLE}
   [junit4]   2> 2414376 ERROR 
(SUITE-DocValuesNotIndexedTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2414377 INFO  
(SUITE-DocValuesNotIndexedTest-seed#[787334CFB6BEF4E5]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:56632 56632
   [junit4]   2> 2414379 INFO  (Thread-4271) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:56632 56632
   [junit4]   2> 2414385 WARN  (Thread-4271) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/configs/conf1/managed-schema
   [junit4]   2>        4       /solr/configs/conf1
   [junit4]   2>        3       /solr/aliases.json
   [junit4]   2>        3       /solr/clusterprops.json
   [junit4]   2>        2       /solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        10      /solr/collections/dv_coll/state.json
   [junit4]   2>        3       /solr/clusterstate.json
   [junit4]   2>        2       /solr/configs/conf1/managed-schema
   [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> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DocValuesNotIndexedTest_787334CFB6BEF4E5-001
   [junit4]   2> Sep 25, 2017 2:06:50 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=RandomSimilarity(queryNorm=false): {}, locale=sr-Latn-BA, 
timezone=Atlantic/Canary
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_144 
(32-bit)/cpus=3,threads=1,free=89919032,total=387670016
   [junit4]   2> NOTE: All tests run in this JVM: [DataDrivenBlockJoinTest, 
SharedFSAutoReplicaFailoverUtilsTest, TestManagedSchema, 
TestPerFieldSimilarity, UpdateLogTest, SpatialRPTFieldTypeTest, 
TestDefaultStatsCache, TestHighFrequencyDictionaryFactory, 
TestSubQueryTransformerCrossCore, SimpleMLTQParserTest, TestMergePolicyConfig, 
TestEmbeddedSolrServerAdminHandler, TestPivotHelperCode, 
TestScoreJoinQPNoScore, TestSortByMinMaxFunction, SecurityConfHandlerTest, 
DistributedMLTComponentTest, TestSolrCloudWithKerberosAlt, TestRTGBase, 
TestSchemaVersionResource, ZkSolrClientTest, TestSolrConfigHandlerConcurrent, 
HdfsChaosMonkeyNothingIsSafeTest, UninvertDocValuesMergePolicyTest, RulesTest, 
TestLRUStatsCache, SolrGangliaReporterTest, TestRandomRequestDistribution, 
BadCopyFieldTest, ChaosMonkeySafeLeaderTest, TestUseDocValuesAsStored, 
OverseerCollectionConfigSetProcessorTest, TestReloadDeadlock, 
TestDFISimilarityFactory, ClassificationUpdateProcessorIntegrationTest, 
SortSpecParsingTest, SpellCheckComponentTest, TestExactSharedStatsCache, 
TestNumericRangeQuery32, RestartWhileUpdatingTest, DirectSolrSpellCheckerTest, 
EnumFieldTest, TestStressUserVersions, ZkStateReaderTest, 
DistributedTermsComponentTest, SolrShardReporterTest, TestMaxScoreQueryParser, 
TestXmlQParser, StatsComponentTest, TestComplexPhraseQParserPlugin, 
BasicAuthStandaloneTest, TestStreamBody, SolrXmlInZkTest, DateRangeFieldTest, 
TestLegacyFieldReuse, TestSchemaResource, 
DistributedQueryComponentOptimizationTest, SuggestComponentTest, 
TemplateUpdateProcessorTest, TestSolrCoreSnapshots, HdfsDirectoryTest, 
JvmMetricsTest, SystemInfoHandlerTest, SolrCoreMetricManagerTest, 
TestManagedSynonymFilterFactory, TestWordDelimiterFilterFactory, 
TestRandomCollapseQParserPlugin, QueryEqualityTest, BadIndexSchemaTest, 
SearchHandlerTest, AutoScalingHandlerTest, IndexSchemaRuntimeFieldTest, 
TestConfigSetsAPIZkFailure, TestUnifiedSolrHighlighter, 
TestTolerantUpdateProcessorCloud, TestSolrCLIRunExample, 
CollectionsAPIAsyncDistributedZkTest, PolyFieldTest, TestObjectReleaseTracker, 
BasicFunctionalityTest, ConvertedLegacyTest, SpatialHeatmapFacetsTest, 
DeleteReplicaTest, TestFieldCacheSortRandom, LeaderFailureAfterFreshStartTest, 
TestLeaderElectionZkExpiry, TestDocTermOrds, TestDownShardTolerantSearch, 
DistributedQueueTest, PluginInfoTest, BasicZkTest, TestFieldResource, 
TestFastOutputStream, TestImplicitCoreProperties, TestSystemIdResolver, 
BaseCdcrDistributedZkTest, StressHdfsTest, SynonymTokenizerTest, 
VMParamsZkACLAndCredentialsProvidersTest, MetricUtilsTest, SolrCLIZkUtilsTest, 
RecoveryAfterSoftCommitTest, HttpSolrCallGetCoreTest, 
SpellPossibilityIteratorTest, OverseerTaskQueueTest, TestReload, 
SignatureUpdateProcessorFactoryTest, TestCloudJSONFacetJoinDomain, 
TestStressLucene, CoreAdminCreateDiscoverTest, UtilsToolTest, 
PreAnalyzedFieldTest, TestBadConfig, TestCloudDeleteByQuery, FileUtilsTest, 
ZkNodePropsTest, AtomicUpdatesTest, HealthCheckHandlerTest, 
SchemaVersionSpecificBehaviorTest, CloudExitableDirectoryReaderTest, 
TestCollationField, TermsComponentTest, LeaderElectionContextKeyTest, 
DistribDocExpirationUpdateProcessorTest, HdfsBasicDistributedZk2Test, 
TestSimpleTrackingShardHandler, TestManagedSchemaThreadSafety, 
BigEndianAscendingWordDeserializerTest, ConnectionManagerTest, 
TestFieldCacheWithThreads, TestRawResponseWriter, TestCrossCoreJoin, 
LukeRequestHandlerTest, SolrCoreCheckLockOnStartupTest, TestSolrQueryParser, 
TestQueryTypes, PingRequestHandlerTest, SolrSlf4jReporterTest, 
LoggingHandlerTest, SolrIndexMetricsTest, CdcrReplicationDistributedZkTest, 
TestJsonRequest, DocValuesMultiTest, FacetPivotSmallTest, 
TestLocalFSCloudBackupRestore, TestSegmentSorting, TestCustomStream, 
TestFieldTypeResource, TestJoin, TestConfigReload, TestSolrFieldCacheBean, 
FullHLLTest, TestLuceneMatchVersion, AnalyticsMergeStrategyTest, 
TestDynamicFieldResource, MoveReplicaHDFSUlogDirTest, TestCollectionAPIs, 
ConjunctionSolrSpellCheckerTest, TestMinMaxOnMultiValuedField, 
PreAnalyzedFieldManagedSchemaCloudTest, TestCharFilters, 
ShardRoutingCustomTest, SOLR749Test, FieldMutatingUpdateProcessorTest, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, 
StatelessScriptUpdateProcessorFactoryTest, DistanceUnitsTest, TestInitParams, 
TestAnalyzedSuggestions, TestJsonFacetRefinement, TestDocumentBuilder, 
HLLUtilTest, ConfigureRecoveryStrategyTest, TestRemoteStreaming, 
ChangedSchemaMergeTest, TestAnalyzeInfixSuggestions, 
TestDistributedMissingSort, TestPostingsSolrHighlighter, 
TestPartialUpdateDeduplication, BasicDistributedZkTest, 
UnloadDistributedZkTest, SyncSliceTest, RecoveryZkTest, ClusterStateUpdateTest, 
TestRandomFaceting, LeaderElectionTest, ZkCLITest, TestDistributedSearch, 
TestRecovery, DistributedSpellCheckComponentTest, TestRealTimeGet, 
TestStressReorder, TestRangeQuery, SolrCmdDistributorTest, TestFiltering, 
TestLazyCores, HighlighterTest, DistributedQueryElevationComponentTest, 
AnalysisAfterCoreReloadTest, SuggesterFSTTest, SolrRequestParserTest, 
SuggesterTSTTest, TestTrie, TestCSVLoader, TestAtomicUpdateErrorCases, 
DistanceFunctionTest, DebugComponentTest, TestQueryUtils, 
DocumentAnalysisRequestHandlerTest, XmlUpdateRequestHandlerTest, 
TestValueSourceCache, TestIndexingPerformance, FastVectorHighlighterTest, 
SolrPluginUtilsTest, TestJmxIntegration, UpdateRequestProcessorFactoryTest, 
JsonLoaderTest, BinaryUpdateRequestHandlerTest, CSVRequestHandlerTest, 
TestComponentsName, TestLFUCache, HighlighterConfigTest, 
TestQuerySenderListener, UpdateParamsTest, AlternateDirectoryTest, 
TestSolrIndexConfig, CopyFieldTest, ResponseLogComponentTest, 
SolrIndexConfigTest, BadComponentTest, MultiTermTest, SampleTest, TestDocSet, 
TestBinaryField, TestSearchPerf, TestElisionMultitermQuery, TestConfig, 
OutputWriterTest, TestFuzzyAnalyzedSuggestions, TestSolrCoreProperties, 
EchoParamsTest, TestDFRSimilarityFactory, TestFastWriter, TimeZoneUtilsTest, 
URLClassifyProcessorTest, DateMathParserTest, TestSuggestSpellingConverter, 
DateFieldTest, SpellingQueryConverterTest, DOMUtilTest, 
RAMDirectoryFactoryTest, TestSolrJ, TestLRUCache, TestUtils, SliceStateTest, 
UUIDFieldTest, CircularListTest, DistributedIntervalFacetingTest, 
SolrTestCaseJ4Test, TestHighlightDedupGrouping, TestTolerantSearch, 
TestEmbeddedSolrServerConstructors, TestEmbeddedSolrServerSchemaAPI, 
ConnectionReuseTest, ActionThrottleTest, AliasIntegrationTest, AssignTest, 
CdcrRequestHandlerTest, CdcrVersionReplicationTest, CleanupOldIndexTest, 
CollectionReloadTest, CollectionStateFormat2Test, 
CollectionTooManyReplicasTest, ConcurrentDeleteAndCreateCollectionTest, 
ConfigSetsAPITest, CreateCollectionCleanupTest, CustomCollectionTest, 
DeleteShardTest, DocValuesNotIndexedTest]
   [junit4] Completed [522/733 (2!)] on J1 in 6.64s, 4 tests, 1 failure <<< 
FAILURES!

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

Reply via email to