Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/2408/
Java: 64bit/jdk-10.0.1 -XX:+UseCompressedOops -XX:+UseSerialGC

1 tests failed.
FAILED:  org.apache.solr.TestDistributedSearch.test

Error Message:
Expected to find shardAddress in the up shard info: 
{error=org.apache.solr.client.solrj.SolrServerException: Time allowed to handle 
this request exceeded,trace=org.apache.solr.client.solrj.SolrServerException: 
Time allowed to handle this request exceeded  at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:460)
  at 
org.apache.solr.handler.component.HttpShardHandlerFactory.makeLoadBalancedRequest(HttpShardHandlerFactory.java:279)
  at 
org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:175)
  at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)  at 
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
  at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)  at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
  at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
  at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1135)
  at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
  at java.base/java.lang.Thread.run(Thread.java:844) ,time=2}

Stack Trace:
java.lang.AssertionError: Expected to find shardAddress in the up shard info: 
{error=org.apache.solr.client.solrj.SolrServerException: Time allowed to handle 
this request exceeded,trace=org.apache.solr.client.solrj.SolrServerException: 
Time allowed to handle this request exceeded
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:460)
        at 
org.apache.solr.handler.component.HttpShardHandlerFactory.makeLoadBalancedRequest(HttpShardHandlerFactory.java:279)
        at 
org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:175)
        at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at 
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
        at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1135)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
        at java.base/java.lang.Thread.run(Thread.java:844)
,time=2}
        at 
__randomizedtesting.SeedInfo.seed([5CA645D87912B843:D4F27A02D7EED5BB]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.TestDistributedSearch.comparePartialResponses(TestDistributedSearch.java:1192)
        at 
org.apache.solr.TestDistributedSearch.queryPartialResults(TestDistributedSearch.java:1133)
        at 
org.apache.solr.TestDistributedSearch.test(TestDistributedSearch.java:993)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:1034)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:983)
        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 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 13728 lines...]
   [junit4] Suite: org.apache.solr.TestDistributedSearch
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_5CA645D87912B843-001/init-core-data-001
   [junit4]   2> 827506 WARN  
