Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/39/
Java: 64bit/jdk-9-ea+173 -XX:+UseCompressedOops -XX:+UseG1GC

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

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

Stack Trace:
java.lang.AssertionError: Expected to find shardAddress in the up shard info: 
{error=org.apache.solr.client.solrj.SolrServerException: Time allowed to handle 
this request exceeded,trace=org.apache.solr.client.solrj.SolrServerException: 
Time allowed to handle this request exceeded
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:460)
        at 
org.apache.solr.handler.component.HttpShardHandlerFactory.makeLoadBalancedRequest(HttpShardHandlerFactory.java:273)
        at 
org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:175)
        at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at 
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
        at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1161)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
        at java.base/java.lang.Thread.run(Thread.java:844)
,time=2}
        at 
__randomizedtesting.SeedInfo.seed([79D9B9D16F81043A:F18D860BC17D69C2]: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 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:1011)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
        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:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 11710 lines...]
   [junit4] Suite: org.apache.solr.TestDistributedSearch
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch_79D9B9D16F81043A-001\init-core-data-001
   [junit4]   2> 912414 WARN  
(SUITE-TestDistributedSearch-seed#[79D9B9D16F81043A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=7 numCloses=7
   [junit4]   2> 912414 INFO  
(SUITE-TestDistributedSearch-seed#[79D9B9D16F81043A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 912416 INFO  
(SUITE-TestDistributedSearch-seed#[79D9B9D16F81043A]-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> 912416 INFO  
(SUITE-TestDistributedSearch-seed#[79D9B9D16F81043A]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 912763 INFO  
(TEST-TestDistributedSearch.test-seed#[79D9B9D16F81043A]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch_79D9B9D16F81043A-001\tempDir-001\control\cores\collection1
   [junit4]   2> 912764 INFO  
(TEST-TestDistributedSearch.test-seed#[79D9B9D16F81043A]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 912765 INFO  
(TEST-TestDistributedSearch.test-seed#[79D9B9D16F81043A]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@69c0909b{/,null,AVAILABLE}
   [junit4]   2> 912767 INFO  
(TEST-TestDistributedSearch.test-seed#[79D9B9D16F81043A]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@22836378{HTTP/1.1,[http/1.1]}{127.0.0.1:64544}
   [junit4]   2> 912767 INFO  
(TEST-TestDistributedSearch.test-seed#[79D9B9D16F81043A]) [    ] o.e.j.s.Server 
Started @914621ms
   [junit4]   2> 912767 INFO  
(TEST-TestDistributedSearch.test-seed#[79D9B9D16F81043A]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, hostPort=64544, 
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch_79D9B9D16F81043A-001\tempDir-001\control\cores}
   [junit4]   2> 912768 ERROR 
(TEST-TestDistributedSearch.test-seed#[79D9B9D16F81043A]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 912768 INFO  
(TEST-TestDistributedSearch.test-seed#[79D9B9D16F81043A]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.1.0
   [junit4]   2> 912768 INFO  
(TEST-TestDistributedSearch.test-seed#[79D9B9D16F81043A]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 912768 INFO  
(TEST-TestDistributedSearch.test-seed#[79D9B9D16F81043A]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 912768 INFO  
(TEST-TestDistributedSearch.test-seed#[79D9B9D16F81043A]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-14T07:14:18.073033100Z
   [junit4]   2> 912768 INFO  
(TEST-TestDistributedSearch.test-seed#[79D9B9D16F81043A]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch_79D9B9D16F81043A-001\tempDir-001\control\solr.xml
   [junit4]   2> 912771 INFO  
(TEST-TestDistributedSearch.test-seed#[79D9B9D16F81043A]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3722b3fc, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 912805 INFO  
(TEST-TestDistributedSearch.test-seed#[79D9B9D16F81043A]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3722b3fc
   [junit4]   2> 912808 INFO  
(TEST-TestDistributedSearch.test-seed#[79D9B9D16F81043A]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3722b3fc
   [junit4]   2> 912808 INFO  
(TEST-TestDistributedSearch.test-seed#[79D9B9D16F81043A]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3722b3fc
   [junit4]   2> 912808 INFO  
(TEST-TestDistributedSearch.test-seed#[79D9B9D16F81043A]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch_79D9B9D16F81043A-001\tempDir-001\control\cores
   [junit4]   2> 912808 INFO  
(TEST-TestDistributedSearch.test-seed#[79D9B9D16F81043A]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 912812 INFO  (coreLoadExecutor-3841-thread-1) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-7.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-7.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 912848 INFO  (coreLoadExecutor-3841-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 912863 INFO  (coreLoadExecutor-3841-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 912954 INFO  (coreLoadExecutor-3841-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 912965 INFO  (coreLoadExecutor-3841-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
configset 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1,
 trusted=true
   [junit4]   2> 912965 INFO  (coreLoadExecutor-3841-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 
'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3722b3fc
   [junit4]   2> 912965 INFO  (coreLoadExecutor-3841-thread-1) [    ] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 912965 INFO  (coreLoadExecutor-3841-thread-1) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch_79D9B9D16F81043A-001\tempDir-001\control\cores\collection1\data\]
   [junit4]   2> 912966 INFO  (coreLoadExecutor-3841-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=42, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=93.48828125, 
floorSegmentMB=1.603515625, forceMergeDeletesPctAllowed=12.716133565599566, 
segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 913027 INFO  (coreLoadExecutor-3841-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 913027 INFO  (coreLoadExecutor-3841-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 913028 INFO  (coreLoadExecutor-3841-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 913028 INFO  (coreLoadExecutor-3841-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 913029 INFO  (coreLoadExecutor-3841-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=41, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=46.4453125, 
floorSegmentMB=0.5, forceMergeDeletesPctAllowed=13.66951529348704, 
segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6551355324596286
   [junit4]   2> 913029 INFO  (coreLoadExecutor-3841-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@6fb2051[collection1] main]
   [junit4]   2> 913031 INFO  (coreLoadExecutor-3841-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 913039 INFO  (coreLoadExecutor-3841-thread-1) [    ] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 913068 INFO  (coreLoadExecutor-3841-thread-1) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 913068 INFO  (searcherExecutor-3842-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 913068 INFO  (coreLoadExecutor-3841-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1572881257854926848
   [junit4]   2> 913069 INFO  (searcherExecutor-3842-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 913069 INFO  (searcherExecutor-3842-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 913069 INFO  (searcherExecutor-3842-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 913069 INFO  (searcherExecutor-3842-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 913070 INFO  (searcherExecutor-3842-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 913070 INFO  (searcherExecutor-3842-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 913070 INFO  (searcherExecutor-3842-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 913072 INFO  (searcherExecutor-3842-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 913072 INFO  (searcherExecutor-3842-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6fb2051[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 913831 INFO  
(TEST-TestDistributedSearch.test-seed#[79D9B9D16F81043A]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch_79D9B9D16F81043A-001\tempDir-001\shard0\cores\collection1
   [junit4]   2> 913832 INFO  
(TEST-TestDistributedSearch.test-seed#[79D9B9D16F81043A]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 913832 INFO  
(TEST-TestDistributedSearch.test-seed#[79D9B9D16F81043A]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@46597e2d{/,null,AVAILABLE}
   [junit4]   2> 913834 INFO  
(TEST-TestDistributedSearch.test-seed#[79D9B9D16F81043A]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@3eecde7c{HTTP/1.1,[http/1.1]}{127.0.0.1:64547}
   [junit4]   2> 913834 INFO  
(TEST-TestDistributedSearch.test-seed#[79D9B9D16F81043A]) [    ] o.e.j.s.Server 
Started @915689ms
   [junit4]   2> 913834 INFO  
(TEST-TestDistributedSearch.test-seed#[79D9B9D16F81043A]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, hostPort=64547, 
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch_79D9B9D16F81043A-001\tempDir-001\shard0\cores}
   [junit4]   2> 913834 ERROR 
(TEST-TestDistributedSearch.test-seed#[79D9B9D16F81043A]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 913834 INFO  
(TEST-TestDistributedSearch.test-seed#[79D9B9D16F81043A]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.1.0
   [junit4]   2> 913834 INFO  
(TEST-TestDistributedSearch.test-seed#[79D9B9D16F81043A]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 913834 INFO  
(TEST-TestDistributedSearch.test-seed#[79D9B9D16F81043A]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 913834 INFO  
(TEST-TestDistributedSearch.test-seed#[79D9B9D16F81043A]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-14T07:14:19.139292800Z
   [junit4]   2> 913835 INFO  
(TEST-TestDistributedSearch.test-seed#[79D9B9D16F81043A]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch_79D9B9D16F81043A-001\tempDir-001\shard0\solr.xml
   [junit4]   2> 913837 INFO  
(TEST-TestDistributedSearch.test-seed#[79D9B9D16F81043A]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3722b3fc, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 913868 INFO  
(TEST-TestDistributedSearch.test-seed#[79D9B9D16F81043A]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3722b3fc
   [junit4]   2> 913873 INFO  
(TEST-TestDistributedSearch.test-seed#[79D9B9D16F81043A]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3722b3fc
   [junit4]   2> 913873 INFO  
(TEST-TestDistributedSearch.test-seed#[79D9B9D16F81043A]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3722b3fc
   [junit4]   2> 913874 INFO  
(TEST-TestDistributedSearch.test-seed#[79D9B9D16F81043A]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch_79D9B9D16F81043A-001\tempDir-001\shard0\cores
   [junit4]   2> 913874 INFO  
(TEST-TestDistributedSearch.test-seed#[79D9B9D16F81043A]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 913875 INFO  (coreLoadExecutor-3852-thread-1) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-7.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-7.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 913899 INFO  (coreLoadExecutor-3852-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 913912 INFO  (coreLoadExecutor-3852-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 913960 INFO  (coreLoadExecutor-3852-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 913970 INFO  (coreLoadExecutor-3852-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
configset 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1,
 trusted=true
   [junit4]   2> 913970 INFO  (coreLoadExecutor-3852-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 
'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3722b3fc
   [junit4]   2> 913970 INFO  (coreLoadExecutor-3852-thread-1) [    ] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 913970 INFO  (coreLoadExecutor-3852-thread-1) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch_79D9B9D16F81043A-001\tempDir-001\shard0\cores\collection1\data\]
   [junit4]   2> 913972 INFO  (coreLoadExecutor-3852-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=42, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=93.48828125, 
floorSegmentMB=1.603515625, forceMergeDeletesPctAllowed=12.716133565599566, 
segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 914046 INFO  (coreLoadExecutor-3852-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 914046 INFO  (coreLoadExecutor-3852-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 914048 INFO  (coreLoadExecutor-3852-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 914048 INFO  (coreLoadExecutor-3852-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 914049 INFO  (coreLoadExecutor-3852-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=41, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=46.4453125, 
floorSegmentMB=0.5, forceMergeDeletesPctAllowed=13.66951529348704, 
segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6551355324596286
   [junit4]   2> 914049 INFO  (coreLoadExecutor-3852-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@315bb0c1[collection1] main]
   [junit4]   2> 914050 INFO  (coreLoadExecutor-3852-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 914058 INFO  (coreLoadExecutor-3852-thread-1) [    ] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 914099 INFO  (coreLoadExecutor-3852-thread-1) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 914099 INFO  (searcherExecutor-3853-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 914099 INFO  (coreLoadExecutor-3852-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1572881258936008704
   [junit4]   2> 914099 INFO  (searcherExecutor-3853-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 914100 INFO  (searcherExecutor-3853-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 914100 INFO  (searcherExecutor-3853-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 914100 INFO  (searcherExecutor-3853-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 914101 INFO  (searcherExecutor-3853-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 914101 INFO  (searcherExecutor-3853-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 914102 INFO  (searcherExecutor-3853-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 914103 INFO  (searcherExecutor-3853-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 914104 INFO  (searcherExecutor-3853-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@315bb0c1[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 914390 INFO  
(TEST-TestDistributedSearch.test-seed#[79D9B9D16F81043A]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 914395 INFO  (qtp55933908-8320) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:* (-1572881259244290048)} 0 2
   [junit4]   2> 914399 INFO  (qtp659353522-8337) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:* (-1572881259248484352)} 0 1
   [junit4]   2> 914401 INFO  (qtp55933908-8321) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[1 (1572881259251630080)]} 0 1
   [junit4]   2> 914403 INFO  (qtp659353522-8338) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[1 (1572881259253727232)]} 0 1
   [junit4]   2> 914404 INFO  (qtp55933908-8322) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[2 (1572881259255824384)]} 0 0
   [junit4]   2> 914405 INFO  (qtp659353522-8339) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[2 (1572881259256872960)]} 0 0
   [junit4]   2> 914407 INFO  (qtp55933908-8323) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[3 (1572881259257921536)]} 0 0
   [junit4]   2> 914407 INFO  (qtp659353522-8340) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[3 (1572881259258970112)]} 0 0
   [junit4]   2> 914408 INFO  (qtp55933908-8324) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[4 (1572881259260018688)]} 0 0
   [junit4]   2> 914408 INFO  (qtp659353522-8341) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[4 (1572881259260018688)]} 0 0
   [junit4]   2> 914409 INFO  (qtp55933908-8325) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[5 (1572881259261067264)]} 0 0
   [junit4]   2> 914410 INFO  (qtp659353522-8342) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[5 (1572881259261067264)]} 0 0
   [junit4]   2> 914410 INFO  (qtp55933908-8318) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[6 (1572881259262115840)]} 0 0
   [junit4]   2> 914411 INFO  (qtp659353522-8335) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[6 (1572881259263164416)]} 0 0
   [junit4]   2> 914412 INFO  (qtp55933908-8320) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[7 (1572881259263164416)]} 0 0
   [junit4]   2> 914412 INFO  (qtp659353522-8337) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[7 (1572881259264212992)]} 0 0
   [junit4]   2> 914413 INFO  (qtp55933908-8321) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[8 (1572881259264212992)]} 0 0
   [junit4]   2> 914413 INFO  (qtp659353522-8337) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[8 (1572881259265261568)]} 0 0
   [junit4]   2> 914414 INFO  (qtp55933908-8322) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[9 (1572881259266310144)]} 0 0
   [junit4]   2> 914414 INFO  (qtp659353522-8337) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[9 (1572881259266310144)]} 0 0
   [junit4]   2> 914415 INFO  (qtp55933908-8323) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1572881259267358720,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 914415 INFO  (qtp55933908-8323) [    ] o.a.s.u.SolrIndexWriter 
Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@3e17b8a7 
commitCommandVersion:1572881259267358720
   [junit4]   2> 914453 INFO  (qtp55933908-8323) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@10964c5c[collection1] main]
   [junit4]   2> 914453 INFO  (qtp55933908-8323) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 914454 INFO  (searcherExecutor-3842-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@10964c5c[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):c9)))}
   [junit4]   2> 914454 INFO  (qtp55933908-8323) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 39
   [junit4]   2> 914455 INFO  (qtp659353522-8337) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1572881259309301760,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 914455 INFO  (qtp659353522-8337) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@271d85f6 
commitCommandVersion:1572881259309301760
   [junit4]   2> 914468 INFO  (qtp659353522-8337) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@343c27c[collection1] main]
   [junit4]   2> 914468 INFO  (qtp659353522-8337) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 914469 INFO  (searcherExecutor-3853-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@343c27c[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):c9)))}
   [junit4]   2> 914469 INFO  (qtp659353522-8337) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 14
   [junit4]   2> 914472 INFO  (qtp55933908-8324) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[10 (1572881259325030400)]} 0 2
   [junit4]   2> 914475 INFO  (qtp659353522-8341) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[10 (1572881259327127552)]} 0 1
   [junit4]   2> 914476 INFO  (qtp55933908-8325) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[11 (1572881259330273280)]} 0 0
   [junit4]   2> 914477 INFO  (qtp659353522-8342) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[11 (1572881259331321856)]} 0 0
   [junit4]   2> 914478 INFO  (qtp55933908-8318) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[12 (1572881259332370432)]} 0 0
   [junit4]   2> 914479 INFO  (qtp659353522-8335) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[12 (1572881259333419008)]} 0 0
   [junit4]   2> 914479 INFO  (qtp55933908-8320) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[13 (1572881259334467584)]} 0 0
   [junit4]   2> 914480 INFO  (qtp659353522-8338) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[13 (1572881259335516160)]} 0 0
   [junit4]   2> 914481 INFO  (qtp55933908-8321) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[1001 (1572881259335516160)]} 0 0
   [junit4]   2> 914482 INFO  (qtp659353522-8339) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[1001 (1572881259336564736)]} 0 0
   [junit4]   2> 914483 INFO  (qtp55933908-8322) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[14 (1572881259337613312)]} 0 0
   [junit4]   2> 914484 INFO  (qtp659353522-8340) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[14 (1572881259338661888)]} 0 0
   [junit4]   2> 914484 INFO  (qtp55933908-8323) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[15 (1572881259339710464)]} 0 0
   [junit4]   2> 914485 INFO  (qtp659353522-8337) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[15 (1572881259340759040)]} 0 0
   [junit4]   2> 914485 INFO  (qtp55933908-8324) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[16 (1572881259340759040)]} 0 0
   [junit4]   2> 914486 INFO  (qtp659353522-8341) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[16 (1572881259341807616)]} 0 0
   [junit4]   2> 914487 INFO  (qtp55933908-8325) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[17 (1572881259341807616)]} 0 0
   [junit4]   2> 914487 INFO  (qtp659353522-8342) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[17 (1572881259342856192)]} 0 0
   [junit4]   2> 914488 INFO  (qtp55933908-8318) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[100 (1572881259342856192)]} 0 0
   [junit4]   2> 914488 INFO  (qtp659353522-8335) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[100 (1572881259343904768)]} 0 0
   [junit4]   2> 914489 INFO  (qtp55933908-8320) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[101 (1572881259343904768)]} 0 0
   [junit4]   2> 914489 INFO  (qtp659353522-8338) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[101 (1572881259344953344)]} 0 0
   [junit4]   2> 914490 INFO  (qtp55933908-8320) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[102 (1572881259346001920)]} 0 0
   [junit4]   2> 914490 INFO  (qtp659353522-8339) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[102 (1572881259346001920)]} 0 0
   [junit4]   2> 914491 INFO  (qtp55933908-8322) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[103 (1572881259347050496)]} 0 0
   [junit4]   2> 914491 INFO  (qtp659353522-8340) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[103 (1572881259347050496)]} 0 0
   [junit4]   2> 914492 INFO  (qtp55933908-8323) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[104 (1572881259348099072)]} 0 0
   [junit4]   2> 914493 INFO  (qtp659353522-8337) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[104 (1572881259348099072)]} 0 0
   [junit4]   2> 914493 INFO  (qtp55933908-8324) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[105 (1572881259349147648)]} 0 0
   [junit4]   2> 914493 INFO  (qtp659353522-8341) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[105 (1572881259349147648)]} 0 0
   [junit4]   2> 914494 INFO  (qtp55933908-8325) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[106 (1572881259350196224)]} 0 0
   [junit4]   2> 914494 INFO  (qtp659353522-8342) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[106 (1572881259350196224)]} 0 0
   [junit4]   2> 914495 INFO  (qtp55933908-8318) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[107 (1572881259351244800)]} 0 0
   [junit4]   2> 914496 INFO  (qtp659353522-8335) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[107 (1572881259351244800)]} 0 0
   [junit4]   2> 914496 INFO  (qtp55933908-8321) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[108 (1572881259352293376)]} 0 0
   [junit4]   2> 914497 INFO  (qtp659353522-8338) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[108 (1572881259353341952)]} 0 0
   [junit4]   2> 914497 INFO  (qtp55933908-8320) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[109 (1572881259353341952)]} 0 0
   [junit4]   2> 914498 INFO  (qtp659353522-8339) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[109 (1572881259354390528)]} 0 0
   [junit4]   2> 914499 INFO  (qtp55933908-8322) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[110 (1572881259354390528)]} 0 0
   [junit4]   2> 914499 INFO  (qtp659353522-8340) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[110 (1572881259355439104)]} 0 0
   [junit4]   2> 914500 INFO  (qtp55933908-8323) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[111 (1572881259355439104)]} 0 0
   [junit4]   2> 914500 INFO  (qtp659353522-8337) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[111 (1572881259356487680)]} 0 0
   [junit4]   2> 914501 INFO  (qtp55933908-8324) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[112 (1572881259356487680)]} 0 0
   [junit4]   2> 914501 INFO  (qtp659353522-8341) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[112 (1572881259357536256)]} 0 0
   [junit4]   2> 914502 INFO  (qtp55933908-8325) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[113 (1572881259357536256)]} 0 0
   [junit4]   2> 914502 INFO  (qtp659353522-8342) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[113 (1572881259358584832)]} 0 0
   [junit4]   2> 914503 INFO  (qtp55933908-8318) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[114 (1572881259358584832)]} 0 0
   [junit4]   2> 914503 INFO  (qtp659353522-8335) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[114 (1572881259359633408)]} 0 0
   [junit4]   2> 914504 INFO  (qtp55933908-8321) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[115 (1572881259360681984)]} 0 0
   [junit4]   2> 914504 INFO  (qtp659353522-8338) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[115 (1572881259360681984)]} 0 0
   [junit4]   2> 914505 INFO  (qtp55933908-8320) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[116 (1572881259360681985)]} 0 0
   [junit4]   2> 914505 INFO  (qtp659353522-8339) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[116 (1572881259361730560)]} 0 0
   [junit4]   2> 914505 INFO  (qtp55933908-8322) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[117 (1572881259361730560)]} 0 0
   [junit4]   2> 914505 INFO  (qtp659353522-8340) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[117 (1572881259361730561)]} 0 0
   [junit4]   2> 914507 INFO  (qtp55933908-8323) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[118 (1572881259363827712)]} 0 0
   [junit4]   2> 914507 INFO  (qtp659353522-8337) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[118 (1572881259363827712)]} 0 0
   [junit4]   2> 914508 INFO  (qtp55933908-8324) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[119 (1572881259364876288)]} 0 0
   [junit4]   2> 914509 INFO  (qtp659353522-8341) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[119 (1572881259364876288)]} 0 0
   [junit4]   2> 914509 INFO  (qtp55933908-8325) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[120 (1572881259365924864)]} 0 0
   [junit4]   2> 914510 INFO  (qtp659353522-8342) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[120 (1572881259365924864)]} 0 0
   [junit4]   2> 914510 INFO  (qtp55933908-8318) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[121 (1572881259366973440)]} 0 0
   [junit4]   2> 914511 INFO  (qtp659353522-8335) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[121 (1572881259368022016)]} 0 0
   [junit4]   2> 914512 INFO  (qtp55933908-8321) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[122 (1572881259368022016)]} 0 0
   [junit4]   2> 914512 INFO  (qtp659353522-8338) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[122 (1572881259369070592)]} 0 0
   [junit4]   2> 914513 INFO  (qtp55933908-8320) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[123 (1572881259370119168)]} 0 0
   [junit4]   2> 914513 INFO  (qtp659353522-8339) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[123 (1572881259370119168)]} 0 0
   [junit4]   2> 914514 INFO  (qtp55933908-8322) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[124 (1572881259371167744)]} 0 0
   [junit4]   2> 914515 INFO  (qtp659353522-8340) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[124 (1572881259371167744)]} 0 0
   [junit4]   2> 914515 INFO  (qtp55933908-8323) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[125 (1572881259372216320)]} 0 0
   [junit4]   2> 914516 INFO  (qtp659353522-8337) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[125 (1572881259372216320)]} 0 0
   [junit4]   2> 914516 INFO  (qtp55933908-8324) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[126 (1572881259373264896)]} 0 0
   [junit4]   2> 914516 INFO  (qtp659353522-8341) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[126 (1572881259373264896)]} 0 0
   [junit4]   2> 914516 INFO  (qtp55933908-8325) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[127 (1572881259373264897)]} 0 0
   [junit4]   2> 914517 INFO  (qtp659353522-8342) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[127 (1572881259374313472)]} 0 0
   [junit4]   2> 914518 INFO  (qtp55933908-8318) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[128 (1572881259374313472)]} 0 0
   [junit4]   2> 914518 INFO  (qtp659353522-8335) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[128 (1572881259375362048)]} 0 0
   [junit4]   2> 914519 INFO  (qtp55933908-8321) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[129 (1572881259376410624)]} 0 0
   [junit4]   2> 914520 INFO  (qtp659353522-8338) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[129 (1572881259377459200)]} 0 0
   [junit4]   2> 914520 INFO  (qtp55933908-8320) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[130 (1572881259377459200)]} 0 0
   [junit4]   2> 914521 INFO  (qtp659353522-8339) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[130 (1572881259378507776)]} 0 0
   [junit4]   2> 914521 INFO  (qtp55933908-8322) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[131 (1572881259378507776)]} 0 0
   [junit4]   2> 914522 INFO  (qtp659353522-8340) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[131 (1572881259379556352)]} 0 0
   [junit4]   2> 914522 INFO  (qtp55933908-8323) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[132 (1572881259379556352)]} 0 0
   [junit4]   2> 914523 INFO  (qtp659353522-8337) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[132 (1572881259380604928)]} 0 0
   [junit4]   2> 914524 INFO  (qtp55933908-8324) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[133 (1572881259380604928)]} 0 0
   [junit4]   2> 914524 INFO  (qtp659353522-8337) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[133 (1572881259381653504)]} 0 0
   [junit4]   2> 914525 INFO  (qtp55933908-8325) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[134 (1572881259382702080)]} 0 0
   [junit4]   2> 914525 INFO  (qtp659353522-8342) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[134 (1572881259382702080)]} 0 0
   [junit4]   2> 914526 INFO  (qtp55933908-8318) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[135 (1572881259383750656)]} 0 0
   [junit4]   2> 914527 INFO  (qtp659353522-8335) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[135 (1572881259384799232)]} 0 0
   [junit4]   2> 914527 INFO  (qtp55933908-8321) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[136 (1572881259384799232)]} 0 0
   [junit4]   2> 914528 INFO  (qtp659353522-8338) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[136 (1572881259385847808)]} 0 0
   [junit4]   2> 914529 INFO  (qtp55933908-8320) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[137 (1572881259385847808)]} 0 0
   [junit4]   2> 914529 INFO  (qtp659353522-8339) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[137 (1572881259386896384)]} 0 0
   [junit4]   2> 914530 INFO  (qtp55933908-8322) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[138 (1572881259386896384)]} 0 0
   [junit4]   2> 914530 INFO  (qtp659353522-8340) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[138 (1572881259387944960)]} 0 0
   [junit4]   2> 914531 INFO  (qtp55933908-8323) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[139 (1572881259387944960)]} 0 0
   [junit4]   2> 914531 INFO  (qtp659353522-8341) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[139 (1572881259388993536)]} 0 0
   [junit4]   2> 914532 INFO  (qtp55933908-8324) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[140 (1572881259388993536)]} 0 0
   [junit4]   2> 914532 INFO  (qtp659353522-8337) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[140 (1572881259390042112)]} 0 0
   [junit4]   2> 914533 INFO  (qtp55933908-8325) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[141 (1572881259390042112)]} 0 0
   [junit4]   2> 914533 INFO  (qtp659353522-8342) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[141 (1572881259391090688)]} 0 0
   [junit4]   2> 914534 INFO  (qtp55933908-8325) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[142 (1572881259392139264)]} 0 0
   [junit4]   2> 914534 INFO  (qtp659353522-8335) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[142 (1572881259392139264)]} 0 0
   [junit4]   2> 914535 INFO  (qtp55933908-8321) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[143 (1572881259393187840)]} 0 0
   [junit4]   2> 914536 INFO  (qtp659353522-8338) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[143 (1572881259393187840)]} 0 0
   [junit4]   2> 914536 INFO  (qtp55933908-8320) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[144 (1572881259394236416)]} 0 0
   [junit4]   2> 914537 INFO  (qtp659353522-8339) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[144 (1572881259394236416)]} 0 0
   [junit4]   2> 914537 INFO  (qtp55933908-8322) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[145 (1572881259395284992)]} 0 0
   [junit4]   2> 914538 INFO  (qtp659353522-8340) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[145 (1572881259396333568)]} 0 0
   [junit4]   2> 914538 INFO  (qtp55933908-8323) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[146 (1572881259396333568)]} 0 0
   [junit4]   2> 914539 INFO  (qtp659353522-8341) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[146 (1572881259397382144)]} 0 0
   [junit4]   2> 914539 INFO  (qtp55933908-8324) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[147 (1572881259397382144)]} 0 0
   [junit4]   2> 914540 INFO  (qtp659353522-8337) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[147 (1572881259398430720)]} 0 0
   [junit4]   2> 914540 INFO  (qtp55933908-8318) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[148 (1572881259398430720)]} 0 0
   [junit4]   2> 914541 INFO  (qtp659353522-8342) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[148 (1572881259399479296)]} 0 0
   [junit4]   2> 914541 INFO  (qtp55933908-8325) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[149 (1572881259399479296)]} 0 0
   [junit4]   2> 914542 INFO  (qtp659353522-8335) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[149 (1572881259400527872)]} 0 0
   [junit4]   2> 914542 INFO  (qtp55933908-8321) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1572881259400527872,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 914542 INFO  (qtp55933908-8321) [    ] o.a.s.u.SolrIndexWriter 
Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@3e17b8a7 
commitCommandVersion:1572881259400527872
   [junit4]   2> 914553 INFO  (qtp55933908-8321) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@35fb1c68[collection1] main]
   [junit4]   2> 914554 INFO  (qtp55933908-8321) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 914555 INFO  (searcherExecutor-3842-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@35fb1c68[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):c9)
 Uninverting(_1(7.1.0):c59)))}
   [junit4]   2> 914555 INFO  (qtp55933908-8321) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 12
   [junit4]   2> 914556 INFO  (qtp659353522-8338) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1572881259415207936,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 914556 INFO  (qtp659353522-8338) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@271d85f6 
