Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Solaris/312/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

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

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

Stack Trace:
java.lang.AssertionError: Expected to find shardAddress in the up shard info: 
{error=org.apache.solr.client.solrj.SolrServerException: Time allowed to handle 
this request exceeded,trace=org.apache.solr.client.solrj.SolrServerException: 
Time allowed to handle this request exceeded
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:460)
        at 
org.apache.solr.handler.component.HttpShardHandlerFactory.makeLoadBalancedRequest(HttpShardHandlerFactory.java:273)
        at 
org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:175)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
,time=3}
        at 
__randomizedtesting.SeedInfo.seed([E2FDFA1AEC8E6945:6AA9C5C0427204BD]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.TestDistributedSearch.comparePartialResponses(TestDistributedSearch.java:1191)
        at 
org.apache.solr.TestDistributedSearch.queryPartialResults(TestDistributedSearch.java:1132)
        at 
org.apache.solr.TestDistributedSearch.test(TestDistributedSearch.java:992)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:1019)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigReplication

Error Message:
Index: 0, Size: 0

Stack Trace:
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
        at 
__randomizedtesting.SeedInfo.seed([E2FDFA1AEC8E6945:F6B5A14FCF89D45B]:0)
        at java.util.ArrayList.rangeCheck(ArrayList.java:657)
        at java.util.ArrayList.get(ArrayList.java:433)
        at 
org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigReplication(TestReplicationHandler.java:561)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 11877 lines...]
   [junit4] Suite: org.apache.solr.TestDistributedSearch
   [junit4]   2> 484251 INFO  