(SUITE-TestDistributedSearch-seed#[5CA645D87912B843]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=27 numCloses=27
   [junit4]   2> 827506 INFO  
(SUITE-TestDistributedSearch-seed#[5CA645D87912B843]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 827507 INFO  
(SUITE-TestDistributedSearch-seed#[5CA645D87912B843]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="https://issues.apache.org/jira/browse/SOLR-9061";)
   [junit4]   2> 827507 INFO  
(SUITE-TestDistributedSearch-seed#[5CA645D87912B843]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 827507 INFO  
(SUITE-TestDistributedSearch-seed#[5CA645D87912B843]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 827799 INFO  
(TEST-TestDistributedSearch.test-seed#[5CA645D87912B843]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_5CA645D87912B843-001/tempDir-001/control/cores/collection1
   [junit4]   2> 827800 INFO  
(TEST-TestDistributedSearch.test-seed#[5CA645D87912B843]) [    ] o.e.j.s.Server 
jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 10.0.1+10
   [junit4]   2> 827800 INFO  
(TEST-TestDistributedSearch.test-seed#[5CA645D87912B843]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 827800 INFO  
(TEST-TestDistributedSearch.test-seed#[5CA645D87912B843]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 827800 INFO  
(TEST-TestDistributedSearch.test-seed#[5CA645D87912B843]) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 827800 INFO  
(TEST-TestDistributedSearch.test-seed#[5CA645D87912B843]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4aacff6b{/,null,AVAILABLE}
   [junit4]   2> 827802 INFO  
(TEST-TestDistributedSearch.test-seed#[5CA645D87912B843]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@25b93d15{HTTP/1.1,[http/1.1]}{127.0.0.1:38099}
   [junit4]   2> 827802 INFO  
(TEST-TestDistributedSearch.test-seed#[5CA645D87912B843]) [    ] o.e.j.s.Server 
Started @827830ms
   [junit4]   2> 827802 INFO  
(TEST-TestDistributedSearch.test-seed#[5CA645D87912B843]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, hostPort=38099, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_5CA645D87912B843-001/tempDir-001/control/cores}
   [junit4]   2> 827802 ERROR 
(TEST-TestDistributedSearch.test-seed#[5CA645D87912B843]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 827802 INFO  
(TEST-TestDistributedSearch.test-seed#[5CA645D87912B843]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 827802 INFO  
(TEST-TestDistributedSearch.test-seed#[5CA645D87912B843]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.5.0
   [junit4]   2> 827802 INFO  
(TEST-TestDistributedSearch.test-seed#[5CA645D87912B843]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 827802 INFO  
(TEST-TestDistributedSearch.test-seed#[5CA645D87912B843]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 827802 INFO  
(TEST-TestDistributedSearch.test-seed#[5CA645D87912B843]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-07-24T21:33:55.129889Z
   [junit4]   2> 827803 INFO  
(TEST-TestDistributedSearch.test-seed#[5CA645D87912B843]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_5CA645D87912B843-001/tempDir-001/control/solr.xml
   [junit4]   2> 827804 INFO  
(TEST-TestDistributedSearch.test-seed#[5CA645D87912B843]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 827804 INFO  
(TEST-TestDistributedSearch.test-seed#[5CA645D87912B843]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 827811 INFO  
(TEST-TestDistributedSearch.test-seed#[5CA645D87912B843]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@333e001b, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 827917 INFO  
(TEST-TestDistributedSearch.test-seed#[5CA645D87912B843]) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 827917 INFO  
(TEST-TestDistributedSearch.test-seed#[5CA645D87912B843]) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 827931 INFO  
(TEST-TestDistributedSearch.test-seed#[5CA645D87912B843]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@333e001b
   [junit4]   2> 827940 INFO  
(TEST-TestDistributedSearch.test-seed#[5CA645D87912B843]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@333e001b
   [junit4]   2> 827941 INFO  
(TEST-TestDistributedSearch.test-seed#[5CA645D87912B843]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@333e001b
   [junit4]   2> 827942 INFO  
(TEST-TestDistributedSearch.test-seed#[5CA645D87912B843]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_5CA645D87912B843-001/tempDir-001/control/cores
   [junit4]   2> 827942 INFO  
(TEST-TestDistributedSearch.test-seed#[5CA645D87912B843]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 827943 INFO  (coreLoadExecutor-4573-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 827964 INFO  (coreLoadExecutor-4573-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 827983 INFO  (coreLoadExecutor-4573-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 828042 INFO  (coreLoadExecutor-4573-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 828052 INFO  (coreLoadExecutor-4573-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 828052 INFO  (coreLoadExecutor-4573-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@333e001b
   [junit4]   2> 828052 INFO  (coreLoadExecutor-4573-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 828052 INFO  (coreLoadExecutor-4573-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_5CA645D87912B843-001/tempDir-001/control/cores/collection1/data/]
   [junit4]   2> 828054 INFO  (coreLoadExecutor-4573-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=25, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 828095 INFO  (coreLoadExecutor-4573-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 828096 INFO  (coreLoadExecutor-4573-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 828097 INFO  (coreLoadExecutor-4573-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 828097 INFO  (coreLoadExecutor-4573-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 828097 INFO  (coreLoadExecutor-4573-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=13, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=37.654296875, 
floorSegmentMB=1.447265625, forceMergeDeletesPctAllowed=10.576858607081117, 
segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.10641977147155474, deletesPctAllowed=33.5951780276496
   [junit4]   2> 828098 INFO  (coreLoadExecutor-4573-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@724018fc[collection1] main]
   [junit4]   2> 828098 INFO  (coreLoadExecutor-4573-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 828118 INFO  (coreLoadExecutor-4573-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 830211 INFO  (coreLoadExecutor-4573-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 830211 INFO  
(searcherExecutor-4574-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 830211 INFO  (coreLoadExecutor-4573-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1606909204929445888
   [junit4]   2> 830211 INFO  
(searcherExecutor-4574-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 830211 INFO  
(searcherExecutor-4574-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 830211 INFO  
(searcherExecutor-4574-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 830212 INFO  
(searcherExecutor-4574-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 830212 INFO  
(searcherExecutor-4574-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 830212 INFO  
(searcherExecutor-4574-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 830213 INFO  
(searcherExecutor-4574-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 830213 INFO  
(searcherExecutor-4574-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 830213 INFO  
(searcherExecutor-4574-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@724018fc[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 830288 INFO  
(TEST-TestDistributedSearch.test-seed#[5CA645D87912B843]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_5CA645D87912B843-001/tempDir-001/shard0/cores/collection1
   [junit4]   2> 830288 INFO  
(TEST-TestDistributedSearch.test-seed#[5CA645D87912B843]) [    ] o.e.j.s.Server 
jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 10.0.1+10
   [junit4]   2> 830289 INFO  
(TEST-TestDistributedSearch.test-seed#[5CA645D87912B843]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 830289 INFO  
(TEST-TestDistributedSearch.test-seed#[5CA645D87912B843]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 830289 INFO  
(TEST-TestDistributedSearch.test-seed#[5CA645D87912B843]) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 830289 INFO  
(TEST-TestDistributedSearch.test-seed#[5CA645D87912B843]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2ce4032d{/,null,AVAILABLE}
   [junit4]   2> 830290 INFO  
(TEST-TestDistributedSearch.test-seed#[5CA645D87912B843]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@40392d13{HTTP/1.1,[http/1.1]}{127.0.0.1:40435}
   [junit4]   2> 830290 INFO  
(TEST-TestDistributedSearch.test-seed#[5CA645D87912B843]) [    ] o.e.j.s.Server 
Started @830317ms
   [junit4]   2> 830290 INFO  
(TEST-TestDistributedSearch.test-seed#[5CA645D87912B843]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, hostPort=40435, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_5CA645D87912B843-001/tempDir-001/shard0/cores}
   [junit4]   2> 830290 ERROR 
(TEST-TestDistributedSearch.test-seed#[5CA645D87912B843]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 830290 INFO  
(TEST-TestDistributedSearch.test-seed#[5CA645D87912B843]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 830290 INFO  
(TEST-TestDistributedSearch.test-seed#[5CA645D87912B843]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.5.0
   [junit4]   2> 830290 INFO  
(TEST-TestDistributedSearch.test-seed#[5CA645D87912B843]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 830290 INFO  
(TEST-TestDistributedSearch.test-seed#[5CA645D87912B843]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 830290 INFO  
(TEST-TestDistributedSearch.test-seed#[5CA645D87912B843]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-07-24T21:33:57.617345Z
   [junit4]   2> 830290 INFO  
(TEST-TestDistributedSearch.test-seed#[5CA645D87912B843]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_5CA645D87912B843-001/tempDir-001/shard0/solr.xml
   [junit4]   2> 830291 INFO  
(TEST-TestDistributedSearch.test-seed#[5CA645D87912B843]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 830291 INFO  
(TEST-TestDistributedSearch.test-seed#[5CA645D87912B843]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 830292 INFO  
(TEST-TestDistributedSearch.test-seed#[5CA645D87912B843]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@333e001b, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 830610 INFO  
(TEST-TestDistributedSearch.test-seed#[5CA645D87912B843]) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 830611 INFO  
(TEST-TestDistributedSearch.test-seed#[5CA645D87912B843]) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 830619 INFO  
(TEST-TestDistributedSearch.test-seed#[5CA645D87912B843]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@333e001b
   [junit4]   2> 830625 INFO  
(TEST-TestDistributedSearch.test-seed#[5CA645D87912B843]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@333e001b
   [junit4]   2> 830625 INFO  
(TEST-TestDistributedSearch.test-seed#[5CA645D87912B843]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@333e001b
   [junit4]   2> 830626 INFO  
(TEST-TestDistributedSearch.test-seed#[5CA645D87912B843]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_5CA645D87912B843-001/tempDir-001/shard0/cores
   [junit4]   2> 830626 INFO  
(TEST-TestDistributedSearch.test-seed#[5CA645D87912B843]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 830627 INFO  (coreLoadExecutor-4587-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 830647 INFO  (coreLoadExecutor-4587-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 830658 INFO  (coreLoadExecutor-4587-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 830710 INFO  (coreLoadExecutor-4587-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 830715 INFO  (coreLoadExecutor-4587-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 830715 INFO  (coreLoadExecutor-4587-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@333e001b
   [junit4]   2> 830715 INFO  (coreLoadExecutor-4587-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 830715 INFO  (coreLoadExecutor-4587-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_5CA645D87912B843-001/tempDir-001/shard0/cores/collection1/data/]
   [junit4]   2> 830716 INFO  (coreLoadExecutor-4587-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=25, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 830747 INFO  (coreLoadExecutor-4587-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 830747 INFO  (coreLoadExecutor-4587-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 830748 INFO  (coreLoadExecutor-4587-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 830748 INFO  (coreLoadExecutor-4587-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 830749 INFO  (coreLoadExecutor-4587-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=13, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=37.654296875, 
floorSegmentMB=1.447265625, forceMergeDeletesPctAllowed=10.576858607081117, 
segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.10641977147155474, deletesPctAllowed=33.5951780276496
   [junit4]   2> 830749 INFO  (coreLoadExecutor-4587-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@69681ad[collection1] 
main]
   [junit4]   2> 830749 INFO  (coreLoadExecutor-4587-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 830770 INFO  (coreLoadExecutor-4587-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 830857 INFO  (coreLoadExecutor-4587-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 830857 INFO  
(searcherExecutor-4588-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 830857 INFO  (coreLoadExecutor-4587-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1606909205606825984
   [junit4]   2> 830857 INFO  
(searcherExecutor-4588-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 830857 INFO  
(searcherExecutor-4588-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 830857 INFO  
(searcherExecutor-4588-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 830858 INFO  
(searcherExecutor-4588-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 830858 INFO  
(searcherExecutor-4588-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 830858 INFO  
(searcherExecutor-4588-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 830859 INFO  
(searcherExecutor-4588-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 830859 INFO  
(TEST-TestDistributedSearch.test-seed#[5CA645D87912B843]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 830859 INFO  
(searcherExecutor-4588-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 830860 INFO  
(searcherExecutor-4588-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@69681ad[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 830861 INFO  (qtp928894784-11009) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:* (-1606909205609971712)} 0 0
   [junit4]   2> 830863 INFO  (qtp1959350419-11029) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:* (-1606909205612068864)} 0 0
   [junit4]   2> 830864 INFO  (qtp928894784-11003) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[1 (1606909205613117440)]} 0 0
   [junit4]   2> 830865 INFO  (qtp1959350419-11023) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[1 (1606909205614166016)]} 0 0
   [junit4]   2> 830866 INFO  (qtp928894784-11008) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[2 (1606909205615214592)]} 0 0
   [junit4]   2> 830866 INFO  (qtp1959350419-11028) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[2 (1606909205616263168)]} 0 0
   [junit4]   2> 830867 INFO  (qtp928894784-11007) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[3 (1606909205617311744)]} 0 0
   [junit4]   2> 830867 INFO  (qtp1959350419-11027) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[3 (1606909205617311744)]} 0 0
   [junit4]   2> 830868 INFO  (qtp928894784-11008) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[4 (1606909205618360320)]} 0 0
   [junit4]   2> 830868 INFO  (qtp1959350419-11028) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[4 (1606909205618360320)]} 0 0
   [junit4]   2> 830869 INFO  (qtp928894784-11007) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[5 (1606909205618360321)]} 0 0
   [junit4]   2> 830869 INFO  (qtp1959350419-11027) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[5 (1606909205619408896)]} 0 0
   [junit4]   2> 830869 INFO  (qtp928894784-11008) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[6 (1606909205619408896)]} 0 0
   [junit4]   2> 830870 INFO  (qtp1959350419-11028) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[6 (1606909205620457472)]} 0 0
   [junit4]   2> 830870 INFO  (qtp928894784-11007) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[7 (1606909205620457472)]} 0 0
   [junit4]   2> 830870 INFO  (qtp1959350419-11027) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[7 (1606909205620457473)]} 0 0
   [junit4]   2> 830871 INFO  (qtp928894784-11008) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[8 (1606909205621506048)]} 0 0
   [junit4]   2> 830871 INFO  (qtp1959350419-11028) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[8 (1606909205621506048)]} 0 0
   [junit4]   2> 830872 INFO  (qtp928894784-11007) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[9 (1606909205622554624)]} 0 0
   [junit4]   2> 830872 INFO  (qtp1959350419-11027) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[9 (1606909205622554624)]} 0 0
   [junit4]   2> 830876 INFO  (qtp928894784-11008) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1606909205626748928,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 830876 INFO  (qtp928894784-11008) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@5b73dac3 
commitCommandVersion:1606909205626748928
   [junit4]   2> 830897 INFO  (qtp928894784-11008) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@5ffd462[collection1] main]
   [junit4]   2> 830898 INFO  (qtp928894784-11008) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 830899 INFO  
(searcherExecutor-4574-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@5ffd462[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.5.0):C9)))}
   [junit4]   2> 830899 INFO  (qtp928894784-11008) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 23
   [junit4]   2> 830900 INFO  (qtp1959350419-11028) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1606909205651914752,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 830900 INFO  (qtp1959350419-11028) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@a5bf8da 
commitCommandVersion:1606909205651914752
   [junit4]   2> 830902 INFO  (qtp1959350419-11028) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@60575bed[collection1] main]
   [junit4]   2> 830903 INFO  (qtp1959350419-11028) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 830904 INFO  
(searcherExecutor-4588-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@60575bed[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.5.0):C9)))}
   [junit4]   2> 830904 INFO  (qtp1959350419-11028) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 4
   [junit4]   2> 830906 INFO  (qtp928894784-11007) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[10 (1606909205656109056)]} 0 1
   [junit4]   2> 830907 INFO  (qtp1959350419-11027) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[10 (1606909205658206208)]} 0 1
   [junit4]   2> 830907 INFO  (qtp928894784-11008) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[11 (1606909205659254784)]} 0 0
   [junit4]   2> 830908 INFO  (qtp1959350419-11028) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[11 (1606909205660303360)]} 0 0
   [junit4]   2> 830908 INFO  (qtp928894784-11007) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[12 (1606909205660303360)]} 0 0
   [junit4]   2> 830908 INFO  (qtp1959350419-11027) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[12 (1606909205660303361)]} 0 0
   [junit4]   2> 830909 INFO  (qtp928894784-11008) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[13 (1606909205661351936)]} 0 0
   [junit4]   2> 830909 INFO  (qtp1959350419-11028) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[13 (1606909205661351936)]} 0 0
   [junit4]   2> 830910 INFO  (qtp928894784-11007) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[1001 (1606909205661351937)]} 0 0
   [junit4]   2> 830910 INFO  (qtp1959350419-11027) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[1001 (1606909205662400512)]} 0 0
   [junit4]   2> 830911 INFO  (qtp928894784-11008) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[14 (1606909205662400512)]} 0 0
   [junit4]   2> 830911 INFO  (qtp1959350419-11027) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[14 (1606909205663449088)]} 0 0
   [junit4]   2> 830911 INFO  (qtp928894784-11007) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[15 (1606909205663449088)]} 0 0
   [junit4]   2> 830911 INFO  (qtp1959350419-11027) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[15 (1606909205663449089)]} 0 0
   [junit4]   2> 830912 INFO  (qtp928894784-11008) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[16 (1606909205664497664)]} 0 0
   [junit4]   2> 830912 INFO  (qtp1959350419-11027) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[16 (1606909205664497664)]} 0 0
   [junit4]   2> 830912 INFO  (qtp928894784-11007) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[17 (1606909205664497665)]} 0 0
   [junit4]   2> 830916 INFO  (qtp1959350419-11027) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[17 (1606909205668691968)]} 0 0
   [junit4]   2> 830917 INFO  (qtp928894784-11008) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[100 (1606909205668691968)]} 0 0
   [junit4]   2> 830917 INFO  (qtp1959350419-11028) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[100 (1606909205669740544)]} 0 0
   [junit4]   2> 830917 INFO  (qtp928894784-11007) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[101 (1606909205669740544)]} 0 0
   [junit4]   2> 830917 INFO  (qtp1959350419-11027) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[101 (1606909205669740545)]} 0 0
   [junit4]   2> 830918 INFO  (qtp928894784-11008) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[102 (1606909205670789120)]} 0 0
   [junit4]   2> 830918 INFO  (qtp1959350419-11028) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[102 (1606909205670789120)]} 0 0
   [junit4]   2> 830918 INFO  (qtp928894784-11007) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[103 (1606909205670789121)]} 0 0
   [junit4]   2> 830919 INFO  (qtp1959350419-11027) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[103 (1606909205670789121)]} 0 0
   [junit4]   2> 830919 INFO  (qtp928894784-11008) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[104 (1606909205671837696)]} 0 0
   [junit4]   2> 830919 INFO  (qtp1959350419-11028) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[104 (1606909205671837696)]} 0 0
   [junit4]   2> 830919 INFO  (qtp928894784-11007) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[105 (1606909205671837697)]} 0 0
   [junit4]   2> 830920 INFO  (qtp1959350419-11027) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[105 (1606909205672886272)]} 0 0
   [junit4]   2> 830920 INFO  (qtp928894784-11008) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[106 (1606909205672886272)]} 0 0
   [junit4]   2> 830920 INFO  (qtp1959350419-11028) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[106 (1606909205672886273)]} 0 0
   [junit4]   2> 830920 INFO  (qtp928894784-11007) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[107 (1606909205672886273)]} 0 0
   [junit4]   2> 830921 INFO  (qtp1959350419-11027) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[107 (1606909205673934848)]} 0 0
   [junit4]   2> 830921 INFO  (qtp928894784-11008) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[108 (1606909205673934848)]} 0 0
   [junit4]   2> 830921 INFO  (qtp1959350419-11028) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[108 (1606909205673934849)]} 0 0
   [junit4]   2> 830922 INFO  (qtp928894784-11007) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[109 (1606909205673934849)]} 0 0
   [junit4]   2> 830922 INFO  (qtp1959350419-11027) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[109 (1606909205674983424)]} 0 0
   [junit4]   2> 830922 INFO  (qtp928894784-11008) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[110 (1606909205674983424)]} 0 0
   [junit4]   2> 830922 INFO  (qtp1959350419-11028) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[110 (1606909205674983425)]} 0 0
   [junit4]   2> 830923 INFO  (qtp928894784-11007) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[111 (1606909205674983425)]} 0 0
   [junit4]   2> 830923 INFO  (qtp1959350419-11027) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[111 (1606909205676032000)]} 0 0
   [junit4]   2> 830923 INFO  (qtp928894784-11008) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[112 (1606909205676032000)]} 0 0
   [junit4]   2> 830923 INFO  (qtp1959350419-11028) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[112 (1606909205676032001)]} 0 0
   [junit4]   2> 830924 INFO  (qtp928894784-11007) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[113 (1606909205677080576)]} 0 0
   [junit4]   2> 830924 INFO  (qtp1959350419-11027) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[113 (1606909205677080576)]} 0 0
   [junit4]   2> 830924 INFO  (qtp928894784-11007) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[114 (1606909205677080577)]} 0 0
   [junit4]   2> 830924 INFO  (qtp1959350419-11028) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[114 (1606909205677080577)]} 0 0
   [junit4]   2> 830925 INFO  (qtp928894784-11007) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[115 (1606909205677080578)]} 0 0
   [junit4]   2> 830925 INFO  (qtp1959350419-11027) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[115 (1606909205678129152)]} 0 0
   [junit4]   2> 830925 INFO  (qtp928894784-11007) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[116 (1606909205678129152)]} 0 0
   [junit4]   2> 830925 INFO  (qtp1959350419-11028) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[116 (1606909205678129153)]} 0 0
   [junit4]   2> 830926 INFO  (qtp928894784-11008) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[117 (1606909205679177728)]} 0 0
   [junit4]   2> 830926 INFO  (qtp1959350419-11027) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[117 (1606909205679177728)]} 0 0
   [junit4]   2> 830926 INFO  (qtp928894784-11007) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[118 (1606909205679177729)]} 0 0
   [junit4]   2> 830926 INFO  (qtp1959350419-11027) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[118 (1606909205679177729)]} 0 0
   [junit4]   2> 830927 INFO  (qtp928894784-11007) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[119 (1606909205680226304)]} 0 0
   [junit4]   2> 830927 INFO  (qtp1959350419-11028) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[119 (1606909205680226304)]} 0 0
   [junit4]   2> 830927 INFO  (qtp928894784-11008) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[120 (1606909205680226305)]} 0 0
   [junit4]   2> 830928 INFO  (qtp1959350419-11027) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[120 (1606909205680226305)]} 0 0
   [junit4]   2> 830928 INFO  (qtp928894784-11007) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[121 (1606909205681274880)]} 0 0
   [junit4]   2> 830928 INFO  (qtp1959350419-11028) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[121 (1606909205681274880)]} 0 0
   [junit4]   2> 830928 INFO  (qtp928894784-11008) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[122 (1606909205681274881)]} 0 0
   [junit4]   2> 830929 INFO  (qtp1959350419-11027) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[122 (1606909205682323456)]} 0 0
   [junit4]   2> 830929 INFO  (qtp928894784-11007) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[123 (1606909205682323456)]} 0 0
   [junit4]   2> 830929 INFO  (qtp1959350419-11028) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[123 (1606909205682323457)]} 0 0
   [junit4]   2> 830929 INFO  (qtp928894784-11008) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[124 (1606909205682323457)]} 0 0
   [junit4]   2> 830930 INFO  (qtp1959350419-11027) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[124 (1606909205683372032)]} 0 0
   [junit4]   2> 830930 INFO  (qtp928894784-11008) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[125 (1606909205683372032)]} 0 0
   [junit4]   2> 830930 INFO  (qtp1959350419-11028) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[125 (1606909205683372033)]} 0 0
   [junit4]   2> 830930 INFO  (qtp928894784-11007) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[126 (1606909205683372033)]} 0 0
   [junit4]   2> 830931 INFO  (qtp1959350419-11028) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[126 (1606909205684420608)]} 0 0
   [junit4]   2> 830931 INFO  (qtp928894784-11008) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[127 (1606909205684420608)]} 0 0
   [junit4]   2> 830931 INFO  (qtp1959350419-11027) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[127 (1606909205684420609)]} 0 0
   [junit4]   2> 830931 INFO  (qtp928894784-11008) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[128 (1606909205684420609)]} 0 0
   [junit4]   2> 830932 INFO  (qtp1959350419-11028) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[128 (1606909205685469184)]} 0 0
   [junit4]   2> 830932 INFO  (qtp928894784-11007) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[129 (1606909205685469184)]} 0 0
   [junit4]   2> 830932 INFO  (qtp1959350419-11027) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[129 (1606909205685469185)]} 0 0
   [junit4]   2> 830932 INFO  (qtp928894784-11007) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[130 (1606909205685469185)]} 0 0
   [junit4]   2> 830933 INFO  (qtp1959350419-11028) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[130 (1606909205686517760)]} 0 0
   [junit4]   2> 830933 INFO  (qtp928894784-11007) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[131 (1606909205686517760)]} 0 0
   [junit4]   2> 830933 INFO  (qtp1959350419-11027) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[131 (1606909205686517761)]} 0 0
   [junit4]   2> 830933 INFO  (qtp928894784-11008) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[132 (1606909205686517761)]} 0 0
   [junit4]   2> 830934 INFO  (qtp1959350419-11027) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[132 (1606909205686517762)]} 0 0
   [junit4]   2> 830934 INFO  (qtp928894784-11008) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[133 (1606909205687566336)]} 0 0
   [junit4]   2> 830934 INFO  (qtp1959350419-11027) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[133 (1606909205687566336)]} 0 0
   [junit4]   2> 830934 INFO  (qtp928894784-11008) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[134 (1606909205687566337)]} 0 0
   [junit4]   2> 830934 INFO  (qtp1959350419-11027) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[134 (1606909205687566337)]} 0 0
   [junit4]   2> 830935 INFO  (qtp928894784-11008) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[135 (1606909205688614912)]} 0 0
   [junit4]   2> 830935 INFO  (qtp1959350419-11027) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[135 (1606909205688614912)]} 0 0
   [junit4]   2> 830935 INFO  (qtp928894784-11008) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[136 (1606909205688614913)]} 0 0
   [junit4]   2> 830935 INFO  (qtp1959350419-11027) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[136 (1606909205688614913)]} 0 0
   [junit4]   2> 830936 INFO  (qtp928894784-11008) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[137 (1606909205688614914)]} 0 0
   [junit4]   2> 830936 INFO  (qtp1959350419-11027) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[137 (1606909205689663488)]} 0 0
   [junit4]   2> 830936 INFO  (qtp928894784-11008) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[138 (1606909205689663488)]} 0 0
   [junit4]   2> 830936 INFO  (qtp1959350419-11027) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[138 (1606909205689663489)]} 0 0
   [junit4]   2> 830936 INFO  (qtp928894784-11008) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[139 (1606909205689663489)]} 0 0
   [junit4]   2> 830937 INFO  (qtp1959350419-11027) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[139 (1606909205690712064)]} 0 0
   [junit4]   2> 830937 INFO  (qtp928894784-11008) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[140 (1606909205690712064)]} 0 0
   [junit4]   2> 830937 INFO  (qtp1959350419-11027) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[140 (1606909205690712065)]} 0 0
   [junit4]   2> 830937 INFO  (qtp928894784-11008) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[141 (1606909205690712065)]} 0 0
   [junit4]   2> 830938 INFO  (qtp1959350419-11027) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[141 (1606909205691760640)]} 0 0
   [junit4]   2> 830938 INFO  (qtp928894784-11008) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[142 (1606909205691760640)]} 0 0
   [junit4]   2> 830938 INFO  (qtp1959350419-11027) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[142 (1606909205691760641)]} 0 0
   [junit4]   2> 830938 INFO  (qtp928894784-11007) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[143 (1606909205691760641)]} 0 0
   [junit4]   2> 830939 INFO  (qtp1959350419-11027) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[143 (1606909205692809216)]} 0 0
   [junit4]   2> 830939 INFO  (qtp928894784-11007) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[144 (1606909205692809216)]} 0 0
   [junit4]   2> 830939 INFO  (qtp1959350419-11027) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[144 (1606909205692809217)]} 0 0
   [junit4]   2> 830939 INFO  (qtp928894784-11007) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[145 (1606909205692809217)]} 0 0
   [junit4]   2> 830939 INFO  (qtp1959350419-11027) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[145 (1606909205692809218)]} 0 0
   [junit4]   2> 830940 INFO  (qtp928894784-11007) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[146 (1606909205693857792)]} 0 0
   [junit4]   2> 830940 INFO  (qtp1959350419-11027) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[146 (1606909205693857792)]} 0 0
   [junit4]   2> 830940 INFO  (qtp928894784-11007) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[147 (1606909205693857793)]} 0 0
   [junit4]   2> 830940 INFO  (qtp1959350419-11027) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[147 (1606909205693857793)]} 0 0
   [junit4]   2> 830941 INFO  (qtp928894784-11008) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[148 (1606909205694906368)]} 0 0
   [junit4]   2> 830941 INFO  (qtp1959350419-11027) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[148 (1606909205694906368)]} 0 0
   [junit4]   2> 830941 INFO  (qtp928894784-11007) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[149 (1606909205694906369)]} 0 0
   [junit4]   2> 830941 INFO  (qtp1959350419-11027) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[149 (1606909205694906369)]} 0 0
   [junit4]   2> 830942 INFO  (qtp928894784-11008) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1606909205695954944,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 830942 INFO  (qtp928894784-11008) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@5b73dac3 