commitCommandVersion:1572881259415207936
   [junit4]   2> 914563 INFO  (qtp659353522-8338) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@2b91b191[collection1] main]
   [junit4]   2> 914563 INFO  (qtp659353522-8338) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 914565 INFO  (searcherExecutor-3853-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@2b91b191[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):c9)
 Uninverting(_1(7.1.0):c59)))}
   [junit4]   2> 914565 INFO  (qtp659353522-8338) [    ] 
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> 914566 INFO  (qtp55933908-8320) [    ] 
o.a.s.h.RequestHandlerBase Ignoring exception matching parameter cannot be 
negative
   [junit4]   2> 914566 INFO  (qtp55933908-8320) [    ] 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> 914566 INFO  (qtp55933908-8322) [    ] 
o.a.s.h.RequestHandlerBase Ignoring exception matching parameter cannot be 
negative
   [junit4]   2> 914567 INFO  (qtp55933908-8322) [    ] 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> 914567 INFO  (qtp55933908-8323) [    ] 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> 914571 INFO  (qtp659353522-8341) [    ] 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:64547//collection1&rows=10&version=2&q=*:*&NOW=1500016459874&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 914572 INFO  (qtp659353522-8337) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1500016459874&ids=100,122,145,149,6,7,128,107,118,140&isShard=true&shard.url=http://127.0.0.1:64547//collection1&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 914573 INFO  (qtp659353522-8339) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&shards=http://127.0.0.1:64547//collection1&sort=n_ti1+desc&wt=javabin&version=2}
 hits=68 status=0 QTime=4
   [junit4]   2> 914576 INFO  (qtp55933908-8324) [    ] 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> 914591 INFO  (qtp659353522-8335) [    ] 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=[ff01::114]:33332/|http://127.0.0.1:64547//collection1&rows=10&version=2&q=*:*&NOW=1500016459883&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 914591 INFO  (qtp659353522-8338) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1500016459883&ids=11,123,101,114,147,137,104,1001,10,120&isShard=true&shard.url=[ff01::114]:33332/|http://127.0.0.1:64547//collection1&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 914593 INFO  (qtp659353522-8342) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&shards=[ff01::114]:33332/|http://127.0.0.1:64547//collection1&sort=n_ti1+asc&wt=javabin&version=2}
 hits=68 status=0 QTime=15
   [junit4]   2> 914594 INFO  (qtp55933908-8318) [    ] 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> 914607 INFO  (qtp659353522-8341) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_f1+desc&shard.url=[ff01::213]:33332/|http://127.0.0.1:64547//collection1|[ff01::083]:33332/&rows=10&version=2&q=*:*&NOW=1500016459900&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 914609 INFO  (qtp659353522-8337) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1500016459900&ids=121,110,132,146,114,5,139,129,118,140&isShard=true&shard.url=[ff01::213]:33332/|http://127.0.0.1:64547//collection1|[ff01::083]:33332/&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 914610 INFO  (qtp659353522-8340) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&shards=[ff01::213]:33332/|http://127.0.0.1:64547//collection1|[ff01::083]:33332/&sort=n_f1+desc&wt=javabin&version=2}
 hits=68 status=0 QTime=14
   [junit4]   2> 914611 INFO  (qtp55933908-8325) [    ] 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> 914622 INFO  (qtp659353522-8335) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_f1+asc&shard.url=[ff01::114]:33332/|[ff01::213]:33332/|[ff01::083]:33332/|http://127.0.0.1:64547//collection1&rows=10&version=2&q=*:*&NOW=1500016459917&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 914624 INFO  (qtp659353522-8338) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1500016459917&ids=122,144,145,3,147,104,6,149,128,130&isShard=true&shard.url=[ff01::114]:33332/|[ff01::213]:33332/|[ff01::083]:33332/|http://127.0.0.1:64547//collection1&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 914625 INFO  (qtp659353522-8339) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&shards=[ff01::114]:33332/|[ff01::213]:33332/|[ff01::083]:33332/|http://127.0.0.1:64547//collection1&sort=n_f1+asc&wt=javabin&version=2}
 hits=68 status=0 QTime=13
   [junit4]   2> 914626 INFO  (qtp55933908-8321) [    ] 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> 914628 INFO  (qtp659353522-8341) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_tf1+desc&shard.url=http://127.0.0.1:64547//collection1|[ff01::083]:33332/|[ff01::213]:33332/&rows=10&version=2&q=*:*&NOW=1500016459932&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 914629 INFO  (qtp659353522-8337) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1500016459932&ids=100,134,15,16,106,117,8,119,10,142&isShard=true&shard.url=http://127.0.0.1:64547//collection1|[ff01::083]:33332/|[ff01::213]:33332/&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 914630 INFO  (qtp659353522-8342) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&shards=http://127.0.0.1:64547//collection1|[ff01::083]:33332/|[ff01::213]:33332/&sort=n_tf1+desc&wt=javabin&version=2}
 hits=68 status=0 QTime=2
   [junit4]   2> 914632 INFO  (qtp55933908-8320) [    ] 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> 914634 INFO  (qtp659353522-8335) [    ] 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/|http://127.0.0.1:64547//collection1|[ff01::213]:33332/|[ff01::114]:33332/&rows=10&version=2&q=*:*&NOW=1500016459938&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 914635 INFO  (qtp659353522-8338) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1500016459938&ids=132,135,103,125,137,17,138,1001,107,130&isShard=true&shard.url=[ff01::083]:33332/|http://127.0.0.1:64547//collection1|[ff01::213]:33332/|[ff01::114]:33332/&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 914636 INFO  (qtp659353522-8340) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&shards=[ff01::083]:33332/|http://127.0.0.1:64547//collection1|[ff01::213]:33332/|[ff01::114]:33332/&sort=n_tf1+asc&wt=javabin&version=2}
 hits=68 status=0 QTime=3
   [junit4]   2> 914637 INFO  (qtp55933908-8322) [    ] 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> 914639 INFO  (qtp659353522-8341) [    ] 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:64547//collection1|[ff01::213]:33332/|[ff01::114]:33332/&rows=10&version=2&q=*:*&NOW=1500016459943&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 914640 INFO  (qtp659353522-8337) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1500016459943&ids=121,11,122,102,146,104,137,149,1001,118&isShard=true&shard.url=http://127.0.0.1:64547//collection1|[ff01::213]:33332/|[ff01::114]:33332/&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 914641 INFO  (qtp659353522-8339) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&shards=http://127.0.0.1:64547//collection1|[ff01::213]:33332/|[ff01::114]:33332/&sort=n_d1+desc&wt=javabin&version=2}
 hits=68 status=0 QTime=2
   [junit4]   2> 914642 INFO  (qtp55933908-8323) [    ] 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> 914643 INFO  (qtp659353522-8335) [    ] 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/|http://127.0.0.1:64547//collection1&rows=10&version=2&q=*:*&NOW=1500016459948&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 914644 INFO  (qtp659353522-8338) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1500016459948&ids=143,100,12,5,16,138,17,127,142,120&isShard=true&shard.url=[ff01::083]:33332/|[ff01::114]:33332/|http://127.0.0.1:64547//collection1&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 914645 INFO  (qtp659353522-8342) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&shards=[ff01::083]:33332/|[ff01::114]:33332/|http://127.0.0.1:64547//collection1&sort=n_d1+asc&wt=javabin&version=2}
 hits=68 status=0 QTime=2
   [junit4]   2> 914647 INFO  (qtp55933908-8323) [    ] 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> 914648 INFO  (qtp659353522-8341) [    ] 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:64547//collection1|[ff01::213]:33332/|[ff01::083]:33332/&rows=10&version=2&q=*:*&NOW=1500016459953&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 914649 INFO  (qtp659353522-8337) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1500016459953&ids=132,145,113,146,125,4,114,5,117,109&isShard=true&shard.url=http://127.0.0.1:64547//collection1|[ff01::213]:33332/|[ff01::083]:33332/&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 914650 INFO  (qtp659353522-8340) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&shards=http://127.0.0.1:64547//collection1|[ff01::213]:33332/|[ff01::083]:33332/&sort=n_td1+desc&wt=javabin&version=2}
 hits=68 status=0 QTime=2
   [junit4]   2> 914651 INFO  (qtp55933908-8318) [    ] 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> 914653 INFO  (qtp659353522-8335) [    ] 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:64547//collection1&rows=10&version=2&q=*:*&NOW=1500016459957&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 914654 INFO  (qtp659353522-8338) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1500016459957&ids=12,144,124,103,115,6,106,129,141,142&isShard=true&shard.url=http://127.0.0.1:64547//collection1&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 914654 INFO  (qtp659353522-8339) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&shards=http://127.0.0.1:64547//collection1&sort=n_td1+asc&wt=javabin&version=2}
 hits=68 status=0 QTime=2
   [junit4]   2> 914655 INFO  (qtp55933908-8325) [    ] 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> 914657 INFO  (qtp659353522-8341) [    ] 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:64547//collection1|[ff01::213]:33332/&rows=10&version=2&q=*:*&NOW=1500016459961&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 914658 INFO  (qtp659353522-8337) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1500016459961&ids=2,134,103,4,148,104,126,105,149,127&isShard=true&shard.url=[ff01::083]:33332/|http://127.0.0.1:64547//collection1|[ff01::213]:33332/&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 914659 INFO  (qtp659353522-8342) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&shards=[ff01::083]:33332/|http://127.0.0.1:64547//collection1|[ff01::213]:33332/&sort=n_l1+desc&wt=javabin&version=2}
 hits=68 status=0 QTime=2
   [junit4]   2> 914660 INFO  (qtp55933908-8321) [    ] 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> 914662 INFO  (qtp659353522-8335) [    ] 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:64547//collection1|[ff01::213]:33332/&rows=10&version=2&q=*:*&NOW=1500016459966&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 914662 INFO  (qtp659353522-8338) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1500016459966&ids=110,11,135,14,136,15,116,106,107,108&isShard=true&shard.url=[ff01::083]:33332/|http://127.0.0.1:64547//collection1|[ff01::213]:33332/&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 914663 INFO  (qtp659353522-8340) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&shards=[ff01::083]:33332/|http://127.0.0.1:64547//collection1|[ff01::213]:33332/&sort=n_l1+asc&wt=javabin&version=2}
 hits=68 status=0 QTime=2
   [junit4]   2> 914664 INFO  (qtp55933908-8320) [    ] 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> 914666 INFO  (qtp659353522-8341) [    ] 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::213]:33332/|http://127.0.0.1:64547//collection1&rows=10&version=2&q=*:*&NOW=1500016459970&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 914667 INFO  (qtp659353522-8337) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1500016459970&ids=134,112,15,104,5,149,138,116,106,108&isShard=true&shard.url=[ff01::213]:33332/|http://127.0.0.1:64547//collection1&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 914668 INFO  (qtp659353522-8339) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&shards=[ff01::213]:33332/|http://127.0.0.1:64547//collection1&sort=n_tl1+desc&wt=javabin&version=2}
 hits=68 status=0 QTime=2
   [junit4]   2> 914669 INFO  (qtp55933908-8322) [    ] 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> 914671 INFO  (qtp659353522-8335) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_tl1+asc&shard.url=http://127.0.0.1:64547//collection1&rows=10&version=2&q=*:*&NOW=1500016459975&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 914672 INFO  (qtp659353522-8338) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1500016459975&ids=132,3,135,113,6,127,139,9,141,131&isShard=true&shard.url=http://127.0.0.1:64547//collection1&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 914673 INFO  (qtp659353522-8342) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&shards=http://127.0.0.1:64547//collection1&sort=n_tl1+asc&wt=javabin&version=2}
 hits=68 status=0 QTime=2
   [junit4]   2> 914674 INFO  (qtp55933908-8324) [    ] 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> 914675 INFO  (qtp659353522-8341) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_dt1+desc&shard.url=[ff01::114]:33332/|[ff01::213]:33332/|http://127.0.0.1:64547//collection1&rows=10&version=2&q=*:*&NOW=1500016459980&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 914676 INFO  (qtp659353522-8337) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1500016459980&ids=11,110,12,102,136,126,127,7,10,120&isShard=true&shard.url=[ff01::114]:33332/|[ff01::213]:33332/|http://127.0.0.1:64547//collection1&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 914677 INFO  (qtp659353522-8340) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&shards=[ff01::114]:33332/|[ff01::213]:33332/|http://127.0.0.1:64547//collection1&sort=n_dt1+desc&wt=javabin&version=2}
 hits=68 status=0 QTime=2
   [junit4]   2> 914678 INFO  (qtp55933908-8323) [    ] 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> 914680 INFO  (qtp659353522-8335) [    ] 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::114]:33332/|[ff01::083]:33332/|[ff01::213]:33332/|http://127.0.0.1:64547//collection1&rows=10&version=2&q=*:*&NOW=1500016459984&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 914681 INFO  (qtp659353522-8338) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1500016459984&ids=143,111,112,134,14,135,147,115,1001,142&isShard=true&shard.url=[ff01::114]:33332/|[ff01::083]:33332/|[ff01::213]:33332/|http://127.0.0.1:64547//collection1&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 914681 INFO  (qtp659353522-8339) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&shards=[ff01::114]:33332/|[ff01::083]:33332/|[ff01::213]:33332/|http://127.0.0.1:64547//collection1&sort=n_dt1+asc&wt=javabin&version=2}
 hits=68 status=0 QTime=2
   [junit4]   2> 914682 INFO  (qtp55933908-8318) [    ] 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> 914684 INFO  (qtp659353522-8341) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_tdt1+desc&shard.url=[ff01::213]:33332/|[ff01::083]:33332/|[ff01::114]:33332/|http://127.0.0.1:64547//collection1&rows=10&version=2&q=*:*&NOW=1500016459988&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 914685 INFO  (qtp659353522-8337) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1500016459988&ids=1,112,123,102,14,103,15,7,1001,108&isShard=true&shard.url=[ff01::213]:33332/|[ff01::083]:33332/|[ff01::114]:33332/|http://127.0.0.1:64547//collection1&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 914686 INFO  (qtp659353522-8342) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&shards=[ff01::213]:33332/|[ff01::083]:33332/|[ff01::114]:33332/|http://127.0.0.1:64547//collection1&sort=n_tdt1+desc&wt=javabin&version=2}
 hits=68 status=0 QTime=2
   [junit4]   2> 914687 INFO  (qtp55933908-8325) [    ] 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> 914688 INFO  (qtp659353522-8335) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_tdt1+asc&shard.url=http://127.0.0.1:64547//collection1&rows=10&version=2&q=*:*&NOW=1500016459992&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 914689 INFO  (qtp659353522-8338) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1500016459992&ids=110,111,13,136,115,6,128,117,129,130&isShard=true&shard.url=http://127.0.0.1:64547//collection1&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 914690 INFO  (qtp659353522-8340) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&shards=http://127.0.0.1:64547//collection1&sort=n_tdt1+asc&wt=javabin&version=2}
 hits=68 status=0 QTime=2
   [junit4]   2> 914691 INFO  (qtp55933908-8321) [    ] 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> 914693 INFO  (qtp659353522-8341) [    ] 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=http://127.0.0.1:64547//collection1|[ff01::114]:33332/|[ff01::083]:33332/&rows=10&version=2&q=*:*&NOW=1500016459997&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 914694 INFO  (qtp659353522-8337) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1500016459997&ids=1,12,2,13,3,5,7,8,9,10&isShard=true&shard.url=http://127.0.0.1:64547//collection1|[ff01::114]:33332/|[ff01::083]:33332/&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 914695 INFO  (qtp659353522-8339) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&shards=http://127.0.0.1:64547//collection1|[ff01::114]:33332/|[ff01::083]:33332/&sort=a_i1+desc&wt=javabin&version=2}
 hits=68 status=0 QTime=2
   [junit4]   2> 914696 INFO  (qtp55933908-8320) [    ] 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> 914698 INFO  (qtp659353522-8335) [    ] 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::213]:33332/|http://127.0.0.1:64547//collection1|[ff01::083]:33332/&rows=10&version=2&q=*:*&NOW=1500016460002&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 914699 INFO  (qtp659353522-8338) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1500016460002&ids=1,12,2,13,3,5,7,8,9,10&isShard=true&shard.url=[ff01::114]:33332/|[ff01::213]:33332/|http://127.0.0.1:64547//collection1|[ff01::083]:33332/&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 914700 INFO  (qtp659353522-8342) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&shards=[ff01::114]:33332/|[ff01::213]:33332/|http://127.0.0.1:64547//collection1|[ff01::083]:33332/&sort={!func}testfunc(add(a_i1,5))+desc&wt=javabin&version=2}
 hits=68 status=0 QTime=3
   [junit4]   2> 914702 INFO  (qtp55933908-8322) [    ] 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> 914703 INFO  (qtp659353522-8341) [    ] 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:64547//collection1&rows=10&version=2&q=a_i1[*+TO+*]&NOW=1500016460008&isShard=true&wt=javabin}
 hits=13 status=0 QTime=0
   [junit4]   2> 914703 INFO  (qtp659353522-8341) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=a_i1[*+TO+*]&df=text&distrib=false&shards.purpose=64&NOW=1500016460008&ids=11,12,1,13,2,3,4,6,7,9&isShard=true&shard.url=[ff01::213]:33332/|http://127.0.0.1:64547//collection1&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 914703 INFO  (qtp659353522-8340) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=a_i1[*+TO+*]&shards=[ff01::213]:33332/|http://127.0.0.1:64547//collection1&sort=a_i1+asc&wt=javabin&version=2}
 hits=13 status=0 QTime=2
   [junit4]   2> 914703 INFO  (qtp55933908-8324) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&distrib=false&sort=a_i1+asc,+id+desc&wt=javabin&version=2} 
