Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21510/
Java: 32bit/jdk1.8.0_162 -client -XX:+UseConcMarkSweepGC

5 tests failed.
FAILED:  
junit.framework.TestSuite.org.apache.solr.analytics.facet.ValueFacetTest

Error Message:
IOException occured when talking to server at: https://127.0.0.1:39261/solr

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when 
talking to server at: https://127.0.0.1:39261/solr
        at __randomizedtesting.SeedInfo.seed([DC46EA1AE06D6913]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:657)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        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:1104)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at 
org.apache.solr.analytics.SolrAnalyticsTestCase.setupCollection(SolrAnalyticsTestCase.java:62)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:874)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: javax.net.ssl.SSLException: Received close_notify during handshake
        at sun.security.ssl.Alerts.getSSLException(Alerts.java:208)
        at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1964)
        at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1916)
        at sun.security.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:2017)
        at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1135)
        at 
sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1385)
        at 
sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1413)
        at 
sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1397)
        at 
org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:396)
        at 
org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:355)
        at 
org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
        at 
org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:359)
        at 
org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
        ... 34 more


FAILED:  
junit.framework.TestSuite.org.apache.solr.cloud.autoscaling.TestPolicyCloud

Error Message:
2 threads leaked from SUITE scope at 
org.apache.solr.cloud.autoscaling.TestPolicyCloud:     1) Thread[id=20961, 
name=qtp3638899-20961, state=TIMED_WAITING, group=TGRP-TestPolicyCloud]         
at sun.misc.Unsafe.park(Native Method)         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
         at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
         at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626) 
        at java.lang.Thread.run(Thread.java:748)    2) Thread[id=20965, 
name=qtp6946747-20965, state=TIMED_WAITING, group=TGRP-TestPolicyCloud]         
at sun.misc.Unsafe.park(Native Method)         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
         at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
         at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626) 
        at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE 
scope at org.apache.solr.cloud.autoscaling.TestPolicyCloud: 
   1) Thread[id=20961, name=qtp3638899-20961, state=TIMED_WAITING, 
group=TGRP-TestPolicyCloud]
        at sun.misc.Unsafe.park(Native Method)
        at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
        at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
        at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
        at java.lang.Thread.run(Thread.java:748)
   2) Thread[id=20965, name=qtp6946747-20965, state=TIMED_WAITING, 
group=TGRP-TestPolicyCloud]
        at sun.misc.Unsafe.park(Native Method)
        at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
        at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
        at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
        at java.lang.Thread.run(Thread.java:748)
        at __randomizedtesting.SeedInfo.seed([DBA00FFDDF8FF897]:0)


FAILED:  
junit.framework.TestSuite.org.apache.solr.cloud.autoscaling.TestPolicyCloud

Error Message:
There are still zombie threads that couldn't be terminated:    1) 
Thread[id=20961, name=qtp3638899-20961, state=TIMED_WAITING, 
group=TGRP-TestPolicyCloud]         at sun.misc.Unsafe.park(Native Method)      
   at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)    
     at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
         at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
         at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626) 
        at java.lang.Thread.run(Thread.java:748)    2) Thread[id=20965, 
name=qtp6946747-20965, state=TIMED_WAITING, group=TGRP-TestPolicyCloud]         
at sun.misc.Unsafe.park(Native Method)         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
         at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
         at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626) 
        at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   1) Thread[id=20961, name=qtp3638899-20961, state=TIMED_WAITING, 
group=TGRP-TestPolicyCloud]
        at sun.misc.Unsafe.park(Native Method)
        at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
        at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
        at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
        at java.lang.Thread.run(Thread.java:748)
   2) Thread[id=20965, name=qtp6946747-20965, state=TIMED_WAITING, 
group=TGRP-TestPolicyCloud]
        at sun.misc.Unsafe.park(Native Method)
        at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
        at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
        at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
        at java.lang.Thread.run(Thread.java:748)
        at __randomizedtesting.SeedInfo.seed([DBA00FFDDF8FF897]:0)


FAILED:  
org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testScheduledTrigger

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

Stack Trace:
java.lang.AssertionError: expected:<2> but was:<72>
        at 