commitCommandVersion:1606909205695954944
   [junit4]   2> 830946 INFO  (qtp928894784-11008) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@fe31753[collection1] main]
   [junit4]   2> 830946 INFO  (qtp928894784-11008) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 830947 INFO  
(searcherExecutor-4574-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@fe31753[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.5.0):C9)
 Uninverting(_1(7.5.0):C59)))}
   [junit4]   2> 830947 INFO  (qtp928894784-11008) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 5
   [junit4]   2> 830948 INFO  (qtp1959350419-11027) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1606909205702246400,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 830948 INFO  (qtp1959350419-11027) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@a5bf8da 
commitCommandVersion:1606909205702246400
   [junit4]   2> 830951 INFO  (qtp1959350419-11027) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@c5e6350[collection1] main]
   [junit4]   2> 830952 INFO  (qtp1959350419-11027) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 830953 INFO  
(searcherExecutor-4588-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@c5e6350[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.5.0):C9)
 Uninverting(_1(7.5.0):C59)))}
   [junit4]   2> 830953 INFO  (qtp1959350419-11027) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 5
   [junit4]   2> 830954 ERROR (qtp928894784-11007) [    x:collection1] 
o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: For input 
string: "non_numeric_value"
   [junit4]   2>        at 
org.apache.solr.common.params.SolrParams.getInt(SolrParams.java:236)
   [junit4]   2>        at 
