Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/29/

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

Error Message:
Captured an uncaught exception in thread: Thread[id=35810, name=Thread-32472, 
state=RUNNABLE, group=TGRP-TestDistributedSearch]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=35810, name=Thread-32472, state=RUNNABLE, 
group=TGRP-TestDistributedSearch]
        at 
__randomizedtesting.SeedInfo.seed([97C3A76F18A3F955:1F9798B5B65F94AD]:0)
Caused by: 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=9}
        at __randomizedtesting.SeedInfo.seed([97C3A76F18A3F955]: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$1.run(TestDistributedSearch.java:1147)


FAILED:  org.apache.solr.cloud.hdfs.HdfsBasicDistributedZkTest.test

Error Message:
Error from server at http://127.0.0.1:35444/b_f/e: ADDREPLICA failed to create 
replica

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:35444/b_f/e: ADDREPLICA failed to create replica
        at 
__randomizedtesting.SeedInfo.seed([97C3A76F18A3F955:1F9798B5B65F94AD]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:627)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1121)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:862)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:793)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:195)
        at 
org.apache.solr.cloud.BasicDistributedZkTest.testANewCollectionInOneInstanceWithManualShardAssignement(BasicDistributedZkTest.java:801)
        at 
org.apache.solr.cloud.BasicDistributedZkTest.test(BasicDistributedZkTest.java:374)
        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:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
        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:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
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:  
junit.framework.TestSuite.org.apache.solr.cloud.hdfs.HdfsBasicDistributedZkTest

Error Message:
3 threads leaked from SUITE scope at 
org.apache.solr.cloud.hdfs.HdfsBasicDistributedZkTest:     1) Thread[id=7035, 
name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-HdfsBasicDistributedZkTest]         at java.lang.Thread.sleep(Native 
Method)         at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
         at java.lang.Thread.run(Thread.java:748)    2) Thread[id=7043, 
name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-HdfsBasicDistributedZkTest]         at java.lang.Thread.sleep(Native 
Method)         at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
         at java.lang.Thread.run(Thread.java:748)    3) Thread[id=7054, 
name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-HdfsBasicDistributedZkTest]         at java.lang.Thread.sleep(Native 
Method)         at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 3 threads leaked from SUITE 
scope at org.apache.solr.cloud.hdfs.HdfsBasicDistributedZkTest: 
   1) Thread[id=7035, name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-HdfsBasicDistributedZkTest]
        at java.lang.Thread.sleep(Native Method)
        at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
        at java.lang.Thread.run(Thread.java:748)
   2) Thread[id=7043, name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-HdfsBasicDistributedZkTest]
        at java.lang.Thread.sleep(Native Method)
        at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
        at java.lang.Thread.run(Thread.java:748)
   3) Thread[id=7054, name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-HdfsBasicDistributedZkTest]
        at java.lang.Thread.sleep(Native Method)
        at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
        at java.lang.Thread.run(Thread.java:748)
        at __randomizedtesting.SeedInfo.seed([97C3A76F18A3F955]:0)


FAILED:  org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader

Error Message:
Doc with id=1 not found in http://127.0.0.1:49630/forceleader_test_collection 
due to: Path not found: /id; rsp={doc=null}

Stack Trace:
java.lang.AssertionError: Doc with id=1 not found in 
http://127.0.0.1:49630/forceleader_test_collection due to: Path not found: /id; 
rsp={doc=null}
        at 
__randomizedtesting.SeedInfo.seed([97C3A76F18A3F955:715493AF21210034]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.HttpPartitionTest.assertDocExists(HttpPartitionTest.java:603)
        at 
org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:556)
        at 
org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader(ForceLeaderTest.java:142)
        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:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
        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:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
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.cloud.TestStressCloudBlindAtomicUpdates.test_dv

Error Message:
java.lang.RuntimeException: Error from server at 
http://127.0.0.1:39298/solr/test_col_shard3_replica_n8: Failed synchronous 
update on shard StdNode: 
http://127.0.0.1:45644/solr/test_col_shard3_replica_n10/ update: 
org.apache.solr.client.solrj.request.UpdateRequest@4b3e4597

Stack Trace:
java.util.concurrent.ExecutionException: java.lang.RuntimeException: Error from 
server at http://127.0.0.1:39298/solr/test_col_shard3_replica_n8: Failed 
synchronous update on shard StdNode: 
http://127.0.0.1:45644/solr/test_col_shard3_replica_n10/ update: 
org.apache.solr.client.solrj.request.UpdateRequest@4b3e4597
        at 
__randomizedtesting.SeedInfo.seed([97C3A76F18A3F955:A1D7C52992FEC344]:0)
        at java.util.concurrent.FutureTask.report(FutureTask.java:122)
        at java.util.concurrent.FutureTask.get(FutureTask.java:192)
        at 
org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.checkField(TestStressCloudBlindAtomicUpdates.java:283)
        at 
org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_dv(TestStressCloudBlindAtomicUpdates.java:195)
        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:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
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)
Caused by: java.lang.RuntimeException: Error from server at 
http://127.0.0.1:39298/solr/test_col_shard3_replica_n8: Failed synchronous 
update on shard StdNode: 
http://127.0.0.1:45644/solr/test_col_shard3_replica_n10/ update: 
org.apache.solr.client.solrj.request.UpdateRequest@4b3e4597
        at 
org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.run(TestStressCloudBlindAtomicUpdates.java:411)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        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)
        ... 1 more
Caused by: org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: 
Error from server at http://127.0.0.1:39298/solr/test_col_shard3_replica_n8: 
Failed synchronous update on shard StdNode: 
http://127.0.0.1:45644/solr/test_col_shard3_replica_n10/ update: 
org.apache.solr.client.solrj.request.UpdateRequest@4b3e4597
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:539)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:993)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:862)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:793)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:195)
        at 
org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.doRandomAtomicUpdate(TestStressCloudBlindAtomicUpdates.java:370)
        at 
org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.run(TestStressCloudBlindAtomicUpdates.java:399)
        ... 6 more
Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:39298/solr/test_col_shard3_replica_n8: Failed 
synchronous update on shard StdNode: 
http://127.0.0.1:45644/solr/test_col_shard3_replica_n10/ update: 
org.apache.solr.client.solrj.request.UpdateRequest@4b3e4597
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:627)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:516)
        ... 5 more