__randomizedtesting.SeedInfo.seed([DBA00FFDDF8FF897:48BB478F8172A3A3]: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.autoscaling.TriggerIntegrationTest.testScheduledTrigger(TriggerIntegrationTest.java:1679)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


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

Error Message:
Index: 0, Size: 0

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




Build Log:
[...truncated 12614 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReplicationHandler
   [junit4]   2> 717033 INFO  
(SUITE-TestReplicationHandler-seed#[DBA00FFDDF8FF897]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_DBA00FFDDF8FF897-001/init-core-data-001
   [junit4]   2> 717033 WARN  
(SUITE-TestReplicationHandler-seed#[DBA00FFDDF8FF897]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=20 numCloses=20
   [junit4]   2> 717033 INFO  
(SUITE-TestReplicationHandler-seed#[DBA00FFDDF8FF897]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 717035 INFO  
(SUITE-TestReplicationHandler-seed#[DBA00FFDDF8FF897]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
   [junit4]   2> 717036 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting doTestIndexFetchWithMasterUrl
   [junit4]   2> 717037 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_DBA00FFDDF8FF897-001/solr-instance-001/collection1
   [junit4]   2> 717042 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T02:57:37+05:30, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 717042 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 717042 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 717042 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 717043 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1db2f7b{/solr,null,AVAILABLE}
   [junit4]   2> 717046 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.e.j.s.AbstractConnector Started 
ServerConnector@169e57b{HTTP/1.1,[http/1.1]}{127.0.0.1:46859}
   [junit4]   2> 717046 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.e.j.s.Server Started @719746ms
   [junit4]   2> 717046 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_DBA00FFDDF8FF897-001/solr-instance-001/collection1/data,
 hostContext=/solr, hostPort=46859}
   [junit4]   2> 717046 ERROR 
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 717046 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 8.0.0
   [junit4]   2> 717046 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone 
mode on port null
   [junit4]   2> 717046 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 717046 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-22T08:16:56.243Z
   [junit4]   2> 717047 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_DBA00FFDDF8FF897-001/solr-instance-001/solr.xml
   [junit4]   2> 717056 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 717056 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 717058 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ba1667, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 717109 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ba1667
   [junit4]   2> 717124 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ba1667
   [junit4]   2> 717124 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ba1667
   [junit4]   2> 717127 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_DBA00FFDDF8FF897-001/solr-instance-001/.
   [junit4]   2> 717127 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 717127 INFO  (coreLoadExecutor-1747-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 717147 INFO  (coreLoadExecutor-1747-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 717173 INFO  (coreLoadExecutor-1747-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 717177 INFO  (coreLoadExecutor-1747-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 717177 INFO  (coreLoadExecutor-1747-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_DBA00FFDDF8FF897-001/solr-instance-001/./collection1,
 trusted=true
   [junit4]   2> 717177 INFO  (coreLoadExecutor-1747-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@1ba1667
   [junit4]   2> 717177 INFO  (coreLoadExecutor-1747-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 717177 INFO  (coreLoadExecutor-1747-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_DBA00FFDDF8FF897-001/solr-instance-001/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_DBA00FFDDF8FF897-001/solr-instance-001/./collection1/data/]
   [junit4]   2> 717179 INFO  (coreLoadExecutor-1747-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=41, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=61.6845703125, 
floorSegmentMB=0.5849609375, forceMergeDeletesPctAllowed=2.633398214971664, 
segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 717234 INFO  (coreLoadExecutor-1747-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 717234 INFO  (coreLoadExecutor-1747-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 717235 INFO  (coreLoadExecutor-1747-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=42, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=29.8876953125, 
floorSegmentMB=1.3701171875, forceMergeDeletesPctAllowed=27.604601451286523, 
segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 717236 INFO  (coreLoadExecutor-1747-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1a33156[collection1] 
main]
   [junit4]   2> 717236 INFO  (coreLoadExecutor-1747-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_DBA00FFDDF8FF897-001/solr-instance-001/collection1/conf
   [junit4]   2> 717237 INFO  (coreLoadExecutor-1747-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following 
config files: schema.xml,xslt/dummy.xsl
   [junit4]   2> 717237 INFO  (coreLoadExecutor-1747-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 717238 INFO  
(searcherExecutor-1748-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1a33156[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 717239 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_DBA00FFDDF8FF897-001/solr-instance-002/collection1
   [junit4]   2> 717243 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T02:57:37+05:30, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 717243 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 717243 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 717243 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 717244 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@10dc699{/solr,null,AVAILABLE}
   [junit4]   2> 717244 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.e.j.s.AbstractConnector Started 
ServerConnector@e0104f{HTTP/1.1,[http/1.1]}{127.0.0.1:38709}
   [junit4]   2> 717244 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.e.j.s.Server Started @719944ms
   [junit4]   2> 717244 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_DBA00FFDDF8FF897-001/solr-instance-002/collection1/data,
 hostContext=/solr, hostPort=38709}
   [junit4]   2> 717244 ERROR 
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 717245 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 8.0.0
   [junit4]   2> 717245 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone 
mode on port null
   [junit4]   2> 717245 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 717245 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-22T08:16:56.442Z
   [junit4]   2> 717245 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_DBA00FFDDF8FF897-001/solr-instance-002/solr.xml
   [junit4]   2> 717251 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 717251 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 717252 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ba1667, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 717296 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ba1667
   [junit4]   2> 717315 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ba1667
   [junit4]   2> 717315 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ba1667
   [junit4]   2> 717318 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_DBA00FFDDF8FF897-001/solr-instance-002/.
   [junit4]   2> 717318 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 717318 INFO  (coreLoadExecutor-1757-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 717346 INFO  (coreLoadExecutor-1757-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 717365 INFO  (coreLoadExecutor-1757-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 717373 INFO  (coreLoadExecutor-1757-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 717373 INFO  (coreLoadExecutor-1757-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_DBA00FFDDF8FF897-001/solr-instance-002/./collection1,
 trusted=true
   [junit4]   2> 717374 INFO  (coreLoadExecutor-1757-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@1ba1667
   [junit4]   2> 717374 INFO  (coreLoadExecutor-1757-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 717374 INFO  (coreLoadExecutor-1757-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_DBA00FFDDF8FF897-001/solr-instance-002/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_DBA00FFDDF8FF897-001/solr-instance-002/./collection1/data/]
   [junit4]   2> 717379 INFO  (coreLoadExecutor-1757-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=41, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=61.6845703125, 
floorSegmentMB=0.5849609375, forceMergeDeletesPctAllowed=2.633398214971664, 
segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 717437 INFO  (coreLoadExecutor-1757-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 717437 INFO  (coreLoadExecutor-1757-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 717438 INFO  (coreLoadExecutor-1757-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=42, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=29.8876953125, 
floorSegmentMB=1.3701171875, forceMergeDeletesPctAllowed=27.604601451286523, 
segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 717438 INFO  (coreLoadExecutor-1757-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1a5d4a3[collection1] 
main]
   [junit4]   2> 717438 INFO  (coreLoadExecutor-1757-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_DBA00FFDDF8FF897-001/solr-instance-002/collection1/conf
   [junit4]   2> 717440 INFO  (coreLoadExecutor-1757-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 
1000ms
   [junit4]   2> 717440 INFO  (coreLoadExecutor-1757-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 717443 INFO  
(searcherExecutor-1758-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1a5d4a3[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 717445 INFO  (qtp1297909-8168) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 717445 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.e.j.s.AbstractConnector Stopped 
ServerConnector@e0104f{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 717445 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=29206310
   [junit4]   2> 717445 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.node, tag=null
   [junit4]   2> 717445 INFO  (indexFetcher-1762-thread-1) [    x:collection1] 
o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 717445 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@d542ff: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@13502ed
   [junit4]   2> 717445 INFO  (indexFetcher-1762-thread-1) [    x:collection1] 
o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 717445 INFO  (indexFetcher-1762-thread-1) [    x:collection1] 
o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 717445 INFO  (indexFetcher-1762-thread-1) [    x:collection1] 
o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 717445 INFO  (indexFetcher-1762-thread-1) [    x:collection1] 
o.a.s.h.IndexFetcher New index in Master. Deleting mine...
   [junit4]   2> 717446 INFO  (indexFetcher-1762-thread-1) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 717446 INFO  (indexFetcher-1762-thread-1) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1668ef9 commitCommandVersion:0
   [junit4]   2> 717447 INFO  (indexFetcher-1762-thread-1) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@5b84c2[collection1] main]
   [junit4]   2> 717447 INFO  (indexFetcher-1762-thread-1) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 717449 INFO  
(searcherExecutor-1758-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@5b84c2[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 717453 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jvm, tag=null
   [junit4]   2> 717453 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@eca9c8: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@14f1f8c
   [junit4]   2> 717462 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jetty, tag=null
   [junit4]   2> 717462 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@8e5a54: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@bc450b
   [junit4]   2> 717463 INFO  (coreCloseExecutor-1763-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@18ca82f
   [junit4]   2> 717463 INFO  (coreCloseExecutor-1763-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=25995311
   [junit4]   2> 717463 INFO  (coreCloseExecutor-1763-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1ab56b7: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@3ba828
   [junit4]   2> 717475 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@10dc699{/solr,null,UNAVAILABLE}
   [junit4]   2> 717475 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 717476 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T02:57:37+05:30, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 717479 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 717479 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 717479 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 717480 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@b9b20e{/solr,null,AVAILABLE}
   [junit4]   2> 717480 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.e.j.s.AbstractConnector Started 
ServerConnector@199b587{HTTP/1.1,[http/1.1]}{127.0.0.1:42747}
   [junit4]   2> 717480 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.e.j.s.Server Started @720180ms
   [junit4]   2> 717481 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_DBA00FFDDF8FF897-001/solr-instance-002/collection1/data,
 hostContext=/solr, hostPort=42747}
   [junit4]   2> 717481 ERROR 
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 717481 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 8.0.0
   [junit4]   2> 717481 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone 
mode on port null
   [junit4]   2> 717481 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 717481 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-22T08:16:56.678Z
   [junit4]   2> 717482 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_DBA00FFDDF8FF897-001/solr-instance-002/solr.xml
   [junit4]   2> 717491 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 717491 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 717495 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ba1667, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 717537 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ba1667
   [junit4]   2> 717553 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ba1667
   [junit4]   2> 717553 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ba1667
   [junit4]   2> 717556 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_DBA00FFDDF8FF897-001/solr-instance-002/.
   [junit4]   2> 717556 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[DBA00FFDDF8FF897])
 [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 717556 INFO  (coreLoadExecutor-1770-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 717599 INFO  (coreLoadExecutor-1770-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 717621 INFO  (coreLoadExecutor-1770-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 717625 INFO  (coreLoadExecutor-1770-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 717626 INFO  (coreLoadExecutor-1770-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_DBA00FFDDF8FF897-001/solr-instance-002/./collection1,
 trusted=true
   [junit4]   2> 717628 INFO  (coreLoadExecutor-1770-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@1ba1667
   [junit4]   2> 717628 INFO  (coreLoadExecutor-1770-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 717629 INFO  (coreLoadExecutor-1770-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_DBA00FFDDF8FF897-001/solr-instance-002/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_DBA00FFDDF8FF897-001/solr-instance-002/./collection1/data/]
   [junit4]   2> 717635 INFO  (coreLoadExecutor-1770-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=41, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=61.6845703125, 
floorSegmentMB=0.5849609375, forceMergeDeletesPctAllowed=2.633398214971664, 
segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 717714 INFO  (coreLoadExecutor-1770-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 717714 INFO  (coreLoadExecutor-1770-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 717715 INFO  (coreLoadExecutor-1770-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=42, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=29.8876953125, 
floorSegmentMB=1.3701171875, forceMergeDeletesPctAllowed=27.604601451286523, 
segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 717715 INFO  (coreLoadExecutor-1770-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2e1b29[collection1] 
main]
   [junit4]   2> 717716 INFO  (coreLoadExecutor-1770-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_DBA00FFDDF8FF897-001/solr-instance-002/collection1/conf
   [junit4]   2> 717718 INFO  (coreLoadExecutor-1770-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 717719 INFO  
(searcherExecutor-1771-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@2e1b29[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 717723 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 717723 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:*} 0 0
   [junit4]   2> 717726 INFO  (qtp7437308-8207) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 717726 INFO  (qtp7437308-8207) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:*} 0 0
   [junit4]   2> 717727 INFO  (qtp7437308-8211) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 717727 INFO  (qtp7437308-8211) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@d0356b commitCommandVersion:0
   [junit4]   2> 717728 INFO  (qtp7437308-8211) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@285e1b[collection1] main]
   [junit4]   2> 717729 INFO  (qtp7437308-8211) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 717731 INFO  
(searcherExecutor-1771-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@285e1b[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 717731 INFO  (qtp7437308-8211) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 3
   [junit4]   2> 717733 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[0]} 0 0
   [junit4]   2> 717735 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[1]} 0 0
   [junit4]   2> 717736 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[2]} 0 0
   [junit4]   2> 717738 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[3]} 0 0
   [junit4]   2> 717739 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[4]} 0 0
   [junit4]   2> 717740 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[5]} 0 0
   [junit4]   2> 717741 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[6]} 0 0
   [junit4]   2> 717742 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[7]} 0 0
   [junit4]   2> 717743 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[8]} 0 0
   [junit4]   2> 717744 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[9]} 0 0
   [junit4]   2> 717746 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[10]} 0 0
   [junit4]   2> 717747 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[11]} 0 0
   [junit4]   2> 717748 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[12]} 0 0
   [junit4]   2> 717749 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[13]} 0 0
   [junit4]   2> 717750 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[14]} 0 0
   [junit4]   2> 717751 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[15]} 0 0
   [junit4]   2> 717752 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[16]} 0 0
   [junit4]   2> 717753 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[17]} 0 0
   [junit4]   2> 717758 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[18]} 0 0
   [junit4]   2> 717759 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[19]} 0 0
   [junit4]   2> 717760 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[20]} 0 0
   [junit4]   2> 717761 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[21]} 0 0
   [junit4]   2> 717761 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[22]} 0 0
   [junit4]   2> 717763 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[23]} 0 0
   [junit4]   2> 717764 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[24]} 0 0
   [junit4]   2> 717765 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[25]} 0 0
   [junit4]   2> 717766 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[26]} 0 0
   [junit4]   2> 717767 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[27]} 0 0
   [junit4]   2> 717768 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[28]} 0 0
   [junit4]   2> 717769 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[29]} 0 0
   [junit4]   2> 717770 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[30]} 0 0
   [junit4]   2> 717771 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[31]} 0 0
   [junit4]   2> 717772 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[32]} 0 0
   [junit4]   2> 717773 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[33]} 0 0
   [junit4]   2> 717774 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[34]} 0 0
   [junit4]   2> 717775 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[35]} 0 0
   [junit4]   2> 717776 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[36]} 0 0
   [junit4]   2> 717777 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[37]} 0 0
   [junit4]   2> 717778 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[38]} 0 0
   [junit4]   2> 717779 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[39]} 0 0
   [junit4]   2> 717780 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[40]} 0 0
   [junit4]   2> 717781 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[41]} 0 0
   [junit4]   2> 717782 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[42]} 0 0
   [junit4]   2> 717783 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[43]} 0 0
   [junit4]   2> 717784 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[44]} 0 0
   [junit4]   2> 717785 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[45]} 0 0
   [junit4]   2> 717786 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[46]} 0 0
   [junit4]   2> 717787 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[47]} 0 0
   [junit4]   2> 717788 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[48]} 0 0
   [junit4]   2> 717789 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[49]} 0 0
   [junit4]   2> 717791 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[50]} 0 0
   [junit4]   2> 717792 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[51]} 0 0
   [junit4]   2> 717793 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[52]} 0 0
   [junit4]   2> 717795 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[53]} 0 0
   [junit4]   2> 717796 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[54]} 0 0
   [junit4]   2> 717797 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[55]} 0 0
   [junit4]   2> 717798 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[56]} 0 0
   [junit4]   2> 717800 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[57]} 0 0
   [junit4]   2> 717801 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[58]} 0 0
   [junit4]   2> 717802 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[59]} 0 0
   [junit4]   2> 717803 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[60]} 0 0
   [junit4]   2> 717803 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[61]} 0 0
   [junit4]   2> 717804 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[62]} 0 0
   [junit4]   2> 717805 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[63]} 0 0
   [junit4]   2> 717806 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[64]} 0 0
   [junit4]   2> 717807 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[65]} 0 0
   [junit4]   2> 717808 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[66]} 0 0
   [junit4]   2> 717809 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[67]} 0 0
   [junit4]   2> 717810 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[68]} 0 0
   [junit4]   2> 717811 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[69]} 0 0
   [junit4]   2> 717812 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[70]} 0 0
   [junit4]   2> 717813 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[71]} 0 0
   [junit4]   2> 717814 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[72]} 0 0
   [junit4]   2> 717815 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[73]} 0 0
   [junit4]   2> 717816 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[74]} 0 0
   [junit4]   2> 717817 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[75]} 0 0
   [junit4]   2> 717817 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[76]} 0 0
   [junit4]   2> 717818 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[77]} 0 0
   [junit4]   2> 717819 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[78]} 0 0
   [junit4]   2> 717820 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[79]} 0 0
   [junit4]   2> 717821 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[80]} 0 0
   [junit4]   2> 717824 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[81]} 0 0
   [junit4]   2> 717825 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[82]} 0 0
   [junit4]   2> 717826 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[83]} 0 0
   [junit4]   2> 717827 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[84]} 0 0
   [junit4]   2> 717828 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[85]} 0 0
   [junit4]   2> 717829 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[86]} 0 0
   [junit4]   2> 717830 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[87]} 0 0
   [junit4]   2> 717831 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[88]} 0 0
   [junit4]   2> 717832 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[89]} 0 0
   [junit4]   2> 717832 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[90]} 0 0
   [junit4]   2> 717833 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[91]} 0 0
   [junit4]   2> 717834 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[92]} 0 0
   [junit4]   2> 717835 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[93]} 0 0
   [junit4]   2> 717836 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[94]} 0 0
   [junit4]   2> 717836 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[95]} 0 0
   [junit4]   2> 717837 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[96]} 0 0
   [junit4]   2> 717838 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[97]} 0 0
   [junit4]   2> 717839 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[98]} 0 0
   [junit4]   2> 717840 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[99]} 0 0
   [junit4]   2> 717841 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[100]} 0 0
   [junit4]   2> 717842 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[101]} 0 0
   [junit4]   2> 717842 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[102]} 0 0
   [junit4]   2> 717843 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[103]} 0 0
   [junit4]   2> 717844 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[104]} 0 0
   [junit4]   2> 717845 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[105]} 0 0
   [junit4]   2> 717845 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[106]} 0 0
   [junit4]   2> 717846 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[107]} 0 0
   [junit4]   2> 717847 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[108]} 0 0
   [junit4]   2> 717848 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[109]} 0 0
   [junit4]   2> 717849 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[110]} 0 0
   [junit4]   2> 717850 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[111]} 0 0
   [junit4]   2> 717850 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[112]} 0 0
   [junit4]   2> 717851 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[113]} 0 0
   [junit4]   2> 717852 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[114]} 0 0
   [junit4]   2> 717853 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[115]} 0 0
   [junit4]   2> 717854 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[116]} 0 0
   [junit4]   2> 717855 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[117]} 0 0
   [junit4]   2> 717855 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[118]} 0 0
   [junit4]   2> 717856 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[119]} 0 0
   [junit4]   2> 717857 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[120]} 0 0
   [junit4]   2> 717858 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[121]} 0 0
   [junit4]   2> 717859 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[122]} 0 0
   [junit4]   2> 717859 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[123]} 0 0
   [junit4]   2> 717860 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[124]} 0 0
   [junit4]   2> 717861 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[125]} 0 0
   [junit4]   2> 717862 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[126]} 0 0
   [junit4]   2> 717863 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[127]} 0 0
   [junit4]   2> 717864 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[128]} 0 0
   [junit4]   2> 717865 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[129]} 0 0
   [junit4]   2> 717866 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[130]} 0 0
   [junit4]   2> 717866 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[131]} 0 0
   [junit4]   2> 717867 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[132]} 0 0
   [junit4]   2> 717868 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[133]} 0 0
   [junit4]   2> 717869 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[134]} 0 0
   [junit4]   2> 717870 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[135]} 0 0
   [junit4]   2> 717871 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[136]} 0 0
   [junit4]   2> 717872 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[137]} 0 0
   [junit4]   2> 717873 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[138]} 0 0
   [junit4]   2> 717873 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[139]} 0 0
   [junit4]   2> 717874 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[140]} 0 0
   [junit4]   2> 717875 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[141]} 0 0
   [junit4]   2> 717876 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[142]} 0 0
   [junit4]   2> 717876 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[143]} 0 0
   [junit4]   2> 717880 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[144]} 0 0
   [junit4]   2> 717880 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[145]} 0 0
   [junit4]   2> 717881 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[146]} 0 0
   [junit4]   2> 717882 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[147]} 0 0
   [junit4]   2> 717883 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[148]} 0 0
   [junit4]   2> 717883 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[149]} 0 0
   [junit4]   2> 717884 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[150]} 0 0
   [junit4]   2> 717894 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[151]} 0 8
   [junit4]   2> 717895 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[152]} 0 0
   [junit4]   2> 717896 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[153]} 0 0
   [junit4]   2> 717897 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[154]} 0 0
   [junit4]   2> 717898 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[155]} 0 0
   [junit4]   2> 717899 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[156]} 0 0
   [junit4]   2> 717900 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[157]} 0 0
   [junit4]   2> 717901 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[158]} 0 0
   [junit4]   2> 717902 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[159]} 0 0
   [junit4]   2> 717902 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[160]} 0 0
   [junit4]   2> 717903 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[161]} 0 0
   [junit4]   2> 717904 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[162]} 0 0
   [junit4]   2> 717904 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[163]} 0 0
   [junit4]   2> 717905 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[164]} 0 0
   [junit4]   2> 717906 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[165]} 0 0
   [junit4]   2> 717907 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[166]} 0 0
   [junit4]   2> 717908 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[167]} 0 0
   [junit4]   2> 717909 INFO  (qtp1297909-8173) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[168]} 0 0
   [junit4]   2> 717910 INFO  (qtp1297909-8174) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[169]} 0 0
   [junit4]  

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