org.apache.solr.search.QParser.getSortSpec(QParser.java:270)
   [junit4]   2>        at 
org.apache.solr.handler.component.QueryComponent.prepare(QueryComponent.java:187)
   [junit4]   2>        at 
org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:272)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.execute(SolrCore.java:2541)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:709)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:515)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:377)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:323)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1317)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1219)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:724)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:531)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:352)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:281)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
   [junit4]   2>        at 
org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:762)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:680)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> Caused by: java.lang.NumberFormatException: For input string: 
"non_numeric_value"
   [junit4]   2>        at 
java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
   [junit4]   2>        at 
java.base/java.lang.Integer.parseInt(Integer.java:652)
   [junit4]   2>        at java.base/java.lang.Integer.valueOf(Integer.java:983)
   [junit4]   2>        at 
org.apache.solr.common.params.SolrParams.getInt(SolrParams.java:233)
   [junit4]   2>        ... 39 more
   [junit4]   2> 
   [junit4]   2> 830954 INFO  (qtp928894784-11007) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*&distrib=false&start=non_numeric_value&wt=javabin&version=2} 
status=400 QTime=0
   [junit4]   2> 830955 INFO  (qtp928894784-11007) [    x:collection1] 
o.a.s.h.RequestHandlerBase Ignoring exception matching parameter cannot be 
negative
   [junit4]   2> 830955 INFO  (qtp928894784-11007) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*&distrib=false&start=-1&wt=javabin&version=2} status=400 QTime=0
   [junit4]   2> 830956 INFO  (qtp928894784-11008) [    x:collection1] 