(SUITE-TestDistributedSearch-seed#[E2FDFA1AEC8E6945]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_E2FDFA1AEC8E6945-001/init-core-data-001
   [junit4]   2> 484251 WARN  
(SUITE-TestDistributedSearch-seed#[E2FDFA1AEC8E6945]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 484251 INFO  
(SUITE-TestDistributedSearch-seed#[E2FDFA1AEC8E6945]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 484252 INFO  
(SUITE-TestDistributedSearch-seed#[E2FDFA1AEC8E6945]-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> 484252 INFO  
(SUITE-TestDistributedSearch-seed#[E2FDFA1AEC8E6945]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_qb/wb
   [junit4]   2> 484442 INFO  
(TEST-TestDistributedSearch.test-seed#[E2FDFA1AEC8E6945]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_E2FDFA1AEC8E6945-001/tempDir-001/control/cores/collection1
   [junit4]   2> 484443 INFO  
(TEST-TestDistributedSearch.test-seed#[E2FDFA1AEC8E6945]) [    ] o.e.j.s.Server 
jetty-9.3.20.v20170531
   [junit4]   2> 484444 INFO  
(TEST-TestDistributedSearch.test-seed#[E2FDFA1AEC8E6945]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1d1af3ae{/_qb/wb,null,AVAILABLE}
   [junit4]   2> 484444 INFO  
(TEST-TestDistributedSearch.test-seed#[E2FDFA1AEC8E6945]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@3aec95e6{HTTP/1.1,[http/1.1]}{127.0.0.1:52125}
   [junit4]   2> 484445 INFO  
(TEST-TestDistributedSearch.test-seed#[E2FDFA1AEC8E6945]) [    ] o.e.j.s.Server 
Started @486711ms
   [junit4]   2> 484445 INFO  
(TEST-TestDistributedSearch.test-seed#[E2FDFA1AEC8E6945]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/_qb/wb, 
hostPort=52125, 
coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_E2FDFA1AEC8E6945-001/tempDir-001/control/cores}
   [junit4]   2> 484445 ERROR 
(TEST-TestDistributedSearch.test-seed#[E2FDFA1AEC8E6945]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 484445 INFO  
(TEST-TestDistributedSearch.test-seed#[E2FDFA1AEC8E6945]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.2.0
   [junit4]   2> 484445 INFO  
(TEST-TestDistributedSearch.test-seed#[E2FDFA1AEC8E6945]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 484445 INFO  
(TEST-TestDistributedSearch.test-seed#[E2FDFA1AEC8E6945]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 484445 INFO  
(TEST-TestDistributedSearch.test-seed#[E2FDFA1AEC8E6945]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-20T19:01:30.274Z
   [junit4]   2> 484446 INFO  
(TEST-TestDistributedSearch.test-seed#[E2FDFA1AEC8E6945]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_E2FDFA1AEC8E6945-001/tempDir-001/control/solr.xml
   [junit4]   2> 484449 INFO  
(TEST-TestDistributedSearch.test-seed#[E2FDFA1AEC8E6945]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 484449 INFO  
(TEST-TestDistributedSearch.test-seed#[E2FDFA1AEC8E6945]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 484450 INFO  
(TEST-TestDistributedSearch.test-seed#[E2FDFA1AEC8E6945]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ac742a7, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 484488 INFO  
(TEST-TestDistributedSearch.test-seed#[E2FDFA1AEC8E6945]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ac742a7
   [junit4]   2> 484495 INFO  
(TEST-TestDistributedSearch.test-seed#[E2FDFA1AEC8E6945]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ac742a7
   [junit4]   2> 484495 INFO  
(TEST-TestDistributedSearch.test-seed#[E2FDFA1AEC8E6945]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ac742a7
   [junit4]   2> 484496 INFO  
(TEST-TestDistributedSearch.test-seed#[E2FDFA1AEC8E6945]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_E2FDFA1AEC8E6945-001/tempDir-001/control/cores
   [junit4]   2> 484496 INFO  
(TEST-TestDistributedSearch.test-seed#[E2FDFA1AEC8E6945]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 484498 INFO  (coreLoadExecutor-1275-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 484499 INFO  (coreLoadExecutor-1275-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/lib,
 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 484548 INFO  (coreLoadExecutor-1275-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 484669 INFO  (coreLoadExecutor-1275-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 484807 INFO  (coreLoadExecutor-1275-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 484814 INFO  (coreLoadExecutor-1275-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 484814 INFO  (coreLoadExecutor-1275-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ac742a7
   [junit4]   2> 484814 INFO  (coreLoadExecutor-1275-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 484814 INFO  (coreLoadExecutor-1275-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_E2FDFA1AEC8E6945-001/tempDir-001/control/cores/collection1/data/]
   [junit4]   2> 484815 INFO  (coreLoadExecutor-1275-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=47, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5839725116724835]
   [junit4]   2> 484863 INFO  (coreLoadExecutor-1275-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 484863 INFO  (coreLoadExecutor-1275-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 484864 INFO  (coreLoadExecutor-1275-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 484864 INFO  (coreLoadExecutor-1275-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 484864 INFO  (coreLoadExecutor-1275-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=29, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 484864 INFO  (coreLoadExecutor-1275-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6228ccf9[collection1] main]
   [junit4]   2> 484865 INFO  (coreLoadExecutor-1275-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 484867 INFO  (coreLoadExecutor-1275-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 484883 INFO  (coreLoadExecutor-1275-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 484884 INFO  (coreLoadExecutor-1275-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1584612760053874688
   [junit4]   2> 484884 INFO  
(searcherExecutor-1276-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 484886 INFO  
(searcherExecutor-1276-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 484886 INFO  
(searcherExecutor-1276-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 484886 INFO  
(searcherExecutor-1276-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 484886 INFO  
(searcherExecutor-1276-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 484886 INFO  
(searcherExecutor-1276-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 484887 INFO  
(searcherExecutor-1276-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 484887 INFO  
(searcherExecutor-1276-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 484887 INFO  
(searcherExecutor-1276-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 484888 INFO  
(searcherExecutor-1276-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6228ccf9[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 485012 INFO  
(TEST-TestDistributedSearch.test-seed#[E2FDFA1AEC8E6945]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_E2FDFA1AEC8E6945-001/tempDir-001/shard0/cores/collection1
   [junit4]   2> 485013 INFO  
(TEST-TestDistributedSearch.test-seed#[E2FDFA1AEC8E6945]) [    ] o.e.j.s.Server 
jetty-9.3.20.v20170531
   [junit4]   2> 485014 INFO  
(TEST-TestDistributedSearch.test-seed#[E2FDFA1AEC8E6945]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7cae4a58{/_qb/wb,null,AVAILABLE}
   [junit4]   2> 485050 INFO  
(TEST-TestDistributedSearch.test-seed#[E2FDFA1AEC8E6945]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@7f3b803c{HTTP/1.1,[http/1.1]}{127.0.0.1:57115}
   [junit4]   2> 485050 INFO  
(TEST-TestDistributedSearch.test-seed#[E2FDFA1AEC8E6945]) [    ] o.e.j.s.Server 
Started @487316ms
   [junit4]   2> 485050 INFO  
(TEST-TestDistributedSearch.test-seed#[E2FDFA1AEC8E6945]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/_qb/wb, 
hostPort=57115, 
coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_E2FDFA1AEC8E6945-001/tempDir-001/shard0/cores}
   [junit4]   2> 485050 ERROR 
(TEST-TestDistributedSearch.test-seed#[E2FDFA1AEC8E6945]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 485050 INFO  
(TEST-TestDistributedSearch.test-seed#[E2FDFA1AEC8E6945]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.2.0
   [junit4]   2> 485050 INFO  
(TEST-TestDistributedSearch.test-seed#[E2FDFA1AEC8E6945]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 485050 INFO  
(TEST-TestDistributedSearch.test-seed#[E2FDFA1AEC8E6945]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 485050 INFO  
(TEST-TestDistributedSearch.test-seed#[E2FDFA1AEC8E6945]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-20T19:01:30.879Z
   [junit4]   2> 485051 INFO  
(TEST-TestDistributedSearch.test-seed#[E2FDFA1AEC8E6945]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_E2FDFA1AEC8E6945-001/tempDir-001/shard0/solr.xml
   [junit4]   2> 485053 INFO  
(TEST-TestDistributedSearch.test-seed#[E2FDFA1AEC8E6945]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 485053 INFO  
(TEST-TestDistributedSearch.test-seed#[E2FDFA1AEC8E6945]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 485054 INFO  
(TEST-TestDistributedSearch.test-seed#[E2FDFA1AEC8E6945]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ac742a7, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 485083 INFO  
(TEST-TestDistributedSearch.test-seed#[E2FDFA1AEC8E6945]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ac742a7
   [junit4]   2> 485090 INFO  
(TEST-TestDistributedSearch.test-seed#[E2FDFA1AEC8E6945]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ac742a7
   [junit4]   2> 485090 INFO  
(TEST-TestDistributedSearch.test-seed#[E2FDFA1AEC8E6945]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ac742a7
   [junit4]   2> 485092 INFO  
(TEST-TestDistributedSearch.test-seed#[E2FDFA1AEC8E6945]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_E2FDFA1AEC8E6945-001/tempDir-001/shard0/cores
   [junit4]   2> 485092 INFO  
(TEST-TestDistributedSearch.test-seed#[E2FDFA1AEC8E6945]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 485093 INFO  (coreLoadExecutor-1286-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 485094 INFO  (coreLoadExecutor-1286-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/lib,
 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 485125 INFO  (coreLoadExecutor-1286-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 485140 INFO  (coreLoadExecutor-1286-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 485203 INFO  (coreLoadExecutor-1286-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 485210 INFO  (coreLoadExecutor-1286-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 485211 INFO  (coreLoadExecutor-1286-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ac742a7
   [junit4]   2> 485211 INFO  (coreLoadExecutor-1286-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 485211 INFO  (coreLoadExecutor-1286-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_E2FDFA1AEC8E6945-001/tempDir-001/shard0/cores/collection1/data/]
   [junit4]   2> 485212 INFO  (coreLoadExecutor-1286-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=47, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5839725116724835]
   [junit4]   2> 485273 INFO  (coreLoadExecutor-1286-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 485273 INFO  (coreLoadExecutor-1286-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 485274 INFO  (coreLoadExecutor-1286-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 485274 INFO  (coreLoadExecutor-1286-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 485274 INFO  (coreLoadExecutor-1286-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=29, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 485275 INFO  (coreLoadExecutor-1286-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@11e1242f[collection1] main]
   [junit4]   2> 485275 INFO  (coreLoadExecutor-1286-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 485280 INFO  (coreLoadExecutor-1286-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 485296 INFO  (coreLoadExecutor-1286-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 485297 INFO  
(searcherExecutor-1287-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 485297 INFO  
(searcherExecutor-1287-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 485297 INFO  
(searcherExecutor-1287-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 485297 INFO  
(searcherExecutor-1287-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 485298 INFO  
(searcherExecutor-1287-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 485298 INFO  
(searcherExecutor-1287-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 485298 INFO  
(searcherExecutor-1287-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 485299 INFO  
(searcherExecutor-1287-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 485299 INFO  
(searcherExecutor-1287-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 485300 INFO  
(searcherExecutor-1287-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@11e1242f[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 485300 INFO  (coreLoadExecutor-1286-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1584612760490082304
   [junit4]   2> 485302 INFO  
(TEST-TestDistributedSearch.test-seed#[E2FDFA1AEC8E6945]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 485308 INFO  (qtp752985329-3388) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:* (-1584612760495325184)} 0 3
   [junit4]   2> 485315 INFO  (qtp1025896830-3403) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:* (-1584612760501616640)} 0 3
   [junit4]   2> 485326 INFO  (qtp752985329-3389) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[1 (1584612760505810944)]} 0 10
   [junit4]   2> 485329 INFO  (qtp1025896830-3404) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[1 (1584612760518393856)]} 0 2
   [junit4]   2> 485343 INFO  (qtp752985329-3390) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[2 (1584612760527831040)]} 0 13
   [junit4]   2> 485345 INFO  (qtp1025896830-3405) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[2 (1584612760535171072)]} 0 1
   [junit4]   2> 485345 INFO  (qtp752985329-3391) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[3 (1584612760537268224)]} 0 0
   [junit4]   2> 485346 INFO  (qtp1025896830-3406) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[3 (1584612760538316800)]} 0 0
   [junit4]   2> 485347 INFO  (qtp752985329-3391) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[4 (1584612760538316800)]} 0 0
   [junit4]   2> 485347 INFO  (qtp1025896830-3406) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[4 (1584612760539365376)]} 0 0
   [junit4]   2> 485348 INFO  (qtp752985329-3391) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[5 (1584612760540413952)]} 0 0
   [junit4]   2> 485348 INFO  (qtp1025896830-3406) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[5 (1584612760540413952)]} 0 0
   [junit4]   2> 485349 INFO  (qtp752985329-3391) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[6 (1584612760541462528)]} 0 0
   [junit4]   2> 485349 INFO  (qtp1025896830-3406) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[6 (1584612760541462528)]} 0 0
   [junit4]   2> 485350 INFO  (qtp752985329-3391) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[7 (1584612760541462529)]} 0 0
   [junit4]   2> 485350 INFO  (qtp1025896830-3406) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[7 (1584612760542511104)]} 0 0
   [junit4]   2> 485350 INFO  (qtp752985329-3391) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[8 (1584612760542511104)]} 0 0
   [junit4]   2> 485351 INFO  (qtp1025896830-3406) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[8 (1584612760543559680)]} 0 0
   [junit4]   2> 485351 INFO  (qtp752985329-3391) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[9 (1584612760543559680)]} 0 0
   [junit4]   2> 485352 INFO  (qtp1025896830-3406) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[9 (1584612760544608256)]} 0 0
   [junit4]   2> 485352 INFO  (qtp752985329-3391) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1584612760544608256,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 485352 INFO  (qtp752985329-3391) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@23354527 
commitCommandVersion:1584612760544608256
   [junit4]   2> 485358 INFO  (qtp752985329-3391) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@75308d1d[collection1] main]
   [junit4]   2> 485358 INFO  (qtp752985329-3391) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 485360 INFO  
(searcherExecutor-1276-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@75308d1d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.2.0):c9)))}
   [junit4]   2> 485360 INFO  (qtp752985329-3391) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 7
   [junit4]   2> 485360 INFO  (qtp1025896830-3406) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1584612760552996864,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 485360 INFO  (qtp1025896830-3406) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@21cfbf02 
commitCommandVersion:1584612760552996864
   [junit4]   2> 485366 INFO  (qtp1025896830-3406) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@3b50054b[collection1] main]
   [junit4]   2> 485367 INFO  (qtp1025896830-3406) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 485368 INFO  
(searcherExecutor-1287-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3b50054b[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.2.0):c9)))}
   [junit4]   2> 485368 INFO  (qtp1025896830-3406) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 7
   [junit4]   2> 485370 INFO  (qtp752985329-3384) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[10 (1584612760561385472)]} 0 1
   [junit4]   2> 485372 INFO  (qtp1025896830-3405) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[10 (1584612760564531200)]} 0 1
   [junit4]   2> 485374 INFO  (qtp752985329-3386) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[11 (1584612760566628352)]} 0 1
   [junit4]   2> 485376 INFO  (qtp1025896830-3407) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[11 (1584612760567676928)]} 0 1
   [junit4]   2> 485377 INFO  (qtp752985329-3388) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[12 (1584612760570822656)]} 0 0
   [junit4]   2> 485378 INFO  (qtp1025896830-3408) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[12 (1584612760571871232)]} 0 0
   [junit4]   2> 485378 INFO  (qtp752985329-3389) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[13 (1584612760571871232)]} 0 0
   [junit4]   2> 485379 INFO  (qtp1025896830-3401) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[13 (1584612760572919808)]} 0 0
   [junit4]   2> 485380 INFO  (qtp752985329-3390) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[1001 (1584612760573968384)]} 0 0
   [junit4]   2> 485381 INFO  (qtp1025896830-3403) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[1001 (1584612760573968384)]} 0 0
   [junit4]   2> 485381 INFO  (qtp752985329-3385) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[14 (1584612760575016960)]} 0 0
   [junit4]   2> 485382 INFO  (qtp1025896830-3404) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[14 (1584612760576065536)]} 0 0
   [junit4]   2> 485382 INFO  (qtp752985329-3391) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[15 (1584612760576065536)]} 0 0
   [junit4]   2> 485383 INFO  (qtp1025896830-3406) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[15 (1584612760577114112)]} 0 0
   [junit4]   2> 485383 INFO  (qtp752985329-3384) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[16 (1584612760577114112)]} 0 0
   [junit4]   2> 485384 INFO  (qtp1025896830-3405) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[16 (1584612760578162688)]} 0 0
   [junit4]   2> 485385 INFO  (qtp752985329-3384) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[17 (1584612760578162688)]} 0 0
   [junit4]   2> 485385 INFO  (qtp1025896830-3407) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[17 (1584612760579211264)]} 0 0
   [junit4]   2> 485386 INFO  (qtp752985329-3388) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[100 (1584612760580259840)]} 0 0
   [junit4]   2> 485386 INFO  (qtp1025896830-3408) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[100 (1584612760580259840)]} 0 0
   [junit4]   2> 485387 INFO  (qtp752985329-3388) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[101 (1584612760581308416)]} 0 0
   [junit4]   2> 485387 INFO  (qtp1025896830-3401) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[101 (1584612760581308416)]} 0 0
   [junit4]   2> 485388 INFO  (qtp752985329-3388) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[102 (1584612760582356992)]} 0 0
   [junit4]   2> 485389 INFO  (qtp1025896830-3403) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[102 (1584612760582356992)]} 0 0
   [junit4]   2> 485389 INFO  (qtp752985329-3385) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[103 (1584612760583405568)]} 0 0
   [junit4]   2> 485389 INFO  (qtp1025896830-3404) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[103 (1584612760583405568)]} 0 0
   [junit4]   2> 485390 INFO  (qtp752985329-3385) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[104 (1584612760584454144)]} 0 0
   [junit4]   2> 485390 INFO  (qtp1025896830-3404) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[104 (1584612760584454144)]} 0 0
   [junit4]   2> 485390 INFO  (qtp752985329-3385) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[105 (1584612760584454145)]} 0 0
   [junit4]   2> 485391 INFO  (qtp1025896830-3404) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[105 (1584612760585502720)]} 0 0
   [junit4]   2> 485391 INFO  (qtp752985329-3384) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[106 (1584612760585502720)]} 0 0
   [junit4]   2> 485392 INFO  (qtp1025896830-3404) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[106 (1584612760586551296)]} 0 0
   [junit4]   2> 485392 INFO  (qtp752985329-3384) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[107 (1584612760586551296)]} 0 0
   [junit4]   2> 485392 INFO  (qtp1025896830-3404) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[107 (1584612760586551297)]} 0 0
   [junit4]   2> 485393 INFO  (qtp752985329-3384) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[108 (1584612760587599872)]} 0 0
   [junit4]   2> 485393 INFO  (qtp1025896830-3408) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[108 (1584612760587599872)]} 0 0
   [junit4]   2> 485394 INFO  (qtp752985329-3390) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[109 (1584612760587599873)]} 0 0
   [junit4]   2> 485394 INFO  (qtp1025896830-3401) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[109 (1584612760588648448)]} 0 0
   [junit4]   2> 485395 INFO  (qtp752985329-3388) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[110 (1584612760588648448)]} 0 0
   [junit4]   2> 485395 INFO  (qtp1025896830-3403) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[110 (1584612760589697024)]} 0 0
   [junit4]   2> 485396 INFO  (qtp752985329-3391) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[111 (1584612760589697024)]} 0 0
   [junit4]   2> 485396 INFO  (qtp1025896830-3406) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[111 (1584612760590745600)]} 0 0
   [junit4]   2> 485397 INFO  (qtp752985329-3386) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[112 (1584612760590745600)]} 0 0
   [junit4]   2> 485397 INFO  (qtp1025896830-3405) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[112 (1584612760591794176)]} 0 0
   [junit4]   2> 485398 INFO  (qtp752985329-3385) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[113 (1584612760591794176)]} 0 0
   [junit4]   2> 485398 INFO  (qtp1025896830-3407) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[113 (1584612760592842752)]} 0 0
   [junit4]   2> 485399 INFO  (qtp752985329-3389) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[114 (1584612760592842752)]} 0 0
   [junit4]   2> 485399 INFO  (qtp1025896830-3404) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[114 (1584612760593891328)]} 0 0
   [junit4]   2> 485400 INFO  (qtp752985329-3384) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[115 (1584612760593891328)]} 0 0
   [junit4]   2> 485400 INFO  (qtp1025896830-3408) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[115 (1584612760594939904)]} 0 0
   [junit4]   2> 485401 INFO  (qtp752985329-3390) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[116 (1584612760595988480)]} 0 0
   [junit4]   2> 485401 INFO  (qtp1025896830-3401) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[116 (1584612760595988480)]} 0 0
   [junit4]   2> 485402 INFO  (qtp752985329-3388) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[117 (1584612760597037056)]} 0 0
   [junit4]   2> 485402 INFO  (qtp1025896830-3403) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[117 (1584612760597037056)]} 0 0
   [junit4]   2> 485403 INFO  (qtp752985329-3391) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[118 (1584612760598085632)]} 0 0
   [junit4]   2> 485403 INFO  (qtp1025896830-3406) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[118 (1584612760598085632)]} 0 0
   [junit4]   2> 485404 INFO  (qtp752985329-3386) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[119 (1584612760598085633)]} 0 0
   [junit4]   2> 485404 INFO  (qtp1025896830-3405) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[119 (1584612760599134208)]} 0 0
   [junit4]   2> 485405 INFO  (qtp752985329-3385) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[120 (1584612760599134208)]} 0 0
   [junit4]   2> 485405 INFO  (qtp1025896830-3407) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[120 (1584612760600182784)]} 0 0
   [junit4]   2> 485406 INFO  (qtp752985329-3389) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[121 (1584612760600182784)]} 0 0
   [junit4]   2> 485406 INFO  (qtp1025896830-3404) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[121 (1584612760601231360)]} 0 0
   [junit4]   2> 485406 INFO  (qtp752985329-3384) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[122 (1584612760601231360)]} 0 0
   [junit4]   2> 485407 INFO  (qtp1025896830-3408) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[122 (1584612760602279936)]} 0 0
   [junit4]   2> 485407 INFO  (qtp752985329-3390) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[123 (1584612760602279936)]} 0 0
   [junit4]   2> 485408 INFO  (qtp1025896830-3401) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[123 (1584612760602279937)]} 0 0
   [junit4]   2> 485408 INFO  (qtp752985329-3388) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[124 (1584612760603328512)]} 0 0
   [junit4]   2> 485409 INFO  (qtp1025896830-3403) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[124 (1584612760604377088)]} 0 0
   [junit4]   2> 485409 INFO  (qtp752985329-3391) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[125 (1584612760604377088)]} 0 0
   [junit4]   2> 485410 INFO  (qtp1025896830-3406) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[125 (1584612760605425664)]} 0 0
   [junit4]   2> 485410 INFO  (qtp752985329-3386) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[126 (1584612760605425664)]} 0 0
   [junit4]   2> 485411 INFO  (qtp1025896830-3405) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[126 (1584612760606474240)]} 0 0
   [junit4]   2> 485411 INFO  (qtp752985329-3385) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[127 (1584612760606474240)]} 0 0
   [junit4]   2> 485411 INFO  (qtp1025896830-3407) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[127 (1584612760606474241)]} 0 0
   [junit4]   2> 485412 INFO  (qtp752985329-3389) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[128 (1584612760607522816)]} 0 0
   [junit4]   2> 485412 INFO  (qtp1025896830-3404) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[128 (1584612760607522816)]} 0 0
   [junit4]   2> 485412 INFO  (qtp752985329-3384) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[129 (1584612760607522817)]} 0 0
   [junit4]   2> 485413 INFO  (qtp1025896830-3408) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[129 (1584612760608571392)]} 0 0
   [junit4]   2> 485413 INFO  (qtp752985329-3390) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[130 (1584612760608571392)]} 0 0
   [junit4]   2> 485414 INFO  (qtp1025896830-3401) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[130 (1584612760609619968)]} 0 0
   [junit4]   2> 485414 INFO  (qtp752985329-3388) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[131 (1584612760609619968)]} 0 0
   [junit4]   2> 485415 INFO  (qtp1025896830-3403) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[131 (1584612760610668544)]} 0 0
   [junit4]   2> 485415 INFO  (qtp752985329-3391) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[132 (1584612760610668544)]} 0 0
   [junit4]   2> 485416 INFO  (qtp1025896830-3406) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[132 (1584612760611717120)]} 0 0
   [junit4]   2> 485416 INFO  (qtp752985329-3391) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[133 (1584612760611717120)]} 0 0
   [junit4]   2> 485417 INFO  (qtp1025896830-3405) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[133 (1584612760612765696)]} 0 0
   [junit4]   2> 485418 INFO  (qtp752985329-3385) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[134 (1584612760612765696)]} 0 0
   [junit4]   2> 485418 INFO  (qtp1025896830-3407) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[134 (1584612760613814272)]} 0 0
   [junit4]   2> 485418 INFO  (qtp752985329-3389) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[135 (1584612760613814272)]} 0 0
   [junit4]   2> 485419 INFO  (qtp1025896830-3407) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[135 (1584612760614862848)]} 0 0
   [junit4]   2> 485419 INFO  (qtp752985329-3389) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[136 (1584612760614862848)]} 0 0
   [junit4]   2> 485420 INFO  (qtp1025896830-3407) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[136 (1584612760614862849)]} 0 0
   [junit4]   2> 485420 INFO  (qtp752985329-3384) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[137 (1584612760615911424)]} 0 0
   [junit4]   2> 485421 INFO  (qtp1025896830-3407) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[137 (1584612760616960000)]} 0 0
   [junit4]   2> 485421 INFO  (qtp752985329-3390) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[138 (1584612760616960000)]} 0 0
   [junit4]   2> 485422 INFO  (qtp1025896830-3403) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[138 (1584612760618008576)]} 0 0
   [junit4]   2> 485422 INFO  (qtp752985329-3388) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[139 (1584612760618008576)]} 0 0
   [junit4]   2> 485423 INFO  (qtp1025896830-3406) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[139 (1584612760619057152)]} 0 0
   [junit4]   2> 485423 INFO  (qtp752985329-3386) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[140 (1584612760619057152)]} 0 0
   [junit4]   2> 485424 INFO  (qtp1025896830-3405) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[140 (1584612760620105728)]} 0 0
   [junit4]   2> 485424 INFO  (qtp752985329-3391) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[141 (1584612760620105728)]} 0 0
   [junit4]   2> 485425 INFO  (qtp1025896830-3404) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[141 (1584612760621154304)]} 0 0
   [junit4]   2> 485425 INFO  (qtp752985329-3385) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[142 (1584612760621154304)]} 0 0
   [junit4]   2> 485426 INFO  (qtp1025896830-3408) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[142 (1584612760621154305)]} 0 0
   [junit4]   2> 485426 INFO  (qtp752985329-3389) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[143 (1584612760622202880)]} 0 0
   [junit4]   2> 485427 INFO  (qtp1025896830-3401) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[143 (1584612760622202880)]} 0 0
   [junit4]   2> 485427 INFO  (qtp752985329-3384) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[144 (1584612760623251456)]} 0 0
   [junit4]   2> 485427 INFO  (qtp1025896830-3407) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[144 (1584612760623251456)]} 0 0
   [junit4]   2> 485428 INFO  (qtp752985329-3390) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[145 (1584612760624300032)]} 0 0
   [junit4]   2> 485428 INFO  (qtp1025896830-3403) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[145 (1584612760624300032)]} 0 0
   [junit4]   2> 485429 INFO  (qtp752985329-3388) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[146 (1584612760625348608)]} 0 0
   [junit4]   2> 485429 INFO  (qtp1025896830-3403) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[146 (1584612760625348608)]} 0 0
   [junit4]   2> 485429 INFO  (qtp752985329-3388) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[147 (1584612760625348609)]} 0 0
   [junit4]   2> 485430 INFO  (qtp1025896830-3406) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[147 (1584612760626397184)]} 0 0
   [junit4]   2> 485430 INFO  (qtp752985329-3391) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[148 (1584612760626397184)]} 0 0
   [junit4]   2> 485431 INFO  (qtp1025896830-3405) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[148 (1584612760627445760)]} 0 0
   [junit4]   2> 485431 INFO  (qtp752985329-3385) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[149 (1584612760627445760)]} 0 0
   [junit4]   2> 485432 INFO  (qtp1025896830-3404) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={wt=javabin&version=2}{add=[149 (1584612760628494336)]} 0 0
   [junit4]   2> 485432 INFO  (qtp752985329-3389) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1584612760628494336,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 485433 INFO  (qtp752985329-3389) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@23354527 