SpellCheckerTest, TestQueryUtils, TestQueryTypes, FileBasedSpellCheckerTest, 
DocumentBuilderTest, RequiredFieldsTest, TestSolrQueryParser, 
IndexSchemaRuntimeFieldTest, TestJmxIntegration, 
UpdateRequestProcessorFactoryTest, TestPartialUpdateDeduplication, 
TestComponentsName, TestLFUCache, PreAnalyzedFieldTest, TestSystemIdResolver, 
PrimUtilsTest, TestSuggestSpellingConverter, DateFieldTest, 
SpellingQueryConverterTest, DOMUtilTest, TestSolrJ, TestUtils, 
TestDocumentBuilder, SliceStateTest, CircularListTest, 
DistributedMLTComponentTest, TestRTGBase, DistributedIntervalFacetingTest, 
TestHighlightDedupGrouping, TestSimpleTrackingShardHandler, 
TestLuceneIndexBackCompat, TestEmbeddedSolrServerAdminHandler, 
TestEmbeddedSolrServerConstructors, TestJettySolrRunner, 
ChaosMonkeyNothingIsSafeWithPullReplicasTest, CollectionStateFormat2Test, 
ConcurrentCreateRoutedAliasTest, DeleteLastCustomShardedReplicaTest, 
DeleteNodeTest, DeleteShardTest, DeleteStatusTest, 
DistribJoinFromCollectionTest, DistributedVersionInfoTest, 
LegacyCloudClusterPropTest, MoveReplicaHDFSFailoverTest, 
OverseerCollectionConfigSetProcessorTest, OverseerModifyCollectionTest, 
ReplaceNodeNoTargetTest, ReplaceNodeTest, ReplicationFactorTest, 
RestartWhileUpdatingTest, RollingRestartTest, TestAuthenticationFramework, 
TestCryptoKeys, TestDistribDocBasedVersion, TestDistributedMap, 
TestLeaderElectionWithEmptyReplica, TestOnReconnectListenerSupport, 
TestPrepRecovery, TestPullReplicaErrorHandling, TestRebalanceLeaders, 
TestRequestForwarding, TestSSLRandomization, TestStressCloudBlindAtomicUpdates, 
TestTolerantUpdateProcessorCloud, TestTolerantUpdateProcessorRandomCloud, 
TestUtilizeNode, ZkFailoverTest, ConcurrentDeleteAndCreateCollectionTest, 
CustomCollectionTest, TestCollectionAPI, TestLocalFSCloudBackupRestore, 
AutoAddReplicasPlanActionTest, HdfsAutoAddReplicasIntegrationTest, 
TriggerIntegrationTest]
   [junit4] Completed [779/779 (3!)] on J2 in 662.55s, 15 tests, 1 failure <<< 