o.a.s.h.RequestHandlerBase Ignoring exception matching parameter cannot be 
negative
   [junit4]   2> 830956 INFO  (qtp928894784-11008) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*&distrib=false&start=0&rows=-1&wt=javabin&version=2} status=400 
QTime=0
   [junit4]   2> 830956 ERROR (qtp928894784-11007) [    x:collection1] 
o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: For input 
string: "non_numeric_value"
   [junit4]   2>        at 
org.apache.solr.common.params.SolrParams.getInt(SolrParams.java:236)
   [junit4]   2>        at 
org.apache.solr.search.QParser.getSortSpec(QParser.java:273)
   [junit4]   2>        at 
org.apache.solr.handler.component.QueryComponent.prepare(QueryComponent.java:187)
   [junit4]   2>        at 
org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:272)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.execute(SolrCore.java:2541)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:709)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:515)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:377)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:323)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1317)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1219)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:724)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:531)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:352)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:281)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
   [junit4]   2>        at 
org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:762)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:680)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> Caused by: java.lang.NumberFormatException: For input string: 
"non_numeric_value"
   [junit4]   2>        at 
java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
   [junit4]   2>        at 
java.base/java.lang.Integer.parseInt(Integer.java:652)
   [junit4]   2>        at java.base/java.lang.Integer.valueOf(Integer.java:983)
   [junit4]   2>        at 