commitCommandVersion:1584612760628494336
   [junit4]   2> 485446 INFO  (qtp752985329-3389) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@6bca096a[collection1] main]
   [junit4]   2> 485446 INFO  (qtp752985329-3389) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 485447 INFO  
(searcherExecutor-1276-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6bca096a[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.2.0):c9)
 Uninverting(_1(7.2.0):c59)))}
   [junit4]   2> 485447 INFO  (qtp752985329-3389) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 14
   [junit4]   2> 485448 INFO  (qtp1025896830-3408) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1584612760645271552,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 485448 INFO  (qtp1025896830-3408) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@21cfbf02 
commitCommandVersion:1584612760645271552
   [junit4]   2> 485454 INFO  (qtp1025896830-3408) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@65dfe26d[collection1] main]
   [junit4]   2> 485454 INFO  (qtp1025896830-3408) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 485455 INFO  
(searcherExecutor-1287-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@65dfe26d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.2.0):c9)
 Uninverting(_1(7.2.0):c59)))}
   [junit4]   2> 485455 INFO  (qtp1025896830-3408) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_qb/wb path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 7
   [junit4]   2> 485456 INFO  (qtp752985329-3384) [    x:collection1] 
o.a.s.h.RequestHandlerBase Ignoring exception matching parameter cannot be 
negative
   [junit4]   2> 485456 INFO  (qtp752985329-3384) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb path=/select 