FAILURES!

[...truncated 3163 lines...]
   [junit4] Suite: org.apache.solr.analytics.facet.ValueFacetTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-analytics/test/J2/temp/solr.analytics.facet.ValueFacetTest_DC46EA1AE06D6913-001/init-core-data-001
   [junit4]   2> Feb 22, 2018 9:15:02 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=1801, maxMBSortInHeap=5.768767399065567, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1ea9b4b),
 locale=ar-JO, timezone=Pacific/Niue
   [junit4]   2> NOTE: Linux 4.13.0-32-generic i386/Oracle Corporation 
1.8.0_162 (32-bit)/cpus=8,threads=1,free=28783584,total=58753024
   [junit4]   2> NOTE: All tests run in this JVM: [CastingDoubleValueTest, 
OverallAnalyticsTest, CastingLongValueTest, GTEFunctionTest, MultFunctionTest, 
RangeFacetTest, CastingDateValueStreamTest, RoundFunctionTest, 
ConcatFunctionTest, CastingAnalyticsValueTest, LegacyQueryFacetTest, 
LegacyFacetSortingTest, ConstantValueTest, ValueFacetTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ValueFacetTest 
-Dtests.seed=DC46EA1AE06D6913 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=ar-JO -Dtests.timezone=Pacific/Niue -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J2 | ValueFacetTest (suite) <<<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.SolrServerException: IOException occured when 
talking to server at: https://127.0.0.1:39261/solr
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([DC46EA1AE06D6913]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:657)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
   [junit4]    >        at 
org.apache.solr.analytics.SolrAnalyticsTestCase.setupCollection(SolrAnalyticsTestCase.java:62)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: javax.net.ssl.SSLException: Received close_notify 
during handshake
   [junit4]    >        at 
sun.security.ssl.Alerts.getSSLException(Alerts.java:208)
   [junit4]    >        at 
sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1964)
   [junit4]    >        at 
sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1916)
   [junit4]    >        at 
sun.security.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:2017)
   [junit4]    >        at 
sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1135)
   [junit4]    >        at 
sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1385)
   [junit4]    >        at 
sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1413)
   [junit4]    >        at 
sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1397)
   [junit4]    >        at 
org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:396)
   [junit4]    >        at 
org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:355)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
   [junit4]    >        at 
org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:359)
   [junit4]    >        at 
org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381)
   [junit4]    >        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237)
   [junit4]    >        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
   [junit4]    >        at 
org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
   [junit4]    >        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
   [junit4]    >        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
   [junit4]    >        ... 34 more
   [junit4] Completed [68/78 (1!)] on J2 in 10.63s, 0 tests, 1 error <<< 
FAILURES!

[...truncated 21701 lines...]
-check-forbidden-all:
[forbidden-apis] Reading bundled API signatures: jdk-unsafe-1.8
[forbidden-apis] Reading bundled API signatures: jdk-deprecated-1.8
[forbidden-apis] Reading bundled API signatures: jdk-non-portable
[forbidden-apis] Reading bundled API signatures: jdk-reflection
[forbidden-apis] Reading bundled API signatures: commons-io-unsafe-2.5
[forbidden-apis] Reading API signatures: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/tools/forbiddenApis/base.txt
[forbidden-apis] Reading API signatures: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/tools/forbiddenApis/servlet-api.txt
[forbidden-apis] Reading API signatures: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/tools/forbiddenApis/solr.txt
[forbidden-apis] Loading classes to check...
[forbidden-apis] Scanning classes for violations...
[forbidden-apis] Forbidden method invocation: 
java.lang.System#currentTimeMillis() [Use RTimer/TimeOut/System.nanoTime for 
time comparisons, and `new Date()` output/debugging/stats of timestamps. If for 
some miscellaneous reason, you absolutely need to use this, use a 
SuppressForbidden.]
[forbidden-apis]   in org.apache.solr.cloud.autoscaling.ScheduledTriggerTest 
(ScheduledTriggerTest.java:80)
[forbidden-apis] Scanned 3977 class file(s) for forbidden API invocations (in 
2.90s), 1 error(s).

BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:618: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:117: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build.xml:376: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/common-build.xml:535: 
Check for forbidden API calls failed, see log.

Total time: 107 minutes 32 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to