FAILED:  org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest.test

Error Message:
expected:<2> but was:<3>

Stack Trace:
java.lang.AssertionError: expected:<2> but was:<3>
        at 
__randomizedtesting.SeedInfo.seed([97C3A76F18A3F955:1F9798B5B65F94AD]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest.assertSliceAndReplicaCount(SharedFSAutoReplicaFailoverTest.java:403)
        at 
org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest.testBasics(SharedFSAutoReplicaFailoverTest.java:248)
        at 
org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest.test(SharedFSAutoReplicaFailoverTest.java:136)
        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:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
        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:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
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 11623 lines...]
   [junit4] Suite: org.apache.solr.TestDistributedSearch
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_97C3A76F18A3F955-001/init-core-data-001
   [junit4]   2> 358560 WARN  
(SUITE-TestDistributedSearch-seed#[97C3A76F18A3F955]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 358560 INFO  
(SUITE-TestDistributedSearch-seed#[97C3A76F18A3F955]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 358561 INFO  
(SUITE-TestDistributedSearch-seed#[97C3A76F18A3F955]-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> 358561 INFO  
(SUITE-TestDistributedSearch-seed#[97C3A76F18A3F955]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 358561 INFO  
(SUITE-TestDistributedSearch-seed#[97C3A76F18A3F955]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /lfbf/a
   [junit4]   2> 358654 INFO  
(TEST-TestDistributedSearch.test-seed#[97C3A76F18A3F955]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_97C3A76F18A3F955-001/tempDir-001/control/cores/collection1
   [junit4]   2> 358655 INFO  
(TEST-TestDistributedSearch.test-seed#[97C3A76F18A3F955]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 358656 INFO  
(TEST-TestDistributedSearch.test-seed#[97C3A76F18A3F955]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6cbf38b2{/lfbf/a,null,AVAILABLE}
   [junit4]   2> 358658 INFO  
(TEST-TestDistributedSearch.test-seed#[97C3A76F18A3F955]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@6f47b3e7{HTTP/1.1,[http/1.1]}{127.0.0.1:49461}
   [junit4]   2> 358658 INFO  
(TEST-TestDistributedSearch.test-seed#[97C3A76F18A3F955]) [    ] o.e.j.s.Server 
Started @361421ms
   [junit4]   2> 358658 INFO  
(TEST-TestDistributedSearch.test-seed#[97C3A76F18A3F955]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/lfbf/a, 
hostPort=49461, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_97C3A76F18A3F955-001/tempDir-001/control/cores}
   [junit4]   2> 358658 ERROR 
(TEST-TestDistributedSearch.test-seed#[97C3A76F18A3F955]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 358658 INFO  
(TEST-TestDistributedSearch.test-seed#[97C3A76F18A3F955]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.1.0
   [junit4]   2> 358658 INFO  
(TEST-TestDistributedSearch.test-seed#[97C3A76F18A3F955]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 358659 INFO  
(TEST-TestDistributedSearch.test-seed#[97C3A76F18A3F955]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 358659 INFO  
(TEST-TestDistributedSearch.test-seed#[97C3A76F18A3F955]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-14T14:12:28.413Z
   [junit4]   2> 358659 INFO  
(TEST-TestDistributedSearch.test-seed#[97C3A76F18A3F955]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_97C3A76F18A3F955-001/tempDir-001/control/solr.xml
   [junit4]   2> 358670 INFO  
(TEST-TestDistributedSearch.test-seed#[97C3A76F18A3F955]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3878351e, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 358713 INFO  
(TEST-TestDistributedSearch.test-seed#[97C3A76F18A3F955]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3878351e
   [junit4]   2> 358716 INFO  
(TEST-TestDistributedSearch.test-seed#[97C3A76F18A3F955]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3878351e
   [junit4]   2> 358716 INFO  
(TEST-TestDistributedSearch.test-seed#[97C3A76F18A3F955]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3878351e
   [junit4]   2> 358721 INFO  
(TEST-TestDistributedSearch.test-seed#[97C3A76F18A3F955]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_97C3A76F18A3F955-001/tempDir-001/control/cores
   [junit4]   2> 358721 INFO  
(TEST-TestDistributedSearch.test-seed#[97C3A76F18A3F955]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 358722 INFO  (coreLoadExecutor-1437-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/lib,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 358771 INFO  (coreLoadExecutor-1437-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 358789 INFO  (coreLoadExecutor-1437-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 358888 INFO  (coreLoadExecutor-1437-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 358894 INFO  (coreLoadExecutor-1437-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 358894 INFO  (coreLoadExecutor-1437-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@3878351e
   [junit4]   2> 358894 INFO  (coreLoadExecutor-1437-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 358895 INFO  (coreLoadExecutor-1437-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_97C3A76F18A3F955-001/tempDir-001/control/cores/collection1/data/]
   [junit4]   2> 358896 INFO  (coreLoadExecutor-1437-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=37, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=87.85546875, 
floorSegmentMB=1.0546875, forceMergeDeletesPctAllowed=0.8208835870824371, 
segmentsPerTier=33.0, maxCFSSegmentSizeMB=1.6123046875, 
noCFSRatio=0.49313723117389097
   [junit4]   2> 358932 INFO  (coreLoadExecutor-1437-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 358932 INFO  (coreLoadExecutor-1437-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 358933 INFO  (coreLoadExecutor-1437-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 358933 INFO  (coreLoadExecutor-1437-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 358933 INFO  (coreLoadExecutor-1437-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@134f227a
   [junit4]   2> 358934 INFO  (coreLoadExecutor-1437-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@44efc8b3[collection1] main]
   [junit4]   2> 358934 INFO  (coreLoadExecutor-1437-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 358943 INFO  (coreLoadExecutor-1437-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 358969 INFO  (coreLoadExecutor-1437-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 358969 INFO  
(searcherExecutor-1438-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 358970 INFO  (coreLoadExecutor-1437-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1575716072953217024
   [junit4]   2> 358970 INFO  
(searcherExecutor-1438-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 358970 INFO  
(searcherExecutor-1438-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 358970 INFO  
(searcherExecutor-1438-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 358970 INFO  
(searcherExecutor-1438-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 358970 INFO  
(searcherExecutor-1438-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 358970 INFO  
(searcherExecutor-1438-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 358971 INFO  
(searcherExecutor-1438-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 358971 INFO  
(searcherExecutor-1438-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 358977 INFO  
(searcherExecutor-1438-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@44efc8b3[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 359545 INFO  
(TEST-TestDistributedSearch.test-seed#[97C3A76F18A3F955]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_97C3A76F18A3F955-001/tempDir-001/shard0/cores/collection1
   [junit4]   2> 359570 INFO  
(TEST-TestDistributedSearch.test-seed#[97C3A76F18A3F955]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 359571 INFO  
(TEST-TestDistributedSearch.test-seed#[97C3A76F18A3F955]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@337342ff{/lfbf/a,null,AVAILABLE}
   [junit4]   2> 359571 INFO  
(TEST-TestDistributedSearch.test-seed#[97C3A76F18A3F955]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@76ebebaa{HTTP/1.1,[http/1.1]}{127.0.0.1:50033}
   [junit4]   2> 359571 INFO  
(TEST-TestDistributedSearch.test-seed#[97C3A76F18A3F955]) [    ] o.e.j.s.Server 
Started @362334ms
   [junit4]   2> 359571 INFO  
(TEST-TestDistributedSearch.test-seed#[97C3A76F18A3F955]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/lfbf/a, 
hostPort=50033, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_97C3A76F18A3F955-001/tempDir-001/shard0/cores}
   [junit4]   2> 359571 ERROR 
(TEST-TestDistributedSearch.test-seed#[97C3A76F18A3F955]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 359571 INFO  
(TEST-TestDistributedSearch.test-seed#[97C3A76F18A3F955]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.1.0
   [junit4]   2> 359571 INFO  
(TEST-TestDistributedSearch.test-seed#[97C3A76F18A3F955]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 359571 INFO  
(TEST-TestDistributedSearch.test-seed#[97C3A76F18A3F955]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 359571 INFO  
(TEST-TestDistributedSearch.test-seed#[97C3A76F18A3F955]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-14T14:12:29.325Z
   [junit4]   2> 359572 INFO  
(TEST-TestDistributedSearch.test-seed#[97C3A76F18A3F955]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_97C3A76F18A3F955-001/tempDir-001/shard0/solr.xml
   [junit4]   2> 359588 INFO  
(TEST-TestDistributedSearch.test-seed#[97C3A76F18A3F955]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3878351e, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 359660 INFO  
(TEST-TestDistributedSearch.test-seed#[97C3A76F18A3F955]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3878351e
   [junit4]   2> 359664 INFO  
(TEST-TestDistributedSearch.test-seed#[97C3A76F18A3F955]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3878351e
   [junit4]   2> 359664 INFO  
(TEST-TestDistributedSearch.test-seed#[97C3A76F18A3F955]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3878351e
   [junit4]   2> 359685 INFO  
(TEST-TestDistributedSearch.test-seed#[97C3A76F18A3F955]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_97C3A76F18A3F955-001/tempDir-001/shard0/cores
   [junit4]   2> 359685 INFO  
(TEST-TestDistributedSearch.test-seed#[97C3A76F18A3F955]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 359697 INFO  (coreLoadExecutor-1448-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/lib,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 359745 INFO  (coreLoadExecutor-1448-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 359780 INFO  (coreLoadExecutor-1448-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 360018 INFO  (coreLoadExecutor-1448-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 360029 INFO  (coreLoadExecutor-1448-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 360029 INFO  (coreLoadExecutor-1448-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@3878351e
   [junit4]   2> 360029 INFO  (coreLoadExecutor-1448-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 360029 INFO  (coreLoadExecutor-1448-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_97C3A76F18A3F955-001/tempDir-001/shard0/cores/collection1/data/]
   [junit4]   2> 360031 INFO  (coreLoadExecutor-1448-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=37, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=87.85546875, 
floorSegmentMB=1.0546875, forceMergeDeletesPctAllowed=0.8208835870824371, 
segmentsPerTier=33.0, maxCFSSegmentSizeMB=1.6123046875, 
noCFSRatio=0.49313723117389097
   [junit4]   2> 360071 INFO  (coreLoadExecutor-1448-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 360071 INFO  (coreLoadExecutor-1448-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 360071 INFO  (coreLoadExecutor-1448-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 360071 INFO  (coreLoadExecutor-1448-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 360072 INFO  (coreLoadExecutor-1448-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@7135f654
   [junit4]   2> 360072 INFO  (coreLoadExecutor-1448-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6b4a9d5f[collection1] main]
   [junit4]   2> 360073 INFO  (coreLoadExecutor-1448-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 360091 INFO  (coreLoadExecutor-1448-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 360126 INFO  (coreLoadExecutor-1448-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 360127 INFO  
(searcherExecutor-1449-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 360127 INFO  
(searcherExecutor-1449-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 360127 INFO  
(searcherExecutor-1449-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 360127 INFO  
(searcherExecutor-1449-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 360127 INFO  
(searcherExecutor-1449-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 360127 INFO  
(searcherExecutor-1449-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 360127 INFO  
(searcherExecutor-1449-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 360128 INFO  
(searcherExecutor-1449-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 360128 INFO  
(searcherExecutor-1449-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 360132 INFO  
(searcherExecutor-1449-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6b4a9d5f[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 360132 INFO  (coreLoadExecutor-1448-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1575716074171662336
   [junit4]   2> 360235 INFO  
(TEST-TestDistributedSearch.test-seed#[97C3A76F18A3F955]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 360254 INFO  (qtp500765633-4087) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:* (-1575716074296442880)} 0 2
   [junit4]   2> 360303 INFO  (qtp1699784955-4104) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:* (-1575716074349920256)} 0 1
   [junit4]   2> 360312 INFO  (qtp500765633-4088) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[1 (1575716074352017408)]} 0 7
   [junit4]   2> 360319 INFO  (qtp1699784955-4105) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[1 (1575716074360406016)]} 0 6
   [junit4]   2> 360321 INFO  (qtp500765633-4089) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[2 (1575716074368794624)]} 0 1
   [junit4]   2> 360331 INFO  (qtp1699784955-4106) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[2 (1575716074369843200)]} 0 9
   [junit4]   2> 360332 INFO  (qtp500765633-4090) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[3 (1575716074380328960)]} 0 0
   [junit4]   2> 360333 INFO  (qtp1699784955-4107) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[3 (1575716074381377536)]} 0 0
   [junit4]   2> 360334 INFO  (qtp500765633-4090) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[4 (1575716074382426112)]} 0 0
   [junit4]   2> 360334 INFO  (qtp1699784955-4107) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[4 (1575716074383474688)]} 0 0
   [junit4]   2> 360335 INFO  (qtp500765633-4090) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[5 (1575716074384523264)]} 0 0
   [junit4]   2> 360337 INFO  (qtp1699784955-4101) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[5 (1575716074385571840)]} 0 0
   [junit4]   2> 360342 INFO  (qtp500765633-4087) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[6 (1575716074390814720)]} 0 0
   [junit4]   2> 360343 INFO  (qtp1699784955-4101) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[6 (1575716074391863296)]} 0 0
   [junit4]   2> 360343 INFO  (qtp500765633-4088) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[7 (1575716074392911872)]} 0 0
   [junit4]   2> 360344 INFO  (qtp1699784955-4101) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[7 (1575716074393960448)]} 0 0
   [junit4]   2> 360345 INFO  (qtp500765633-4088) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[8 (1575716074395009024)]} 0 0
   [junit4]   2> 360346 INFO  (qtp1699784955-4101) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[8 (1575716074395009024)]} 0 0
   [junit4]   2> 360347 INFO  (qtp500765633-4088) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[9 (1575716074396057600)]} 0 0
   [junit4]   2> 360347 INFO  (qtp1699784955-4101) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[9 (1575716074397106176)]} 0 0
   [junit4]   2> 360348 INFO  (qtp500765633-4088) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1575716074398154752,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 360348 INFO  (qtp500765633-4088) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@37ed00fb 
commitCommandVersion:1575716074398154752
   [junit4]   2> 360390 INFO  (qtp500765633-4088) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@2042f013[collection1] main]
   [junit4]   2> 360391 INFO  
(searcherExecutor-1438-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@2042f013[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):c9)))}
   [junit4]   2> 360391 INFO  (qtp500765633-4088) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 360391 INFO  (qtp500765633-4088) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 43
   [junit4]   2> 360392 INFO  (qtp1699784955-4107) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1575716074444292096,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 360392 INFO  (qtp1699784955-4107) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@49e7cd6b 
commitCommandVersion:1575716074444292096
   [junit4]   2> 360412 INFO  (qtp1699784955-4107) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@290c6445[collection1] main]
   [junit4]   2> 360414 INFO  
(searcherExecutor-1449-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@290c6445[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):c9)))}
   [junit4]   2> 360414 INFO  (qtp1699784955-4107) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 360414 INFO  (qtp1699784955-4107) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 22
   [junit4]   2> 360447 INFO  (qtp500765633-4090) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[10 (1575716074474700800)]} 0 26
   [junit4]   2> 360449 INFO  (qtp1699784955-4104) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[10 (1575716074503012352)]} 0 1
   [junit4]   2> 360451 INFO  (qtp500765633-4087) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[11 (1575716074505109504)]} 0 0
   [junit4]   2> 360454 INFO  (qtp1699784955-4105) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[11 (1575716074506158080)]} 0 2
   [junit4]   2> 360454 INFO  (qtp500765633-4087) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[12 (1575716074509303808)]} 0 0
   [junit4]   2> 360455 INFO  (qtp1699784955-4106) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[12 (1575716074510352384)]} 0 0
   [junit4]   2> 360456 INFO  (qtp500765633-4087) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[13 (1575716074510352384)]} 0 0
   [junit4]   2> 360456 INFO  (qtp1699784955-4106) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[13 (1575716074511400960)]} 0 0
   [junit4]   2> 360458 INFO  (qtp500765633-4087) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[1001 (1575716074512449536)]} 0 1
   [junit4]   2> 360459 INFO  (qtp1699784955-4106) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[1001 (1575716074514546688)]} 0 0
   [junit4]   2> 360465 INFO  (qtp500765633-4089) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[14 (1575716074520838144)]} 0 0
   [junit4]   2> 360466 INFO  (qtp1699784955-4107) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[14 (1575716074521886720)]} 0 0
   [junit4]   2> 360473 INFO  (qtp500765633-4089) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[15 (1575716074529226752)]} 0 0
   [junit4]   2> 360474 INFO  (qtp1699784955-4107) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[15 (1575716074530275328)]} 0 0
   [junit4]   2> 360477 INFO  (qtp500765633-4089) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[16 (1575716074533421056)]} 0 0
   [junit4]   2> 360478 INFO  (qtp1699784955-4107) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[16 (1575716074534469632)]} 0 0
   [junit4]   2> 360479 INFO  (qtp500765633-4088) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[17 (1575716074534469632)]} 0 0
   [junit4]   2> 360480 INFO  (qtp1699784955-4108) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[17 (1575716074535518208)]} 0 0
   [junit4]   2> 360480 INFO  (qtp500765633-4088) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[100 (1575716074536566784)]} 0 0
   [junit4]   2> 360481 INFO  (qtp1699784955-4108) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[100 (1575716074537615360)]} 0 0
   [junit4]   2> 360482 INFO  (qtp500765633-4088) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[101 (1575716074537615360)]} 0 0
   [junit4]   2> 360482 INFO  (qtp1699784955-4108) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[101 (1575716074538663936)]} 0 0
   [junit4]   2> 360483 INFO  (qtp500765633-4088) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[102 (1575716074539712512)]} 0 0
   [junit4]   2> 360484 INFO  (qtp1699784955-4108) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[102 (1575716074539712512)]} 0 0
   [junit4]   2> 360484 INFO  (qtp500765633-4088) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[103 (1575716074540761088)]} 0 0
   [junit4]   2> 360485 INFO  (qtp1699784955-4108) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[103 (1575716074541809664)]} 0 0
   [junit4]   2> 360485 INFO  (qtp500765633-4088) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[104 (1575716074541809664)]} 0 0
   [junit4]   2> 360486 INFO  (qtp1699784955-4108) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[104 (1575716074542858240)]} 0 0
   [junit4]   2> 360487 INFO  (qtp500765633-4088) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[105 (1575716074542858240)]} 0 0
   [junit4]   2> 360487 INFO  (qtp1699784955-4108) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[105 (1575716074543906816)]} 0 0
   [junit4]   2> 360488 INFO  (qtp500765633-4088) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[106 (1575716074544955392)]} 0 0
   [junit4]   2> 360489 INFO  (qtp1699784955-4106) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[106 (1575716074544955392)]} 0 0
   [junit4]   2> 360489 INFO  (qtp500765633-4088) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[107 (1575716074546003968)]} 0 0
   [junit4]   2> 360490 INFO  (qtp1699784955-4106) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[107 (1575716074547052544)]} 0 0
   [junit4]   2> 360491 INFO  (qtp500765633-4090) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[108 (1575716074547052544)]} 0 0
   [junit4]   2> 360491 INFO  (qtp1699784955-4106) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[108 (1575716074548101120)]} 0 0
   [junit4]   2> 360492 INFO  (qtp500765633-4090) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[109 (1575716074549149696)]} 0 0
   [junit4]   2> 360493 INFO  (qtp1699784955-4106) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[109 (1575716074549149696)]} 0 0
   [junit4]   2> 360493 INFO  (qtp500765633-4090) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[110 (1575716074550198272)]} 0 0
   [junit4]   2> 360494 INFO  (qtp1699784955-4106) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[110 (1575716074551246848)]} 0 0
   [junit4]   2> 360495 INFO  (qtp500765633-4090) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[111 (1575716074551246848)]} 0 0
   [junit4]   2> 360495 INFO  (qtp1699784955-4106) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[111 (1575716074552295424)]} 0 0
   [junit4]   2> 360496 INFO  (qtp500765633-4090) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[112 (1575716074552295424)]} 0 0
   [junit4]   2> 360496 INFO  (qtp1699784955-4106) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[112 (1575716074553344000)]} 0 0
   [junit4]   2> 360497 INFO  (qtp500765633-4090) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[113 (1575716074554392576)]} 0 0
   [junit4]   2> 360498 INFO  (qtp1699784955-4106) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[113 (1575716074554392576)]} 0 0
   [junit4]   2> 360498 INFO  (qtp500765633-4090) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[114 (1575716074555441152)]} 0 0
   [junit4]   2> 360499 INFO  (qtp1699784955-4106) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[114 (1575716074556489728)]} 0 0
   [junit4]   2> 360500 INFO  (qtp500765633-4090) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[115 (1575716074556489728)]} 0 0
   [junit4]   2> 360500 INFO  (qtp1699784955-4101) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[115 (1575716074557538304)]} 0 0
   [junit4]   2> 360501 INFO  (qtp500765633-4090) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[116 (1575716074558586880)]} 0 0
   [junit4]   2> 360501 INFO  (qtp1699784955-4101) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[116 (1575716074558586880)]} 0 0
   [junit4]   2> 360502 INFO  (qtp500765633-4087) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[117 (1575716074559635456)]} 0 0
   [junit4]   2> 360509 INFO  (qtp1699784955-4101) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[117 (1575716074566975488)]} 0 0
   [junit4]   2> 360510 INFO  (qtp500765633-4087) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[118 (1575716074568024064)]} 0 0
   [junit4]   2> 360511 INFO  (qtp1699784955-4101) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[118 (1575716074568024064)]} 0 0
   [junit4]   2> 360511 INFO  (qtp500765633-4087) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[119 (1575716074569072640)]} 0 0
   [junit4]   2> 360512 INFO  (qtp1699784955-4101) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[119 (1575716074570121216)]} 0 0
   [junit4]   2> 360513 INFO  (qtp500765633-4087) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[120 (1575716074570121216)]} 0 0
   [junit4]   2> 360513 INFO  (qtp1699784955-4101) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[120 (1575716074571169792)]} 0 0
   [junit4]   2> 360514 INFO  (qtp500765633-4087) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[121 (1575716074572218368)]} 0 0
   [junit4]   2> 360514 INFO  (qtp1699784955-4101) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[121 (1575716074572218368)]} 0 0
   [junit4]   2> 360515 INFO  (qtp500765633-4087) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[122 (1575716074573266944)]} 0 0
   [junit4]   2> 360516 INFO  (qtp1699784955-4101) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[122 (1575716074573266944)]} 0 0
   [junit4]   2> 360516 INFO  (qtp500765633-4087) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[123 (1575716074574315520)]} 0 0
   [junit4]   2> 360517 INFO  (qtp1699784955-4105) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[123 (1575716074575364096)]} 0 0
   [junit4]   2> 360518 INFO  (qtp500765633-4087) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[124 (1575716074575364096)]} 0 0
   [junit4]   2> 360518 INFO  (qtp1699784955-4105) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[124 (1575716074576412672)]} 0 0
   [junit4]   2> 360519 INFO  (qtp500765633-4084) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[125 (1575716074577461248)]} 0 0
   [junit4]   2> 360520 INFO  (qtp1699784955-4105) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[125 (1575716074577461248)]} 0 0
   [junit4]   2> 360520 INFO  (qtp500765633-4084) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[126 (1575716074578509824)]} 0 0
   [junit4]   2> 360521 INFO  (qtp1699784955-4105) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[126 (1575716074579558400)]} 0 0
   [junit4]   2> 360521 INFO  (qtp500765633-4084) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[127 (1575716074579558400)]} 0 0
   [junit4]   2> 360530 INFO  (qtp1699784955-4105) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[127 (1575716074587947008)]} 0 0
   [junit4]   2> 360530 INFO  (qtp500765633-4084) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[128 (1575716074588995584)]} 0 0
   [junit4]   2> 360531 INFO  (qtp1699784955-4105) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[128 (1575716074590044160)]} 0 0
   [junit4]   2> 360532 INFO  (qtp500765633-4084) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[129 (1575716074590044160)]} 0 0
   [junit4]   2> 360532 INFO  (qtp1699784955-4105) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[129 (1575716074591092736)]} 0 0
   [junit4]   2> 360533 INFO  (qtp500765633-4084) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[130 (1575716074592141312)]} 0 0
   [junit4]   2> 360542 INFO  (qtp1699784955-4105) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[130 (1575716074600529920)]} 0 0
   [junit4]   2> 360542 INFO  (qtp500765633-4084) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[131 (1575716074601578496)]} 0 0
   [junit4]   2> 360543 INFO  (qtp1699784955-4105) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[131 (1575716074602627072)]} 0 0
   [junit4]   2> 360544 INFO  (qtp500765633-4084) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[132 (1575716074602627072)]} 0 0
   [junit4]   2> 360544 INFO  (qtp1699784955-4105) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[132 (1575716074603675648)]} 0 0
   [junit4]   2> 360545 INFO  (qtp500765633-4084) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[133 (1575716074604724224)]} 0 0
   [junit4]   2> 360545 INFO  (qtp1699784955-4105) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[133 (1575716074604724224)]} 0 0
   [junit4]   2> 360546 INFO  (qtp500765633-4084) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[134 (1575716074605772800)]} 0 0
   [junit4]   2> 360547 INFO  (qtp1699784955-4105) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[134 (1575716074605772800)]} 0 0
   [junit4]   2> 360547 INFO  (qtp500765633-4084) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[135 (1575716074606821376)]} 0 0
   [junit4]   2> 360548 INFO  (qtp1699784955-4105) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[135 (1575716074607869952)]} 0 0
   [junit4]   2> 360549 INFO  (qtp500765633-4084) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[136 (1575716074607869952)]} 0 0
   [junit4]   2> 360549 INFO  (qtp1699784955-4104) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[136 (1575716074608918528)]} 0 0
   [junit4]   2> 360550 INFO  (qtp500765633-4084) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[137 (1575716074609967104)]} 0 0
   [junit4]   2> 360550 INFO  (qtp1699784955-4104) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[137 (1575716074609967104)]} 0 0
   [junit4]   2> 360551 INFO  (qtp500765633-4084) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[138 (1575716074611015680)]} 0 0
   [junit4]   2> 360557 INFO  (qtp1699784955-4104) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[138 (1575716074617307136)]} 0 0
   [junit4]   2> 360558 INFO  (qtp500765633-4084) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[139 (1575716074618355712)]} 0 0
   [junit4]   2> 360559 INFO  (qtp1699784955-4104) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[139 (1575716074618355712)]} 0 0
   [junit4]   2> 360559 INFO  (qtp500765633-4084) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[140 (1575716074619404288)]} 0 0
   [junit4]   2> 360560 INFO  (qtp1699784955-4104) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[140 (1575716074620452864)]} 0 0
   [junit4]   2> 360560 INFO  (qtp500765633-4089) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[141 (1575716074620452864)]} 0 0
   [junit4]   2> 360561 INFO  (qtp1699784955-4104) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[141 (1575716074621501440)]} 0 0
   [junit4]   2> 360562 INFO  (qtp500765633-4089) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[142 (1575716074621501440)]} 0 0
   [junit4]   2> 360562 INFO  (qtp1699784955-4104) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[142 (1575716074622550016)]} 0 0
   [junit4]   2> 360563 INFO  (qtp500765633-4089) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[143 (1575716074623598592)]} 0 0
   [junit4]   2> 360564 INFO  (qtp1699784955-4104) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[143 (1575716074623598592)]} 0 0
   [junit4]   2> 360564 INFO  (qtp500765633-4089) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[144 (1575716074624647168)]} 0 0
   [junit4]   2> 360565 INFO  (qtp1699784955-4104) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[144 (1575716074624647168)]} 0 0
   [junit4]   2> 360565 INFO  (qtp500765633-4089) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[145 (1575716074625695744)]} 0 0
   [junit4]   2> 360566 INFO  (qtp1699784955-4104) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[145 (1575716074626744320)]} 0 0
   [junit4]   2> 360567 INFO  (qtp500765633-4089) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[146 (1575716074626744320)]} 0 0
   [junit4]   2> 360567 INFO  (qtp1699784955-4104) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[146 (1575716074627792896)]} 0 0
   [junit4]   2> 360568 INFO  (qtp500765633-4089) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[147 (1575716074627792896)]} 0 0
   [junit4]   2> 360568 INFO  (qtp1699784955-4104) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[147 (1575716074628841472)]} 0 0
   [junit4]   2> 360569 INFO  (qtp500765633-4089) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[148 (1575716074629890048)]} 0 0
   [junit4]   2> 360569 INFO  (qtp1699784955-4104) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[148 (1575716074629890048)]} 0 0
   [junit4]   2> 360570 INFO  (qtp500765633-4089) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[149 (1575716074630938624)]} 0 0
   [junit4]   2> 360571 INFO  (qtp1699784955-4104) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={wt=javabin&version=2}{add=[149 (1575716074630938624)]} 0 0
   [junit4]   2> 360571 INFO  (qtp500765633-4089) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1575716074631987200,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 360571 INFO  (qtp500765633-4089) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@37ed00fb 