params={q=*&distrib=false&start=-1&wt=javabin&version=2} status=400 QTime=0
   [junit4]   2> 485457 INFO  (qtp752985329-3390) [    x:collection1] 
o.a.s.h.RequestHandlerBase Ignoring exception matching parameter cannot be 
negative
   [junit4]   2> 485457 INFO  (qtp752985329-3390) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb path=/select 
params={q=*&distrib=false&start=0&rows=-1&wt=javabin&version=2} status=400 
QTime=0
   [junit4]   2> 485458 INFO  (qtp752985329-3386) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb path=/select 
params={q=*:*&distrib=false&sort=n_ti1+desc&wt=javabin&version=2} hits=68 
status=0 QTime=0
   [junit4]   2> 485461 INFO  (qtp1025896830-3407) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb 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:57115/_qb/wb/collection1&rows=10&version=2&q=*:*&NOW=1511204491289&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 485463 INFO  (qtp1025896830-3406) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1511204491289&ids=132,1,101,113,3,15,138,127,128,109&isShard=true&shard.url=http://127.0.0.1:57115/_qb/wb/collection1&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 485469 INFO  (qtp1025896830-3401) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb path=/select 
params={q=*:*&shards=http://127.0.0.1:57115/_qb/wb/collection1&sort=n_ti1+desc&wt=javabin&version=2}
 hits=68 status=0 QTime=9
   [junit4]   2> 485471 INFO  (qtp752985329-3388) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb path=/select 
params={q=*:*&distrib=false&sort=n_ti1+asc&wt=javabin&version=2} hits=68 
status=0 QTime=1
   [junit4]   2> 485473 INFO  (qtp1025896830-3404) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb path=/select 
params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_ti1+asc&shard.url=http://127.0.0.1:57115/_qb/wb/collection1|[ff01::114]:33332/_qb/wb|[ff01::083]:33332/_qb/wb&rows=10&version=2&q=*:*&NOW=1511204491302&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 485475 INFO  (qtp1025896830-3404) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1511204491302&ids=12,2,124,136,115,5,116,8,107,108&isShard=true&shard.url=http://127.0.0.1:57115/_qb/wb/collection1|[ff01::114]:33332/_qb/wb|[ff01::083]:33332/_qb/wb&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 485475 INFO  (qtp1025896830-3405) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb path=/select 
params={q=*:*&shards=http://127.0.0.1:57115/_qb/wb/collection1|[ff01::114]:33332/_qb/wb|[ff01::083]:33332/_qb/wb&sort=n_ti1+asc&wt=javabin&version=2}
 hits=68 status=0 QTime=2
   [junit4]   2> 485476 INFO  (qtp752985329-3391) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb path=/select 
params={q=*:*&distrib=false&sort=n_f1+desc&wt=javabin&version=2} hits=68 
status=0 QTime=0
   [junit4]   2> 485483 INFO  (qtp1025896830-3407) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb path=/select 
params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_f1+desc&shard.url=[ff01::083]:33332/_qb/wb|http://127.0.0.1:57115/_qb/wb/collection1|[ff01::213]:33332/_qb/wb&rows=10&version=2&q=*:*&NOW=1511204491307&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 485484 INFO  (qtp1025896830-3406) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1511204491307&ids=121,143,13,113,114,147,149,6,9,130&isShard=true&shard.url=[ff01::083]:33332/_qb/wb|http://127.0.0.1:57115/_qb/wb/collection1|[ff01::213]:33332/_qb/wb&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 485487 INFO  (qtp1025896830-3403) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb path=/select 
params={q=*:*&shards=[ff01::083]:33332/_qb/wb|http://127.0.0.1:57115/_qb/wb/collection1|[ff01::213]:33332/_qb/wb&sort=n_f1+desc&wt=javabin&version=2}
 hits=68 status=0 QTime=9
   [junit4]   2> 485488 INFO  (qtp752985329-3385) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb path=/select 
params={q=*:*&distrib=false&sort=n_f1+asc&wt=javabin&version=2} hits=68 
status=0 QTime=0
   [junit4]   2> 485497 INFO  (qtp1025896830-3408) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb 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/_qb/wb|[ff01::213]:33332/_qb/wb|http://127.0.0.1:57115/_qb/wb/collection1&rows=10&version=2&q=*:*&NOW=1511204491318&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 485498 INFO  (qtp1025896830-3404) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1511204491318&ids=110,122,2,3,4,115,106,7,129,118&isShard=true&shard.url=[ff01::114]:33332/_qb/wb|[ff01::213]:33332/_qb/wb|http://127.0.0.1:57115/_qb/wb/collection1&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 485502 INFO  (qtp1025896830-3401) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb path=/select 
params={q=*:*&shards=[ff01::114]:33332/_qb/wb|[ff01::213]:33332/_qb/wb|http://127.0.0.1:57115/_qb/wb/collection1&sort=n_f1+asc&wt=javabin&version=2}
 hits=68 status=0 QTime=13
   [junit4]   2> 485503 INFO  (qtp752985329-3389) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb path=/select 
params={q=*:*&distrib=false&sort=n_tf1+desc&wt=javabin&version=2} hits=68 
status=0 QTime=0
   [junit4]   2> 485505 INFO  (qtp1025896830-3407) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb path=/select 
params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_tf1+desc&shard.url=[ff01::114]:33332/_qb/wb|[ff01::083]:33332/_qb/wb|[ff01::213]:33332/_qb/wb|http://127.0.0.1:57115/_qb/wb/collection1&rows=10&version=2&q=*:*&NOW=1511204491333&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 485506 INFO  (qtp1025896830-3406) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1511204491333&ids=112,124,136,125,137,139,106,108,109,120&isShard=true&shard.url=[ff01::114]:33332/_qb/wb|[ff01::083]:33332/_qb/wb|[ff01::213]:33332/_qb/wb|http://127.0.0.1:57115/_qb/wb/collection1&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 485509 INFO  (qtp1025896830-3405) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb path=/select 
params={q=*:*&shards=[ff01::114]:33332/_qb/wb|[ff01::083]:33332/_qb/wb|[ff01::213]:33332/_qb/wb|http://127.0.0.1:57115/_qb/wb/collection1&sort=n_tf1+desc&wt=javabin&version=2}
 hits=68 status=0 QTime=4
   [junit4]   2> 485509 INFO  (qtp752985329-3384) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb path=/select 
params={q=*:*&distrib=false&sort=n_tf1+asc&wt=javabin&version=2} hits=68 
status=0 QTime=0
   [junit4]   2> 485511 INFO  (qtp1025896830-3408) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb path=/select 
params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_tf1+asc&shard.url=http://127.0.0.1:57115/_qb/wb/collection1&rows=10&version=2&q=*:*&NOW=1511204491339&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 485511 INFO  (qtp1025896830-3404) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1511204491339&ids=1,101,13,15,104,6,17,149,130,131&isShard=true&shard.url=http://127.0.0.1:57115/_qb/wb/collection1&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 485514 INFO  (qtp1025896830-3403) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb path=/select 
params={q=*:*&shards=http://127.0.0.1:57115/_qb/wb/collection1&sort=n_tf1+asc&wt=javabin&version=2}
 hits=68 status=0 QTime=3
   [junit4]   2> 485515 INFO  (qtp752985329-3390) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb path=/select 
params={q=*:*&distrib=false&sort=n_d1+desc&wt=javabin&version=2} hits=68 
status=0 QTime=0
   [junit4]   2> 485516 INFO  (qtp1025896830-3407) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb path=/select 
params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_d1+desc&shard.url=[ff01::213]:33332/_qb/wb|http://127.0.0.1:57115/_qb/wb/collection1|[ff01::114]:33332/_qb/wb&rows=10&version=2&q=*:*&NOW=1511204491345&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 485517 INFO  (qtp1025896830-3406) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1511204491345&ids=112,101,146,14,4,5,116,117,107,109&isShard=true&shard.url=[ff01::213]:33332/_qb/wb|http://127.0.0.1:57115/_qb/wb/collection1|[ff01::114]:33332/_qb/wb&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 485519 INFO  (qtp1025896830-3401) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb path=/select 
params={q=*:*&shards=[ff01::213]:33332/_qb/wb|http://127.0.0.1:57115/_qb/wb/collection1|[ff01::114]:33332/_qb/wb&sort=n_d1+desc&wt=javabin&version=2}
 hits=68 status=0 QTime=2
   [junit4]   2> 485519 INFO  (qtp752985329-3386) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb path=/select 
params={q=*:*&distrib=false&sort=n_d1+asc&wt=javabin&version=2} hits=68 
status=0 QTime=0
   [junit4]   2> 485521 INFO  (qtp1025896830-3408) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb path=/select 
params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_d1+asc&shard.url=http://127.0.0.1:57115/_qb/wb/collection1&rows=10&version=2&q=*:*&NOW=1511204491349&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 485521 INFO  (qtp1025896830-3404) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1511204491349&ids=1,123,124,15,136,114,137,128,119,130&isShard=true&shard.url=http://127.0.0.1:57115/_qb/wb/collection1&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 485523 INFO  (qtp1025896830-3405) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb path=/select 
params={q=*:*&shards=http://127.0.0.1:57115/_qb/wb/collection1&sort=n_d1+asc&wt=javabin&version=2}
 hits=68 status=0 QTime=2
   [junit4]   2> 485524 INFO  (qtp752985329-3388) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb path=/select 
params={q=*:*&distrib=false&sort=n_td1+desc&wt=javabin&version=2} hits=68 
status=0 QTime=0
   [junit4]   2> 485525 INFO  (qtp1025896830-3407) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb path=/select 
params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_td1+desc&shard.url=[ff01::114]:33332/_qb/wb|http://127.0.0.1:57115/_qb/wb/collection1|[ff01::213]:33332/_qb/wb&rows=10&version=2&q=*:*&NOW=1511204491353&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 485526 INFO  (qtp1025896830-3406) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1511204491353&ids=143,111,112,16,115,127,149,106,9,130&isShard=true&shard.url=[ff01::114]:33332/_qb/wb|http://127.0.0.1:57115/_qb/wb/collection1|[ff01::213]:33332/_qb/wb&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 485527 INFO  (qtp1025896830-3403) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb path=/select 
params={q=*:*&shards=[ff01::114]:33332/_qb/wb|http://127.0.0.1:57115/_qb/wb/collection1|[ff01::213]:33332/_qb/wb&sort=n_td1+desc&wt=javabin&version=2}
 hits=68 status=0 QTime=2
   [junit4]   2> 485527 INFO  (qtp752985329-3391) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb path=/select 
params={q=*:*&distrib=false&sort=n_td1+asc&wt=javabin&version=2} hits=68 
status=0 QTime=0
   [junit4]   2> 485529 INFO  (qtp1025896830-3408) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb 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:57115/_qb/wb/collection1&rows=10&version=2&q=*:*&NOW=1511204491357&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 485530 INFO  (qtp1025896830-3404) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1511204491357&ids=13,145,123,124,147,116,17,107,108,142&isShard=true&shard.url=http://127.0.0.1:57115/_qb/wb/collection1&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 485530 INFO  (qtp1025896830-3401) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb path=/select 
params={q=*:*&shards=http://127.0.0.1:57115/_qb/wb/collection1&sort=n_td1+asc&wt=javabin&version=2}
 hits=68 status=0 QTime=2
   [junit4]   2> 485531 INFO  (qtp752985329-3385) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb path=/select 
params={q=*:*&distrib=false&sort=n_l1+desc&wt=javabin&version=2} hits=68 
status=0 QTime=0
   [junit4]   2> 485532 INFO  (qtp1025896830-3407) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb path=/select 
params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_l1+desc&shard.url=http://127.0.0.1:57115/_qb/wb/collection1|[ff01::083]:33332/_qb/wb|[ff01::114]:33332/_qb/wb|[ff01::213]:33332/_qb/wb&rows=10&version=2&q=*:*&NOW=1511204491361&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 485533 INFO  (qtp1025896830-3406) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1511204491361&ids=100,1,145,2,134,5,105,140,131,120&isShard=true&shard.url=http://127.0.0.1:57115/_qb/wb/collection1|[ff01::083]:33332/_qb/wb|[ff01::114]:33332/_qb/wb|[ff01::213]:33332/_qb/wb&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 485534 INFO  (qtp1025896830-3405) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb path=/select 
params={q=*:*&shards=http://127.0.0.1:57115/_qb/wb/collection1|[ff01::083]:33332/_qb/wb|[ff01::114]:33332/_qb/wb|[ff01::213]:33332/_qb/wb&sort=n_l1+desc&wt=javabin&version=2}
 hits=68 status=0 QTime=2
   [junit4]   2> 485535 INFO  (qtp752985329-3389) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb path=/select 
params={q=*:*&distrib=false&sort=n_l1+asc&wt=javabin&version=2} hits=68 
status=0 QTime=0
   [junit4]   2> 485536 INFO  (qtp1025896830-3408) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb path=/select 
params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_l1+asc&shard.url=http://127.0.0.1:57115/_qb/wb/collection1&rows=10&version=2&q=*:*&NOW=1511204491365&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 485537 INFO  (qtp1025896830-3404) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1511204491365&ids=132,143,11,122,3,103,115,106,108,142&isShard=true&shard.url=http://127.0.0.1:57115/_qb/wb/collection1&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 485537 INFO  (qtp1025896830-3403) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb path=/select 
params={q=*:*&shards=http://127.0.0.1:57115/_qb/wb/collection1&sort=n_l1+asc&wt=javabin&version=2}
 hits=68 status=0 QTime=1
   [junit4]   2> 485538 INFO  (qtp752985329-3384) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb path=/select 
params={q=*:*&distrib=false&sort=n_tl1+desc&wt=javabin&version=2} hits=68 
status=0 QTime=0
   [junit4]   2> 485539 INFO  (qtp1025896830-3407) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb 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/_qb/wb|http://127.0.0.1:57115/_qb/wb/collection1&rows=10&version=2&q=*:*&NOW=1511204491368&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 485540 INFO  (qtp1025896830-3406) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1511204491368&ids=110,136,147,15,114,137,105,6,109,120&isShard=true&shard.url=[ff01::213]:33332/_qb/wb|http://127.0.0.1:57115/_qb/wb/collection1&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 485541 INFO  (qtp1025896830-3401) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb path=/select 
params={q=*:*&shards=[ff01::213]:33332/_qb/wb|http://127.0.0.1:57115/_qb/wb/collection1&sort=n_tl1+desc&wt=javabin&version=2}
 hits=68 status=0 QTime=2
   [junit4]   2> 485542 INFO  (qtp752985329-3390) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb path=/select 
params={q=*:*&distrib=false&sort=n_tl1+asc&wt=javabin&version=2} hits=68 
status=0 QTime=0
   [junit4]   2> 485543 INFO  (qtp1025896830-3408) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb path=/select 
params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_tl1+asc&shard.url=[ff01::213]:33332/_qb/wb|http://127.0.0.1:57115/_qb/wb/collection1|[ff01::083]:33332/_qb/wb&rows=10&version=2&q=*:*&NOW=1511204491371&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 485543 INFO  (qtp1025896830-3404) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1511204491371&ids=121,123,112,145,135,125,16,128,1001,108&isShard=true&shard.url=[ff01::213]:33332/_qb/wb|http://127.0.0.1:57115/_qb/wb/collection1|[ff01::083]:33332/_qb/wb&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 485544 INFO  (qtp1025896830-3405) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb path=/select 
params={q=*:*&shards=[ff01::213]:33332/_qb/wb|http://127.0.0.1:57115/_qb/wb/collection1|[ff01::083]:33332/_qb/wb&sort=n_tl1+asc&wt=javabin&version=2}
 hits=68 status=0 QTime=1
   [junit4]   2> 485545 INFO  (qtp752985329-3386) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb path=/select 
params={q=*:*&distrib=false&sort=n_dt1+desc&wt=javabin&version=2} hits=68 
status=0 QTime=0
   [junit4]   2> 485546 INFO  (qtp1025896830-3407) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb path=/select 
params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_dt1+desc&shard.url=http://127.0.0.1:57115/_qb/wb/collection1|[ff01::213]:33332/_qb/wb&rows=10&version=2&q=*:*&NOW=1511204491374&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 485547 INFO  (qtp1025896830-3406) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1511204491374&ids=122,2,124,15,16,17,7,107,9,131&isShard=true&shard.url=http://127.0.0.1:57115/_qb/wb/collection1|[ff01::213]:33332/_qb/wb&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 485547 INFO  (qtp1025896830-3403) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb path=/select 
params={q=*:*&shards=http://127.0.0.1:57115/_qb/wb/collection1|[ff01::213]:33332/_qb/wb&sort=n_dt1+desc&wt=javabin&version=2}
 hits=68 status=0 QTime=1
   [junit4]   2> 485548 INFO  (qtp752985329-3388) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb path=/select 
params={q=*:*&distrib=false&sort=n_dt1+asc&wt=javabin&version=2} hits=68 
status=0 QTime=0
   [junit4]   2> 485549 INFO  (qtp1025896830-3408) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb path=/select 
params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_dt1+asc&shard.url=[ff01::213]:33332/_qb/wb|http://127.0.0.1:57115/_qb/wb/collection1|[ff01::083]:33332/_qb/wb|[ff01::114]:33332/_qb/wb&rows=10&version=2&q=*:*&NOW=1511204491378&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 485550 INFO  (qtp1025896830-3408) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_qb/wb path=/select p

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

eplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E2FDFA1AEC8E6945]) 
[    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@287c3f62: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@740b5e92
   [junit4]   2> 2026538 INFO  (coreCloseExecutor-8354-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@5adb537b
   [junit4]   2> 2026539 INFO  (coreCloseExecutor-8354-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=1524323195
   [junit4]   2> 2026539 INFO  (coreCloseExecutor-8354-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@42ce40b1: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@1f69383a
   [junit4]   2> 2026547 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E2FDFA1AEC8E6945])
 [    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@7bb2e31c{/solr,null,UNAVAILABLE}
   [junit4]   2> 2026551 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E2FDFA1AEC8E6945])
 [    ] o.e.j.s.AbstractConnector Stopped 
ServerConnector@5342886b{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2026551 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E2FDFA1AEC8E6945])
 [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1192020775
   [junit4]   2> 2026552 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E2FDFA1AEC8E6945])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.node, tag=null
   [junit4]   2> 2026552 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E2FDFA1AEC8E6945])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@47db2804: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@1edf383f
   [junit4]   2> 2026562 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E2FDFA1AEC8E6945])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jvm, tag=null
   [junit4]   2> 2026563 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E2FDFA1AEC8E6945])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4b7234db: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@6c614da0
   [junit4]   2> 2026569 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E2FDFA1AEC8E6945])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jetty, tag=null
   [junit4]   2> 2026570 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E2FDFA1AEC8E6945])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4e4759d0: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@740b5e92
   [junit4]   2> 2026571 INFO  (coreCloseExecutor-8356-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1b9784c3
   [junit4]   2> 2026571 INFO  (coreCloseExecutor-8356-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=462914755
   [junit4]   2> 2026571 INFO  (coreCloseExecutor-8356-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3cd7990a: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@755a192e
   [junit4]   2> 2026581 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E2FDFA1AEC8E6945])
 [    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@11a77581{/solr,null,UNAVAILABLE}
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_E2FDFA1AEC8E6945-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{name=BlockTreeOrds(blocksize=128), id=BlockTreeOrds(blocksize=128), 
newname=BlockTreeOrds(blocksize=128)}, docValues:{}, maxPointsInLeafNode=1857, 
maxMBSortInHeap=7.592657056186133, sim=RandomSimilarity(queryNorm=false): {}, 
locale=pt-PT, timezone=Asia/Ust-Nera
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_152 
(64-bit)/cpus=3,threads=1,free=80367968,total=435159040
   [junit4]   2> NOTE: All tests run in this JVM: 
[LeaderElectionIntegrationTest, DistributedSuggestComponentTest, SOLR749Test, 
TestDistributedMissingSort, TestTolerantUpdateProcessorCloud, EchoParamsTest, 
TestDefaultStatsCache, TestSolrCLIRunExample, TestFastWriter, 
MoreLikeThisHandlerTest, TestRetrieveFieldsOptimizer, 
TestPayloadScoreQParserPlugin, RegexBytesRefFilterTest, AliasIntegrationTest, 
AnalyticsMergeStrategyTest, TestOnReconnectListenerSupport, 
UUIDUpdateProcessorFallbackTest, SimplePostToolTest, CustomCollectionTest, 
TestMultiWordSynonyms, RecoveryAfterSoftCommitTest, TestClusterProperties, 
TestScoreJoinQPNoScore, TestSQLHandlerNonCloud, HdfsDirectoryFactoryTest, 
TestUniqueKeyFieldResource, TestCollationField, AnalysisAfterCoreReloadTest, 
HdfsCollectionsAPIDistributedZkTest, TestCloudInspectUtil, 
TestPartialUpdateDeduplication, TestInitQParser, 
SchemaVersionSpecificBehaviorTest, MetricUtilsTest, 
TestPostingsSolrHighlighter, ConnectionManagerTest, 
LeaderFailoverAfterPartitionTest, DebugComponentTest, DocValuesMultiTest, 
TestSolrCoreSnapshots, ConfigureRecoveryStrategyTest, TestStressLiveNodes, 
TestLuceneIndexBackCompat, TestSystemIdResolver, TestReloadAndDeleteDocs, 
TestAnalyzedSuggestions, TestRestoreCore, TestDistributedGrouping, 
TestLeaderInitiatedRecoveryThread, SolrJmxReporterTest, TestRestManager, 
OutOfBoxZkACLAndCredentialsProvidersTest, TestCryptoKeys, 
DistributedFacetPivotSmallTest, AssignTest, TemplateUpdateProcessorTest, 
TestDocumentBuilder, TestCustomStream, BlockDirectoryTest, 
TestSolrDeletionPolicy1, FileUtilsTest, TestSSLRandomization, 
TestShortCircuitedRequests, TestSimpleQParserPlugin, SearchHandlerTest, 
LukeRequestHandlerTest, NodeLostTriggerTest, BlockJoinFacetSimpleTest, 
BasicZkTest, HdfsThreadLeakTest, OverseerTaskQueueTest, TestFieldCacheReopen, 
TestConfigSets, SolrIndexConfigTest, TestManagedSynonymFilterFactory, 
TestObjectReleaseTracker, ConjunctionSolrSpellCheckerTest, FullHLLTest, 
DocValuesTest, DirectoryFactoryTest, TestManagedSchema, CdcrRequestHandlerTest, 
BasicDistributedZk2Test, TestCrossCoreJoin, PreAnalyzedUpdateProcessorTest, 
TestReRankQParserPlugin, DataDrivenBlockJoinTest, DistributedQueueTest, 
DistributedQueryComponentCustomSortTest, TestLeaderElectionWithEmptyReplica, 
TestRandomFaceting, TestLRUStatsCache, TestCloudManagedSchema, 
BlockJoinFacetDistribTest, TestJsonRequest, SegmentsInfoRequestHandlerTest, 
IndexSchemaRuntimeFieldTest, TestCollationFieldDocValues, 
HdfsRestartWhileUpdatingTest, TestConfigSetImmutable, SearchHandlerTest, 
DateRangeFieldTest, HdfsUnloadDistributedZkTest, BitVectorTest, 
BadComponentTest, SSLMigrationTest, TestCollapseQParserPlugin, 
TestImplicitCoreProperties, RestartWhileUpdatingTest, 
SpellPossibilityIteratorTest, TestFileDictionaryLookup, OverseerRolesTest, 
SampleTest, TestFastOutputStream, TestComplexPhraseQParserPlugin, 
CollectionsAPIDistributedZkTest, DeleteReplicaTest, PolyFieldTest, 
TestReplicationHandlerBackup, ConcurrentDeleteAndCreateCollectionTest, 
CacheHeaderTest, CollectionsAPIAsyncDistributedZkTest, 
OverseerCollectionConfigSetProcessorTest, TestFieldResource, HdfsDirectoryTest, 
TestConfigsApi, TestReloadDeadlock, PingRequestHandlerTest, 
TestCopyFieldCollectionResource, UpdateParamsTest, 
OpenExchangeRatesOrgProviderTest, AutoScalingHandlerTest, 
DirectSolrSpellCheckerTest, TestSolrCloudWithKerberosAlt, TestSolrIndexConfig, 
DistributedFacetExistsSmallTest, TestDynamicFieldResource, 
TestAuthenticationFramework, CdcrReplicationDistributedZkTest, 
SolrGraphiteReporterTest, ShufflingReplicaListTransformerTest, 
TestSolrQueryParser, ImplicitSnitchTest, MergeStrategyTest, 
PreAnalyzedFieldTest, HighlighterMaxOffsetTest, 
SuggestComponentContextFilterQueryTest, FileBasedSpellCheckerTest, 
TestStressReorder, TestSchemaManager, 
TestOverriddenPrefixQueryForCustomFieldType, TestSlowCompositeReaderWrapper, 
TestFieldTypeResource, StressHdfsTest, TestLuceneMatchVersion, 
TestRemoteStreaming, TestApiFramework, ActionThrottleTest, 
FieldMutatingUpdateProcessorTest, SolrIndexSplitterTest, 
TestSortByMinMaxFunction, TestUseDocValuesAsStored, 
TestTrackingShardHandlerFactory, DocValuesNotIndexedTest, 
TestAuthorizationFramework, TestEmbeddedSolrServerConstructors, 
ZkNodePropsTest, TestInPlaceUpdatesDistrib, TestMergePolicyConfig, 
TestHttpShardHandlerFactory, TestIndexSearcher, HLLUtilTest, 
TestRuleBasedAuthorizationPlugin, JsonLoaderTest, SpatialRPTFieldTypeTest, 
TestExclusionRuleCollectionAccess, CursorMarkTest, 
AddSchemaFieldsUpdateProcessorFactoryTest, SortSpecParsingTest, 
LoggingHandlerTest, TestBM25SimilarityFactory, SolrIndexMetricsTest, 
TermVectorComponentTest, SolrMetricManagerTest, FullSolrCloudDistribCmdsTest, 
BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, 
SyncSliceTest, OpenCloseCoreStressTest, TestReplicationHandler]
   [junit4] Completed [372/749 (2!)] on J1 in 80.87s, 16 tests, 1 error, 1 
skipped <<< FAILURES!

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

Reply via email to