hits=68 status=0 QTime=0
   [junit4]   2> 914709 INFO  (qtp659353522-8335) [    ] 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,+id+desc&shard.url=http://127.0.0.1:64547//collection1&rows=10&version=2&q=*:*&NOW=1500016460013&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 914709 INFO  (qtp659353522-8338) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1500016460013&ids=11,12,1,13,2,3,4,6,7,9&isShard=true&shard.url=http://127.0.0.1:64547//collection1&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 914711 INFO  (qtp659353522-8339) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&shards=http://127.0.0.1:64547//collection1&sort=a_i1+asc,+id+desc&wt=javabin&version=2}
 hits=68 status=0 QTime=2
   [junit4]   2> 914712 INFO  (qtp55933908-8323) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&distrib=false&fl=*,score&sort=a_i1+desc&wt=javabin&version=2} 
hits=68 status=0 QTime=0
   [junit4]   2> 914714 INFO  (qtp659353522-8337) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={df=text&distrib=false&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&sort=a_i1+desc&shard.url=http://127.0.0.1:64547//collection1|[ff01::213]:33332/&rows=10&version=2&q=*:*&NOW=1500016460018&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 914715 INFO  (qtp659353522-8341) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&fl=*,score&shards.purpose=64&NOW=1500016460018&ids=1,12,2,13,3,5,7,8,9,10&isShard=true&shard.url=http://127.0.0.1:64547//collection1|[ff01::213]:33332/&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 914716 INFO  (qtp659353522-8338) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&shards=http://127.0.0.1:64547//collection1|[ff01::213]:33332/&fl=*,score&sort=a_i1+desc&wt=javabin&version=2}
 hits=68 status=0 QTime=3
   [junit4]   2> 914718 INFO  (qtp55933908-8318) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&distrib=false&fl=*,score&sort=n_tl1+asc&wt=javabin&version=2} 
