You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2018/03/25 19:00:00 UTC

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

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.3-Windows/17/
Java: 64bit/jdk1.8.0_144 -XX:+UseCompressedOops -XX:+UseG1GC

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

Error Message:
Expected to find shardAddress in the up shard info: {error=org.apache.solr.client.solrj.SolrServerException: Time allowed to handle this request exceeded,trace=org.apache.solr.client.solrj.SolrServerException: Time allowed to handle this request exceeded  at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:460)  at org.apache.solr.handler.component.HttpShardHandlerFactory.makeLoadBalancedRequest(HttpShardHandlerFactory.java:273)  at org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:175)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748) ,time=1}

Stack Trace:
java.lang.AssertionError: Expected to find shardAddress in the up shard info: {error=org.apache.solr.client.solrj.SolrServerException: Time allowed to handle this request exceeded,trace=org.apache.solr.client.solrj.SolrServerException: Time allowed to handle this request exceeded
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:460)
	at org.apache.solr.handler.component.HttpShardHandlerFactory.makeLoadBalancedRequest(HttpShardHandlerFactory.java:273)
	at org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:175)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
,time=1}
	at __randomizedtesting.SeedInfo.seed([BEA4B20554C88A0A:36F08DDFFA34E7F2]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.TestDistributedSearch.comparePartialResponses(TestDistributedSearch.java:1191)
	at org.apache.solr.TestDistributedSearch.queryPartialResults(TestDistributedSearch.java:1132)
	at org.apache.solr.TestDistributedSearch.test(TestDistributedSearch.java:992)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at 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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12911 lines...]
   [junit4] Suite: org.apache.solr.TestDistributedSearch
   [junit4]   2> 1011506 INFO  (SUITE-TestDistributedSearch-seed#[BEA4B20554C88A0A]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-7.3-Windows\solr\build\solr-core\test\J1\temp\solr.TestDistributedSearch_BEA4B20554C88A0A-001\init-core-data-001
   [junit4]   2> 1011506 WARN  (SUITE-TestDistributedSearch-seed#[BEA4B20554C88A0A]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=24 numCloses=24
   [junit4]   2> 1011506 INFO  (SUITE-TestDistributedSearch-seed#[BEA4B20554C88A0A]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1011513 INFO  (SUITE-TestDistributedSearch-seed#[BEA4B20554C88A0A]-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> 1011513 INFO  (SUITE-TestDistributedSearch-seed#[BEA4B20554C88A0A]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1012009 INFO  (TEST-TestDistributedSearch.test-seed#[BEA4B20554C88A0A]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to C:\Users\jenkins\workspace\Lucene-Solr-7.3-Windows\solr\build\solr-core\test\J1\temp\solr.TestDistributedSearch_BEA4B20554C88A0A-001\tempDir-001\control\cores\collection1
   [junit4]   2> 1012011 INFO  (TEST-TestDistributedSearch.test-seed#[BEA4B20554C88A0A]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1012011 INFO  (TEST-TestDistributedSearch.test-seed#[BEA4B20554C88A0A]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1012011 INFO  (TEST-TestDistributedSearch.test-seed#[BEA4B20554C88A0A]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1012011 INFO  (TEST-TestDistributedSearch.test-seed#[BEA4B20554C88A0A]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 1012012 INFO  (TEST-TestDistributedSearch.test-seed#[BEA4B20554C88A0A]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@e801a2d{/,null,AVAILABLE}
   [junit4]   2> 1012012 INFO  (TEST-TestDistributedSearch.test-seed#[BEA4B20554C88A0A]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@139f63e{HTTP/1.1,[http/1.1]}{127.0.0.1:56004}
   [junit4]   2> 1012012 INFO  (TEST-TestDistributedSearch.test-seed#[BEA4B20554C88A0A]) [    ] o.e.j.s.Server Started @1020224ms
   [junit4]   2> 1012013 INFO  (TEST-TestDistributedSearch.test-seed#[BEA4B20554C88A0A]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, hostPort=56004, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-7.3-Windows\solr\build\solr-core\test\J1\temp\solr.TestDistributedSearch_BEA4B20554C88A0A-001\tempDir-001\control\cores}
   [junit4]   2> 1012013 ERROR (TEST-TestDistributedSearch.test-seed#[BEA4B20554C88A0A]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1012013 INFO  (TEST-TestDistributedSearch.test-seed#[BEA4B20554C88A0A]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 1012013 INFO  (TEST-TestDistributedSearch.test-seed#[BEA4B20554C88A0A]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 1012013 INFO  (TEST-TestDistributedSearch.test-seed#[BEA4B20554C88A0A]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1012013 INFO  (TEST-TestDistributedSearch.test-seed#[BEA4B20554C88A0A]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-25T17:45:41.203Z
   [junit4]   2> 1012014 INFO  (TEST-TestDistributedSearch.test-seed#[BEA4B20554C88A0A]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-7.3-Windows\solr\build\solr-core\test\J1\temp\solr.TestDistributedSearch_BEA4B20554C88A0A-001\tempDir-001\control\solr.xml
   [junit4]   2> 1012021 INFO  (TEST-TestDistributedSearch.test-seed#[BEA4B20554C88A0A]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1012021 INFO  (TEST-TestDistributedSearch.test-seed#[BEA4B20554C88A0A]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1012037 INFO  (TEST-TestDistributedSearch.test-seed#[BEA4B20554C88A0A]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@51b7665b, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1012110 INFO  (TEST-TestDistributedSearch.test-seed#[BEA4B20554C88A0A]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@51b7665b
   [junit4]   2> 1012117 INFO  (TEST-TestDistributedSearch.test-seed#[BEA4B20554C88A0A]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@51b7665b
   [junit4]   2> 1012117 INFO  (TEST-TestDistributedSearch.test-seed#[BEA4B20554C88A0A]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@51b7665b
   [junit4]   2> 1012120 INFO  (TEST-TestDistributedSearch.test-seed#[BEA4B20554C88A0A]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-7.3-Windows\solr\build\solr-core\test\J1\temp\solr.TestDistributedSearch_BEA4B20554C88A0A-001\tempDir-001\control\cores
   [junit4]   2> 1012120 INFO  (TEST-TestDistributedSearch.test-seed#[BEA4B20554C88A0A]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1012120 INFO  (coreLoadExecutor-4259-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1012122 INFO  (coreLoadExecutor-4259-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/C:/Users/jenkins/workspace/Lucene-Solr-7.3-Windows/solr/core/src/test-files/solr/collection1/lib, /C:/Users/jenkins/workspace/Lucene-Solr-7.3-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1012174 INFO  (coreLoadExecutor-4259-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1012187 INFO  (coreLoadExecutor-4259-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1012240 INFO  (coreLoadExecutor-4259-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1012248 INFO  (coreLoadExecutor-4259-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset C:\Users\jenkins\workspace\Lucene-Solr-7.3-Windows\solr\core\src\test-files\solr\collection1, trusted=true
   [junit4]   2> 1012248 INFO  (coreLoadExecutor-4259-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@51b7665b
   [junit4]   2> 1012250 INFO  (coreLoadExecutor-4259-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1012250 INFO  (coreLoadExecutor-4259-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.3-Windows\solr\core\src\test-files\solr\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.3-Windows\solr\build\solr-core\test\J1\temp\solr.TestDistributedSearch_BEA4B20554C88A0A-001\tempDir-001\control\cores\collection1\data\]
   [junit4]   2> 1012250 INFO  (coreLoadExecutor-4259-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=6.0361328125, floorSegmentMB=1.7890625, forceMergeDeletesPctAllowed=28.071061008818457, segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4017286944948236
   [junit4]   2> 1012330 INFO  (coreLoadExecutor-4259-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1012330 INFO  (coreLoadExecutor-4259-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1012330 INFO  (coreLoadExecutor-4259-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1012330 INFO  (coreLoadExecutor-4259-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1012332 INFO  (coreLoadExecutor-4259-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=40, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=45.595703125, floorSegmentMB=1.3349609375, forceMergeDeletesPctAllowed=24.744901122126183, segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7271269381625535
   [junit4]   2> 1012332 INFO  (coreLoadExecutor-4259-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@283d2601[collection1] main]
   [junit4]   2> 1012333 INFO  (coreLoadExecutor-4259-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1012353 INFO  (coreLoadExecutor-4259-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1012409 INFO  (coreLoadExecutor-4259-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1012409 INFO  (searcherExecutor-4260-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1012409 INFO  (coreLoadExecutor-4259-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1595932610762113024
   [junit4]   2> 1012409 INFO  (searcherExecutor-4260-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1012409 INFO  (searcherExecutor-4260-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1012409 INFO  (searcherExecutor-4260-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1012409 INFO  (searcherExecutor-4260-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1012410 INFO  (searcherExecutor-4260-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1012410 INFO  (searcherExecutor-4260-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1012410 INFO  (searcherExecutor-4260-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1012410 INFO  (searcherExecutor-4260-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1012412 INFO  (searcherExecutor-4260-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@283d2601[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1012815 INFO  (TEST-TestDistributedSearch.test-seed#[BEA4B20554C88A0A]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to C:\Users\jenkins\workspace\Lucene-Solr-7.3-Windows\solr\build\solr-core\test\J1\temp\solr.TestDistributedSearch_BEA4B20554C88A0A-001\tempDir-001\shard0\cores\collection1
   [junit4]   2> 1012817 INFO  (TEST-TestDistributedSearch.test-seed#[BEA4B20554C88A0A]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1012817 INFO  (TEST-TestDistributedSearch.test-seed#[BEA4B20554C88A0A]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1012817 INFO  (TEST-TestDistributedSearch.test-seed#[BEA4B20554C88A0A]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1012817 INFO  (TEST-TestDistributedSearch.test-seed#[BEA4B20554C88A0A]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 1012818 INFO  (TEST-TestDistributedSearch.test-seed#[BEA4B20554C88A0A]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4f1e0198{/,null,AVAILABLE}
   [junit4]   2> 1012818 INFO  (TEST-TestDistributedSearch.test-seed#[BEA4B20554C88A0A]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5fb00{HTTP/1.1,[http/1.1]}{127.0.0.1:56007}
   [junit4]   2> 1012818 INFO  (TEST-TestDistributedSearch.test-seed#[BEA4B20554C88A0A]) [    ] o.e.j.s.Server Started @1021030ms
   [junit4]   2> 1012818 INFO  (TEST-TestDistributedSearch.test-seed#[BEA4B20554C88A0A]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, hostPort=56007, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-7.3-Windows\solr\build\solr-core\test\J1\temp\solr.TestDistributedSearch_BEA4B20554C88A0A-001\tempDir-001\shard0\cores}
   [junit4]   2> 1012818 ERROR (TEST-TestDistributedSearch.test-seed#[BEA4B20554C88A0A]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1012818 INFO  (TEST-TestDistributedSearch.test-seed#[BEA4B20554C88A0A]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 1012818 INFO  (TEST-TestDistributedSearch.test-seed#[BEA4B20554C88A0A]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 1012818 INFO  (TEST-TestDistributedSearch.test-seed#[BEA4B20554C88A0A]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1012819 INFO  (TEST-TestDistributedSearch.test-seed#[BEA4B20554C88A0A]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-25T17:45:42.009Z
   [junit4]   2> 1012819 INFO  (TEST-TestDistributedSearch.test-seed#[BEA4B20554C88A0A]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-7.3-Windows\solr\build\solr-core\test\J1\temp\solr.TestDistributedSearch_BEA4B20554C88A0A-001\tempDir-001\shard0\solr.xml
   [junit4]   2> 1012825 INFO  (TEST-TestDistributedSearch.test-seed#[BEA4B20554C88A0A]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1012825 INFO  (TEST-TestDistributedSearch.test-seed#[BEA4B20554C88A0A]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1012825 INFO  (TEST-TestDistributedSearch.test-seed#[BEA4B20554C88A0A]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@51b7665b, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1012889 INFO  (TEST-TestDistributedSearch.test-seed#[BEA4B20554C88A0A]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@51b7665b
   [junit4]   2> 1012897 INFO  (TEST-TestDistributedSearch.test-seed#[BEA4B20554C88A0A]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@51b7665b
   [junit4]   2> 1012897 INFO  (TEST-TestDistributedSearch.test-seed#[BEA4B20554C88A0A]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@51b7665b
   [junit4]   2> 1012900 INFO  (TEST-TestDistributedSearch.test-seed#[BEA4B20554C88A0A]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-7.3-Windows\solr\build\solr-core\test\J1\temp\solr.TestDistributedSearch_BEA4B20554C88A0A-001\tempDir-001\shard0\cores
   [junit4]   2> 1012900 INFO  (TEST-TestDistributedSearch.test-seed#[BEA4B20554C88A0A]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1012900 INFO  (coreLoadExecutor-4270-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1012902 INFO  (coreLoadExecutor-4270-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/C:/Users/jenkins/workspace/Lucene-Solr-7.3-Windows/solr/core/src/test-files/solr/collection1/lib, /C:/Users/jenkins/workspace/Lucene-Solr-7.3-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1012965 INFO  (coreLoadExecutor-4270-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1012979 INFO  (coreLoadExecutor-4270-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1013042 INFO  (coreLoadExecutor-4270-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1013051 INFO  (coreLoadExecutor-4270-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset C:\Users\jenkins\workspace\Lucene-Solr-7.3-Windows\solr\core\src\test-files\solr\collection1, trusted=true
   [junit4]   2> 1013051 INFO  (coreLoadExecutor-4270-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@51b7665b
   [junit4]   2> 1013051 INFO  (coreLoadExecutor-4270-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1013051 INFO  (coreLoadExecutor-4270-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.3-Windows\solr\core\src\test-files\solr\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.3-Windows\solr\build\solr-core\test\J1\temp\solr.TestDistributedSearch_BEA4B20554C88A0A-001\tempDir-001\shard0\cores\collection1\data\]
   [junit4]   2> 1013053 INFO  (coreLoadExecutor-4270-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=6.0361328125, floorSegmentMB=1.7890625, forceMergeDeletesPctAllowed=28.071061008818457, segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4017286944948236
   [junit4]   2> 1013131 INFO  (coreLoadExecutor-4270-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1013131 INFO  (coreLoadExecutor-4270-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1013132 INFO  (coreLoadExecutor-4270-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1013132 INFO  (coreLoadExecutor-4270-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1013133 INFO  (coreLoadExecutor-4270-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=40, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=45.595703125, floorSegmentMB=1.3349609375, forceMergeDeletesPctAllowed=24.744901122126183, segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7271269381625535
   [junit4]   2> 1013133 INFO  (coreLoadExecutor-4270-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4da3b592[collection1] main]
   [junit4]   2> 1013134 INFO  (coreLoadExecutor-4270-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1013182 INFO  (coreLoadExecutor-4270-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1013235 INFO  (coreLoadExecutor-4270-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1013235 INFO  (searcherExecutor-4271-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1013235 INFO  (coreLoadExecutor-4270-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1595932611628236800
   [junit4]   2> 1013235 INFO  (searcherExecutor-4271-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1013235 INFO  (searcherExecutor-4271-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1013235 INFO  (searcherExecutor-4271-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1013236 INFO  (searcherExecutor-4271-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1013236 INFO  (searcherExecutor-4271-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1013236 INFO  (searcherExecutor-4271-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1013237 INFO  (searcherExecutor-4271-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1013237 INFO  (searcherExecutor-4271-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1013238 INFO  (searcherExecutor-4271-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4da3b592[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1013239 INFO  (TEST-TestDistributedSearch.test-seed#[BEA4B20554C88A0A]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1013245 INFO  (qtp158204320-10784) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{deleteByQuery=*:* (-1595932611635576832)} 0 3
   [junit4]   2> 1013250 INFO  (qtp842500126-10801) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{deleteByQuery=*:* (-1595932611641868288)} 0 2
   [junit4]   2> 1013268 INFO  (qtp158204320-10786) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[1 (1595932611646062592)]} 0 15
   [junit4]   2> 1013271 INFO  (qtp842500126-10804) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[1 (1595932611664936960)]} 0 1
   [junit4]   2> 1013277 INFO  (qtp158204320-10789) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[2 (1595932611665985536)]} 0 4
   [junit4]   2> 1013278 INFO  (qtp842500126-10805) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[2 (1595932611672276992)]} 0 1
   [junit4]   2> 1013279 INFO  (qtp158204320-10786) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[3 (1595932611673325568)]} 0 0
   [junit4]   2> 1013279 INFO  (qtp842500126-10804) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[3 (1595932611674374144)]} 0 0
   [junit4]   2> 1013280 INFO  (qtp158204320-10789) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[4 (1595932611675422720)]} 0 0
   [junit4]   2> 1013281 INFO  (qtp842500126-10805) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[4 (1595932611676471296)]} 0 0
   [junit4]   2> 1013282 INFO  (qtp158204320-10786) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[5 (1595932611676471296)]} 0 0
   [junit4]   2> 1013282 INFO  (qtp842500126-10804) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[5 (1595932611677519872)]} 0 0
   [junit4]   2> 1013282 INFO  (qtp158204320-10789) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[6 (1595932611677519872)]} 0 0
   [junit4]   2> 1013283 INFO  (qtp842500126-10805) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[6 (1595932611678568448)]} 0 0
   [junit4]   2> 1013284 INFO  (qtp158204320-10786) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[7 (1595932611678568448)]} 0 0
   [junit4]   2> 1013284 INFO  (qtp842500126-10804) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[7 (1595932611679617024)]} 0 0
   [junit4]   2> 1013285 INFO  (qtp158204320-10789) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[8 (1595932611680665600)]} 0 0
   [junit4]   2> 1013285 INFO  (qtp842500126-10805) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[8 (1595932611680665600)]} 0 0
   [junit4]   2> 1013286 INFO  (qtp158204320-10786) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[9 (1595932611681714176)]} 0 0
   [junit4]   2> 1013286 INFO  (qtp842500126-10804) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[9 (1595932611681714176)]} 0 0
   [junit4]   2> 1013287 INFO  (qtp158204320-10789) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1595932611682762752,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1013287 INFO  (qtp158204320-10789) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@2ac47bd0 commitCommandVersion:1595932611682762752
   [junit4]   2> 1013293 INFO  (qtp158204320-10789) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4791d128[collection1] main]
   [junit4]   2> 1013293 INFO  (qtp158204320-10789) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1013295 INFO  (searcherExecutor-4260-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4791d128[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.3.0):c9)))}
   [junit4]   2> 1013295 INFO  (qtp158204320-10789) [    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> 1013295 INFO  (qtp842500126-10805) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1595932611691151360,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1013296 INFO  (qtp842500126-10805) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@2f941cb commitCommandVersion:1595932611691151360
   [junit4]   2> 1013301 INFO  (qtp842500126-10805) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5d15f140[collection1] main]
   [junit4]   2> 1013302 INFO  (qtp842500126-10805) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1013304 INFO  (searcherExecutor-4271-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5d15f140[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.3.0):c9)))}
   [junit4]   2> 1013304 INFO  (qtp842500126-10805) [    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 9
   [junit4]   2> 1013307 INFO  (qtp158204320-10786) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[10 (1595932611701637120)]} 0 2
   [junit4]   2> 1013310 INFO  (qtp842500126-10804) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[10 (1595932611704782848)]} 0 2
   [junit4]   2> 1013314 INFO  (qtp158204320-10789) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[11 (1595932611707928576)]} 0 2
   [junit4]   2> 1013317 INFO  (qtp842500126-10805) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[11 (1595932611711074304)]} 0 2
   [junit4]   2> 1013318 INFO  (qtp158204320-10786) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[12 (1595932611715268608)]} 0 0
   [junit4]   2> 1013321 INFO  (qtp842500126-10804) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[12 (1595932611716317184)]} 0 1
   [junit4]   2> 1013322 INFO  (qtp158204320-10789) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[13 (1595932611718414336)]} 0 0
   [junit4]   2> 1013323 INFO  (qtp842500126-10805) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[13 (1595932611719462912)]} 0 0
   [junit4]   2> 1013325 INFO  (qtp158204320-10786) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[1001 (1595932611721560064)]} 0 1
   [junit4]   2> 1013327 INFO  (qtp842500126-10804) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[1001 (1595932611723657216)]} 0 0
   [junit4]   2> 1013328 INFO  (qtp158204320-10789) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[14 (1595932611724705792)]} 0 0
   [junit4]   2> 1013328 INFO  (qtp842500126-10805) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[14 (1595932611725754368)]} 0 0
   [junit4]   2> 1013329 INFO  (qtp158204320-10786) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[15 (1595932611726802944)]} 0 0
   [junit4]   2> 1013330 INFO  (qtp842500126-10804) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[15 (1595932611727851520)]} 0 0
   [junit4]   2> 1013331 INFO  (qtp158204320-10789) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[16 (1595932611728900096)]} 0 0
   [junit4]   2> 1013332 INFO  (qtp842500126-10805) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[16 (1595932611728900096)]} 0 0
   [junit4]   2> 1013333 INFO  (qtp158204320-10786) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[17 (1595932611729948672)]} 0 0
   [junit4]   2> 1013334 INFO  (qtp842500126-10804) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[17 (1595932611730997248)]} 0 0
   [junit4]   2> 1013335 INFO  (qtp158204320-10789) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[100 (1595932611733094400)]} 0 0
   [junit4]   2> 1013336 INFO  (qtp842500126-10805) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[100 (1595932611734142976)]} 0 0
   [junit4]   2> 1013337 INFO  (qtp158204320-10786) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[101 (1595932611735191552)]} 0 0
   [junit4]   2> 1013338 INFO  (qtp842500126-10804) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[101 (1595932611736240128)]} 0 0
   [junit4]   2> 1013339 INFO  (qtp158204320-10789) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[102 (1595932611737288704)]} 0 0
   [junit4]   2> 1013341 INFO  (qtp842500126-10805) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[102 (1595932611739385856)]} 0 0
   [junit4]   2> 1013342 INFO  (qtp158204320-10786) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[103 (1595932611740434432)]} 0 0
   [junit4]   2> 1013343 INFO  (qtp842500126-10804) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[103 (1595932611741483008)]} 0 0
   [junit4]   2> 1013344 INFO  (qtp158204320-10789) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[104 (1595932611742531584)]} 0 0
   [junit4]   2> 1013345 INFO  (qtp842500126-10805) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[104 (1595932611743580160)]} 0 0
   [junit4]   2> 1013346 INFO  (qtp158204320-10786) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[105 (1595932611743580160)]} 0 0
   [junit4]   2> 1013347 INFO  (qtp842500126-10804) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[105 (1595932611745677312)]} 0 0
   [junit4]   2> 1013348 INFO  (qtp158204320-10789) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[106 (1595932611746725888)]} 0 0
   [junit4]   2> 1013349 INFO  (qtp842500126-10805) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[106 (1595932611747774464)]} 0 0
   [junit4]   2> 1013350 INFO  (qtp158204320-10786) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[107 (1595932611748823040)]} 0 0
   [junit4]   2> 1013351 INFO  (qtp842500126-10804) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[107 (1595932611749871616)]} 0 0
   [junit4]   2> 1013352 INFO  (qtp158204320-10789) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[108 (1595932611750920192)]} 0 0
   [junit4]   2> 1013354 INFO  (qtp842500126-10805) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[108 (1595932611751968768)]} 0 0
   [junit4]   2> 1013355 INFO  (qtp158204320-10786) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[109 (1595932611753017344)]} 0 0
   [junit4]   2> 1013356 INFO  (qtp842500126-10804) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[109 (1595932611754065920)]} 0 0
   [junit4]   2> 1013357 INFO  (qtp158204320-10789) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[110 (1595932611756163072)]} 0 0
   [junit4]   2> 1013358 INFO  (qtp842500126-10805) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[110 (1595932611757211648)]} 0 0
   [junit4]   2> 1013359 INFO  (qtp158204320-10786) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[111 (1595932611758260224)]} 0 0
   [junit4]   2> 1013360 INFO  (qtp842500126-10804) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[111 (1595932611759308800)]} 0 0
   [junit4]   2> 1013361 INFO  (qtp158204320-10789) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[112 (1595932611760357376)]} 0 0
   [junit4]   2> 1013362 INFO  (qtp842500126-10805) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[112 (1595932611761405952)]} 0 0
   [junit4]   2> 1013363 INFO  (qtp158204320-10786) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[113 (1595932611762454528)]} 0 0
   [junit4]   2> 1013364 INFO  (qtp842500126-10804) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[113 (1595932611763503104)]} 0 0
   [junit4]   2> 1013365 INFO  (qtp158204320-10789) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[114 (1595932611763503104)]} 0 0
   [junit4]   2> 1013365 INFO  (qtp842500126-10805) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[114 (1595932611764551680)]} 0 0
   [junit4]   2> 1013368 INFO  (qtp158204320-10786) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[115 (1595932611766648832)]} 0 0
   [junit4]   2> 1013368 INFO  (qtp842500126-10804) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[115 (1595932611767697408)]} 0 0
   [junit4]   2> 1013369 INFO  (qtp158204320-10789) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[116 (1595932611768745984)]} 0 0
   [junit4]   2> 1013370 INFO  (qtp842500126-10805) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[116 (1595932611769794560)]} 0 0
   [junit4]   2> 1013370 INFO  (qtp158204320-10786) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[117 (1595932611769794560)]} 0 0
   [junit4]   2> 1013371 INFO  (qtp842500126-10804) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[117 (1595932611770843136)]} 0 0
   [junit4]   2> 1013372 INFO  (qtp158204320-10789) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[118 (1595932611771891712)]} 0 0
   [junit4]   2> 1013373 INFO  (qtp842500126-10805) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[118 (1595932611771891712)]} 0 0
   [junit4]   2> 1013374 INFO  (qtp158204320-10786) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[119 (1595932611772940288)]} 0 0
   [junit4]   2> 1013374 INFO  (qtp842500126-10804) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[119 (1595932611773988864)]} 0 0
   [junit4]   2> 1013375 INFO  (qtp158204320-10789) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[120 (1595932611775037440)]} 0 0
   [junit4]   2> 1013375 INFO  (qtp842500126-10805) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[120 (1595932611775037440)]} 0 0
   [junit4]   2> 1013376 INFO  (qtp158204320-10786) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[121 (1595932611776086016)]} 0 0
   [junit4]   2> 1013376 INFO  (qtp842500126-10804) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[121 (1595932611776086016)]} 0 0
   [junit4]   2> 1013377 INFO  (qtp158204320-10789) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[122 (1595932611777134592)]} 0 0
   [junit4]   2> 1013377 INFO  (qtp842500126-10805) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[122 (1595932611777134592)]} 0 0
   [junit4]   2> 1013378 INFO  (qtp158204320-10786) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[123 (1595932611778183168)]} 0 0
   [junit4]   2> 1013379 INFO  (qtp842500126-10804) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[123 (1595932611779231744)]} 0 0
   [junit4]   2> 1013380 INFO  (qtp158204320-10789) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[124 (1595932611780280320)]} 0 0
   [junit4]   2> 1013381 INFO  (qtp842500126-10805) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[124 (1595932611781328896)]} 0 0
   [junit4]   2> 1013382 INFO  (qtp158204320-10786) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[125 (1595932611782377472)]} 0 0
   [junit4]   2> 1013383 INFO  (qtp842500126-10804) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[125 (1595932611783426048)]} 0 0
   [junit4]   2> 1013385 INFO  (qtp158204320-10789) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[126 (1595932611784474624)]} 0 0
   [junit4]   2> 1013386 INFO  (qtp842500126-10805) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[126 (1595932611785523200)]} 0 0
   [junit4]   2> 1013387 INFO  (qtp158204320-10786) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[127 (1595932611787620352)]} 0 0
   [junit4]   2> 1013388 INFO  (qtp842500126-10804) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[127 (1595932611788668928)]} 0 0
   [junit4]   2> 1013389 INFO  (qtp158204320-10789) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[128 (1595932611789717504)]} 0 0
   [junit4]   2> 1013389 INFO  (qtp842500126-10805) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[128 (1595932611789717504)]} 0 0
   [junit4]   2> 1013389 INFO  (qtp158204320-10786) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[129 (1595932611789717505)]} 0 0
   [junit4]   2> 1013389 INFO  (qtp842500126-10804) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[129 (1595932611789717505)]} 0 0
   [junit4]   2> 1013395 INFO  (qtp158204320-10789) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[130 (1595932611794960384)]} 0 0
   [junit4]   2> 1013396 INFO  (qtp842500126-10805) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[130 (1595932611797057536)]} 0 0
   [junit4]   2> 1013397 INFO  (qtp158204320-10786) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[131 (1595932611798106112)]} 0 0
   [junit4]   2> 1013398 INFO  (qtp842500126-10804) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[131 (1595932611798106112)]} 0 0
   [junit4]   2> 1013399 INFO  (qtp158204320-10789) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[132 (1595932611800203264)]} 0 0
   [junit4]   2> 1013400 INFO  (qtp842500126-10805) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[132 (1595932611801251840)]} 0 0
   [junit4]   2> 1013402 INFO  (qtp158204320-10786) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[133 (1595932611802300416)]} 0 0
   [junit4]   2> 1013403 INFO  (qtp842500126-10804) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[133 (1595932611803348992)]} 0 0
   [junit4]   2> 1013404 INFO  (qtp158204320-10789) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[134 (1595932611804397568)]} 0 0
   [junit4]   2> 1013405 INFO  (qtp842500126-10805) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[134 (1595932611806494720)]} 0 0
   [junit4]   2> 1013407 INFO  (qtp158204320-10786) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[135 (1595932611807543296)]} 0 0
   [junit4]   2> 1013407 INFO  (qtp842500126-10804) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[135 (1595932611808591872)]} 0 0
   [junit4]   2> 1013409 INFO  (qtp158204320-10789) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[136 (1595932611810689024)]} 0 0
   [junit4]   2> 1013410 INFO  (qtp842500126-10805) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[136 (1595932611811737600)]} 0 0
   [junit4]   2> 1013411 INFO  (qtp158204320-10786) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[137 (1595932611812786176)]} 0 0
   [junit4]   2> 1013413 INFO  (qtp842500126-10804) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[137 (1595932611813834752)]} 0 0
   [junit4]   2> 1013414 INFO  (qtp158204320-10789) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[138 (1595932611814883328)]} 0 0
   [junit4]   2> 1013415 INFO  (qtp842500126-10805) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[138 (1595932611815931904)]} 0 0
   [junit4]   2> 1013415 INFO  (qtp158204320-10786) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[139 (1595932611816980480)]} 0 0
   [junit4]   2> 1013417 INFO  (qtp842500126-10804) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[139 (1595932611819077632)]} 0 0
   [junit4]   2> 1013419 INFO  (qtp158204320-10789) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[140 (1595932611820126208)]} 0 0
   [junit4]   2> 1013420 INFO  (qtp842500126-10805) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[140 (1595932611821174784)]} 0 0
   [junit4]   2> 1013421 INFO  (qtp158204320-10786) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[141 (1595932611822223360)]} 0 0
   [junit4]   2> 1013422 INFO  (qtp842500126-10804) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[141 (1595932611823271936)]} 0 0
   [junit4]   2> 1013423 INFO  (qtp158204320-10789) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[142 (1595932611825369088)]} 0 0
   [junit4]   2> 1013424 INFO  (qtp842500126-10805) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[142 (1595932611826417664)]} 0 0
   [junit4]   2> 1013425 INFO  (qtp158204320-10786) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[143 (1595932611827466240)]} 0 0
   [junit4]   2> 1013426 INFO  (qtp842500126-10804) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[143 (1595932611828514816)]} 0 0
   [junit4]   2> 1013426 INFO  (qtp158204320-10789) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[144 (1595932611828514816)]} 0 0
   [junit4]   2> 1013430 INFO  (qtp842500126-10805) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[144 (1595932611832709120)]} 0 0
   [junit4]   2> 1013431 INFO  (qtp158204320-10786) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[145 (1595932611833757696)]} 0 0
   [junit4]   2> 1013432 INFO  (qtp842500126-10804) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[145 (1595932611834806272)]} 0 0
   [junit4]   2> 1013433 INFO  (qtp158204320-10789) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[146 (1595932611834806272)]} 0 0
   [junit4]   2> 1013433 INFO  (qtp842500126-10805) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[146 (1595932611835854848)]} 0 0
   [junit4]   2> 1013434 INFO  (qtp158204320-10786) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[147 (1595932611836903424)]} 0 0
   [junit4]   2> 1013435 INFO  (qtp842500126-10804) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[147 (1595932611837952000)]} 0 0
   [junit4]   2> 1013436 INFO  (qtp158204320-10789) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[148 (1595932611839000576)]} 0 0
   [junit4]   2> 1013437 INFO  (qtp842500126-10805) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[148 (1595932611840049152)]} 0 0
   [junit4]   2> 1013438 INFO  (qtp158204320-10786) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[149 (1595932611841097728)]} 0 0
   [junit4]   2> 1013439 INFO  (qtp842500126-10804) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[149 (1595932611842146304)]} 0 0
   [junit4]   2> 1013440 INFO  (qtp158204320-10789) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1595932611843194880,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1013440 INFO  (qtp158204320-10789) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@2ac47bd0 commitCommandVersion:1595932611843194880
   [junit4]   2> 1013452 INFO  (qtp158204320-10789) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@79635dea[collection1] main]
   [junit4]   2> 1013452 INFO  (qtp158204320-10789) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1013454 INFO  (searcherExecutor-4260-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@79635dea[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.3.0):c9) Uninverting(_1(7.3.0):c59)))}
   [junit4]   2> 1013454 INFO  (qtp158204320-10789) [    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 14
   [junit4]   2> 1013455 INFO  (qtp842500126-10805) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1595932611858923520,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1013455 INFO  (qtp842500126-10805) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@2f941cb commitCommandVersion:1595932611858923520
   [junit4]   2> 1013461 INFO  (qtp842500126-10805) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@42480dec[collection1] main]
   [junit4]   2> 1013461 INFO  (qtp842500126-10805) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1013467 INFO  (searcherExecutor-4271-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@42480dec[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.3.0):c9) Uninverting(_1(7.3.0):c59)))}
   [junit4]   2> 1013467 INFO  (qtp842500126-10805) [    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 11
   [junit4]   2> 1013469 INFO  (qtp158204320-10786) [    x:collection1] o.a.s.h.RequestHandlerBase Ignoring exception matching parameter cannot be negative
   [junit4]   2> 1013469 INFO  (qtp158204320-10786) [    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> 1013471 INFO  (qtp158204320-10789) [    x:collection1] o.a.s.h.RequestHandlerBase Ignoring exception matching parameter cannot be negative
   [junit4]   2> 1013471 INFO  (qtp158204320-10789) [    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> 1013472 INFO  (qtp158204320-10786) [    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> 1013481 INFO  (qtp842500126-10807) [    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::114]:33332/|[ff01::083]:33332/|http://127.0.0.1:56007//collection1&rows=10&version=2&q=*:*&NOW=1521999942664&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 1013482 INFO  (qtp842500126-10806) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1521999942664&ids=111,133,123,102,15,6,139,106,141,120&isShard=true&shard.url=[ff01::213]:33332/|[ff01::114]:33332/|[ff01::083]:33332/|http://127.0.0.1:56007//collection1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1013486 INFO  (qtp842500126-10804) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&shards=[ff01::213]:33332/|[ff01::114]:33332/|[ff01::083]:33332/|http://127.0.0.1:56007//collection1&sort=n_ti1+desc&wt=javabin&version=2} hits=68 status=0 QTime=11
   [junit4]   2> 1013486 INFO  (qtp158204320-10789) [    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> 1013493 INFO  (qtp842500126-10804) [    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:56007//collection1|[ff01::083]:33332/|[ff01::114]:33332/|[ff01::213]:33332/&rows=10&version=2&q=*:*&NOW=1521999942680&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 1013494 INFO  (qtp842500126-10806) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1521999942680&ids=11,132,144,2,136,127,117,109,130,142&isShard=true&shard.url=http://127.0.0.1:56007//collection1|[ff01::083]:33332/|[ff01::114]:33332/|[ff01::213]:33332/&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1013496 INFO  (qtp842500126-10807) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&shards=http://127.0.0.1:56007//collection1|[ff01::083]:33332/|[ff01::114]:33332/|[ff01::213]:33332/&sort=n_ti1+asc&wt=javabin&version=2} hits=68 status=0 QTime=5
   [junit4]   2> 1013497 INFO  (qtp158204320-10786) [    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> 1013499 INFO  (qtp842500126-10807) [    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=[ff01::213]:33332/|[ff01::114]:33332/|[ff01::083]:33332/|http://127.0.0.1:56007//collection1&rows=10&version=2&q=*:*&NOW=1521999942689&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 1013501 INFO  (qtp842500126-10806) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1521999942689&ids=121,12,145,147,5,1001,118,107,9,130&isShard=true&shard.url=[ff01::213]:33332/|[ff01::114]:33332/|[ff01::083]:33332/|http://127.0.0.1:56007//collection1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1013503 INFO  (qtp842500126-10804) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&shards=[ff01::213]:33332/|[ff01::114]:33332/|[ff01::083]:33332/|http://127.0.0.1:56007//collection1&sort=n_f1+desc&wt=javabin&version=2} hits=68 status=0 QTime=4
   [junit4]   2> 1013505 INFO  (qtp158204320-10789) [    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> 1013507 INFO  (qtp842500126-10804) [    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=[ff01::083]:33332/|http://127.0.0.1:56007//collection1&rows=10&version=2&q=*:*&NOW=1521999942695&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 1013508 INFO  (qtp842500126-10806) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1521999942695&ids=11,144,122,13,102,105,127,138,139,141&isShard=true&shard.url=[ff01::083]:33332/|http://127.0.0.1:56007//collection1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1013509 INFO  (qtp842500126-10807) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&shards=[ff01::083]:33332/|http://127.0.0.1:56007//collection1&sort=n_f1+asc&wt=javabin&version=2} hits=68 status=0 QTime=3
   [junit4]   2> 1013510 INFO  (qtp158204320-10786) [    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> 1013512 INFO  (qtp842500126-10807) [    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:56007//collection1&rows=10&version=2&q=*:*&NOW=1521999942701&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 1013526 INFO  (qtp842500126-10806) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1521999942701&ids=121,15,103,104,137,105,117,7,107,108&isShard=true&shard.url=http://127.0.0.1:56007//collection1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1013526 INFO  (qtp842500126-10804) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&shards=http://127.0.0.1:56007//collection1&sort=n_tf1+desc&wt=javabin&version=2} hits=68 status=0 QTime=16
   [junit4]   2> 1013530 INFO  (qtp158204320-10789) [    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=1
   [junit4]   2> 1013532 INFO  (qtp842500126-10804) [    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:56007//collection1&rows=10&version=2&q=*:*&NOW=1521999942721&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 1013534 INFO  (qtp842500126-10806) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1521999942721&ids=11,1,112,14,115,127,128,109,131,142&isShard=true&shard.url=http://127.0.0.1:56007//collection1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1013535 INFO  (qtp842500126-10807) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&shards=http://127.0.0.1:56007//collection1&sort=n_tf1+asc&wt=javabin&version=2} hits=68 status=0 QTime=4
   [junit4]   2> 1013536 INFO  (qtp158204320-10786) [    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> 1013539 INFO  (qtp842500126-10807) [    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:56007//collection1|[ff01::213]:33332/&rows=10&version=2&q=*:*&NOW=1521999942728&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 1013540 INFO  (qtp842500126-10806) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1521999942728&ids=110,11,113,136,137,149,6,128,108,131&isShard=true&shard.url=[ff01::083]:33332/|http://127.0.0.1:56007//collection1|[ff01::213]:33332/&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1013542 INFO  (qtp842500126-10804) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&shards=[ff01::083]:33332/|http://127.0.0.1:56007//collection1|[ff01::213]:33332/&sort=n_d1+desc&wt=javabin&version=2} hits=68 status=0 QTime=4
   [junit4]   2> 1013543 INFO  (qtp158204320-10789) [    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> 1013546 INFO  (qtp842500126-10804) [    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:56007//collection1&rows=10&version=2&q=*:*&NOW=1521999942734&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 1013547 INFO  (qtp842500126-10806) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1521999942734&ids=132,111,13,145,112,127,17,1001,118,107&isShard=true&shard.url=http://127.0.0.1:56007//collection1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1013549 INFO  (qtp842500126-10807) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&shards=http://127.0.0.1:56007//collection1&sort=n_d1+asc&wt=javabin&version=2} hits=68 status=0 QTime=3
   [junit4]   2> 1013550 INFO  (qtp158204320-10786) [    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> 1013553 INFO  (qtp842500126-10807) [    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:56007//collection1|[ff01::114]:33332/|[ff01::083]:33332/|[ff01::213]:33332/&rows=10&version=2&q=*:*&NOW=1521999942741&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 1013554 INFO  (qtp842500126-10806) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1521999942741&ids=121,100,13,114,5,104,105,6,139,106&isShard=true&shard.url=http://127.0.0.1:56007//collection1|[ff01::114]:33332/|[ff01::083]:33332/|[ff01::213]:33332/&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1013556 INFO  (qtp842500126-10804) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&shards=http://127.0.0.1:56007//collection1|[ff01::114]:33332/|[ff01::083]:33332/|[ff01::213]:33332/&sort=n_td1+desc&wt=javabin&version=2} hits=68 status=0 QTime=4
   [junit4]   2> 1013557 INFO  (qtp158204320-10789) [    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> 1013559 INFO  (qtp842500126-10804) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_td1+asc&shard.url=http://127.0.0.1:56007//collection1|[ff01::083]:33332/|[ff01::114]:33332/&rows=10&version=2&q=*:*&NOW=1521999942748&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 1013560 INFO  (qtp842500126-10806) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1521999942748&ids=133,111,101,146,115,137,17,109,141,120&isShard=true&shard.url=http://127.0.0.1:56007//collection1|[ff01::083]:33332/|[ff01::114]:33332/&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1013561 INFO  (qtp842500126-10807) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&shards=http://127.0.0.1:56007//collection1|[ff01::083]:33332/|[ff01::114]:33332/&sort=n_td1+asc&wt=javabin&version=2} hits=68 status=0 QTime=3
   [junit4]   2> 1013563 INFO  (qtp158204320-10786) [    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> 1013564 INFO  (qtp842500126-10807) [    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=http://127.0.0.1:56007//collection1&rows=10&version=2&q=*:*&NOW=1521999942754&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 1013566 INFO  (qtp842500126-10806) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1521999942754&ids=121,100,1,111,113,124,126,108,131,10&isShard=true&shard.url=http://127.0.0.1:56007//collection1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1013568 INFO  (qtp842500126-10804) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&shards=http://127.0.0.1:56007//collection1&sort=n_l1+desc&wt=javabin&version=2} hits=68 status=0 QTime=3
   [junit4]   2> 1013569 INFO  (qtp158204320-10789) [    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> 1013571 INFO  (qtp842500126-10804) [    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=[ff01::083]:33332/|http://127.0.0.1:56007//collection1|[ff01::213]:33332/|[ff01::114]:33332/&rows=10&version=2&q=*:*&NOW=1521999942760&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 1013572 INFO  (qtp842500126-10806) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1521999942760&ids=132,12,112,103,147,104,148,105,6,109&isShard=true&shard.url=[ff01::083]:33332/|http://127.0.0.1:56007//collection1|[ff01::213]:33332/|[ff01::114]:33332/&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1013573 INFO  (qtp842500126-10807) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&shards=[ff01::083]:33332/|http://127.0.0.1:56007//collection1|[ff01::213]:33332/|[ff01::114]:33332/&sort=n_l1+asc&wt=javabin&version=2} hits=68 status=0 QTime=3
   [junit4]   2> 1013574 INFO  (qtp158204320-10786) [    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> 1013577 INFO  (qtp842500126-10807) [    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=http://127.0.0.1:56007//collection1&rows=10&version=2&q=*:*&NOW=1521999942765&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 1013578 INFO  (qtp842500126-10806) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1521999942765&ids=143,145,135,114,15,137,138,128,107,109&isShard=true&shard.url=http://127.0.0.1:56007//collection1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1013579 INFO  (qtp842500126-10804) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&shards=http://127.0.0.1:56007//collection1&sort=n_tl1+desc&wt=javabin&version=2} hits=68 status=0 QTime=3
   [junit4]   2> 1013580 INFO  (qtp158204320-10789) [    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> 1013583 INFO  (qtp842500126-10804) [    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=[ff01::114]:33332/|[ff01::083]:33332/|http://127.0.0.1:56007//collection1|[ff01::213]:33332/&rows=10&version=2&q=*:*&NOW=1521999942772&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 1013584 INFO  (qtp842500126-10806) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1521999942772&ids=13,134,14,113,147,5,16,149,1001,118&isShard=true&shard.url=[ff01::114]:33332/|[ff01::083]:33332/|http://127.0.0.1:56007//collection1|[ff01::213]:33332/&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1013585 INFO  (qtp842500126-10807) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&shards=[ff01::114]:33332/|[ff01::083]:33332/|http://127.0.0.1:56007//collection1|[ff01::213]:33332/&sort=n_tl1+asc&wt=javabin&version=2} hits=68 status=0 QTime=3
   [junit4]   2> 1013586 INFO  (qtp158204320-10786) [    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> 1013589 INFO  (qtp842500126-10807) [    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::083]:33332/|[ff01::213]:33332/|[ff01::114]:33332/|http://127.0.0.1:56007//collection1&rows=10&version=2&q=*:*&NOW=1521999942778&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 1013590 INFO  (qtp842500126-10806) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1521999942778&ids=11,112,102,135,124,15,5,138,106,141&isShard=true&shard.url=[ff01::083]:33332/|[ff01::213]:33332/|[ff01::114]:33332/|http://127.0.0.1:56007//collection1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1013591 INFO  (qtp842500126-10804) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&shards=[ff01::083]:33332/|[ff01::213]:33332/|[ff01::114]:33332/|http://127.0.0.1:56007//collection1&sort=n_dt1+desc&wt=javabin&version=2} hits=68 status=0 QTime=3
   [junit4]   2> 1013593 INFO  (qtp158204320-10789) [    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> 1013595 INFO  (qtp842500126-10804) [    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=http://127.0.0.1:56007//collection1|[ff01::114]:33332/|[ff01::213]:33332/&rows=10&version=2&q=*:*&NOW=1521999942783&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 1013596 INFO  (qtp842500126-10806) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1521999942783&ids=110,123,13,147,114,17,7,107,130,142&isShard=true&shard.url=http://127.0.0.1:56007//collection1|[ff01::114]:33332/|[ff01::213]:33332/&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1013597 INFO  (qtp842500126-10807) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&shards=http://127.0.0.1:56007//collection1|[ff01::114]:33332/|[ff01::213]:33332/&sort=n_dt1+asc&wt=javabin&version=2} hits=68 status=0 QTime=3
   [junit4]   2> 1013598 INFO  (qtp158204320-10786) [    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> 1013600 INFO  (qtp842500126-10807) [    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::114]:33332/|[ff01::213]:33332/|http://127.0.0.1:56007//collection1|[ff01::083]:33332/&rows=10&version=2&q=*:*&NOW=1521999942789&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 1013602 INFO  (qtp842500126-10806) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1521999942789&ids=143,122,100,101,102,115,17,138,129,120&isShard=true&shard.url=[ff01::114]:33332/|[ff01::213]:33332/|http://127.0.0.1:56007//collection1|[ff01::083]:33332/&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1013603 INFO  (qtp842500126-10804) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&shards=[ff01::114]:33332/|[ff01::213]:33332/|http://127.0.0.1:56007//collection1|[ff01::083]:33332/&sort=n_tdt1+desc&wt=javabin&version=2} hits=68 status=0 QTime=3
   [junit4]   2> 1013604 INFO  (qtp158204320-10789) [    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> 1013605 INFO  (qtp842500126-10804) [    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=[ff01::213]:33332/|[ff01::083]:33332/|http://127.0.0.1:56007//collection1&rows=10&version=2&q=*:*&NOW=1521999942795&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 1013605 INFO  (qtp842500126-10806) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1521999942795&ids=1,144,123,14,114,16,104,116,106,119&isShard=true&shard.url=[ff01::213]:33332/|[ff01::083]:33332/|http://127.0.0.1:56007//collection1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1013605 INFO  (qtp842500126-10807) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&shards=[ff01::213]:33332/|[ff01::083]:33332/|http://127.0.0.1:56007//collection1&sort=n_tdt1+asc&wt=javabin&version=2} hits=68 status=0 QTime=3
   [junit4]   2> 1013610 INFO  (qtp158204320-10786) [    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> 1013612 INFO  (qtp842500126-10807) [    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:56007//collection1&rows=10&version=2&q=*:*&NOW=1521999942802&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 1013614 INFO  (qtp842500126-10806) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1521999942802&ids=1,12,2,13,3,5,7,8,9,10&isShard=true&shard.url=http://127.0.0.1:56007//collection1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1013615 INFO  (qtp842500126-10804) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&shards=http://127.0.0.1:56007//collection1&sort=a_i_ni_p+desc&wt=jav

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

try@114c4a5f
   [junit4]   2> 1048620 INFO  (TEST-TestDistributedSearch.test-seed#[BEA4B20554C88A0A]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1048620 INFO  (TEST-TestDistributedSearch.test-seed#[BEA4B20554C88A0A]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@543d329d: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@6b59447a
   [junit4]   2> 1048621 INFO  (coreCloseExecutor-4369-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@6e073fda
   [junit4]   2> 1048621 INFO  (coreCloseExecutor-4369-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=1845968858
   [junit4]   2> 1048621 INFO  (coreCloseExecutor-4369-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@39001538: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@57bc1eee
   [junit4]   2> 1048630 INFO  (TEST-TestDistributedSearch.test-seed#[BEA4B20554C88A0A]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6f1ad68{/,null,UNAVAILABLE}
   [junit4]   2> 1048630 INFO  (TEST-TestDistributedSearch.test-seed#[BEA4B20554C88A0A]) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestDistributedSearch -Dtests.method=test -Dtests.seed=BEA4B20554C88A0A -Dtests.slow=true -Dtests.locale=de -Dtests.timezone=Etc/UCT -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] FAILURE 37.1s J1 | TestDistributedSearch.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Expected to find shardAddress in the up shard info: {error=org.apache.solr.client.solrj.SolrServerException: Time allowed to handle this request exceeded,trace=org.apache.solr.client.solrj.SolrServerException: Time allowed to handle this request exceeded
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:460)
   [junit4]    > 	at org.apache.solr.handler.component.HttpShardHandlerFactory.makeLoadBalancedRequest(HttpShardHandlerFactory.java:273)
   [junit4]    > 	at org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:175)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    > 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    > 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > ,time=1}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([BEA4B20554C88A0A:36F08DDFFA34E7F2]:0)
   [junit4]    > 	at org.apache.solr.TestDistributedSearch.comparePartialResponses(TestDistributedSearch.java:1191)
   [junit4]    > 	at org.apache.solr.TestDistributedSearch.queryPartialResults(TestDistributedSearch.java:1132)
   [junit4]    > 	at org.apache.solr.TestDistributedSearch.test(TestDistributedSearch.java:992)
   [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.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-7.3-Windows\solr\build\solr-core\test\J1\temp\solr.TestDistributedSearch_BEA4B20554C88A0A-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {severity=PostingsFormat(name=Asserting), foo_sev_enum=PostingsFormat(name=Asserting), SubjectTerms_mfacet=BlockTreeOrds(blocksize=128), multiDefault=Lucene50(blocksize=128), rnd_b=PostingsFormat(name=MockRandom), a_s=PostingsFormat(name=Asserting), oddField_s=PostingsFormat(name=MockRandom), lowerfilt1and2=Lucene50(blocksize=128), a_t=Lucene50(blocksize=128), foo_b=PostingsFormat(name=Asserting), lowerfilt=Lucene50(blocksize=128), id=PostingsFormat(name=MockRandom), text=PostingsFormat(name=Asserting)}, docValues:{other_tl1=DocValuesFormat(name=Lucene70), range_facet_l_dv=DocValuesFormat(name=Memory), n_l1=DocValuesFormat(name=Direct), a_n_tdt=DocValuesFormat(name=Lucene70), intDefault=DocValuesFormat(name=Lucene70), n_td1=DocValuesFormat(name=Lucene70), n_d1=DocValuesFormat(name=Direct), range_facet_l=DocValuesFormat(name=Direct), n_f1=DocValuesFormat(name=Lucene70), n_tl1=DocValuesFormat(name=Lucene70), n_tf1=DocValuesFormat(name=Direct), intDvoDefault=DocValuesFormat(name=Memory), timestamp=DocValuesFormat(name=Direct), severity=DocValuesFormat(name=Lucene70), foo_sev_enum=DocValuesFormat(name=Lucene70), n_dt1=DocValuesFormat(name=Lucene70), b_n_tdt=DocValuesFormat(name=Lucene70), n_ti1=DocValuesFormat(name=Memory), _version_=DocValuesFormat(name=Lucene70), n_tdt1=DocValuesFormat(name=Lucene70), id_i1=DocValuesFormat(name=Lucene70), foo_d=DocValuesFormat(name=Memory), range_facet_i_dv=DocValuesFormat(name=Direct), foo_f=DocValuesFormat(name=Lucene70), a_i_ni_p=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=1106, maxMBSortInHeap=7.758771235723617, sim=RandomSimilarity(queryNorm=true): {}, locale=de, timezone=Etc/UCT
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=3,threads=1,free=326270184,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [CdcrBidirectionalTest, TestDistributedGrouping, TestLeaderElectionWithEmptyReplica, DistributedSuggestComponentTest, TestXmlQParserPlugin, TestCloudSchemaless, LoggingHandlerTest, TestSystemCollAutoCreate, SystemInfoHandlerTest, DistributedFacetPivotSmallTest, RulesTest, SparseHLLTest, ZkStateReaderTest, TestBulkSchemaConcurrent, TestRandomFaceting, TestSmileRequest, TestJsonFacetsWithNestedObjects, TestSolrCoreProperties, TestTrieFacet, TestCustomSort, VersionInfoTest, TestAnalyzedSuggestions, RegexBytesRefFilterTest, TestCryptoKeys, ClassificationUpdateProcessorTest, TestClusterStateProvider, DistribDocExpirationUpdateProcessorTest, TestBadConfig, TestExtendedDismaxParser, AnalyticsMergeStrategyTest, BlockCacheTest, LeaderElectionContextKeyTest, AddReplicaTest, SpellCheckCollatorTest, RegexBoostProcessorTest, MinimalSchemaTest, TestDownShardTolerantSearch, CoreAdminHandlerTest, HdfsLockFactoryTest, ResponseLogComponentTest, TestNumericTerms64, NotRequiredUniqueKeyTest, TestConfig, TokenizerChainTest, TestFilteredDocIdSet, TestSolrConfigHandler, TestSolrCloudWithSecureImpersonation, TestSchemaResource, CdcrReplicationDistributedZkTest, DistributedFacetPivotLongTailTest, ClassificationUpdateProcessorFactoryTest, TestCoreDiscovery, TestFreeTextSuggestions, MultiThreadedOCPTest, TestPullReplicaErrorHandling, DisMaxRequestHandlerTest, SimplePostToolTest, MetricsHandlerTest, SuggesterWFSTTest, OverseerTest, TestReversedWildcardFilterFactory, RequestHandlersTest, HighlighterMaxOffsetTest, ConcurrentDeleteAndCreateCollectionTest, TestSearchPerf, HdfsAutoAddReplicasIntegrationTest, TestGenericDistributedQueue, LargeFieldTest, TestAddFieldRealTimeGet, DistributedTermsComponentTest, TestUseDocValuesAsStored, ParsingFieldUpdateProcessorsTest, TestUpdate, TestMultiValuedNumericRangeQuery, NoCacheHeaderTest, CircularListTest, SuggestComponentContextFilterQueryTest, TestLegacyField, SmileWriterTest, TestDocumentBuilder, SolrCLIZkUtilsTest, TestConfigReload, TestLuceneMatchVersion, TestCloudPivotFacet, InfixSuggestersTest, TestSolrDeletionPolicy2, TestSchemaVersionResource, RecoveryAfterSoftCommitTest, TestHdfsBackupRestoreCore, TestJsonFacetRefinement, BadComponentTest, TestConfigSetImmutable, HLLSerializationTest, HighlighterConfigTest, TestNoOpRegenerator, TestSolrConfigHandlerCloud, TestEmbeddedSolrServerAdminHandler, TestTestInjection, BigEndianAscendingWordSerializerTest, TestDocSet, CdcrRequestHandlerTest, TestHalfAndHalfDocValues, CollectionStateFormat2Test, BadIndexSchemaTest, JsonLoaderTest, SolrMetricManagerTest, DocumentAnalysisRequestHandlerTest, BasicDistributedZk2Test, DOMUtilTest, CollectionReloadTest, TestReqParamsAPI, DirectUpdateHandlerTest, TestDistributedSearch]
   [junit4] Completed [213/783 (1!)] on J1 in 37.14s, 1 test, 1 failure <<< FAILURES!

[...truncated 51584 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-7.3-Windows/17/consoleText

[repro] Revision: eb8a5a882f879a51389b5d43f74f3aceac9e68c9

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseG1GC"

[repro] ant clean

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

[...truncated 3331 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestDistributedSearch" -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UseG1GC" -Dtests.seed=BEA4B20554C88A0A -Dtests.slow=true -Dtests.locale=de -Dtests.timezone=Etc/UCT -Dtests.asserts=true -Dtests.file.encoding=Cp1252

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

[...truncated 75 lines...]