org.apache.solr.common.params.SolrParams.getInt(SolrParams.java:233)
   [junit4]   2>        ... 39 more
   [junit4]   2> 
   [junit4]   2> 830956 INFO  (qtp928894784-11007) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*&distrib=false&rows=non_numeric_value&wt=javabin&version=2} 
status=400 QTime=0
   [junit4]   2> 830957 INFO  (qtp928894784-11008) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&distrib=false&sort=n_ti1+desc&wt=javabin&version=2} hits=68 
status=0 QTime=0
   [junit4]   2> 830973 INFO  (qtp1959350419-11024) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_ti1+desc&shard.url=[ff01::114]:33332/|[ff01::213]:33332/|[ff01::083]:33332/|http://127.0.0.1:40435//collection1&rows=10&version=2&q=*:*&NOW=1532468038285&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 830975 INFO  (qtp1959350419-11029) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1532468038285&ids=11,110,12,13,3,17,138,139,106,118&isShard=true&shard.url=[ff01::114]:33332/|[ff01::213]:33332/|[ff01::083]:33332/|http://127.0.0.1:40435//collection1&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 830976 INFO  (qtp1959350419-11028) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&shards=[ff01::114]:33332/|[ff01::213]:33332/|[ff01::083]:33332/|http://127.0.0.1:40435//collection1&sort=n_ti1+desc&wt=javabin&version=2}
 hits=68 status=0 QTime=17
   [junit4]   2> 830977 INFO  (qtp928894784-11007) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&distrib=false&sort=n_ti1+asc&wt=javabin&version=2} hits=68 
status=0 QTime=0
   [junit4]   2> 830979 INFO  (qtp1959350419-11046) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_ti1+asc&shard.url=http://127.0.0.1:40435//collection1|[ff01::083]:33332/&rows=10&version=2&q=*:*&NOW=1532468038305&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 830984 INFO  (qtp1959350419-11046) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1532468038305&ids=144,122,145,136,105,128,1001,108,109,141&isShard=true&shard.url=http://127.0.0.1:40435//collection1|[ff01::083]:33332/&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 830985 INFO  (qtp1959350419-11027) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&shards=http://127.0.0.1:40435//collection1|[ff01::083]:33332/&sort=n_ti1+asc&wt=javabin&version=2}
 hits=68 status=0 QTime=7
   [junit4]   2> 830986 INFO  (qtp928894784-11007) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&distrib=false&sort=n_f1+desc&wt=javabin&version=2} hits=68 
status=0 QTime=0
   [junit4]   2> 830989 INFO  (qtp1959350419-11029) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_f1+desc&shard.url=http://127.0.0.1:40435//collection1|[ff01::213]:33332/|[ff01::083]:33332/&rows=10&version=2&q=*:*&NOW=1532468038314&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 830993 INFO  (qtp1959350419-11046) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1532468038314&ids=143,100,146,126,5,116,105,141,142,120&isShard=true&shard.url=http://127.0.0.1:40435//collection1|[ff01::213]:33332/|[ff01::083]:33332/&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 830994 INFO  (qtp1959350419-11028) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&shards=http://127.0.0.1:40435//collection1|[ff01::213]:33332/|[ff01::083]:33332/&sort=n_f1+desc&wt=javabin&version=2}
 hits=68 status=0 QTime=6
   [junit4]   2> 830995 INFO  (qtp928894784-11007) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&distrib=false&sort=n_f1+asc&wt=javabin&version=2} hits=68 
status=0 QTime=0
   [junit4]   2> 830997 INFO  (qtp1959350419-11029) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_f1+asc&shard.url=http://127.0.0.1:40435//collection1&rows=10&version=2&q=*:*&NOW=1532468038323&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 830999 INFO  (qtp1959350419-11046) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1532468038323&ids=110,11,134,135,113,136,103,17,1001,8&isShard=true&shard.url=http://127.0.0.1:40435//collection1&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 831000 INFO  (qtp1959350419-11027) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&shards=http://127.0.0.1:40435//collection1&sort=n_f1+asc&wt=javabin&version=2}
 hits=68 status=0 QTime=3
   [junit4]   2> 831000 INFO  (qtp928894784-11008) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&distrib=false&sort=n_tf1+desc&wt=javabin&version=2} hits=68 
status=0 QTime=0
   [junit4]   2> 831002 INFO  (qtp1959350419-11029) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_tf1+desc&shard.url=[ff01::114]:33332/|[ff01::083]:33332/|http://127.0.0.1:40435//collection1&rows=10&version=2&q=*:*&NOW=1532468038329&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 831008 INFO  (qtp1959350419-11029) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1532468038329&ids=112,124,102,139,117,108,119,9,130,131&isShard=true&shard.url=[ff01::114]:33332/|[ff01::083]:33332/|http://127.0.0.1:40435//collection1&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 831009 INFO  (qtp1959350419-11028) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&shards=[ff01::114]:33332/|[ff01::083]:33332/|http://127.0.0.1:40435//collection1&sort=n_tf1+desc&wt=javabin&version=2}
 hits=68 status=0 QTime=7
   [junit4]   2> 831010 INFO  (qtp928894784-11007) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&distrib=false&sort=n_tf1+asc&wt=javabin&version=2} hits=68 