commitCommandVersion:1575716074631987200
   [junit4]   2> 360596 INFO  (qtp500765633-4089) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@62e09f04[collection1] main]
   [junit4]   2> 360598 INFO  
(searcherExecutor-1438-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@62e09f04[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):c9)
 Uninverting(_1(7.1.0):c59)))}
   [junit4]   2> 360598 INFO  (qtp500765633-4089) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 360598 INFO  (qtp500765633-4089) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 27
   [junit4]   2> 360599 INFO  (qtp1699784955-4104) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1575716074661347328,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 360599 INFO  (qtp1699784955-4104) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@49e7cd6b 
commitCommandVersion:1575716074661347328
   [junit4]   2> 360610 INFO  (qtp1699784955-4104) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@7d0468c5[collection1] main]
   [junit4]   2> 360612 INFO  
(searcherExecutor-1449-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7d0468c5[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):c9)
 Uninverting(_1(7.1.0):c59)))}
   [junit4]   2> 360612 INFO  (qtp1699784955-4104) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 360612 INFO  (qtp1699784955-4104) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/lfbf/a path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 12
   [junit4]   2> 360613 INFO  (qtp500765633-4084) [    x:collection1] 
o.a.s.h.RequestHandlerBase Ignoring exception matching parameter cannot be 
negative
   [junit4]   2> 360613 INFO  (qtp500765633-4084) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/lfbf/a path=/select 