hits=68 status=0 QTime=0
   [junit4]   2> 914720 INFO  (qtp659353522-8335) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={df=text&distrib=false&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&sort=n_tl1+asc&shard.url=[ff01::213]:33332/|http://127.0.0.1:64547//collection1&rows=10&version=2&q=*:*&NOW=1500016460024&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 914721 INFO  (qtp659353522-8342) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&fl=*,score&shards.purpose=64&NOW=1500016460024&ids=132,3,135,113,6,127,139,9,141,131&isShard=true&shard.url=[ff01::213]:33332/|http://127.0.0.1:64547//collection1&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 914721 INFO  (qtp659353522-8340) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&shards=[ff01::213]:33332/|http://127.0.0.1:64547//collection1&fl=*,score&sort=n_tl1+asc&wt=javabin&version=2}
 hits=68 status=0 QTime=2
   [junit4]   2> 914722 INFO  (qtp55933908-8325) [    ] 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> 914724 INFO  (qtp659353522-8337) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_tl1+desc&shard.url=http://127.0.0.1:64547//collection1&rows=10&version=2&q=*:*&NOW=1500016460028&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 914728 INFO  (qtp659353522-8341) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1500016460028&ids=134,112,15,104,5,149,138,116,106,108&isShard=true&shard.url=http://127.0.0.1:64547//collection1&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 914732 INFO  (qtp659353522-8339) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&shards=http://127.0.0.1:64547//collection1&sort=n_tl1+desc&wt=javabin&version=2}
 hits=68 status=0 QTime=7
   [junit4]   2> 914732 INFO  (qtp55933908-8321) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q={!func}a_i1&distrib=false&wt=javabin&version=2} hits=68 status=0 
