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/01/09 12:08:10 UTC

[JENKINS] Lucene-Solr-7.2-Linux (64bit/jdk1.8.0_144) - Build # 112 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.2-Linux/112/
Java: 64bit/jdk1.8.0_144 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

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=14}

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=14}
	at __randomizedtesting.SeedInfo.seed([B9B8CC0C358380F3:31ECF3D69B7FED0B]: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 12835 lines...]
   [junit4] Suite: org.apache.solr.TestDistributedSearch
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_B9B8CC0C358380F3-001/init-core-data-001
   [junit4]   2> 1588318 WARN  (SUITE-TestDistributedSearch-seed#[B9B8CC0C358380F3]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 1588318 INFO  (SUITE-TestDistributedSearch-seed#[B9B8CC0C358380F3]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1588319 INFO  (SUITE-TestDistributedSearch-seed#[B9B8CC0C358380F3]-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> 1588319 INFO  (SUITE-TestDistributedSearch-seed#[B9B8CC0C358380F3]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1588319 INFO  (SUITE-TestDistributedSearch-seed#[B9B8CC0C358380F3]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1588377 INFO  (TEST-TestDistributedSearch.test-seed#[B9B8CC0C358380F3]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_B9B8CC0C358380F3-001/tempDir-001/control/cores/collection1
   [junit4]   2> 1588377 INFO  (TEST-TestDistributedSearch.test-seed#[B9B8CC0C358380F3]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1588378 INFO  (TEST-TestDistributedSearch.test-seed#[B9B8CC0C358380F3]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@47fdda65{/,null,AVAILABLE}
   [junit4]   2> 1588379 INFO  (TEST-TestDistributedSearch.test-seed#[B9B8CC0C358380F3]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7e353f36{HTTP/1.1,[http/1.1]}{127.0.0.1:40927}
   [junit4]   2> 1588379 INFO  (TEST-TestDistributedSearch.test-seed#[B9B8CC0C358380F3]) [    ] o.e.j.s.Server Started @1589746ms
   [junit4]   2> 1588379 INFO  (TEST-TestDistributedSearch.test-seed#[B9B8CC0C358380F3]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, hostPort=40927, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_B9B8CC0C358380F3-001/tempDir-001/control/cores}
   [junit4]   2> 1588379 ERROR (TEST-TestDistributedSearch.test-seed#[B9B8CC0C358380F3]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1588380 INFO  (TEST-TestDistributedSearch.test-seed#[B9B8CC0C358380F3]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.2.1
   [junit4]   2> 1588380 INFO  (TEST-TestDistributedSearch.test-seed#[B9B8CC0C358380F3]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 1588380 INFO  (TEST-TestDistributedSearch.test-seed#[B9B8CC0C358380F3]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1588380 INFO  (TEST-TestDistributedSearch.test-seed#[B9B8CC0C358380F3]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-09T11:20:42.507Z
   [junit4]   2> 1588380 INFO  (TEST-TestDistributedSearch.test-seed#[B9B8CC0C358380F3]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_B9B8CC0C358380F3-001/tempDir-001/control/solr.xml
   [junit4]   2> 1588382 INFO  (TEST-TestDistributedSearch.test-seed#[B9B8CC0C358380F3]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1588382 INFO  (TEST-TestDistributedSearch.test-seed#[B9B8CC0C358380F3]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1588382 INFO  (TEST-TestDistributedSearch.test-seed#[B9B8CC0C358380F3]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@49c5f0a5, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1588402 INFO  (TEST-TestDistributedSearch.test-seed#[B9B8CC0C358380F3]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49c5f0a5
   [junit4]   2> 1588407 INFO  (TEST-TestDistributedSearch.test-seed#[B9B8CC0C358380F3]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49c5f0a5
   [junit4]   2> 1588407 INFO  (TEST-TestDistributedSearch.test-seed#[B9B8CC0C358380F3]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49c5f0a5
   [junit4]   2> 1588408 INFO  (TEST-TestDistributedSearch.test-seed#[B9B8CC0C358380F3]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_B9B8CC0C358380F3-001/tempDir-001/control/cores
   [junit4]   2> 1588408 INFO  (TEST-TestDistributedSearch.test-seed#[B9B8CC0C358380F3]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1588408 INFO  (coreLoadExecutor-6047-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1588409 INFO  (coreLoadExecutor-6047-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1588428 INFO  (coreLoadExecutor-6047-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.1
   [junit4]   2> 1588444 INFO  (coreLoadExecutor-6047-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1588500 INFO  (coreLoadExecutor-6047-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1588503 INFO  (coreLoadExecutor-6047-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 1588504 INFO  (coreLoadExecutor-6047-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@49c5f0a5
   [junit4]   2> 1588504 INFO  (coreLoadExecutor-6047-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1588504 INFO  (coreLoadExecutor-6047-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_B9B8CC0C358380F3-001/tempDir-001/control/cores/collection1/data/]
   [junit4]   2> 1588505 INFO  (coreLoadExecutor-6047-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@71217c3e
   [junit4]   2> 1588530 INFO  (coreLoadExecutor-6047-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1588530 INFO  (coreLoadExecutor-6047-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1588531 INFO  (coreLoadExecutor-6047-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1588531 INFO  (coreLoadExecutor-6047-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1588531 INFO  (coreLoadExecutor-6047-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=39, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1588531 INFO  (coreLoadExecutor-6047-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3618cc5c[collection1] main]
   [junit4]   2> 1588532 INFO  (coreLoadExecutor-6047-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1588552 INFO  (coreLoadExecutor-6047-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1588638 INFO  (coreLoadExecutor-6047-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1588639 INFO  (searcherExecutor-6048-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1588639 INFO  (coreLoadExecutor-6047-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1589113617400201216
   [junit4]   2> 1588639 INFO  (searcherExecutor-6048-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1588639 INFO  (searcherExecutor-6048-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1588639 INFO  (searcherExecutor-6048-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1588639 INFO  (searcherExecutor-6048-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1588639 INFO  (searcherExecutor-6048-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1588640 INFO  (searcherExecutor-6048-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1588640 INFO  (searcherExecutor-6048-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1588640 INFO  (searcherExecutor-6048-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1588641 INFO  (searcherExecutor-6048-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3618cc5c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1588712 INFO  (TEST-TestDistributedSearch.test-seed#[B9B8CC0C358380F3]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_B9B8CC0C358380F3-001/tempDir-001/shard0/cores/collection1
   [junit4]   2> 1588713 INFO  (TEST-TestDistributedSearch.test-seed#[B9B8CC0C358380F3]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1588713 INFO  (TEST-TestDistributedSearch.test-seed#[B9B8CC0C358380F3]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@331d3e06{/,null,AVAILABLE}
   [junit4]   2> 1588714 INFO  (TEST-TestDistributedSearch.test-seed#[B9B8CC0C358380F3]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@724e588a{HTTP/1.1,[http/1.1]}{127.0.0.1:39489}
   [junit4]   2> 1588714 INFO  (TEST-TestDistributedSearch.test-seed#[B9B8CC0C358380F3]) [    ] o.e.j.s.Server Started @1590080ms
   [junit4]   2> 1588714 INFO  (TEST-TestDistributedSearch.test-seed#[B9B8CC0C358380F3]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, hostPort=39489, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_B9B8CC0C358380F3-001/tempDir-001/shard0/cores}
   [junit4]   2> 1588714 ERROR (TEST-TestDistributedSearch.test-seed#[B9B8CC0C358380F3]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1588714 INFO  (TEST-TestDistributedSearch.test-seed#[B9B8CC0C358380F3]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.2.1
   [junit4]   2> 1588714 INFO  (TEST-TestDistributedSearch.test-seed#[B9B8CC0C358380F3]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 1588714 INFO  (TEST-TestDistributedSearch.test-seed#[B9B8CC0C358380F3]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1588714 INFO  (TEST-TestDistributedSearch.test-seed#[B9B8CC0C358380F3]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-09T11:20:42.841Z
   [junit4]   2> 1588714 INFO  (TEST-TestDistributedSearch.test-seed#[B9B8CC0C358380F3]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_B9B8CC0C358380F3-001/tempDir-001/shard0/solr.xml
   [junit4]   2> 1588716 INFO  (TEST-TestDistributedSearch.test-seed#[B9B8CC0C358380F3]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1588716 INFO  (TEST-TestDistributedSearch.test-seed#[B9B8CC0C358380F3]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1588717 INFO  (TEST-TestDistributedSearch.test-seed#[B9B8CC0C358380F3]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@49c5f0a5, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1588738 INFO  (TEST-TestDistributedSearch.test-seed#[B9B8CC0C358380F3]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49c5f0a5
   [junit4]   2> 1588744 INFO  (TEST-TestDistributedSearch.test-seed#[B9B8CC0C358380F3]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49c5f0a5
   [junit4]   2> 1588744 INFO  (TEST-TestDistributedSearch.test-seed#[B9B8CC0C358380F3]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49c5f0a5
   [junit4]   2> 1588745 INFO  (TEST-TestDistributedSearch.test-seed#[B9B8CC0C358380F3]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_B9B8CC0C358380F3-001/tempDir-001/shard0/cores
   [junit4]   2> 1588745 INFO  (TEST-TestDistributedSearch.test-seed#[B9B8CC0C358380F3]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1588746 INFO  (coreLoadExecutor-6058-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1588746 INFO  (coreLoadExecutor-6058-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1588761 INFO  (coreLoadExecutor-6058-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.1
   [junit4]   2> 1588774 INFO  (coreLoadExecutor-6058-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1588832 INFO  (coreLoadExecutor-6058-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1588836 INFO  (coreLoadExecutor-6058-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 1588836 INFO  (coreLoadExecutor-6058-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@49c5f0a5
   [junit4]   2> 1588836 INFO  (coreLoadExecutor-6058-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1588836 INFO  (coreLoadExecutor-6058-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_B9B8CC0C358380F3-001/tempDir-001/shard0/cores/collection1/data/]
   [junit4]   2> 1588837 INFO  (coreLoadExecutor-6058-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@363907d3
   [junit4]   2> 1588861 INFO  (coreLoadExecutor-6058-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1588861 INFO  (coreLoadExecutor-6058-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1588861 INFO  (coreLoadExecutor-6058-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1588862 INFO  (coreLoadExecutor-6058-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1588862 INFO  (coreLoadExecutor-6058-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=39, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1588862 INFO  (coreLoadExecutor-6058-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@17dfdd82[collection1] main]
   [junit4]   2> 1588863 INFO  (coreLoadExecutor-6058-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1588880 INFO  (coreLoadExecutor-6058-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1588962 INFO  (coreLoadExecutor-6058-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1588962 INFO  (searcherExecutor-6059-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1588963 INFO  (coreLoadExecutor-6058-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1589113617739939840
   [junit4]   2> 1588963 INFO  (searcherExecutor-6059-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1588963 INFO  (searcherExecutor-6059-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1588963 INFO  (searcherExecutor-6059-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1588963 INFO  (searcherExecutor-6059-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1588963 INFO  (searcherExecutor-6059-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1588963 INFO  (searcherExecutor-6059-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1588964 INFO  (searcherExecutor-6059-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1588964 INFO  (searcherExecutor-6059-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1588965 INFO  (searcherExecutor-6059-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@17dfdd82[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1588966 INFO  (TEST-TestDistributedSearch.test-seed#[B9B8CC0C358380F3]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1588969 INFO  (qtp795419500-13307) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{deleteByQuery=*:* (-1589113617745182720)} 0 1
   [junit4]   2> 1588972 INFO  (qtp478739471-13324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{deleteByQuery=*:* (-1589113617748328448)} 0 1
   [junit4]   2> 1588974 INFO  (qtp795419500-13308) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[1 (1589113617750425600)]} 0 1
   [junit4]   2> 1588976 INFO  (qtp478739471-13325) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[1 (1589113617752522752)]} 0 0
   [junit4]   2> 1588977 INFO  (qtp795419500-13309) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[2 (1589113617753571328)]} 0 0
   [junit4]   2> 1588977 INFO  (qtp478739471-13326) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[2 (1589113617754619904)]} 0 0
   [junit4]   2> 1588978 INFO  (qtp795419500-13302) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[3 (1589113617755668480)]} 0 0
   [junit4]   2> 1588979 INFO  (qtp478739471-13319) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[3 (1589113617756717056)]} 0 0
   [junit4]   2> 1588980 INFO  (qtp795419500-13307) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[4 (1589113617756717056)]} 0 0
   [junit4]   2> 1588980 INFO  (qtp478739471-13324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[4 (1589113617757765632)]} 0 0
   [junit4]   2> 1588981 INFO  (qtp795419500-13308) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[5 (1589113617758814208)]} 0 0
   [junit4]   2> 1588982 INFO  (qtp478739471-13325) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[5 (1589113617759862784)]} 0 0
   [junit4]   2> 1588983 INFO  (qtp795419500-13309) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[6 (1589113617760911360)]} 0 0
   [junit4]   2> 1588984 INFO  (qtp478739471-13326) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[6 (1589113617760911360)]} 0 0
   [junit4]   2> 1588984 INFO  (qtp795419500-13302) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[7 (1589113617761959936)]} 0 0
   [junit4]   2> 1588985 INFO  (qtp478739471-13319) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[7 (1589113617763008512)]} 0 0
   [junit4]   2> 1588986 INFO  (qtp795419500-13307) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[8 (1589113617763008512)]} 0 0
   [junit4]   2> 1588986 INFO  (qtp478739471-13324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[8 (1589113617764057088)]} 0 0
   [junit4]   2> 1588987 INFO  (qtp795419500-13308) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[9 (1589113617765105664)]} 0 0
   [junit4]   2> 1588988 INFO  (qtp478739471-13325) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[9 (1589113617766154240)]} 0 0
   [junit4]   2> 1588988 INFO  (qtp795419500-13309) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1589113617766154240,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1588988 INFO  (qtp795419500-13309) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1c91ba3b commitCommandVersion:1589113617766154240
   [junit4]   2> 1588999 INFO  (qtp795419500-13309) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@27ac18b0[collection1] main]
   [junit4]   2> 1588999 INFO  (qtp795419500-13309) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1589001 INFO  (searcherExecutor-6048-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@27ac18b0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.2.1):c9)))}
   [junit4]   2> 1589001 INFO  (qtp795419500-13309) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 13
   [junit4]   2> 1589002 INFO  (qtp478739471-13326) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1589113617780834304,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1589002 INFO  (qtp478739471-13326) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@157c1f44 commitCommandVersion:1589113617780834304
   [junit4]   2> 1589009 INFO  (qtp478739471-13326) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7c9c9662[collection1] main]
   [junit4]   2> 1589009 INFO  (qtp478739471-13326) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1589012 INFO  (searcherExecutor-6059-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7c9c9662[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.2.1):c9)))}
   [junit4]   2> 1589012 INFO  (qtp478739471-13326) [    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> 1589014 INFO  (qtp795419500-13302) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[10 (1589113617791320064)]} 0 1
   [junit4]   2> 1589016 INFO  (qtp478739471-13319) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[10 (1589113617793417216)]} 0 1
   [junit4]   2> 1589017 INFO  (qtp795419500-13307) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[11 (1589113617795514368)]} 0 0
   [junit4]   2> 1589018 INFO  (qtp478739471-13324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[11 (1589113617796562944)]} 0 0
   [junit4]   2> 1589018 INFO  (qtp795419500-13308) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[12 (1589113617797611520)]} 0 0
   [junit4]   2> 1589019 INFO  (qtp478739471-13325) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[12 (1589113617798660096)]} 0 0
   [junit4]   2> 1589020 INFO  (qtp795419500-13309) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[13 (1589113617798660096)]} 0 0
   [junit4]   2> 1589020 INFO  (qtp478739471-13326) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[13 (1589113617799708672)]} 0 0
   [junit4]   2> 1589022 INFO  (qtp795419500-13302) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[1001 (1589113617800757248)]} 0 0
   [junit4]   2> 1589022 INFO  (qtp478739471-13319) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[1001 (1589113617801805824)]} 0 0
   [junit4]   2> 1589023 INFO  (qtp795419500-13307) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[14 (1589113617802854400)]} 0 0
   [junit4]   2> 1589024 INFO  (qtp478739471-13324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[14 (1589113617803902976)]} 0 0
   [junit4]   2> 1589025 INFO  (qtp795419500-13308) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[15 (1589113617803902976)]} 0 0
   [junit4]   2> 1589025 INFO  (qtp478739471-13325) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[15 (1589113617804951552)]} 0 0
   [junit4]   2> 1589026 INFO  (qtp795419500-13309) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[16 (1589113617806000128)]} 0 0
   [junit4]   2> 1589027 INFO  (qtp478739471-13326) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[16 (1589113617807048704)]} 0 0
   [junit4]   2> 1589028 INFO  (qtp795419500-13302) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[17 (1589113617807048704)]} 0 0
   [junit4]   2> 1589029 INFO  (qtp478739471-13319) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[17 (1589113617808097280)]} 0 0
   [junit4]   2> 1589030 INFO  (qtp795419500-13307) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[100 (1589113617809145856)]} 0 0
   [junit4]   2> 1589030 INFO  (qtp478739471-13324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[100 (1589113617810194432)]} 0 0
   [junit4]   2> 1589031 INFO  (qtp795419500-13308) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[101 (1589113617811243008)]} 0 0
   [junit4]   2> 1589031 INFO  (qtp478739471-13325) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[101 (1589113617811243008)]} 0 0
   [junit4]   2> 1589032 INFO  (qtp795419500-13309) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[102 (1589113617812291584)]} 0 0
   [junit4]   2> 1589033 INFO  (qtp478739471-13326) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[102 (1589113617812291584)]} 0 0
   [junit4]   2> 1589033 INFO  (qtp795419500-13302) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[103 (1589113617813340160)]} 0 0
   [junit4]   2> 1589034 INFO  (qtp478739471-13319) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[103 (1589113617814388736)]} 0 0
   [junit4]   2> 1589035 INFO  (qtp795419500-13307) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[104 (1589113617814388736)]} 0 0
   [junit4]   2> 1589035 INFO  (qtp478739471-13324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[104 (1589113617815437312)]} 0 0
   [junit4]   2> 1589036 INFO  (qtp795419500-13308) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[105 (1589113617816485888)]} 0 0
   [junit4]   2> 1589037 INFO  (qtp478739471-13325) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[105 (1589113617816485888)]} 0 0
   [junit4]   2> 1589037 INFO  (qtp795419500-13309) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[106 (1589113617817534464)]} 0 0
   [junit4]   2> 1589038 INFO  (qtp478739471-13326) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[106 (1589113617818583040)]} 0 0
   [junit4]   2> 1589039 INFO  (qtp795419500-13302) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[107 (1589113617818583040)]} 0 0
   [junit4]   2> 1589039 INFO  (qtp478739471-13319) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[107 (1589113617819631616)]} 0 0
   [junit4]   2> 1589040 INFO  (qtp795419500-13307) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[108 (1589113617820680192)]} 0 0
   [junit4]   2> 1589040 INFO  (qtp478739471-13324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[108 (1589113617820680192)]} 0 0
   [junit4]   2> 1589041 INFO  (qtp795419500-13308) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[109 (1589113617821728768)]} 0 0
   [junit4]   2> 1589042 INFO  (qtp478739471-13325) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[109 (1589113617821728768)]} 0 0
   [junit4]   2> 1589042 INFO  (qtp795419500-13309) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[110 (1589113617822777344)]} 0 0
   [junit4]   2> 1589043 INFO  (qtp478739471-13326) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[110 (1589113617823825920)]} 0 0
   [junit4]   2> 1589044 INFO  (qtp795419500-13302) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[111 (1589113617823825920)]} 0 0
   [junit4]   2> 1589044 INFO  (qtp478739471-13319) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[111 (1589113617824874496)]} 0 0
   [junit4]   2> 1589045 INFO  (qtp795419500-13307) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[112 (1589113617825923072)]} 0 0
   [junit4]   2> 1589046 INFO  (qtp478739471-13324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[112 (1589113617826971648)]} 0 0
   [junit4]   2> 1589047 INFO  (qtp795419500-13308) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[113 (1589113617826971648)]} 0 0
   [junit4]   2> 1589047 INFO  (qtp478739471-13325) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[113 (1589113617828020224)]} 0 0
   [junit4]   2> 1589048 INFO  (qtp795419500-13309) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[114 (1589113617828020224)]} 0 0
   [junit4]   2> 1589048 INFO  (qtp478739471-13326) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[114 (1589113617829068800)]} 0 0
   [junit4]   2> 1589049 INFO  (qtp795419500-13302) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[115 (1589113617830117376)]} 0 0
   [junit4]   2> 1589050 INFO  (qtp478739471-13319) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[115 (1589113617831165952)]} 0 0
   [junit4]   2> 1589050 INFO  (qtp795419500-13307) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[116 (1589113617831165952)]} 0 0
   [junit4]   2> 1589051 INFO  (qtp478739471-13324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[116 (1589113617832214528)]} 0 0
   [junit4]   2> 1589052 INFO  (qtp795419500-13308) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[117 (1589113617832214528)]} 0 0
   [junit4]   2> 1589052 INFO  (qtp478739471-13325) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[117 (1589113617833263104)]} 0 0
   [junit4]   2> 1589053 INFO  (qtp795419500-13309) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[118 (1589113617834311680)]} 0 0
   [junit4]   2> 1589054 INFO  (qtp478739471-13326) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[118 (1589113617834311680)]} 0 0
   [junit4]   2> 1589054 INFO  (qtp795419500-13302) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[119 (1589113617835360256)]} 0 0
   [junit4]   2> 1589055 INFO  (qtp478739471-13319) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[119 (1589113617836408832)]} 0 0
   [junit4]   2> 1589055 INFO  (qtp795419500-13307) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[120 (1589113617836408832)]} 0 0
   [junit4]   2> 1589056 INFO  (qtp478739471-13324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[120 (1589113617837457408)]} 0 0
   [junit4]   2> 1589057 INFO  (qtp795419500-13308) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[121 (1589113617837457408)]} 0 0
   [junit4]   2> 1589057 INFO  (qtp478739471-13325) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[121 (1589113617838505984)]} 0 0
   [junit4]   2> 1589058 INFO  (qtp795419500-13309) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[122 (1589113617839554560)]} 0 0
   [junit4]   2> 1589059 INFO  (qtp478739471-13326) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[122 (1589113617839554560)]} 0 0
   [junit4]   2> 1589059 INFO  (qtp795419500-13302) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[123 (1589113617840603136)]} 0 0
   [junit4]   2> 1589060 INFO  (qtp478739471-13319) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[123 (1589113617840603136)]} 0 0
   [junit4]   2> 1589060 INFO  (qtp795419500-13307) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[124 (1589113617841651712)]} 0 0
   [junit4]   2> 1589061 INFO  (qtp478739471-13324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[124 (1589113617842700288)]} 0 0
   [junit4]   2> 1589061 INFO  (qtp795419500-13308) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[125 (1589113617842700288)]} 0 0
   [junit4]   2> 1589062 INFO  (qtp478739471-13325) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[125 (1589113617843748864)]} 0 0
   [junit4]   2> 1589062 INFO  (qtp795419500-13309) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[126 (1589113617843748864)]} 0 0
   [junit4]   2> 1589063 INFO  (qtp478739471-13326) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[126 (1589113617844797440)]} 0 0
   [junit4]   2> 1589063 INFO  (qtp795419500-13302) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[127 (1589113617844797440)]} 0 0
   [junit4]   2> 1589064 INFO  (qtp478739471-13319) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[127 (1589113617845846016)]} 0 0
   [junit4]   2> 1589064 INFO  (qtp795419500-13307) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[128 (1589113617845846016)]} 0 0
   [junit4]   2> 1589065 INFO  (qtp478739471-13324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[128 (1589113617846894592)]} 0 0
   [junit4]   2> 1589065 INFO  (qtp795419500-13308) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[129 (1589113617846894592)]} 0 0
   [junit4]   2> 1589066 INFO  (qtp478739471-13325) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[129 (1589113617846894593)]} 0 0
   [junit4]   2> 1589066 INFO  (qtp795419500-13309) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[130 (1589113617847943168)]} 0 0
   [junit4]   2> 1589066 INFO  (qtp478739471-13326) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[130 (1589113617847943168)]} 0 0
   [junit4]   2> 1589067 INFO  (qtp795419500-13302) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[131 (1589113617848991744)]} 0 0
   [junit4]   2> 1589067 INFO  (qtp478739471-13319) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[131 (1589113617848991744)]} 0 0
   [junit4]   2> 1589068 INFO  (qtp795419500-13307) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[132 (1589113617848991745)]} 0 0
   [junit4]   2> 1589068 INFO  (qtp478739471-13324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[132 (1589113617850040320)]} 0 0
   [junit4]   2> 1589068 INFO  (qtp795419500-13308) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[133 (1589113617850040320)]} 0 0
   [junit4]   2> 1589069 INFO  (qtp478739471-13325) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[133 (1589113617850040321)]} 0 0
   [junit4]   2> 1589069 INFO  (qtp795419500-13309) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[134 (1589113617851088896)]} 0 0
   [junit4]   2> 1589069 INFO  (qtp478739471-13326) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[134 (1589113617851088896)]} 0 0
   [junit4]   2> 1589070 INFO  (qtp795419500-13302) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[135 (1589113617852137472)]} 0 0
   [junit4]   2> 1589070 INFO  (qtp478739471-13319) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[135 (1589113617852137472)]} 0 0
   [junit4]   2> 1589070 INFO  (qtp795419500-13307) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[136 (1589113617852137473)]} 0 0
   [junit4]   2> 1589071 INFO  (qtp478739471-13324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[136 (1589113617852137473)]} 0 0
   [junit4]   2> 1589071 INFO  (qtp795419500-13308) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[137 (1589113617853186048)]} 0 0
   [junit4]   2> 1589071 INFO  (qtp478739471-13325) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[137 (1589113617853186048)]} 0 0
   [junit4]   2> 1589072 INFO  (qtp795419500-13309) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[138 (1589113617853186049)]} 0 0
   [junit4]   2> 1589072 INFO  (qtp478739471-13326) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[138 (1589113617854234624)]} 0 0
   [junit4]   2> 1589072 INFO  (qtp795419500-13302) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[139 (1589113617854234624)]} 0 0
   [junit4]   2> 1589072 INFO  (qtp478739471-13319) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[139 (1589113617854234625)]} 0 0
   [junit4]   2> 1589073 INFO  (qtp795419500-13307) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[140 (1589113617855283200)]} 0 0
   [junit4]   2> 1589073 INFO  (qtp478739471-13324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[140 (1589113617855283200)]} 0 0
   [junit4]   2> 1589074 INFO  (qtp795419500-13308) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[141 (1589113617856331776)]} 0 0
   [junit4]   2> 1589074 INFO  (qtp478739471-13325) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[141 (1589113617856331776)]} 0 0
   [junit4]   2> 1589074 INFO  (qtp795419500-13309) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[142 (1589113617856331777)]} 0 0
   [junit4]   2> 1589075 INFO  (qtp478739471-13326) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[142 (1589113617856331777)]} 0 0
   [junit4]   2> 1589080 INFO  (qtp795419500-13302) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[143 (1589113617862623232)]} 0 0
   [junit4]   2> 1589081 INFO  (qtp478739471-13319) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[143 (1589113617863671808)]} 0 0
   [junit4]   2> 1589081 INFO  (qtp795419500-13307) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[144 (1589113617863671808)]} 0 0
   [junit4]   2> 1589081 INFO  (qtp478739471-13324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[144 (1589113617863671809)]} 0 0
   [junit4]   2> 1589082 INFO  (qtp795419500-13308) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[145 (1589113617864720384)]} 0 0
   [junit4]   2> 1589082 INFO  (qtp478739471-13325) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[145 (1589113617864720384)]} 0 0
   [junit4]   2> 1589082 INFO  (qtp795419500-13309) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[146 (1589113617864720385)]} 0 0
   [junit4]   2> 1589083 INFO  (qtp478739471-13326) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[146 (1589113617865768960)]} 0 0
   [junit4]   2> 1589083 INFO  (qtp795419500-13302) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[147 (1589113617865768960)]} 0 0
   [junit4]   2> 1589083 INFO  (qtp478739471-13319) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[147 (1589113617865768961)]} 0 0
   [junit4]   2> 1589083 INFO  (qtp795419500-13307) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[148 (1589113617865768961)]} 0 0
   [junit4]   2> 1589084 INFO  (qtp478739471-13324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[148 (1589113617866817536)]} 0 0
   [junit4]   2> 1589084 INFO  (qtp795419500-13308) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[149 (1589113617866817536)]} 0 0
   [junit4]   2> 1589084 INFO  (qtp478739471-13325) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[149 (1589113617866817537)]} 0 0
   [junit4]   2> 1589084 INFO  (qtp795419500-13309) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1589113617866817537,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1589084 INFO  (qtp795419500-13309) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1c91ba3b commitCommandVersion:1589113617866817537
   [junit4]   2> 1589091 INFO  (qtp795419500-13309) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@328be30f[collection1] main]
   [junit4]   2> 1589091 INFO  (qtp795419500-13309) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1589092 INFO  (searcherExecutor-6048-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@328be30f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.2.1):c9) Uninverting(_1(7.2.1):c59)))}
   [junit4]   2> 1589092 INFO  (qtp795419500-13309) [    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 8
   [junit4]   2> 1589093 INFO  (qtp478739471-13326) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1589113617876254720,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1589093 INFO  (qtp478739471-13326) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@157c1f44 commitCommandVersion:1589113617876254720
   [junit4]   2> 1589099 INFO  (qtp478739471-13326) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7e815931[collection1] main]
   [junit4]   2> 1589099 INFO  (qtp478739471-13326) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1589101 INFO  (searcherExecutor-6059-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7e815931[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.2.1):c9) Uninverting(_1(7.2.1):c59)))}
   [junit4]   2> 1589101 INFO  (qtp478739471-13326) [    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> 1589101 INFO  (qtp795419500-13302) [    x:collection1] o.a.s.h.RequestHandlerBase Ignoring exception matching parameter cannot be negative
   [junit4]   2> 1589101 INFO  (qtp795419500-13302) [    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> 1589102 INFO  (qtp795419500-13307) [    x:collection1] o.a.s.h.RequestHandlerBase Ignoring exception matching parameter cannot be negative
   [junit4]   2> 1589102 INFO  (qtp795419500-13307) [    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> 1589102 INFO  (qtp795419500-13308) [    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> 1589103 INFO  (qtp478739471-13325) [    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=http://127.0.0.1:39489//collection1&rows=10&version=2&q=*:*&NOW=1515496843230&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 1589104 INFO  (qtp478739471-13326) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1515496843230&ids=100,134,2,13,124,102,116,8,107,130&isShard=true&shard.url=http://127.0.0.1:39489//collection1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1589105 INFO  (qtp478739471-13319) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&shards=http://127.0.0.1:39489//collection1&sort=n_ti1+desc&wt=javabin&version=2} hits=68 status=0 QTime=2
   [junit4]   2> 1589105 INFO  (qtp795419500-13309) [    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> 1589107 INFO  (qtp478739471-13320) [    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:39489//collection1|[ff01::083]:33332/|[ff01::114]:33332/|[ff01::213]:33332/&rows=10&version=2&q=*:*&NOW=1515496843233&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 1589108 INFO  (qtp478739471-13326) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1515496843233&ids=110,132,144,111,122,123,147,4,138,108&isShard=true&shard.url=http://127.0.0.1:39489//collection1|[ff01::083]:33332/|[ff01::114]:33332/|[ff01::213]:33332/&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1589108 INFO  (qtp478739471-13324) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&shards=http://127.0.0.1:39489//collection1|[ff01::083]:33332/|[ff01::114]:33332/|[ff01::213]:33332/&sort=n_ti1+asc&wt=javabin&version=2} hits=68 status=0 QTime=2
   [junit4]   2> 1589109 INFO  (qtp795419500-13302) [    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> 1589110 INFO  (qtp478739471-13319) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_f1+desc&shard.url=http://127.0.0.1:39489//collection1|[ff01::213]:33332/|[ff01::083]:33332/&rows=10&version=2&q=*:*&NOW=1515496843237&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 1589111 INFO  (qtp478739471-13326) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1515496843237&ids=121,12,1,102,114,16,104,115,117,140&isShard=true&shard.url=http://127.0.0.1:39489//collection1|[ff01::213]:33332/|[ff01::083]:33332/&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1589112 INFO  (qtp478739471-13325) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&shards=http://127.0.0.1:39489//collection1|[ff01::213]:33332/|[ff01::083]:33332/&sort=n_f1+desc&wt=javabin&version=2} hits=68 status=0 QTime=2
   [junit4]   2> 1589112 INFO  (qtp795419500-13307) [    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> 1589113 INFO  (qtp478739471-13324) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_f1+asc&shard.url=http://127.0.0.1:39489//collection1|[ff01::083]:33332/|[ff01::213]:33332/&rows=10&version=2&q=*:*&NOW=1515496843240&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 1589115 INFO  (qtp478739471-13326) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1515496843240&ids=145,123,146,103,136,127,116,119,9,141&isShard=true&shard.url=http://127.0.0.1:39489//collection1|[ff01::083]:33332/|[ff01::213]:33332/&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1589115 INFO  (qtp478739471-13320) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&shards=http://127.0.0.1:39489//collection1|[ff01::083]:33332/|[ff01::213]:33332/&sort=n_f1+asc&wt=javabin&version=2} hits=68 status=0 QTime=2
   [junit4]   2> 1589116 INFO  (qtp795419500-13308) [    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> 1589130 INFO  (qtp478739471-13325) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_tf1+desc&shard.url=[ff01::114]:33332/|[ff01::213]:33332/|http://127.0.0.1:39489//collection1&rows=10&version=2&q=*:*&NOW=1515496843243&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 1589130 INFO  (qtp478739471-13326) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1515496843243&ids=12,111,14,135,4,15,104,118,130,131&isShard=true&shard.url=[ff01::114]:33332/|[ff01::213]:33332/|http://127.0.0.1:39489//collection1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1589131 INFO  (qtp478739471-13319) [    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:39489//collection1&sort=n_tf1+desc&wt=javabin&version=2} hits=68 status=0 QTime=14
   [junit4]   2> 1589132 INFO  (qtp795419500-13309) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&distrib=false&sort=n_tf1+asc&wt=javabin&version=2} hits=68 status=0 QTime=0
   [junit4]   2> 1589139 INFO  (qtp478739471-13320) [    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=[ff01::083]:33332/|[ff01::114]:33332/|http://127.0.0.1:39489//collection1&rows=10&version=2&q=*:*&NOW=1515496843259&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 1589140 INFO  (qtp478739471-13326) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1515496843259&ids=2,13,112,125,137,138,149,139,119,141&isShard=true&shard.url=[ff01::083]:33332/|[ff01::114]:33332/|http://127.0.0.1:39489//collection1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1589141 INFO  (qtp478739471-13324) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&shards=[ff01::083]:33332/|[ff01::114]:33332/|http://127.0.0.1:39489//collection1&sort=n_tf1+asc&wt=javabin&version=2} hits=68 status=0 QTime=8
   [junit4]   2> 1589142 INFO  (qtp795419500-13302) [    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> 1589143 INFO  (qtp478739471-13319) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_d1+desc&shard.url=http://127.0.0.1:39489//collection1|[ff01::114]:33332/&rows=10&version=2&q=*:*&NOW=1515496843269&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 1589144 INFO  (qtp478739471-13326) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1515496843269&ids=112,13,102,104,5,137,138,128,119,142&isShard=true&shard.url=http://127.0.0.1:39489//collection1|[ff01::114]:33332/&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1589144 INFO  (qtp478739471-13325) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&shards=http://127.0.0.1:39489//collection1|[ff01::114]:33332/&sort=n_d1+desc&wt=javabin&version=2} hits=68 status=0 QTime=1
   [junit4]   2> 1589145 INFO  (qtp795419500-13307) [    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> 1589146 INFO  (qtp478739471-13324) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_d1+asc&shard.url=[ff01::083]:33332/|[ff01::114]:33332/|[ff01::213]:33332/|http://127.0.0.1:39489//collection1&rows=10&version=2&q=*:*&NOW=1515496843273&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 1589147 INFO  (qtp478739471-13326) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1515496843273&ids=110,133,113,136,147,103,149,106,117,7&isShard=true&shard.url=[ff01::083]:33332/|[ff01::114]:33332/|[ff01::213]:33332/|http://127.0.0.1:39489//collection1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1589147 INFO  (qtp478739471-13320) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&shards=[ff01::083]:33332/|[ff01::114]:33332/|[ff01::213]:33332/|http://127.0.0.1:39489//collection1&sort=n_d1+asc&wt=javabin&version=2} hits=68 status=0 QTime=1
   [junit4]   2> 1589148 INFO  (qtp795419500-13308) [    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> 1589149 INFO  (qtp478739471-13325) [    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:39489//collection1&rows=10&version=2&q=*:*&NOW=1515496843276&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 1589150 INFO  (qtp478739471-13326) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1515496843276&ids=144,122,147,5,104,16,117,139,119,9&isShard=true&shard.url=http://127.0.0.1:39489//collection1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1589150 INFO  (qtp478739471-13319) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&shards=http://127.0.0.1:39489//collection1&sort=n_td1+desc&wt=javabin&version=2} hits=68 status=0 QTime=1
   [junit4]   2> 1589151 INFO  (qtp795419500-13309) [    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> 1589151 INFO  (qtp478739471-13320) [    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:39489//collection1|[ff01::083]:33332/|[ff01::114]:33332/&rows=10&version=2&q=*:*&NOW=1515496843278&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 1589152 INFO  (qtp478739471-13326) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1515496843278&ids=110,100,2,112,113,103,148,107,109,130&isShard=true&shard.url=http://127.0.0.1:39489//collection1|[ff01::083]:33332/|[ff01::114]:33332/&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1589152 INFO  (qtp478739471-13324) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&shards=http://127.0.0.1:39489//collection1|[ff01::083]:33332/|[ff01::114]:33332/&sort=n_td1+asc&wt=javabin&version=2} hits=68 status=0 QTime=1
   [junit4]   2> 1589153 INFO  (qtp795419500-13302) [    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> 1589154 INFO  (qtp478739471-13319) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_l1+desc&shard.url=[ff01::083]:33332/|http://127.0.0.1:39489//collection1|[ff01::213]:33332/|[ff01::114]:33332/&rows=10&version=2&q=*:*&NOW=1515496843280&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 1589154 INFO  (qtp478739471-13326) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1515496843280&ids=111,1,135,14,113,15,147,4,105,107&isShard=true&shard.url=[ff01::083]:33332/|http://127.0.0.1:39489//collection1|[ff01::213]:33332/|[ff01::114]:33332/&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1589155 INFO  (qtp478739471-13325) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&shards=[ff01::083]:33332/|http://127.0.0.1:39489//collection1|[ff01::213]:33332/|[ff01::114]:33332/&sort=n_l1+desc&wt=javabin&version=2} hits=68 status=0 QTime=1
   [junit4]   2> 1589156 INFO  (qtp795419500-13307) [    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> 1589157 INFO  (qtp478739471-13324) [    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:39489//collection1|[ff01::213]:33332/&rows=10&version=2&q=*:*&NOW=1515496843283&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 1589157 INFO  (qtp478739471-13326) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1515496843283&ids=11,102,124,16,115,126,5,6,140,10&isShard=true&shard.url=[ff01::083]:33332/|http://127.0.0.1:39489//collection1|[ff01::213]:33332/&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1589158 INFO  (qtp478739471-13320) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&shards=[ff01::083]:33332/|http://127.0.0.1:39489//collection1|[ff01::213]:33332/&sort=n_l1+asc&wt=javabin&version=2} hits=68 status=0 QTime=1
   [junit4]   2> 1589158 INFO  (qtp795419500-13308) [    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> 1589159 INFO  (qtp478739471-13325) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_tl1+desc&shard.url=[ff01::083]:33332/|http://127.0.0.1:39489//collection1&rows=10&version=2&q=*:*&NOW=1515496843286&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 1589160 INFO  (qtp478739471-13326) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1515496843286&ids=143,1,13,4,15,115,105,117,106,142&isShard=true&shard.url=[ff01::083]:33332/|http://127.0.0.1:39489//collection1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1589160 INFO  (qtp478739471-13319) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&shards=[ff01::083]:33332/|http://127.0.0.1:39489//collection1&sort=n_tl1+desc&wt=javabin&version=2} hits=68 status=0 QTime=1
   [junit4]   2> 1589161 INFO  (qtp795419500-13309) [    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> 1589161 INFO  (qtp478739471-13320) [    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::083]:33332/|http://127.0.0.1:39489//collection1&rows=10&version=2&q=*:*&NOW=1515496843288&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 1589162 INFO  (qtp478739471-13326) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1515496843288&ids=122,12,101,146,148,16,138,17,129,131&isShard=true&shard.url=[ff01::083]:33332/|http://127.0.0.1:39489//collection1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1589162 INFO  (qtp478739471-13324) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&shards=[ff01::083]:33332/|http://127.0.0.1:39489//collection1&sort=n_tl1+asc&wt=javabin&version=2} hits=68 status=0 QTime=1
   [junit4]   2> 1589163 INFO  (qtp795419500-13302) [    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> 1589164 INFO  (qtp478739471-13319) [    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=http://127.0.0.1:39489//collection1|[ff01::213]:33332/|[ff01::114]:33332/&rows=10&version=2&q=*:*&NOW=1515496843290&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 1589164 INFO  (qtp478739471-13326) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1515496843290&ids=11,143,134,112,135,4,148,6,1001,8&isShard=true&shard.url=http://127.0.0.1:39489//collection1|[ff01::213]:33332/|[ff01::114]:33332/&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1589165 INFO  (qtp478739471-13325) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&shards=http://127.0.0.1:39489//collection1|[ff01::213]:33332/|[ff01::114]:33332/&sort=n_dt1+desc&wt=javabin&version=2} hits=68 status=0 QTime=1
   [junit4]   2> 1589165 INFO  (qtp795419500-13307) [    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> 1589166 INFO  (qtp478739471-13324) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_dt1+asc&shard.url=[ff01::083]:33332/|[ff01::213]:33332/|[ff01::114]:33332/|http://127.0.0.1:39489//collection1&rows=10&version=2&q=*:*&NOW=1515496843293&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 1589166 INFO  (qtp478739471-13326) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1515496843293&ids=132,110,145,123,14,147,104,7,106,118&isShard=true&shard.url=[ff01::083]:33332/|[ff01::213]:33332/|[ff01::114]:33332/|http://127.0.0.1:39489//collection1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1589167 INFO  (qtp478739471-13320) [    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:39489//collection1&sort=n_dt1+asc&wt=javabin&version=2} hits=68 status=0 QTime=1
   [junit4]   2> 1589167 INFO  (qtp795419500-13308) [    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> 1589168 INFO  (qtp478739471-13325) [    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=http://127.0.0.1:39489//collection1&rows=10&version=2&q=*:*&NOW=1515496843295&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 1589168 INFO  (qtp478739471-13326) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1515496843295&ids=144,100,123,124,136,137,127,1001,8,141&isShard=true&shard.url=http://127.0.0.1:39489//collection1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1589169 INFO  (qtp478739471-13319) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&shards=http://127.0.0.1:39489//collection1&sort=n_tdt1+desc&wt=javabin&version=2} hits=68 status=0 QTime=1
   [junit4]   2> 1589169 INFO  (qtp795419500-13309) [    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> 1589170 INFO  (qtp478739471-13320) [    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/|http://127.0.0.1:39489//collection1&rows=10&version=2&q=*:*&NOW=1515496843297&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 1589170 INFO  (qtp478739471-13326) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1515496843297&ids=111,134,14,115,5,148,118,109,130,131&isShard=true&shard.url=[ff01::213]:33332/|http://127.0.0.1:39489//collection1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1589171 INFO  (qtp478739471-13324) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&shards=[ff01::213]:33332/|http://127.0.0.1:39489//collection1&sort=n_tdt1+asc&wt=javabin&version=2} hits=68 status=0 QTime=1
   [junit4]   2> 1589172 INFO  (qtp795419500-13302) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&distrib=false&sort=a_i1+desc&wt=javabin&version=2} hits=68 status=0 QTime=0
   [junit4]   2> 1589173 INFO  (qtp478739471-13319) [    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_i1+desc&shard.url=[ff01::213]:33332/|http://127.0.0.1:39489//collection1&rows=10&version=2&q=*:*&NOW=1515496843299&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 1589173 INFO  (qtp478739471-13326) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1515496843299&ids=1,12,2,13,3,5,7,8,9,10&isShard=true&shard.url=[ff01::213]:33332/|http://127.0.0.1:39489//collection1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1589173 INFO  (qtp478739471-13325) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&shards=[ff01::213]:33332/|http://127.0.0.1:39489//collection1&sort=a_i1+desc&wt=javabin&version=2} hits=68 status=0 QTime=1
   [junit4]   2> 1589174 INFO  (qtp795419500-13307) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&distrib=false&sort={!func}testfunc(add(a_i1,5))+desc&wt=javabin&version=2} hits=68 status=0 QTime=0
   [junit4]   2> 1589176 INFO  (qtp478739471-13324) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort={!func}testfunc(add(a_i1,5))+desc&shard.url=[ff01::114]:33332/|[ff01::083]:33332/|http://127.0.0.1:39489//collection1|[ff01::213]:33332/&rows=10&version=2&q=*:*&NOW=1515496843302&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 1589176 INFO  (qtp478739471-13326) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1515496843302&ids=1,12,2,13,3,5,7,8,9,10&isShard=true&shard.url=[ff01::114]:33332/|[ff01::083]:33332/|http://127.0.0.1:39489//collection1|[ff01::213]:33332/&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1589177 INFO  (qtp478739471-13320) [    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:39489//collection1|[ff01::213]:33332/&sort={!func}testfunc(add(a_i1,5))+desc&wt=javabin&version=2} hits=68 status=0 QTime=1
   [junit4]   2> 1589177 INFO  (qtp795419500-13308) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=a_i1[*+TO+*]&distrib=false&sort=a_i1+asc&wt=javabin&version=2} hits=13 status=0 QTime=0
   [junit4]   2> 1589178 INFO  (qtp478739471-13325) [    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_i1+asc&shard.url=[ff01::213]:33332/|http://127.0.0.1:39489//collection1&rows=10&version=2&q=a_i1[*+TO+*]&NOW=1515496843305&isShard=true&wt=javabin} hits=13 status=0 QTime=0
   [junit4]   2> 1589179 INFO  (qtp478739471-13326) [    x:collection1] o.a.s.c.S.Request

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

   [junit4]   2> 1602048 INFO  (TEST-TestDistributedSearch.test-seed#[B9B8CC0C358380F3]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@29bef41d: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@2962711e
   [junit4]   2> 1602048 INFO  (coreCloseExecutor-6105-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5a8340b8
   [junit4]   2> 1602048 INFO  (coreCloseExecutor-6105-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=1518551224
   [junit4]   2> 1602048 INFO  (coreCloseExecutor-6105-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@12d13395: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@43122c5
   [junit4]   2> 1602055 INFO  (TEST-TestDistributedSearch.test-seed#[B9B8CC0C358380F3]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1f42ff2c{/,null,UNAVAILABLE}
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestDistributedSearch -Dtests.method=test -Dtests.seed=B9B8CC0C358380F3 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=hu-HU -Dtests.timezone=JST -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 13.7s J0 | 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=14}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B9B8CC0C358380F3:31ECF3D69B7FED0B]: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: /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_B9B8CC0C358380F3-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {other_tl1=PostingsFormat(name=Memory), range_facet_l_dv=Lucene50(blocksize=128), SubjectTerms_mfacet=PostingsFormat(name=Memory), n_l1=PostingsFormat(name=MockRandom), a_n_tdt=FST50, multiDefault=PostingsFormat(name=MockRandom), intDefault=PostingsFormat(name=Memory), n_td1=PostingsFormat(name=Memory), n_d1=PostingsFormat(name=MockRandom), n_f1=PostingsFormat(name=Memory), range_facet_l=PostingsFormat(name=MockRandom), n_tl1=PostingsFormat(name=Memory), a_s=FST50, oddField_s=Lucene50(blocksize=128), n_tf1=PostingsFormat(name=MockRandom), lowerfilt1and2=PostingsFormat(name=MockRandom), a_t=PostingsFormat(name=MockRandom), lowerfilt=PostingsFormat(name=MockRandom), id=Lucene50(blocksize=128), text=FST50, timestamp=PostingsFormat(name=MockRandom), severity=FST50, foo_sev_enum=FST50, n_dt1=PostingsFormat(name=Memory), a_i1=PostingsFormat(name=MockRandom), b_n_tdt=PostingsFormat(name=Memory), n_ti1=Lucene50(blocksize=128), rnd_b=Lucene50(blocksize=128), foo_b=FST50, n_tdt1=PostingsFormat(name=Memory), foo_d=Lucene50(blocksize=128), id_i1=PostingsFormat(name=Memory), range_facet_i_dv=PostingsFormat(name=MockRandom), foo_f=FST50}, docValues:{other_tl1=DocValuesFormat(name=Direct), range_facet_l_dv=DocValuesFormat(name=Memory), n_l1=DocValuesFormat(name=Asserting), a_n_tdt=DocValuesFormat(name=Lucene70), intDefault=DocValuesFormat(name=Direct), n_td1=DocValuesFormat(name=Direct), n_d1=DocValuesFormat(name=Asserting), range_facet_l=DocValuesFormat(name=Asserting), n_f1=DocValuesFormat(name=Direct), n_tl1=DocValuesFormat(name=Direct), n_tf1=DocValuesFormat(name=Asserting), intDvoDefault=DocValuesFormat(name=Memory), timestamp=DocValuesFormat(name=Asserting), severity=DocValuesFormat(name=Lucene70), foo_sev_enum=DocValuesFormat(name=Lucene70), n_dt1=DocValuesFormat(name=Direct), a_i1=DocValuesFormat(name=Asserting), b_n_tdt=DocValuesFormat(name=Direct), n_ti1=DocValuesFormat(name=Memory), _version_=DocValuesFormat(name=Direct), n_tdt1=DocValuesFormat(name=Direct), id_i1=DocValuesFormat(name=Direct), foo_d=DocValuesFormat(name=Memory), range_facet_i_dv=DocValuesFormat(name=Asserting), foo_f=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=661, maxMBSortInHeap=6.530182810571752, sim=RandomSimilarity(queryNorm=false): {}, locale=hu-HU, timezone=JST
   [junit4]   2> NOTE: Linux 4.10.0-40-generic amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=8,threads=1,free=320312656,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestCloudPseudoReturnFields, TermsComponentTest, ParsingFieldUpdateProcessorsTest, ManagedSchemaRoundRobinCloudTest, TestHighFrequencyDictionaryFactory, DistributedQueryElevationComponentTest, ExecutePlanActionTest, TestManagedSchema, ConjunctionSolrSpellCheckerTest, TestJsonFacets, TestExceedMaxTermLength, CollectionsAPISolrJTest, SearchHandlerTest, TestScoreJoinQPScore, TestStressVersions, MinimalSchemaTest, BasicZkTest, HdfsNNFailoverTest, TestEmbeddedSolrServerSchemaAPI, TestRebalanceLeaders, SimpleCollectionCreateDeleteTest, DateRangeFieldTest, AnalysisAfterCoreReloadTest, CleanupOldIndexTest, TestClusterProperties, SolrXmlInZkTest, HdfsChaosMonkeyNothingIsSafeTest, TestPHPSerializedResponseWriter, TestWordDelimiterFilterFactory, RemoteQueryErrorTest, TestCrossCoreJoin, TestCoreBackup, SolrGraphiteReporterTest, BaseCdcrDistributedZkTest, TestAddFieldRealTimeGet, SolrMetricReporterTest, TestSuggestSpellingConverter, TestSolrDeletionPolicy1, SimpleFacetsTest, DocValuesTest, TestConfigsApi, URLClassifyProcessorTest, AutoAddReplicasPlanActionTest, TestComplexPhraseQParserPlugin, CacheHeaderTest, MoveReplicaTest, NodeAddedTriggerTest, ActionThrottleTest, TestRandomDVFaceting, TestTlogReplica, TestComponentsName, MetricsConfigTest, TestConfig, TestIBSimilarityFactory, BufferStoreTest, TestInPlaceUpdatesStandalone, UtilsToolTest, TestShortCircuitedRequests, AnalysisErrorHandlingTest, TestImplicitCoreProperties, NoCacheHeaderTest, ExternalFileFieldSortTest, SpellCheckCollatorTest, TestRetrieveFieldsOptimizer, TestIntervalFaceting, TestFoldingMultitermQuery, PeerSyncWithIndexFingerprintCachingTest, TolerantUpdateProcessorTest, SpatialFilterTest, TestSerializedLuceneMatchVersion, ResponseLogComponentTest, TestUtilizeNode, TermVectorComponentTest, TestDownShardTolerantSearch, StatsReloadRaceTest, MergeStrategyTest, CursorPagingTest, DistributedMLTComponentTest, AddSchemaFieldsUpdateProcessorFactoryTest, BasicAuthStandaloneTest, NumberUtilsTest, TestManagedSynonymFilterFactory, TestNumericTerms64, TestLeaderElectionWithEmptyReplica, TestFieldTypeCollectionResource, SparseHLLTest, TestHighlightDedupGrouping, HdfsTlogReplayBufferedWhileIndexingTest, SearchHandlerTest, UpdateParamsTest, ForceLeaderTest, RestartWhileUpdatingTest, BlockJoinFacetRandomTest, SystemLogListenerTest, TestSolrCloudSnapshots, TestExactStatsCache, SolrSlf4jReporterTest, TestSort, TestReversedWildcardFilterFactory, TestReplicationHandler, TestStandardQParsers, TestFastOutputStream, TestConfigSetImmutable, TestPullReplicaErrorHandling, FastVectorHighlighterTest, TestCodecSupport, TestBinaryResponseWriter, TestCorePropertiesReload, DistributedFacetPivotWhiteBoxTest, TestPostingsSolrHighlighter, TestLegacyFieldReuse, TestOnReconnectListenerSupport, TestQueryUtils, TestSubQueryTransformer, TestSystemCollAutoCreate, DateMathParserTest, JsonLoaderTest, TestIndexingPerformance, ResourceLoaderTest, TestInitQParser, LeaderInitiatedRecoveryOnShardRestartTest, TestZkAclsWithHadoopAuth, TestUnifiedSolrHighlighter, TestCloudNestedDocsSort, BasicFunctionalityTest, ChaosMonkeySafeLeaderTest, SyncSliceTest, OpenCloseCoreStressTest, OverseerTest, LeaderElectionIntegrationTest, ShardRoutingTest, ClusterStateUpdateTest, TestRandomFaceting, LeaderElectionTest, TestZkChroot, ShardRoutingCustomTest, TestDistributedSearch]
   [junit4] Completed [389/751 (1!)] on J0 in 13.76s, 1 test, 1 failure <<< FAILURES!

[...truncated 48645 lines...]