Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.3-Linux/227/
Java: 64bit/jdk-11-ea+5 -XX:+UseCompressedOops -XX:+UseG1GC

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

Error Message:
IOException occured when talking to server at: 
http://127.0.0.1:37767//collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when 
talking to server at: http://127.0.0.1:37767//collection1
        at 
__randomizedtesting.SeedInfo.seed([69EDFBAD7873C931:E1B9C477D68FA4C9]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:657)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at 
org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:895)
        at 
org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:858)
        at 
org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:873)
        at 
org.apache.solr.BaseDistributedSearchTestCase.del(BaseDistributedSearchTestCase.java:542)
        at 
org.apache.solr.TestDistributedSearch.test(TestDistributedSearch.java:1034)
        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:1019)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        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:841)
Caused by: org.apache.http.NoHttpResponseException: 127.0.0.1:37767 failed to 
respond
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:141)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
        ... 48 more




Build Log:
[...truncated 14379 lines...]
   [junit4] Suite: org.apache.solr.TestDistributedSearch
   [junit4]   2> 2289434 INFO  
(SUITE-TestDistributedSearch-seed#[69EDFBAD7873C931]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.3-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_69EDFBAD7873C931-001/init-core-data-001
   [junit4]   2> 2289434 WARN  
(SUITE-TestDistributedSearch-seed#[69EDFBAD7873C931]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=9 numCloses=9
   [junit4]   2> 2289435 INFO  
(SUITE-TestDistributedSearch-seed#[69EDFBAD7873C931]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2289435 INFO  
(SUITE-TestDistributedSearch-seed#[69EDFBAD7873C931]-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> 2289435 INFO  
(SUITE-TestDistributedSearch-seed#[69EDFBAD7873C931]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 2289526 INFO  
(TEST-TestDistributedSearch.test-seed#[69EDFBAD7873C931]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-7.3-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_69EDFBAD7873C931-001/tempDir-001/control/cores/collection1
   [junit4]   2> 2289526 INFO  
(TEST-TestDistributedSearch.test-seed#[69EDFBAD7873C931]) [    ] o.e.j.s.Server 
jetty-9.4.8.v20171121, build timestamp: 2017-11-21T19:27:37-02:00, git hash: 
82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2289527 INFO  
(TEST-TestDistributedSearch.test-seed#[69EDFBAD7873C931]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2289527 INFO  
(TEST-TestDistributedSearch.test-seed#[69EDFBAD7873C931]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2289527 INFO  
(TEST-TestDistributedSearch.test-seed#[69EDFBAD7873C931]) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 2289527 INFO  
(TEST-TestDistributedSearch.test-seed#[69EDFBAD7873C931]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4104b397{/,null,AVAILABLE}
   [junit4]   2> 2289529 INFO  
(TEST-TestDistributedSearch.test-seed#[69EDFBAD7873C931]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@473e0b84{HTTP/1.1,[http/1.1]}{127.0.0.1:37781}
   [junit4]   2> 2289529 INFO  
(TEST-TestDistributedSearch.test-seed#[69EDFBAD7873C931]) [    ] o.e.j.s.Server 
Started @2291137ms
   [junit4]   2> 2289529 INFO  
(TEST-TestDistributedSearch.test-seed#[69EDFBAD7873C931]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, hostPort=37781, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.3-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_69EDFBAD7873C931-001/tempDir-001/control/cores}
   [junit4]   2> 2289529 ERROR 
(TEST-TestDistributedSearch.test-seed#[69EDFBAD7873C931]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2289529 INFO  
(TEST-TestDistributedSearch.test-seed#[69EDFBAD7873C931]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.1
   [junit4]   2> 2289530 INFO  
(TEST-TestDistributedSearch.test-seed#[69EDFBAD7873C931]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 2289530 INFO  
(TEST-TestDistributedSearch.test-seed#[69EDFBAD7873C931]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2289530 INFO  
(TEST-TestDistributedSearch.test-seed#[69EDFBAD7873C931]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-05-15T02:58:53.963094Z
   [junit4]   2> 2289530 INFO  
(TEST-TestDistributedSearch.test-seed#[69EDFBAD7873C931]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.3-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_69EDFBAD7873C931-001/tempDir-001/control/solr.xml
   [junit4]   2> 2289531 INFO  
(TEST-TestDistributedSearch.test-seed#[69EDFBAD7873C931]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 2289531 INFO  
(TEST-TestDistributedSearch.test-seed#[69EDFBAD7873C931]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2289532 INFO  
(TEST-TestDistributedSearch.test-seed#[69EDFBAD7873C931]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@55bafd51, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2289549 INFO  
(TEST-TestDistributedSearch.test-seed#[69EDFBAD7873C931]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@55bafd51
   [junit4]   2> 2289555 INFO  
(TEST-TestDistributedSearch.test-seed#[69EDFBAD7873C931]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@55bafd51
   [junit4]   2> 2289556 INFO  
(TEST-TestDistributedSearch.test-seed#[69EDFBAD7873C931]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@55bafd51
   [junit4]   2> 2289557 INFO  
(TEST-TestDistributedSearch.test-seed#[69EDFBAD7873C931]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.3-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_69EDFBAD7873C931-001/tempDir-001/control/cores
   [junit4]   2> 2289557 INFO  
(TEST-TestDistributedSearch.test-seed#[69EDFBAD7873C931]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 2289557 INFO  (coreLoadExecutor-4846-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 2289557 INFO  (coreLoadExecutor-4846-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/workspace/Lucene-Solr-7.3-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-7.3-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2289569 INFO  (coreLoadExecutor-4846-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.1
   [junit4]   2> 2289582 INFO  (coreLoadExecutor-4846-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2289639 INFO  (coreLoadExecutor-4846-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2289643 INFO  (coreLoadExecutor-4846-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
/home/jenkins/workspace/Lucene-Solr-7.3-Linux/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 2289644 INFO  (coreLoadExecutor-4846-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@55bafd51
   [junit4]   2> 2289644 INFO  (coreLoadExecutor-4846-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2289644 INFO  (coreLoadExecutor-4846-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.3-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.3-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_69EDFBAD7873C931-001/tempDir-001/control/cores/collection1/data/]
   [junit4]   2> 2289645 INFO  (coreLoadExecutor-4846-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=10, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=58.728515625, 
floorSegmentMB=2.0283203125, forceMergeDeletesPctAllowed=3.198875394742312, 
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2289672 INFO  (coreLoadExecutor-4846-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2289672 INFO  (coreLoadExecutor-4846-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 2289673 INFO  (coreLoadExecutor-4846-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2289673 INFO  (coreLoadExecutor-4846-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2289674 INFO  (coreLoadExecutor-4846-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=22, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=38.6005859375, 
floorSegmentMB=2.0478515625, forceMergeDeletesPctAllowed=27.93362647427982, 
segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.2778657380441543
   [junit4]   2> 2289674 INFO  (coreLoadExecutor-4846-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@f527a8b[collection1] 
main]
   [junit4]   2> 2289674 INFO  (coreLoadExecutor-4846-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2289695 INFO  (coreLoadExecutor-4846-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 2289781 INFO  (coreLoadExecutor-4846-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2289781 INFO  
(searcherExecutor-4847-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 2289781 INFO  (coreLoadExecutor-4846-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1600497264061579264
   [junit4]   2> 2289782 INFO  
(searcherExecutor-4847-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 2289782 INFO  
(searcherExecutor-4847-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 2289782 INFO  
(searcherExecutor-4847-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 2289782 INFO  
(searcherExecutor-4847-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 2289782 INFO  
(searcherExecutor-4847-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 2289782 INFO  
(searcherExecutor-4847-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 2289782 INFO  
(searcherExecutor-4847-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 2289782 INFO  
(searcherExecutor-4847-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 2289783 INFO  
(searcherExecutor-4847-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@f527a8b[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2289840 INFO  
(TEST-TestDistributedSearch.test-seed#[69EDFBAD7873C931]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-7.3-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_69EDFBAD7873C931-001/tempDir-001/shard0/cores/collection1
   [junit4]   2> 2289841 INFO  
(TEST-TestDistributedSearch.test-seed#[69EDFBAD7873C931]) [    ] o.e.j.s.Server 
jetty-9.4.8.v20171121, build timestamp: 2017-11-21T19:27:37-02:00, git hash: 
82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2289841 INFO  
(TEST-TestDistributedSearch.test-seed#[69EDFBAD7873C931]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2289841 INFO  
(TEST-TestDistributedSearch.test-seed#[69EDFBAD7873C931]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2289841 INFO  
(TEST-TestDistributedSearch.test-seed#[69EDFBAD7873C931]) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 2289842 INFO  
(TEST-TestDistributedSearch.test-seed#[69EDFBAD7873C931]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@41096970{/,null,AVAILABLE}
   [junit4]   2> 2289842 INFO  
(TEST-TestDistributedSearch.test-seed#[69EDFBAD7873C931]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@e16de6c{HTTP/1.1,[http/1.1]}{127.0.0.1:43815}
   [junit4]   2> 2289842 INFO  
(TEST-TestDistributedSearch.test-seed#[69EDFBAD7873C931]) [    ] o.e.j.s.Server 
Started @2291450ms
   [junit4]   2> 2289842 INFO  
(TEST-TestDistributedSearch.test-seed#[69EDFBAD7873C931]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, hostPort=43815, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.3-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_69EDFBAD7873C931-001/tempDir-001/shard0/cores}
   [junit4]   2> 2289842 ERROR 
(TEST-TestDistributedSearch.test-seed#[69EDFBAD7873C931]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2289842 INFO  
(TEST-TestDistributedSearch.test-seed#[69EDFBAD7873C931]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.1
   [junit4]   2> 2289842 INFO  
(TEST-TestDistributedSearch.test-seed#[69EDFBAD7873C931]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 2289842 INFO  
(TEST-TestDistributedSearch.test-seed#[69EDFBAD7873C931]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2289842 INFO  
(TEST-TestDistributedSearch.test-seed#[69EDFBAD7873C931]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-05-15T02:58:54.275888Z
   [junit4]   2> 2289843 INFO  
(TEST-TestDistributedSearch.test-seed#[69EDFBAD7873C931]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.3-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_69EDFBAD7873C931-001/tempDir-001/shard0/solr.xml
   [junit4]   2> 2289844 INFO  
(TEST-TestDistributedSearch.test-seed#[69EDFBAD7873C931]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 2289844 INFO  
(TEST-TestDistributedSearch.test-seed#[69EDFBAD7873C931]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2289844 INFO  
(TEST-TestDistributedSearch.test-seed#[69EDFBAD7873C931]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@55bafd51, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2289860 INFO  
(TEST-TestDistributedSearch.test-seed#[69EDFBAD7873C931]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@55bafd51
   [junit4]   2> 2289866 INFO  
(TEST-TestDistributedSearch.test-seed#[69EDFBAD7873C931]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@55bafd51
   [junit4]   2> 2289867 INFO  
(TEST-TestDistributedSearch.test-seed#[69EDFBAD7873C931]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@55bafd51
   [junit4]   2> 2289868 INFO  
(TEST-TestDistributedSearch.test-seed#[69EDFBAD7873C931]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.3-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_69EDFBAD7873C931-001/tempDir-001/shard0/cores
   [junit4]   2> 2289868 INFO  
(TEST-TestDistributedSearch.test-seed#[69EDFBAD7873C931]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 2289868 INFO  (coreLoadExecutor-4857-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 2289869 INFO  (coreLoadExecutor-4857-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/workspace/Lucene-Solr-7.3-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-7.3-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2289880 INFO  (coreLoadExecutor-4857-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.1
   [junit4]   2> 2289892 INFO  (coreLoadExecutor-4857-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2289937 INFO  (coreLoadExecutor-4857-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2289942 INFO  (coreLoadExecutor-4857-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
/home/jenkins/workspace/Lucene-Solr-7.3-Linux/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 2289942 INFO  (coreLoadExecutor-4857-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@55bafd51
   [junit4]   2> 2289942 INFO  (coreLoadExecutor-4857-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2289942 INFO  (coreLoadExecutor-4857-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.3-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.3-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_69EDFBAD7873C931-001/tempDir-001/shard0/cores/collection1/data/]
   [junit4]   2> 2289944 INFO  (coreLoadExecutor-4857-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=10, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=58.728515625, 
floorSegmentMB=2.0283203125, forceMergeDeletesPctAllowed=3.198875394742312, 
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2289971 INFO  (coreLoadExecutor-4857-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2289971 INFO  (coreLoadExecutor-4857-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 2289972 INFO  (coreLoadExecutor-4857-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2289972 INFO  (coreLoadExecutor-4857-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2289973 INFO  (coreLoadExecutor-4857-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=22, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=38.6005859375, 
floorSegmentMB=2.0478515625, forceMergeDeletesPctAllowed=27.93362647427982, 
segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.2778657380441543
   [junit4]   2> 2289973 INFO  (coreLoadExecutor-4857-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1a58b412[collection1] main]
   [junit4]   2> 2289973 INFO  (coreLoadExecutor-4857-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2289993 INFO  (coreLoadExecutor-4857-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 2290073 INFO  (coreLoadExecutor-4857-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2290073 INFO  
(searcherExecutor-4858-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 2290074 INFO  (coreLoadExecutor-4857-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1600497264368812032
   [junit4]   2> 2290074 INFO  
(searcherExecutor-4858-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 2290074 INFO  
(searcherExecutor-4858-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 2290074 INFO  
(searcherExecutor-4858-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 2290074 INFO  
(searcherExecutor-4858-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 2290074 INFO  
(searcherExecutor-4858-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 2290074 INFO  
(searcherExecutor-4858-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 2290074 INFO  
(searcherExecutor-4858-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 2290075 INFO  
(searcherExecutor-4858-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 2290075 INFO  
(searcherExecutor-4858-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1a58b412[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2290076 INFO  
(TEST-TestDistributedSearch.test-seed#[69EDFBAD7873C931]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 2290078 INFO  (qtp499482316-17082) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:* (-1600497264371957760)} 0 0
   [junit4]   2> 2290079 INFO  (qtp1468160689-17099) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:* (-1600497264374054912)} 0 0
   [junit4]   2> 2290080 INFO  (qtp499482316-17086) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[1 (1600497264375103488)]} 0 0
   [junit4]   2> 2290081 INFO  (qtp1468160689-17103) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[1 (1600497264376152064)]} 0 0
   [junit4]   2> 2290082 INFO  (qtp499482316-17088) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[2 (1600497264377200640)]} 0 0
   [junit4]   2> 2290083 INFO  (qtp1468160689-17105) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[2 (1600497264377200640)]} 0 0
   [junit4]   2> 2290083 INFO  (qtp499482316-17086) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[3 (1600497264378249216)]} 0 0
   [junit4]   2> 2290084 INFO  (qtp1468160689-17103) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[3 (1600497264378249216)]} 0 0
   [junit4]   2> 2290084 INFO  (qtp499482316-17088) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[4 (1600497264379297792)]} 0 0
   [junit4]   2> 2290085 INFO  (qtp1468160689-17105) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[4 (1600497264379297792)]} 0 0
   [junit4]   2> 2290085 INFO  (qtp499482316-17086) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[5 (1600497264380346368)]} 0 0
   [junit4]   2> 2290085 INFO  (qtp1468160689-17103) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[5 (1600497264380346368)]} 0 0
   [junit4]   2> 2290086 INFO  (qtp499482316-17088) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[6 (1600497264381394944)]} 0 0
   [junit4]   2> 2290086 INFO  (qtp1468160689-17105) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[6 (1600497264381394944)]} 0 0
   [junit4]   2> 2290087 INFO  (qtp499482316-17086) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[7 (1600497264382443520)]} 0 0
   [junit4]   2> 2290087 INFO  (qtp1468160689-17103) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[7 (1600497264382443520)]} 0 0
   [junit4]   2> 2290088 INFO  (qtp499482316-17088) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[8 (1600497264383492096)]} 0 0
   [junit4]   2> 2290088 INFO  (qtp1468160689-17105) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[8 (1600497264383492096)]} 0 0
   [junit4]   2> 2290089 INFO  (qtp499482316-17086) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[9 (1600497264383492097)]} 0 0
   [junit4]   2> 2290089 INFO  (qtp1468160689-17103) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[9 (1600497264384540672)]} 0 0
   [junit4]   2> 2290089 INFO  (qtp499482316-17088) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1600497264384540672,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2290089 INFO  (qtp499482316-17088) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@2e2a82ba 
commitCommandVersion:1600497264384540672
   [junit4]   2> 2290101 INFO  (qtp499482316-17088) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@4997a23a[collection1] main]
   [junit4]   2> 2290101 INFO  (qtp499482316-17088) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2290103 INFO  
(searcherExecutor-4847-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@4997a23a[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.3.1):c9)))}
   [junit4]   2> 2290103 INFO  (qtp499482316-17088) [    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 13
   [junit4]   2> 2290103 INFO  (qtp1468160689-17105) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1600497264399220736,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2290103 INFO  (qtp1468160689-17105) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@34ed8de3 
commitCommandVersion:1600497264399220736
   [junit4]   2> 2290106 INFO  (qtp1468160689-17105) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@7ad28875[collection1] main]
   [junit4]   2> 2290106 INFO  (qtp1468160689-17105) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2290107 INFO  
(searcherExecutor-4858-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7ad28875[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.3.1):c9)))}
   [junit4]   2> 2290107 INFO  (qtp1468160689-17105) [    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 3
   [junit4]   2> 2290108 INFO  (qtp499482316-17086) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[10 (1600497264403415040)]} 0 0
   [junit4]   2> 2290110 INFO  (qtp1468160689-17103) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[10 (1600497264405512192)]} 0 0
   [junit4]   2> 2290111 INFO  (qtp499482316-17088) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[11 (1600497264406560768)]} 0 1
   [junit4]   2> 2290112 INFO  (qtp1468160689-17105) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[11 (1600497264408657920)]} 0 0
   [junit4]   2> 2290113 INFO  (qtp499482316-17086) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[12 (1600497264409706496)]} 0 0
   [junit4]   2> 2290114 INFO  (qtp1468160689-17103) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[12 (1600497264410755072)]} 0 0
   [junit4]   2> 2290115 INFO  (qtp499482316-17088) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[13 (1600497264410755072)]} 0 0
   [junit4]   2> 2290115 INFO  (qtp1468160689-17105) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[13 (1600497264411803648)]} 0 0
   [junit4]   2> 2290116 INFO  (qtp499482316-17086) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[1001 (1600497264411803648)]} 0 0
   [junit4]   2> 2290117 INFO  (qtp1468160689-17103) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[1001 (1600497264413900800)]} 0 0
   [junit4]   2> 2290118 INFO  (qtp499482316-17088) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[14 (1600497264414949376)]} 0 0
   [junit4]   2> 2290118 INFO  (qtp1468160689-17105) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[14 (1600497264414949376)]} 0 0
   [junit4]   2> 2290118 INFO  (qtp499482316-17086) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[15 (1600497264414949377)]} 0 0
   [junit4]   2> 2290119 INFO  (qtp1468160689-17103) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[15 (1600497264415997952)]} 0 0
   [junit4]   2> 2290119 INFO  (qtp499482316-17088) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[16 (1600497264415997952)]} 0 0
   [junit4]   2> 2290120 INFO  (qtp1468160689-17105) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[16 (1600497264415997953)]} 0 0
   [junit4]   2> 2290120 INFO  (qtp499482316-17086) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[17 (1600497264417046528)]} 0 0
   [junit4]   2> 2290120 INFO  (qtp1468160689-17103) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[17 (1600497264417046528)]} 0 0
   [junit4]   2> 2290121 INFO  (qtp499482316-17088) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[100 (1600497264418095104)]} 0 0
   [junit4]   2> 2290121 INFO  (qtp1468160689-17105) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[100 (1600497264418095104)]} 0 0
   [junit4]   2> 2290121 INFO  (qtp499482316-17086) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[101 (1600497264418095105)]} 0 0
   [junit4]   2> 2290122 INFO  (qtp1468160689-17103) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[101 (1600497264419143680)]} 0 0
   [junit4]   2> 2290122 INFO  (qtp499482316-17088) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[102 (1600497264419143680)]} 0 0
   [junit4]   2> 2290122 INFO  (qtp1468160689-17105) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[102 (1600497264419143681)]} 0 0
   [junit4]   2> 2290123 INFO  (qtp499482316-17086) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[103 (1600497264420192256)]} 0 0
   [junit4]   2> 2290123 INFO  (qtp1468160689-17103) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[103 (1600497264420192256)]} 0 0
   [junit4]   2> 2290123 INFO  (qtp499482316-17088) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[104 (1600497264420192257)]} 0 0
   [junit4]   2> 2290124 INFO  (qtp1468160689-17105) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[104 (1600497264421240832)]} 0 0
   [junit4]   2> 2290124 INFO  (qtp499482316-17086) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[105 (1600497264421240832)]} 0 0
   [junit4]   2> 2290124 INFO  (qtp1468160689-17103) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[105 (1600497264421240833)]} 0 0
   [junit4]   2> 2290125 INFO  (qtp499482316-17088) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[106 (1600497264422289408)]} 0 0
   [junit4]   2> 2290125 INFO  (qtp1468160689-17105) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[106 (1600497264422289408)]} 0 0
   [junit4]   2> 2290125 INFO  (qtp499482316-17086) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[107 (1600497264422289409)]} 0 0
   [junit4]   2> 2290126 INFO  (qtp1468160689-17103) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[107 (1600497264423337984)]} 0 0
   [junit4]   2> 2290126 INFO  (qtp499482316-17088) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[108 (1600497264423337984)]} 0 0
   [junit4]   2> 2290126 INFO  (qtp1468160689-17105) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[108 (1600497264423337985)]} 0 0
   [junit4]   2> 2290127 INFO  (qtp499482316-17086) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[109 (1600497264424386560)]} 0 0
   [junit4]   2> 2290127 INFO  (qtp1468160689-17103) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[109 (1600497264424386560)]} 0 0
   [junit4]   2> 2290128 INFO  (qtp499482316-17088) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[110 (1600497264424386561)]} 0 0
   [junit4]   2> 2290128 INFO  (qtp1468160689-17105) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[110 (1600497264425435136)]} 0 0
   [junit4]   2> 2290128 INFO  (qtp499482316-17086) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[111 (1600497264425435136)]} 0 0
   [junit4]   2> 2290129 INFO  (qtp1468160689-17103) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[111 (1600497264425435137)]} 0 0
   [junit4]   2> 2290129 INFO  (qtp499482316-17088) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[112 (1600497264426483712)]} 0 0
   [junit4]   2> 2290129 INFO  (qtp1468160689-17105) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[112 (1600497264426483712)]} 0 0
   [junit4]   2> 2290130 INFO  (qtp499482316-17086) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[113 (1600497264426483713)]} 0 0
   [junit4]   2> 2290130 INFO  (qtp1468160689-17103) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[113 (1600497264427532288)]} 0 0
   [junit4]   2> 2290130 INFO  (qtp499482316-17088) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[114 (1600497264427532288)]} 0 0
   [junit4]   2> 2290131 INFO  (qtp1468160689-17105) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[114 (1600497264428580864)]} 0 0
   [junit4]   2> 2290131 INFO  (qtp499482316-17086) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[115 (1600497264428580864)]} 0 0
   [junit4]   2> 2290132 INFO  (qtp1468160689-17103) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[115 (1600497264428580865)]} 0 0
   [junit4]   2> 2290132 INFO  (qtp499482316-17088) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[116 (1600497264429629440)]} 0 0
   [junit4]   2> 2290132 INFO  (qtp1468160689-17105) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[116 (1600497264429629440)]} 0 0
   [junit4]   2> 2290132 INFO  (qtp499482316-17086) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[117 (1600497264429629441)]} 0 0
   [junit4]   2> 2290133 INFO  (qtp1468160689-17103) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[117 (1600497264430678016)]} 0 0
   [junit4]   2> 2290133 INFO  (qtp499482316-17088) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[118 (1600497264430678016)]} 0 0
   [junit4]   2> 2290133 INFO  (qtp1468160689-17105) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[118 (1600497264430678017)]} 0 0
   [junit4]   2> 2290134 INFO  (qtp499482316-17086) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[119 (1600497264431726592)]} 0 0
   [junit4]   2> 2290134 INFO  (qtp1468160689-17103) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[119 (1600497264431726592)]} 0 0
   [junit4]   2> 2290134 INFO  (qtp499482316-17088) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[120 (1600497264431726593)]} 0 0
   [junit4]   2> 2290134 INFO  (qtp1468160689-17105) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[120 (1600497264431726593)]} 0 0
   [junit4]   2> 2290135 INFO  (qtp499482316-17086) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[121 (1600497264432775168)]} 0 0
   [junit4]   2> 2290135 INFO  (qtp1468160689-17103) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[121 (1600497264432775168)]} 0 0
   [junit4]   2> 2290135 INFO  (qtp499482316-17088) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[122 (1600497264432775169)]} 0 0
   [junit4]   2> 2290136 INFO  (qtp1468160689-17105) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[122 (1600497264433823744)]} 0 0
   [junit4]   2> 2290136 INFO  (qtp499482316-17086) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[123 (1600497264433823744)]} 0 0
   [junit4]   2> 2290136 INFO  (qtp1468160689-17103) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[123 (1600497264433823745)]} 0 0
   [junit4]   2> 2290137 INFO  (qtp499482316-17088) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[124 (1600497264434872320)]} 0 0
   [junit4]   2> 2290137 INFO  (qtp1468160689-17105) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[124 (1600497264434872320)]} 0 0
   [junit4]   2> 2290138 INFO  (qtp499482316-17086) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[125 (1600497264434872321)]} 0 0
   [junit4]   2> 2290138 INFO  (qtp1468160689-17103) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[125 (1600497264435920896)]} 0 0
   [junit4]   2> 2290139 INFO  (qtp499482316-17088) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[126 (1600497264435920896)]} 0 0
   [junit4]   2> 2290139 INFO  (qtp1468160689-17105) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[126 (1600497264436969472)]} 0 0
   [junit4]   2> 2290139 INFO  (qtp499482316-17086) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[127 (1600497264436969472)]} 0 0
   [junit4]   2> 2290140 INFO  (qtp1468160689-17103) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[127 (1600497264438018048)]} 0 0
   [junit4]   2> 2290140 INFO  (qtp499482316-17088) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[128 (1600497264438018048)]} 0 0
   [junit4]   2> 2290140 INFO  (qtp1468160689-17105) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[128 (1600497264438018049)]} 0 0
   [junit4]   2> 2290141 INFO  (qtp499482316-17086) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[129 (1600497264439066624)]} 0 0
   [junit4]   2> 2290141 INFO  (qtp1468160689-17103) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[129 (1600497264439066624)]} 0 0
   [junit4]   2> 2290141 INFO  (qtp499482316-17088) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[130 (1600497264439066625)]} 0 0
   [junit4]   2> 2290142 INFO  (qtp1468160689-17105) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[130 (1600497264440115200)]} 0 0
   [junit4]   2> 2290142 INFO  (qtp499482316-17086) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[131 (1600497264440115200)]} 0 0
   [junit4]   2> 2290143 INFO  (qtp1468160689-17103) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[131 (1600497264441163776)]} 0 0
   [junit4]   2> 2290143 INFO  (qtp499482316-17088) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[132 (1600497264441163776)]} 0 0
   [junit4]   2> 2290144 INFO  (qtp1468160689-17105) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[132 (1600497264441163777)]} 0 0
   [junit4]   2> 2290144 INFO  (qtp499482316-17086) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[133 (1600497264442212352)]} 0 0
   [junit4]   2> 2290144 INFO  (qtp1468160689-17103) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[133 (1600497264442212352)]} 0 0
   [junit4]   2> 2290145 INFO  (qtp499482316-17088) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[134 (1600497264443260928)]} 0 0
   [junit4]   2> 2290176 INFO  (qtp1468160689-17105) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[134 (1600497264475766784)]} 0 0
   [junit4]   2> 2290177 INFO  (qtp499482316-17086) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[135 (1600497264476815360)]} 0 0
   [junit4]   2> 2290177 INFO  (qtp1468160689-17103) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[135 (1600497264476815360)]} 0 0
   [junit4]   2> 2290178 INFO  (qtp499482316-17088) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[136 (1600497264477863936)]} 0 0
   [junit4]   2> 2290178 INFO  (qtp1468160689-17105) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[136 (1600497264477863936)]} 0 0
   [junit4]   2> 2290179 INFO  (qtp499482316-17086) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[137 (1600497264477863937)]} 0 0
   [junit4]   2> 2290179 INFO  (qtp1468160689-17103) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[137 (1600497264478912512)]} 0 0
   [junit4]   2> 2290179 INFO  (qtp499482316-17088) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[138 (1600497264478912512)]} 0 0
   [junit4]   2> 2290180 INFO  (qtp1468160689-17105) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[138 (1600497264478912513)]} 0 0
   [junit4]   2> 2290180 INFO  (qtp499482316-17086) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[139 (1600497264479961088)]} 0 0
   [junit4]   2> 2290180 INFO  (qtp1468160689-17103) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[139 (1600497264479961088)]} 0 0
   [junit4]   2> 2290181 INFO  (qtp499482316-17088) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[140 (1600497264481009664)]} 0 0
   [junit4]   2> 2290181 INFO  (qtp1468160689-17105) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[140 (1600497264481009664)]} 0 0
   [junit4]   2> 2290182 INFO  (qtp499482316-17086) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[141 (1600497264481009665)]} 0 0
   [junit4]   2> 2290182 INFO  (qtp1468160689-17103) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[141 (1600497264482058240)]} 0 0
   [junit4]   2> 2290182 INFO  (qtp499482316-17088) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[142 (1600497264482058240)]} 0 0
   [junit4]   2> 2290184 INFO  (qtp1468160689-17105) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[142 (1600497264484155392)]} 0 0
   [junit4]   2> 2290185 INFO  (qtp499482316-17086) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[143 (1600497264484155392)]} 0 0
   [junit4]   2> 2290185 INFO  (qtp1468160689-17103) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[143 (1600497264485203968)]} 0 0
   [junit4]   2> 2290185 INFO  (qtp499482316-17088) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[144 (1600497264485203968)]} 0 0
   [junit4]   2> 2290186 INFO  (qtp1468160689-17105) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[144 (1600497264485203969)]} 0 0
   [junit4]   2> 2290186 INFO  (qtp499482316-17086) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[145 (1600497264486252544)]} 0 0
   [junit4]   2> 2290186 INFO  (qtp1468160689-17103) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[145 (1600497264486252544)]} 0 0
   [junit4]   2> 2290187 INFO  (qtp499482316-17088) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[146 (1600497264486252545)]} 0 0
   [junit4]   2> 2290187 INFO  (qtp1468160689-17105) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[146 (1600497264487301120)]} 0 0
   [junit4]   2> 2290187 INFO  (qtp499482316-17086) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[147 (1600497264487301120)]} 0 0
   [junit4]   2> 2290188 INFO  (qtp1468160689-17103) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[147 (1600497264488349696)]} 0 0
   [junit4]   2> 2290188 INFO  (qtp499482316-17088) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[148 (1600497264488349696)]} 0 0
   [junit4]   2> 2290188 INFO  (qtp1468160689-17105) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[148 (1600497264488349697)]} 0 0
   [junit4]   2> 2290189 INFO  (qtp499482316-17086) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[149 (1600497264489398272)]} 0 0
   [junit4]   2> 2290189 INFO  (qtp1468160689-17103) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[149 (1600497264489398272)]} 0 0
   [junit4]   2> 2290189 INFO  (qtp499482316-17088) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1600497264489398273,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2290189 INFO  (qtp499482316-17088) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@2e2a82ba 