status=0 QTime=0
   [junit4]   2> 831012 INFO  (qtp1959350419-11046) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_tf1+asc&shard.url=http://127.0.0.1:40435//collection1|[ff01::114]:33332/&rows=10&version=2&q=*:*&NOW=1532468038338&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 831017 INFO  (qtp1959350419-11029) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1532468038338&ids=134,145,3,114,104,16,6,107,118,120&isShard=true&shard.url=http://127.0.0.1:40435//collection1|[ff01::114]:33332/&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 831018 INFO  (qtp1959350419-11027) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&shards=http://127.0.0.1:40435//collection1|[ff01::114]:33332/&sort=n_tf1+asc&wt=javabin&version=2}
 hits=68 status=0 QTime=6
   [junit4]   2> 831024 INFO  (qtp928894784-11008) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&distrib=false&sort=n_d1+desc&wt=javabin&version=2} hits=68 
status=0 QTime=0
   [junit4]   2> 831025 INFO  (qtp1959350419-11029) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_d1+desc&shard.url=http://127.0.0.1:40435//collection1&rows=10&version=2&q=*:*&NOW=1532468038352&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 831026 INFO  (qtp1959350419-11027) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1532468038352&ids=12,123,146,104,137,6,106,139,108,119&isShard=true&shard.url=http://127.0.0.1:40435//collection1&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 831027 INFO  (qtp1959350419-11028) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&shards=http://127.0.0.1:40435//collection1&sort=n_d1+desc&wt=javabin&version=2}
 hits=68 status=0 QTime=2
   [junit4]   2> 831027 INFO  (qtp928894784-11007) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&distrib=false&sort=n_d1+asc&wt=javabin&version=2} hits=68 
status=0 QTime=0
   [junit4]   2> 831029 INFO  (qtp1959350419-11027) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_d1+asc&shard.url=[ff01::213]:33332/|[ff01::114]:33332/|http://127.0.0.1:40435//collection1&rows=10&version=2&q=*:*&NOW=1532468038355&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 831030 INFO  (qtp1959350419-11027) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1532468038355&ids=11,100,133,145,135,124,147,125,148,117&isShard=true&shard.url=[ff01::213]:33332/|[ff01::114]:33332/|http://127.0.0.1:40435//collection1&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 831031 INFO  (qtp1959350419-11046) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&shards=[ff01::213]:33332/|[ff01::114]:33332/|http://127.0.0.1:40435//collection1&sort=n_d1+asc&wt=javabin&version=2}
 hits=68 status=0 QTime=2
   [junit4]   2> 831031 INFO  (qtp928894784-11008) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&distrib=false&sort=n_td1+desc&wt=javabin&version=2} hits=68 
status=0 QTime=0
   [junit4]   2> 831032 INFO  (qtp1959350419-11027) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_td1+desc&shard.url=[ff01::083]:33332/|[ff01::114]:33332/|http://127.0.0.1:40435//collection1&rows=10&version=2&q=*:*&NOW=1532468038359&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 831033 INFO  (qtp1959350419-11027) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1532468038359&ids=134,145,101,16,104,137,127,117,118,120&isShard=true&shard.url=[ff01::083]:33332/|[ff01::114]:33332/|http://127.0.0.1:40435//collection1&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 831034 INFO  (qtp1959350419-11028) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&shards=[ff01::083]:33332/|[ff01::114]:33332/|http://127.0.0.1:40435//collection1&sort=n_td1+desc&wt=javabin&version=2}
 hits=68 status=0 QTime=1
   [junit4]   2> 831034 INFO  (qtp928894784-11008) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&distrib=false&sort=n_td1+asc&wt=javabin&version=2} hits=68 
status=0 QTime=0
   [junit4]   2> 831036 INFO  (qtp1959350419-11027) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_td1+asc&shard.url=http://127.0.0.1:40435//collection1&rows=10&version=2&q=*:*&NOW=1532468038362&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 831040 INFO  (qtp1959350419-11027) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1532468038362&ids=11,1,135,14,146,136,103,17,119,109&isShard=true&shard.url=http://127.0.0.1:40435//collection1&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 831041 INFO  (qtp1959350419-11028) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&shards=http://127.0.0.1:40435//collection1&sort=n_td1+asc&wt=javabin&version=2}
 hits=68 status=0 QTime=5
   [junit4]   2> 831042 INFO  (qtp928894784-11008) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&distrib=false&sort=n_l1+desc&wt=javabin&version=2} hits=68 
status=0 QTime=0
   [junit4]   2> 831043 INFO  (qtp1959350419-11027) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_l1+desc&shard.url=[ff01::114]:33332/|[ff01::213]:33332/|http://127.0.0.1:40435//collection1&rows=10&version=2&q=*:*&NOW=1532468038370&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 831044 INFO  (qtp1959350419-11027) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1532468038370&ids=132,112,101,124,3,137,116,1001,7,107&isShard=true&shard.url=[ff01::114]:33332/|[ff01::213]:33332/|http://127.0.0.1:40435//collection1&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 831045 INFO  (qtp1959350419-11046) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&shards=[ff01::114]:33332/|[ff01::213]:33332/|http://127.0.0.1:40435//collection1&sort=n_l1+desc&wt=javabin&version=2}
 hits=68 status=0 QTime=2
   [junit4]   2> 831046 INFO  (qtp928894784-11008) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/sele

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

ric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 851442 INFO  
(TEST-TestDistributedSearch.test-seed#[5CA645D87912B843]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4390036f: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@21e9d43d
   [junit4]   2> 851443 INFO  (coreCloseExecutor-4643-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@ac978ed
   [junit4]   2> 851443 INFO  (coreCloseExecutor-4643-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=ac978ed
   [junit4]   2> 851443 INFO  (coreCloseExecutor-4643-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@69d81ea9: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@58fd8dfc
   [junit4]   2> 851466 INFO  
(TEST-TestDistributedSearch.test-seed#[5CA645D87912B843]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@15ba9422{/,null,UNAVAILABLE}
   [junit4]   2> 851466 INFO  
(TEST-TestDistributedSearch.test-seed#[5CA645D87912B843]) [    ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestDistributedSearch -Dtests.method=test 
-Dtests.seed=5CA645D87912B843 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=sbp-TZ -Dtests.timezone=Africa/Porto-Novo -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 24.0s J1 | TestDistributedSearch.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Expected to find 
shardAddress in the up shard info: 
{error=org.apache.solr.client.solrj.SolrServerException: Time allowed to handle 
this request exceeded,trace=org.apache.solr.client.solrj.SolrServerException: 
Time allowed to handle this request exceeded
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:460)
   [junit4]    >        at 
org.apache.solr.handler.component.HttpShardHandlerFactory.makeLoadBalancedRequest(HttpShardHandlerFactory.java:279)
   [junit4]    >        at 
org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:175)
   [junit4]    >        at 
java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]    >        at 
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
   [junit4]    >        at 
java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]    >        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [junit4]    >        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
   [junit4]    >        at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1135)
   [junit4]    >        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]    > ,time=2}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([5CA645D87912B843:D4F27A02D7EED5BB]:0)
   [junit4]    >        at 