QTime=0
   [junit4]   2> 914734 INFO  (qtp659353522-8335) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={df=text&distrib=false&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=http://127.0.0.1:64547//collection1&rows=10&version=2&q={!f

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

   [junit4]   2> 966646 INFO  
(TEST-TestDistributedSearch.test-seed#[79D9B9D16F81043A]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=78887578
   [junit4]   2> 966647 INFO  
(TEST-TestDistributedSearch.test-seed#[79D9B9D16F81043A]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 966647 INFO  
(TEST-TestDistributedSearch.test-seed#[79D9B9D16F81043A]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 966647 INFO  
(TEST-TestDistributedSearch.test-seed#[79D9B9D16F81043A]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 966647 INFO  
(TEST-TestDistributedSearch.test-seed#[79D9B9D16F81043A]) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 966649 INFO  (coreCloseExecutor-3951-thread-1) [    ] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@712ab80a
   [junit4]   2> 966652 INFO  (coreCloseExecutor-3951-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=1898625034
   [junit4]   2> 966652 INFO  
(TEST-TestDistributedSearch.test-seed#[79D9B9D16F81043A]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1365fd82{/,null,UNAVAILABLE}
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestDistributedSearch -Dtests.method=test 
-Dtests.seed=79D9B9D16F81043A -Dtests.slow=true -Dtests.locale=en-SL 
-Dtests.timezone=Europe/Rome -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 54.2s 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.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]    >        at 
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
   [junit4]    >        at 
java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]    >        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [junit4]    >        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]    >        at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1161)
   [junit4]    >        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]    > ,time=2}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([79D9B9D16F81043A:F18D860BC17D69C2]: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 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:1011)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch_79D9B9D16F81043A-001
   [junit4]   2> Jul 14, 2017 7:15:11 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{severity=PostingsFormat(name=Memory), 
foo_sev_enum=PostingsFormat(name=Memory), 
SubjectTerms_mfacet=PostingsFormat(name=Direct), 
multiDefault=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
rnd_b=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 a_s=PostingsFormat(name=Memory), 
oddField_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 lowerfilt1and2=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
a_t=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
foo_b=PostingsFormat(name=Memory), 
lowerfilt=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 text=PostingsFormat(name=Memory)}, 
docValues:{other_tl1=DocValuesFormat(name=Lucene70), 
range_facet_l_dv=DocValuesFormat(name=Asserting), 
foo_sev_enum=DocValuesFormat(name=Memory), n_l1=DocValuesFormat(name=Direct), 
a_n_tdt=DocValuesFormat(name=Memory), 
intDefault=DocValuesFormat(name=Lucene70), 
n_dt1=DocValuesFormat(name=Lucene70), a_i1=DocValuesFormat(name=Direct), 
n_td1=DocValuesFormat(name=Lucene70), b_n_tdt=DocValuesFormat(name=Lucene70), 
n_d1=DocValuesFormat(name=Direct), range_facet_l=DocValuesFormat(name=Direct), 
n_f1=DocValuesFormat(name=Lucene70), n_ti1=DocValuesFormat(name=Asserting), 
n_tl1=DocValuesFormat(name=Lucene70), _version_=DocValuesFormat(name=Lucene70), 
n_tf1=DocValuesFormat(name=Direct), n_tdt1=DocValuesFormat(name=Lucene70), 
id_i1=DocValuesFormat(name=Lucene70), foo_d=DocValuesFormat(name=Asserting), 
range_facet_i_dv=DocValuesFormat(name=Direct), 
foo_f=DocValuesFormat(name=Memory), 
intDvoDefault=DocValuesFormat(name=Asserting), 
timestamp=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=1888, 
maxMBSortInHeap=7.365805310874652, sim=RandomSimilarity(queryNorm=true): {}, 
locale=en-SL, timezone=Europe/Rome
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 9-ea 
(64-bit)/cpus=3,threads=1,free=346593696,total=494927872
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestReversedWildcardFilterFactory, MultiThreadedOCPTest, 
OverseerTaskQueueTest, MetricUtilsTest, SmileWriterTest, ScriptEngineTest, 
TestSweetSpotSimilarityFactory, ConfigSetsAPITest, TestDownShardTolerantSearch, 
IndexBasedSpellCheckerTest, SyncSliceTest, TestHdfsCloudBackupRestore, 
TestComplexPhraseLeadingWildcard, TestUpdate, 
VMParamsZkACLAndCredentialsProvidersTest, TestSubQueryTransformerDistrib, 
TestNumericRangeQuery64, TestDeleteCollectionOnDownNodes, 
TestSolrConfigHandler, CSVRequestHandlerTest, 
DistributedFacetPivotLongTailTest, TestSubQueryTransformer, TestSolrCoreParser, 
TestCSVResponseWriter, DirectSolrConnectionTest, TestPseudoReturnFields, 
PrimUtilsTest, RankQueryTest, TestPHPSerializedResponseWriter, UtilsToolTest, 
SharedFSAutoReplicaFailoverUtilsTest, SolrXmlInZkTest, 
HdfsWriteToMultipleCollectionsTest, SpatialRPTFieldTypeTest, 
DateMathParserTest, InfoHandlerTest, BlobRepositoryCloudTest, 
TestStressReorder, TestTrieFacet, TestXIncludeConfig, 
TestStressCloudBlindAtomicUpdates, IndexSchemaTest, SSLMigrationTest, 
DisMaxRequestHandlerTest, TestSolrQueryResponse, TestStressVersions, 
GraphQueryTest, CircularListTest, TestDFRSimilarityFactory, SoftAutoCommitTest, 
TestTolerantUpdateProcessorCloud, TestConfigOverlay, TestConfigsApi, 
RecoveryAfterSoftCommitTest, TestFunctionQuery, CoreAdminRequestStatusTest, 
TestBulkSchemaAPI, TestSolrCloudSnapshots, TestClusterStateMutator, 
PropertiesRequestHandlerTest, CollectionsAPISolrJTest, ShardSplitTest, 
SortByFunctionTest, OutOfBoxZkACLAndCredentialsProvidersTest, 
HighlighterMaxOffsetTest, TestUseDocValuesAsStored2, 
TestPayloadCheckQParserPlugin, SolrInfoBeanTest, XmlUpdateRequestHandlerTest, 
TestManagedSynonymFilterFactory, WrapperMergePolicyFactoryTest, 
TestXmlQParserPlugin, TestHighlightDedupGrouping, TestCustomSort, 
CollectionTooManyReplicasTest, TestClassicSimilarityFactory, 
SimplePostToolTest, AlternateDirectoryTest, PathHierarchyTokenizerFactoryTest, 
TestScoreJoinQPScore, HdfsNNFailoverTest, MinimalSchemaTest, 
TestExactStatsCache, DateRangeFieldTest, ResponseLogComponentTest, 
AnalysisErrorHandlingTest, ShufflingReplicaListTransformerTest, 
OverseerRolesTest, TestPhraseSuggestions, TestReqParamsAPI, TestUtils, 
TestQueryWrapperFilter, TestPrepRecovery, CoreAdminHandlerTest, 
QueryParsingTest, CloudMLTQParserTest, SegmentsInfoRequestHandlerTest, 
UUIDFieldTest, TestFieldTypeResource, TestBlobHandler, TestHashQParserPlugin, 
TestWriterPerf, SimpleFacetsTest, HighlighterConfigTest, 
TestCopyFieldCollectionResource, TestRandomDVFaceting, HdfsDirectoryTest, 
TestGroupingSearch, DefaultValueUpdateProcessorTest, TestCloudDeleteByQuery, 
TestSlowCompositeReaderWrapper, TestRecoveryHdfs, CdcrVersionReplicationTest, 
AtomicUpdatesTest, RAMDirectoryFactoryTest, DistributedSpellCheckComponentTest, 
RegexBoostProcessorTest, TestHdfsBackupRestoreCore, SuggesterWFSTTest, 
TestDistributedSearch]
   [junit4] Completed [266/728 (1!)] on J0 in 54.52s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 38073 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to