commitCommandVersion:1600497264489398273
   [junit4]   2> 2290195 INFO  (qtp499482316-17088) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@b398f59[collection1] main]
   [junit4]   2> 2290196 INFO  (qtp499482316-17088) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2290197 INFO  
(searcherExecutor-4847-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@b398f59[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.3.1):c9)
 Uninverting(_1(7.3.1):c59)))}
   [junit4]   2> 2290197 INFO  (qtp499482316-17088) [    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 7
   [junit4]   2> 2290197 INFO  (qtp1468160689-17105) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1600497264497786880,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2290197 INFO  (qtp1468160689-17105) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@34ed8de3 
commitCommandVersion:1600497264497786880
   [junit4]   2> 2290201 INFO  (qtp1468160689-17105) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1aa924c1[collection1] main]
   [junit4]   2> 2290202 INFO  (qtp1468160689-17105) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2290203 INFO  
(searcherExecutor-4858-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1aa924c1[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.3.1):c9)
 Uninverting(_1(7.3.1):c59)))}
   [junit4]   2> 2290203 INFO  (qtp1468160689-17105) [    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> 2290204 INFO  (qtp499482316-17086) [    x:collection1] 
o.a.s.h.RequestHandlerBase Ignoring exception matching parameter cannot be 
negative
   [junit4]   2> 2290204 INFO  (qtp499482316-17086) [    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> 2290204 INFO  (qtp499482316-17088) [    x:collection1] 
o.a.s.h.RequestHandlerBase Ignoring exception matching parameter cannot be 
negative
   [junit4]   2> 2290204 INFO  (qtp499482316-17088) [    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> 2290205 INFO  (qtp499482316-17086) [    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> 2290211 INFO  (qtp1468160689-17120) [    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::213]:33332/|[ff01::083]:33332/|[ff01::114]:33332/|http://127.0.0.1:43815//collection1&rows=10&version=2&q=*:*&NOW=1526353134639&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 2290212 INFO  (qtp1468160689-17104) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1526353134639&ids=1,100,101,146,103,16,149,1001,9,120&isShard=true&shard.url=[ff01::213]:33332/|[ff01::083]:33332/|[ff01::114]:33332/|http://127.0.0.1:43815//collection1&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 2290215 INFO  (qtp1468160689-17103) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&shards=[ff01::213]:33332/|[ff01::083]:33332/|[ff01::114]:33332/|http://127.0.0.1:43815//collection1&sort=n_ti1+desc&wt=javabin&version=2}
 hits=68 status=0 QTime=8
   [junit4]   2> 2290216 INFO  (qtp499482316-17088) [    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> 2290217 INFO  (qtp1468160689-17119) [    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:43815//collection1&rows=10&version=2&q=*:*&NOW=1526353134649&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 2290218 INFO  (qtp1468160689-17104) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1526353134649&ids=133,123,113,124,15,116,6,106,139,130&isShard=true&shard.url=http://127.0.0.1:43815//collection1&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 2290221 INFO  (qtp1468160689-17105) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&shards=http://127.0.0.1:43815//collection1&sort=n_ti1+asc&wt=javabin&version=2}
 hits=68 status=0 QTime=4
   [junit4]   2> 2290222 INFO  (qtp499482316-17086) [    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> 2290223 INFO  (qtp1468160689-17119) [    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:43815//collection1&rows=10&version=2&q=*:*&NOW=1526353134656&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 2290224 INFO  (qtp1468160689-17104) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1526353134656&ids=110,121,144,101,103,4,147,115,17,129&isShard=true&shard.url=http://127.0.0.1:43815//collection1&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 2290226 INFO  (qtp1468160689-17103) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&shards=http://127.0.0.1:43815//collection1&sort=n_f1+desc&wt=javabin&version=2}
 hits=68 status=0 QTime=3
   [junit4]   2> 2290226 INFO  (qtp499482316-17088) [    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> 2290227 INFO  (qtp1468160689-17119) [    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:43815//collection1&rows=10&version=2&q=*:*&NOW=1526353134660&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 2290228 INFO  (qtp1468160689-17104) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1526353134660&ids=132,100,145,3,102,14,135,117,106,119&isShard=true&shard.url=http://127.0.0.1:43815//collection1&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 2290230 INFO  (qtp1468160689-17105) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&shards=http://127.0.0.1:43815//collection1&sort=n_f1+asc&wt=javabin&version=2}
 hits=68 status=0 QTime=2
   [junit4]   2> 2290230 INFO  (qtp499482316-17086) [    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> 2290231 INFO  (qtp1468160689-17119) [    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=http://127.0.0.1:43815//collection1|[ff01::213]:33332/&rows=10&version=2&q=*:*&NOW=1526353134664&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 2290232 INFO  (qtp1468160689-17104) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1526353134664&ids=132,110,112,102,3,4,15,7,107,9&isShard=true&shard.url=http://127.0.0.1:43815//collection1|[ff01::213]:33332/&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 2290233 INFO  (qtp1468160689-17103) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&shards=http://127.0.0.1:43815//collection1|[ff01::213]:33332/&sort=n_tf1+desc&wt=javabin&version=2}
 hits=68 status=0 QTime=2
   [junit4]   2> 2290234 INFO  (qtp499482316-17088) [    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> 2290235 INFO  (qtp1468160689-17119) [    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:43815//collection1|[ff01::083]:33332/&rows=10&version=2&q=*:*&NOW=1526353134667&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 2290236 INFO  (qtp1468160689-17104) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1526353134667&ids=143,12,144,13,114,115,118,129,8,141&isShard=true&shard.url=http://127.0.0.1:43815//collection1|[ff01::083]:33332/&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 2290237 INFO  (qtp1468160689-17105) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&shards=http://127.0.0.1:43815//collection1|[ff01::083]:33332/&sort=n_tf1+asc&wt=javabin&version=2}
 hits=68 status=0 QTime=2
   [junit4]   2> 2290238 INFO  (qtp499482316-17086) [    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> 2290239 INFO  (qtp1468160689-17119) [    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=[ff01::083]:33332/|http://127.0.0.1:43815//collection1|[ff01::213]:33332/&rows=10&version=2&q=*:*&NOW=1526353134671&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 2290240 INFO  (qtp1468160689-17104) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1526353134671&ids=134,123,113,114,15,148,104,115,105,1001&isShard=true&shard.url=[ff01::083]:33332/|http://127.0.0.1:43815//collection1|[ff01::213]:33332/&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 2290240 INFO  (qtp1468160689-17103) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&shards=[ff01::083]:33332/|http://127.0.0.1:43815//collection1|[ff01::213]:33332/&sort=n_d1+desc&wt=javabin&version=2}
 hits=68 status=0 QTime=2
   [junit4]   2> 2290241 INFO  (qtp499482316-17088) [    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> 2290242 INFO  (qtp1468160689-17119) [    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=http://127.0.0.1:43815//collection1&rows=10&version=2&q=*:*&NOW=1526353134675&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 2290243 INFO  (qtp1468160689-17104) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1526353134675&ids=143,101,112,102,128,117,118,108,109,10&isShard=true&shard.url=http://127.0.0.1:43815//collection1&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 2290244 INFO  (qtp1468160689-17105) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&shards=http://127.0.0.1:43815//collection1&sort=n_d1+asc&wt=javabin&version=2}
 hits=68 status=0 QTime=1
   [junit4]   2> 2290244 INFO  (qtp499482316-17086) [    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> 2290246 INFO  (qtp1468160689-17119) [    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=http://127.0.0.1:43815//collection1&rows=10&version=2&q=*:*&NOW=1526353134678&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 2290246 INFO  (qtp1468160689-17104) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1526353134678&ids=143,133,134,102,103,149,105,116,118,130&isShard=true&shard.url=http://127.0.0.1:43815//collection1&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 2290247 INFO  (qtp1468160689-17103) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&shards=http://127.0.0.1:43815//collection1&sort=n_td1+desc&wt=javabin&version=2}
 hits=68 status=0 QTime=1
   [junit4]   2> 2290247 INFO  (qtp499482316-17088) [    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> 2290249 INFO  (qtp1468160689-17119) [    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=[ff01::083]:33332/|http://127.0.0.1:43815//collection1|[ff01::114]:33332/|[ff01::213]:33332/&rows=10&version=2&q=*:*&NOW=1526353134681&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 2290249 INFO  (qtp1468160689-17104) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1526353134681&ids=11,123,135,3,124,125,17,106,1001,10&isShard=true&shard.url=[ff01::083]:33332/|http://127.0.0.1:43815//collection1|[ff01::114]:33332/|[ff01::213]:33332/&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 2290250 INFO  (qtp1468160689-17105) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&shards=[ff01::083]:33332/|http://127.0.0.1:43815//collection1|[ff01::114]:33332/|[ff01::213]:33332/&sort=n_td1+asc&wt=javabin&version=2}
 hits=68 status=0 QTime=1
   [junit4]   2> 2290251 INFO  (qtp499482316-17086) [    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> 2290252 INFO  (qtp1468160689-17119) [    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::083]:33332/|http://127.0.0.1:43815//collection1|[ff01::114]:33332/&rows=10&version=2&q=*:*&NOW=1526353134685&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 2290253 INFO  (qtp1468160689-17104) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1526353134685&ids=110,132,1,111,13,103,148,129,8,118&isShard=true&shard.url=[ff01::083]:33332/|http://127.0.0.1:43815//collection1|[ff01::114]:33332/&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 2290253 INFO  (qtp1468160689-17103) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&shards=[ff01::083]:33332/|http://127.0.0.1:43815//collection1|[ff01::114]:33332/&sort=n_l1+desc&wt=javabin&version=2}
 hits=68 status=0 QTime=1
   [junit4]   2> 2290254 INFO  (qtp499482316-17088) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&distrib=false&sort=n_l1+asc&wt=javabin&version=2} hits=68 
status=0 QTime=0
   [junit4]   2> 2290255 INFO  (qtp1468160689-17119) [    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+asc&shard.url=http://127.0.0.1:43815//collection1&rows=10&version=2&q=*:*&NOW=1526353134688&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 2290256 INFO  (qtp1468160689-17104) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1526353134688&ids=112,124,114,104,137,149,6,139,1001,120&isShard=true&shard.url=http://127.0.0.1:43815//collection1&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 2290257 INFO  (qtp1468160689-17105) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&shards=http://127.0.0.1:43815//collection1&sort=n_l1+asc&wt=javabin&version=2}
 hits=68 status=0 QTime=1
   [junit4]   2> 2290257 INFO  (qtp499482316-17086) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&distrib=false&sort=n_tl1+desc&wt=javabin&version=2} hits=68 
status=0 QTime=0
   [junit4]   2> 2290259 INFO  (qtp1468160689-17119) [    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_tl1+desc&shard.url=[ff01::114]:33332/|http://127.0.0.1:43815//collection1&rows=10&version=2&q=*:*&NOW=1526353134691&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 2290259 INFO  (qtp1468160689-17104) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1526353134691&ids=133,122,145,136,127,17,7,118,130,10&isShard=true&shard.url=[ff01::114]:33332/|http://127.0.0.1:43815//collection1&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 2290260 INFO  (qtp1468160689-17103) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&shards=[ff01::114]:33332/|http://127.0.0.1:43815//collection1&sort=n_tl1+desc&wt=javabin&version=2}
 hits=68 status=0 QTime=2
   [junit4]   2> 2290261 INFO  (qtp499482316-17088) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&distrib=false&sort=n_tl1+asc&wt=javabin&version=2} hits=68 
status=0 QTime=0
   [junit4]   2> 2290262 INFO  (qtp1468160689-17119) [    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_tl1+asc&shard.url=http://127.0.0.1:43815//collection1|[ff01::083]:33332/&rows=10&version=2&q=*:*&NOW=1526353134695&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 2290263 INFO  (qtp1468160689-17104) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1526353134695&ids=121,13,2,134,14,15,148,139,140,131&isShard=true&shard.url=http://127.0.0.1:43815//collection1|[ff01::083]:33332/&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 2290264 INFO  (qtp1468160689-17105) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&shards=http://127.0.0.1:43815//collection1|[ff01::083]:33332/&sort=n_tl1+asc&wt=javabin&version=2}
 hits=68 status=0 QTime=1
   [junit4]   2> 2290264 INFO  (qtp499482316-17086) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&distrib=false&sort=n_dt1+desc&wt=javabin&version=2} hits=68 
status=0 QTime=0
   [junit4]   2> 2290265 INFO  (qtp1468160689-17119) [    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_dt1+desc&shard.url=[ff01::114]:33332/|http://127.0.0.1:43815//collection1|[ff01::213]:33332/&rows=10&version=2&q=*:*&NOW=1526353134698&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 2290266 INFO  (qtp1468160689-17104) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1526353134698&ids=143,123,113,5,126,116,139,107,141,10&isShard=true&shard.url=[ff01::114]:33332/|http://127.0.0.1:43815//collection1|[ff01::213]:33332/&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 2290267 INFO  (qtp1468160689-17103) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&shards=[ff01::114]:33332/|http://127.0.0.1:43815//collection1|[ff01::213]:33332/&sort=n_dt1+desc&wt=javabin&version=2}
 hits=68 status=0 QTime=1
   [junit4]   2> 2290268 INFO  (qtp499482316-17088) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&distrib=false&sort=n_dt1+asc&wt=javabin&version=2} hits=68 
status=0 QTime=0
   [junit4]   2> 2290269 INFO  (qtp1468160689-17119) [    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_dt1+asc&shard.url=[ff01::213]:33332/|http://127.0.0.1:43815//collection1|[ff01::083]:33332/&rows=10&version=2&q=*:*&NOW=1526353134701&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 2290269 INFO  (qtp1468160689-17104) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1526353134701&ids=12,13,136,148,149,7,1001,106,8,140&isShard=true&shard.url=[ff01::213]:33332/|http://127.0.0.1:43815//collection1|[ff01::083]:33332/&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 2290270 INFO  (qtp1468160689-17105) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&shards=[ff01::213]:33332/|http://127.0.0.1:43815//collection1|[ff01::083]:33332/&sort=n_dt1+asc&wt=javabin&version=2}
 hits=68 status=0 QTime=1
   [junit4]   2> 2290271 INFO  (qtp499482316-17086) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&distrib=false&sort=n_tdt1+desc&wt=javabin&version=2} hits=68 
status=0 QTime=0
   [junit4]   2> 2290272 INFO  (qtp1468160689-17119) [    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_tdt1+desc&shard.url=[ff01::213]:33332/|[ff01::114]:33332/|http://127.0.0.1:43815//collection1|[ff01::083]:33332/&rows=10&version=2&q=*:*&NOW=1526353134704&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 2290272 INFO  (qtp1468160689-17104) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1526353134704&ids=132,135,146,103,115,104,116,139,141,142&isShard=true&shard.url=[ff01::213]:33332/|[ff01::114]:33332/|http://127.0.0.1:43815//collection1|[ff01::083]:33332/&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 2290273 INFO  (qtp1468160689-17103) [    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:43815//collection1|[ff01::083]:33332/&sort=n_tdt1+desc&wt=javabin&version=2}
 hits=68 status=0 QTime=1
   [junit4]   2> 2290274 INFO  (qtp499482316-17088) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&distrib=false&sort=n_tdt1+asc&wt=javabin&version=2} hits=68 
status=0 QTime=0
   [junit4]   2> 2290275 INFO  (qtp1468160689-17119) [    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_tdt1+asc&shard.url=http://127.0.0.1:43815//collection1&rows=10&version=2&q=*:*&NOW=1526353134707&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 2290276 INFO  (qtp1468160689-17104) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1526353134707&ids=11,121,133,1,112,4,105,6,1001,117&isShard=true&shard.url=http://127.0.0.1:43815//collection1&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 2290276 INFO  (qtp1468160689-17105) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&shards=http://127.0.0.1:43815//collection1&sort=n_tdt1+asc&wt=javabin&version=2}
 hits=68 status=0 QTime=2
   [junit4]   2> 2290277 INFO  (qtp499482316-17086) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&distrib=false&sort=a_i_ni_p+desc&wt=javabin&version=2} hits=68 
status=0 QTime=0
   [junit4]   2> 2290278 INFO  (qtp1468160689-17119) [    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=a_i_ni_p+desc&shard.url=http://127.0.0.1:43815//collection1|[ff01::114]:33332/&rows=10&version=2&q=*:*&NOW=1526353134711&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 2290279 INFO  (qtp1468160689-17104) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1526353134711&ids=1,12,2,13,3,5,7,8,9,10&isShard=true&shard.url=http://127.0.0.1:43815//collection1|[ff01::114]:33332/&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 2290280 INFO  (qtp1468160689-17103) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&shards=http://127.0.0.1:43815//collection1|[ff01::114]:33332/&sort=a_i_ni_p+desc&wt=javabin&version=2}
 hits=68 status=0 QTime=2
   [junit4]   2> 2290281 INFO  (qtp499482316-17088) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&distrib=false&sort={!func}testfunc(add(a_i_ni_p,5))+desc&wt=javabin&version=2}
 hits=68 status=0 QTime=0
   [junit4]   2> 2290283 INFO  (qtp1468160689-17119) [    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={!func}testfunc(add(a_i_ni_p,5))+desc&shard.url=http://127.0.0.1:43815//collection1&rows=10&version=2&q=*:*&NOW=1526353134715&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 2290283 INFO  (qtp1468160689-17104) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1526353134715&ids=1,12,2,13,3,5,7,8,9,10&isShard=true&shard.url=http://127.0.0.1:43815//collection1&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 2290284 INFO  (qtp1468160689-17105) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&shards=http://127.0.0.1:43815//collection1&sort={!func}testfunc(add(a_i_ni_p,5))+desc&wt=javabin&version=2}
 hits=68 status=0 QTime=2
   [junit4]   2> 2290285 INFO  (qtp499482316-17086) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/

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

 2> 2311003 INFO  (coreCloseExecutor-4969-thread-1) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@6ef45251
   [junit4]   2> 2311003 INFO  (coreCloseExecutor-4969-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=1861505617
   [junit4]   2> 2311003 INFO  (coreCloseExecutor-4969-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@2aece23e: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@273b23c1
   [junit4]   2> 2311010 INFO  
(TEST-TestDistributedSearch.test-seed#[69EDFBAD7873C931]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@55a133ce{/,null,UNAVAILABLE}
   [junit4]   2> 2311010 INFO  
(TEST-TestDistributedSearch.test-seed#[69EDFBAD7873C931]) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestDistributedSearch -Dtests.method=test 
-Dtests.seed=69EDFBAD7873C931 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=ta-IN -Dtests.timezone=Asia/Ujung_Pandang -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   21.6s J0 | TestDistributedSearch.test <<<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.SolrServerException: IOException occured when 
talking to server at: http://127.0.0.1:37767//collection1
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([69EDFBAD7873C931:E1B9C477D68FA4C9]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:657)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:895)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:858)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:873)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase.del(BaseDistributedSearchTestCase.java:542)
   [junit4]    >        at 
org.apache.solr.TestDistributedSearch.test(TestDistributedSearch.java:1034)
   [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:1019)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:841)
   [junit4]    > Caused by: org.apache.http.NoHttpResponseException: 
127.0.0.1:37767 failed to respond
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:141)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
   [junit4]    >        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
   [junit4]    >        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
   [junit4]    >        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
   [junit4]    >        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
   [junit4]    >        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
   [junit4]    >        at 
org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
   [junit4]    >        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
   [junit4]    >        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
   [junit4]    >        ... 48 more
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-7.3-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_69EDFBAD7873C931-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=RandomSimilarity(queryNorm=true): {}, locale=ta-IN, 
timezone=Asia/Ujung_Pandang
   [junit4]   2> NOTE: Linux 4.13.0-39-generic amd64/Oracle Corporation 11-ea 
(64-bit)/cpus=8,threads=1,free=272438304,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestGroupingSearch, 
SolrRequestParserTest, TestSolrCloudWithSecureImpersonation, DeleteStatusTest, 
TestSolrDeletionPolicy1, TestSort, RemoteQueryErrorTest, 
BlockJoinFacetRandomTest, TestSchemaManager, TestInPlaceUpdatesStandalone, 
BufferStoreTest, TestJoin, SchemaApiFailureTest, TestRawTransformer, 
TestLMDirichletSimilarityFactory, TestComputePlanAction, TestReplicaProperties, 
TestRestManager, TestSolrQueryParser, ExecutePlanActionTest, EchoParamsTest, 
DocValuesNotIndexedTest, CollectionStateFormat2Test, MBeansHandlerTest, 
TestJavabinTupleStreamParser, XmlUpdateRequestHandlerTest, 
TestLeaderInitiatedRecoveryThread, TestExclusionRuleCollectionAccess, 
TestNonDefinedSimilarityFactory, TestExportWriter, SolrJmxReporterTest, 
StatsComponentTest, InfixSuggestersTest, TestStressLucene, 
BasicAuthStandaloneTest, TestFieldCacheSort, TestSmileRequest, 
SuggesterWFSTTest, AnalysisErrorHandlingTest, 
DocumentAnalysisRequestHandlerTest, BadCopyFieldTest, 
TestPKIAuthenticationPlugin, TestCrossCoreJoin, ConfigSetsAPITest, 
TestChildDocTransformer, HdfsThreadLeakTest, TestSolrConfigHandler, 
SolrShardReporterTest, OverseerModifyCollectionTest, SearchHandlerTest, 
UninvertDocValuesMergePolicyTest, TestOnReconnectListenerSupport, 
TestExtendedDismaxParser, HttpPartitionTest, TestLegacyTerms, TestTrieFacet, 
CoreSorterTest, CollectionTooManyReplicasTest, TestCollationFieldDocValues, 
CoreMergeIndexesAdminHandlerTest, CdcrBootstrapTest, TestFieldCacheWithThreads, 
CreateRoutedAliasTest, TestReloadDeadlock, CursorPagingTest, 
TestTolerantUpdateProcessorRandomCloud, TestFieldResource, 
ReplicationFactorTest, DistributedFacetSimpleRefinementLongTailTest, 
FullHLLTest, OutOfBoxZkACLAndCredentialsProvidersTest, AnalyticsQueryTest, 
TestDistributedStatsComponentCardinality, HdfsWriteToMultipleCollectionsTest, 
HighlighterMaxOffsetTest, TestComplexPhraseLeadingWildcard, 
TestGenericDistributedQueue, SolrPluginUtilsTest, 
SolrCoreCheckLockOnStartupTest, TestConfigsApi, TestIndexSearcher, 
AliasIntegrationTest, TestDynamicFieldCollectionResource, 
OpenCloseCoreStressTest, TestPolicyCloud, TestIBSimilarityFactory, TestDocSet, 
MetricTriggerTest, TestCSVLoader, DistributedTermsComponentTest, 
TestTriggerIntegration, TestConfig, SpatialHeatmapFacetsTest, 
TestPivotHelperCode, TestPayloadScoreQParserPlugin, TestConfigSets, 
TestCloudNestedDocsSort, TestPseudoReturnFields, TestDocTermOrds, 
UtilsToolTest, FieldAnalysisRequestHandlerTest, DistribJoinFromCollectionTest, 
TestAuthenticationFramework, TestReloadAndDeleteDocs, TestUseDocValuesAsStored, 
TestPHPSerializedResponseWriter, TestBlendedInfixSuggestions, 
ZkStateReaderTest, TestZkAclsWithHadoopAuth, FullSolrCloudDistribCmdsTest, 
SolrCLIZkUtilsTest, CurrencyFieldTypeTest, ShardRoutingTest, 
ChaosMonkeyNothingIsSafeWithPullReplicasTest, TestPhraseSuggestions, 
TolerantUpdateProcessorTest, BasicDistributedZkTest, 
TemplateUpdateProcessorTest, UpdateParamsTest, 
DistributedQueryComponentOptimizationTest, OutputWriterTest, 
AutoAddReplicasPlanActionTest, TestWordDelimiterFilterFactory, 
TestHighFrequencyDictionaryFactory, PeerSyncWithIndexFingerprintCachingTest, 
TestDistributedSearch]
   [junit4] Completed [627/783 (1!)] on J0 in 21.59s, 1 test, 1 error <<< 
FAILURES!

[...truncated 43240 lines...]
[repro] Jenkins log URL: 
https://jenkins.thetaphi.de/job/Lucene-Solr-7.3-Linux/227/consoleText

[repro] Revision: 1dfa1fa83922b955205bfaf73d6da55bf7e4e102

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseG1GC"
[repro] Repro line:  ant test  -Dtestcase=TestDistributedSearch 
-Dtests.method=test -Dtests.seed=69EDFBAD7873C931 -Dtests.multiplier=3 
-Dtests.slow=true -Dtests.locale=ta-IN -Dtests.timezone=Asia/Ujung_Pandang 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] ant clean

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

[...truncated 3315 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 
-Dtests.class="*.TestDistributedSearch" -Dtests.showOutput=onerror 
"-Dargs=-XX:+UseCompressedOops -XX:+UseG1GC" -Dtests.seed=69EDFBAD7873C931 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ta-IN 
-Dtests.timezone=Asia/Ujung_Pandang -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8

[...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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to