params={q=*&distrib=false&start=-1&wt=javabin&version=2} status=400 QTime=0
   [junit4]   2> 360614 INFO  (qtp500765633-4084) [    x:collection1] 
o.a.s.h.RequestHandlerBase Ignoring exception matching parameter cannot be 
negative
   [junit4]   2> 360614 INFO  (qtp500765633-4084) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/lfbf/a path=/select 
params={q=*&distrib=false&start=0&rows=-1&wt=javabin&version=2} status=400 
QTime=0
   [junit4]   2> 360615 INFO  (qtp500765633-4084) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/lfbf/a path=/select 
params={q=*:*&distrib=false&sort=n_ti1+desc&wt=javabin&version=2} hits=68 
status=0 QTime=0
   [junit4]   2> 360707 INFO  (qtp1699784955-4101) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/lfbf/a path=/select 
params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_ti1+desc&shard.url=[ff01::114]:33332/lfbf/a|http://127.0.0.1:50033/lfbf/a/collection1|[ff01::213]:33332/lfbf/a|[ff01::083]:33332/lfbf/a&rows=10&version=2&q=*:*&NOW=1502719950370&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 360712 INFO  (qtp1699784955-4101) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/lfbf/a path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1502719950370&ids=11,144,3,15,125,17,117,129,108,10&isShard=true&shard.url=[ff01::114]:33332/lfbf/a|http://127.0.0.1:50033/lfbf/a/collection1|[ff01::213]:33332/lfbf/a|[ff01::083]:33332/lfbf/a&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 360716 INFO  (qtp1699784955-4105) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/lfbf/a path=/select 
params={q=*:*&shards=[ff01::114]:33332/lfbf/a|http://127.0.0.1:50033/lfbf/a/collection1|[ff01::213]:33332/lfbf/a|[ff01::083]:33332/lfbf/a&sort=n_ti1+desc&wt=javabin&version=2}
 hits=68 status=0 QTime=100
   [junit4]   2> 360718 INFO  
(TEST-TestDistributedSearch.test-seed#[97C3A76F18A3F955]) [    ] 
o.a.s.BaseDistributedSearchTestCase starting stress...
   [junit4]   2> 360764 INFO  (qtp1699784955-4102) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/lfbf/a path=/select 
params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_ti1+desc&shard.url=[ff01::114]:33332/lfbf/a|http://127.0.0.1:50033/lfbf/a/collection1|[ff01::213]:33332/lfbf/a|[ff01::083]:33332/lfbf/a&rows=10&version=2&q=*:*&NOW=1502719950487&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 360766 INFO  (qtp1699784955-4102) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/lfbf/a path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1502719950487&ids=11,144,3,15,125,17,117,129,108,10&isShard=true&shard.url=[ff01::114]:33332/lfbf/a|http://127.0.0.1:50033/lfbf/a/collection1|[ff01::213]:33332/lfbf/a|[ff01::083]:33332/lfbf/a&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 360778 INFO  (qtp1699784955-4108) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/lfbf/a path=/select 
params={q=*:*&shards=[ff01::114]:33332/lfbf/a|http://127.0.0.1:50033/lfbf/a/collection1|[ff01::213]:33332/lfbf/a|[ff01::083]:33332/lfbf/a&sort=n_ti1+desc&wt=javabin&version=2}
 hits=68 status=0 QTime=44
   [junit4]   2> 360779 INFO  (qtp1699784955-4107) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/lfbf/a path=/select 
params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_ti1+desc&shard.url=[ff01::114]:33332/lfbf/a|http://127.0.0.1:50033/lfbf/a/collection1|[ff01::213]:33332/lfbf/a|[ff01::083]:33332/lfbf/a&rows=10&version=2&q=*:*&NOW=1502719950532&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 360780 INFO  (qtp1699784955-4107) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/lfbf/a path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1502719950532&ids=11,144,3,15,125,17,117,129,108,10&isShard=true&shard.url=[ff01::114]:33332/lfbf/a|http://127.0.0.1:50033/lfbf/a/collection1|[ff01::213]:33332/lfbf/a|[ff01::083]:33332/lfbf/a&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 360781 INFO  (qtp1699784955-4106) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/lfbf/a path=/select 
params={q=*:*&shards=[ff01::114]:33332/lfbf/a|http://127.0.0.1:50033/lfbf/a/collection1|[ff01::213]:33332/lfbf/a|[ff01::083]:33332/lfbf/a&sort=n_ti1+desc&wt=javabin&version=2}
 hits=68 status=0 QTime=2
   [junit4]   2> 360782 INFO  (qtp1699784955-4105) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/lfbf/a path=/select 
params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_ti1+desc&shard.url=[ff01::114]:33332/lfbf/a|http://127.0.0.1:50033/lfbf/a/collection1|[ff01::213]:33332/lfbf/a|[ff01::083]:33332/lfbf/a&rows=10&version=2&q=*:*&NOW=1502719950536&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 360783 INFO  (qtp1699784955-4105) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/lfbf/a path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1502719950536&ids=11,144,3,15,125,17,117,129,108,10&isShard=true&shard.url=[ff01::114]:33332/lfbf/a|http://127.0.0.1:50033/lfbf/a/collection1|[ff01::213]:33332/lfbf/a|[ff01::083]:33332/lfbf/a&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 360784 INFO  (qtp1699784955-4107) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/lfbf/a path=/select 
params={q=*:*&shards=[ff01::114]:33332/lfbf/a|http://127.0.0.1:50033/lfbf/a/collection1|[ff01::213]:33332/lfbf/a|[ff01::083]:33332/lfbf/a&sort=n_ti1+desc&wt=javabin&version=2}
 hits=68 status=0 QTime=2
   [junit4]   2> 360785

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

ethodMetric.java:144)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.lib.MetricsRegistry.snapshot(MetricsRegistry.java:401)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.lib.MetricsSourceBuilder$1.getMetrics(MetricsSourceBuilder.java:79)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSourceAdapter.getMetrics(MetricsSourceAdapter.java:194)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSourceAdapter.updateJmxCache(MetricsSourceAdapter.java:172)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSourceAdapter.getMBeanInfo(MetricsSourceAdapter.java:151)
   [junit4]   2>        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getClassName(DefaultMBeanServerInterceptor.java:1804)
   [junit4]   2>        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.safeGetClassName(DefaultMBeanServerInterceptor.java:1595)
   [junit4]   2>        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.checkMBeanPermission(DefaultMBeanServerInterceptor.java:1813)
   [junit4]   2>        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.exclusiveUnregisterMBean(DefaultMBeanServerInterceptor.java:430)
   [junit4]   2>        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.unregisterMBean(DefaultMBeanServerInterceptor.java:415)
   [junit4]   2>        at 
com.sun.jmx.mbeanserver.JmxMBeanServer.unregisterMBean(JmxMBeanServer.java:546)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.util.MBeans.unregister(MBeans.java:81)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSourceAdapter.stopMBeans(MetricsSourceAdapter.java:226)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSourceAdapter.stop(MetricsSourceAdapter.java:211)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSystemImpl.stopSources(MetricsSystemImpl.java:463)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSystemImpl.stop(MetricsSystemImpl.java:213)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSystemImpl.shutdown(MetricsSystemImpl.java:594)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.shutdownInstance(DefaultMetricsSystem.java:72)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.shutdown(DefaultMetricsSystem.java:68)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics.shutdown(NameNodeMetrics.java:171)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.namenode.NameNode.stop(NameNode.java:872)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.MiniDFSCluster.shutdown(MiniDFSCluster.java:1726)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.MiniDFSCluster.shutdown(MiniDFSCluster.java:1705)
   [junit4]   2>        at 
org.apache.solr.cloud.hdfs.HdfsTestUtil.teardownClass(HdfsTestUtil.java:204)
   [junit4]   2>        at 
org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest.hdfsFailoverAfterClass(SharedFSAutoReplicaFailoverTest.java:97)
   [junit4]   2>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
   [junit4]   2>        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>        at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:870)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: java.lang.NullPointerException
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.blockmanagement.BlocksMap.size(BlocksMap.java:203)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.blockmanagement.BlockManager.getTotalBlocks(BlockManager.java:3370)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getBlocksTotal(FSNamesystem.java:5729)
   [junit4]   2>        ... 54 more
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_97C3A76F18A3F955-001
   [junit4]   2> Aug 14, 2017 3:05:14 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 34 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{id=PostingsFormat(name=Asserting), 
text=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))},
 docValues:{_version_=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=1792, 
maxMBSortInHeap=7.266282878290382, sim=RandomSimilarity(queryNorm=true): {}, 
locale=en-SG, timezone=EST5EDT
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=4,threads=2,free=190067344,total=522190848
   [junit4]   2> NOTE: All tests run in this JVM: [MoveReplicaHDFSTest, 
TestRestManager, SyncSliceTest, DefaultValueUpdateProcessorTest, 
JSONWriterTest, TestSolrConfigHandlerCloud, ConnectionManagerTest, 
DebugComponentTest, BadCopyFieldTest, AtomicUpdatesTest, 
TestHalfAndHalfDocValues, TestLeaderElectionWithEmptyReplica, 
TestPullReplicaErrorHandling, ConnectionReuseTest, DataDrivenBlockJoinTest, 
TestSolrCLIRunExample, TestComponentsName, CachingDirectoryFactoryTest, 
TestMergePolicyConfig, HighlighterConfigTest, UpdateParamsTest, 
SegmentsInfoRequestHandlerTest, DistributedFacetPivotLargeTest, 
TestStressLucene, TestPolicyCloud, ExternalFileFieldSortTest, 
TestDistributedSearch, MultiThreadedOCPTest, TestBadConfig, ShardSplitTest, 
TestManagedStopFilterFactory, DocumentAnalysisRequestHandlerTest, 
QueryResultKeyTest, V2ApiIntegrationTest, SolrMetricManagerTest, 
TestFieldCacheReopen, RAMDirectoryFactoryTest, TestRangeQuery, 
TestStressInPlaceUpdates, TestFieldSortValues, TestRequestStatusCollectionAPI, 
OverseerRolesTest, TestSubQueryTransformerDistrib, CollectionStateFormat2Test, 
TestLegacyTerms, TestLazyCores, RulesTest, PeerSyncTest, 
SimpleCollectionCreateDeleteTest, HdfsChaosMonkeyNothingIsSafeTest, 
TestClusterProperties, SolrIndexSplitterTest, CurrencyFieldTypeTest, 
AddBlockUpdateTest, TestStreamBody, TestLMDirichletSimilarityFactory, 
TestNumericTerms32, TestIndexingPerformance, HdfsNNFailoverTest, 
HighlighterMaxOffsetTest, HdfsTlogReplayBufferedWhileIndexingTest, 
EchoParamsTest, SuggesterWFSTTest, LeaderInitiatedRecoveryOnShardRestartTest, 
SolrXmlInZkTest, DistributedQueryComponentOptimizationTest, 
DistributedSpellCheckComponentTest, TestCollectionAPIs, 
FieldMutatingUpdateProcessorTest, TestCustomDocTransformer, 
TestTolerantUpdateProcessorCloud, TestSchemalessBufferedUpdates, 
CoreAdminRequestStatusTest, TestEmbeddedSolrServerConstructors, 
DeleteReplicaTest, TestSolrDeletionPolicy1, 
TestDistributedStatsComponentCardinality, TestLuceneMatchVersion, 
SortSpecParsingTest, TestPivotHelperCode, TestConfigSetsAPI, 
TestRandomDVFaceting, UUIDFieldTest, DistributedQueryElevationComponentTest, 
TestJsonFacetRefinement, TestDocumentBuilder, CleanupOldIndexTest, 
TestQuerySenderNoQuery, SolrGangliaReporterTest, TestSmileRequest, 
TestCloudPseudoReturnFields, SubstringBytesRefFilterTest, 
TolerantUpdateProcessorTest, TestFastOutputStream, PeerSyncReplicationTest, 
BlockDirectoryTest, TestFunctionQuery, TestDownShardTolerantSearch, 
TestWriterPerf, TestComplexPhraseLeadingWildcard, ReplaceNodeTest, 
JvmMetricsTest, TestWordDelimiterFilterFactory, SpellingQueryConverterTest, 
TestSolr4Spatial, TestRemoteStreaming, TestDynamicFieldCollectionResource, 
SearchHandlerTest, TestRandomFaceting, SolrSlf4jReporterTest, 
TestChildDocTransformer, TestIBSimilarityFactory, CursorPagingTest, 
ChaosMonkeyNothingIsSafeWithPullReplicasTest, TestConfig, 
CdcrRequestHandlerTest, CollectionsAPISolrJTest, DistributedQueueTest, 
DocValuesNotIndexedTest, ForceLeaderTest, MissingSegmentRecoveryTest, 
MoveReplicaTest, SaslZkACLProviderTest, SharedFSAutoReplicaFailoverTest]
   [junit4] Completed [524/728 (5!)] on J0 in 100.78s, 1 test, 1 failure <<< 
FAILURES!

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

Reply via email to