org.apache.solr.TestDistributedSearch.comparePartialResponses(TestDistributedSearch.java:1192)
   [junit4]    >        at 
org.apache.solr.TestDistributedSearch.queryPartialResults(TestDistributedSearch.java:1133)
   [junit4]    >        at 
org.apache.solr.TestDistributedSearch.test(TestDistributedSearch.java:993)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:1034)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:983)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_5CA645D87912B843-001
   [junit4]   2> NOTE: test params are: codec=Lucene70, 
sim=RandomSimilarity(queryNorm=true): {}, locale=sbp-TZ, 
timezone=Africa/Porto-Novo
   [junit4]   2> NOTE: Linux 4.15.0-24-generic amd64/Oracle Corporation 10.0.1 
(64-bit)/cpus=8,threads=1,free=129996048,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: 
[PropertiesRequestHandlerTest, TestOrdValues, WrapperMergePolicyFactoryTest, 
NodeAddedTriggerTest, HdfsRecoverLeaseTest, FileBasedSpellCheckerTest, 
TestIndexingPerformance, TestFieldSortValues, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestBackupRepositoryFactory, 
HdfsUnloadDistributedZkTest, TestBM25SimilarityFactory, 
TestSolrConfigHandlerConcurrent, TestRequestStatusCollectionAPI, 
TestSimpleQParserPlugin, TestSurroundQueryParser, SortByFunctionTest, 
TestNumericRangeQuery64, BlockDirectoryTest, 
TestLeaderElectionWithEmptyReplica, OverseerTaskQueueTest, SolrPluginUtilsTest, 
TestRawResponseWriter, SOLR749Test, MetricTriggerIntegrationTest, 
BigEndianAscendingWordSerializerTest, TestCoreDiscovery, 
OpenCloseCoreStressTest, TimeRoutedAliasUpdateProcessorTest, 
TestTolerantSearch, TestIndexSearcher, TestReloadAndDeleteDocs, 
CollectionStateFormat2Test, TestSchemaSimilarityResource, 
TestShortCircuitedRequests, ReplaceNodeNoTargetTest, 
HdfsAutoAddReplicasIntegrationTest, ActionThrottleTest, SynonymTokenizerTest, 
TestFieldTypeResource, CoreAdminOperationTest, TestSolrQueryResponse, 
TestComponentsName, V2StandaloneTest, TestJsonFacets, 
TestManagedResourceStorage, DistributedTermsComponentTest, 
TestConfigSetProperties, RecoveryAfterSoftCommitTest, TestSolr4Spatial2, 
TestSolrCloudWithDelegationTokens, TestJavabinTupleStreamParser, 
TriLevelCompositeIdRoutingTest, BasicDistributedZkTest, TestUtils, 
BooleanFieldTest, MergeStrategyTest, OutOfBoxZkACLAndCredentialsProvidersTest, 
PreAnalyzedUpdateProcessorTest, TestSuggestSpellingConverter, 
TestReplicationHandlerBackup, TestDeleteCollectionOnDownNodes, 
NotRequiredUniqueKeyTest, TestCursorMarkWithoutUniqueKey, 
TestCloudManagedSchema, SolrIndexConfigTest, TestDelegationWithHadoopAuth, 
RangeFacetCloudTest, TestClusterStateMutator, DistributedUpdateProcessorTest, 
SaslZkACLProviderTest, CurrencyFieldTypeTest, TestAtomicUpdateErrorCases, 
PolyFieldTest, TestConfig, TestRandomFlRTGCloud, TestPivotHelperCode, 
TemplateUpdateProcessorTest, ShowFileRequestHandlerTest, 
ChaosMonkeyNothingIsSafeWithPullReplicasTest, TestDFRSimilarityFactory, 
TestJsonRequest, TestPKIAuthenticationPlugin, TestCloudPivotFacet, 
TestCloudInspectUtil, Tagger2Test, ScheduledTriggerIntegrationTest, 
TestClusterStateProvider, HttpSolrCallGetCoreTest, 
TestDistributedStatsComponentCardinality, CurrencyRangeFacetCloudTest, 
TestDirectoryFactory, ProtectedTermFilterFactoryTest, 
MetricsHistoryIntegrationTest, TestJmxIntegration, 
TestLMJelinekMercerSimilarityFactory, EnumFieldTest, TestExecutePlanAction, 
CachingDirectoryFactoryTest, TestFieldCache, ClusterStateTest, 
SortSpecParsingTest, TestRequestForwarding, TestExactStatsCache, 
AtomicUpdatesTest, TestSubQueryTransformerCrossCore, TestStreamBody, 
TermVectorComponentDistributedTest, DistributedQueryElevationComponentTest, 
LeaderTragicEventTest, DistributedFacetPivotSmallAdvancedTest, 
TriggerCooldownIntegrationTest, LIRRollingUpdatesTest, SolrInfoBeanTest, 
TestManagedSynonymGraphFilterFactory, DeleteStatusTest, DocumentBuilderTest, 
SignatureUpdateProcessorFactoryTest, TestStandardQParsers, ZkCLITest, 
CreateRoutedAliasTest, PrimitiveFieldTypeTest, UUIDUpdateProcessorFallbackTest, 
MultiSolrCloudTestCaseTest, TestSolrJ, 
TestOverriddenPrefixQueryForCustomFieldType, TestFaceting, HdfsSyncSliceTest, 
TestConfigSetsAPIExclusivity, TestPointFields, RestartWhileUpdatingTest, 
JvmMetricsTest, TransactionLogTest, AnalysisAfterCoreReloadTest, 
BasicFunctionalityTest, ConvertedLegacyTest, CursorPagingTest, 
DisMaxRequestHandlerTest, DistributedIntervalFacetingTest, EchoParamsTest, 
MinimalSchemaTest, OutputWriterTest, TestDistributedMissingSort, 
TestDistributedSearch]
   [junit4] Completed [402/825 (1!)] on J1 in 23.98s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 43465 lines...]
[repro] Jenkins log URL: 
https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/2408/consoleText

[repro] Revision: 3bf98da39f36d862745be166a0a59303c4ed1714

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseSerialGC"
[repro] Repro line:  ant test  -Dtestcase=TestDistributedSearch 
-Dtests.method=test -Dtests.seed=5CA645D87912B843 -Dtests.multiplier=3 
-Dtests.slow=true -Dtests.locale=sbp-TZ -Dtests.timezone=Africa/Porto-Novo 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr/core
[repro]       TestDistributedSearch
[repro] ant compile-test

[...truncated 3340 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 
-Dtests.class="*.TestDistributedSearch" -Dtests.showOutput=onerror 
"-Dargs=-XX:+UseCompressedOops -XX:+UseSerialGC" -Dtests.seed=5CA645D87912B843 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sbp-TZ 
-Dtests.timezone=Africa/Porto-Novo -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII

[...truncated 79 lines...]
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.TestDistributedSearch
[repro] Exiting with code 0

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

Reply via email to