Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-MacOSX/474/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseSerialGC

4 tests failed.
FAILED:  org.apache.solr.cloud.TestUtilizeNode.test

Error Message:
no replica should be present in  127.0.0.1:59881_solr

Stack Trace:
java.lang.AssertionError: no replica should be present in  127.0.0.1:59881_solr
        at 
__randomizedtesting.SeedInfo.seed([CA11916FAE22ADDA:4245AEB500DEC022]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.apache.solr.cloud.TestUtilizeNode.test(TestUtilizeNode.java:99)
        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.cloud.api.collections.ShardSplitTest.test

Error Message:
There are still nodes recoverying - waited for 330 seconds

Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 330 
seconds
        at 
__randomizedtesting.SeedInfo.seed([CA11916FAE22ADDA:4245AEB500DEC022]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:185)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:140)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:135)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:909)
        at 
org.apache.solr.cloud.api.collections.ShardSplitTest.splitByUniqueKeyTest(ShardSplitTest.java:658)
        at 
org.apache.solr.cloud.api.collections.ShardSplitTest.test(ShardSplitTest.java:103)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java: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.cloud.cdcr.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster

Error Message:
Document mismatch on target after sync expected:<2000> but was:<1902>

Stack Trace:
java.lang.AssertionError: Document mismatch on target after sync 
expected:<2000> but was:<1902>
        at 
__randomizedtesting.SeedInfo.seed([CA11916FAE22ADDA:1E54DA3649741E21]: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.apache.solr.cloud.cdcr.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster(CdcrBootstrapTest.java:292)
        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([CA11916FAE22ADDA:DE59CA3A8D2510C4]:0)
        at java.util.ArrayList.rangeCheck(ArrayList.java:653)
        at java.util.ArrayList.get(ArrayList.java:429)
        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 13350 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReplicationHandler
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_CA11916FAE22ADDA-001/init-core-data-001
   [junit4]   2> 2276498 WARN  
(SUITE-TestReplicationHandler-seed#[CA11916FAE22ADDA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=123 numCloses=123
   [junit4]   2> 2276498 INFO  
(SUITE-TestReplicationHandler-seed#[CA11916FAE22ADDA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2276502 INFO  
(SUITE-TestReplicationHandler-seed#[CA11916FAE22ADDA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None) w/ MAC_OS_X supressed 
clientAuth
   [junit4]   2> 2276502 INFO  
(SUITE-TestReplicationHandler-seed#[CA11916FAE22ADDA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2276507 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting doTestIndexFetchWithMasterUrl
   [junit4]   2> 2276508 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_CA11916FAE22ADDA-001/solr-instance-001/collection1
   [junit4]   2> 2276543 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T23:27:37+02:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2276544 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2276544 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2276544 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 2276544 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@69bc4e9{/solr,null,AVAILABLE}
   [junit4]   2> 2276545 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.e.j.s.AbstractConnector Started 
ServerConnector@70e31208{HTTP/1.1,[http/1.1]}{127.0.0.1:56555}
   [junit4]   2> 2276545 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.e.j.s.Server Started @2281592ms
   [junit4]   2> 2276545 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_CA11916FAE22ADDA-001/solr-instance-001/collection1/data,
 hostContext=/solr, hostPort=56555}
   [junit4]   2> 2276545 ERROR 
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 2276545 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 7.3.0
   [junit4]   2> 2276545 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone 
mode on port null
   [junit4]   2> 2276545 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2276545 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-25T03:30:48.118Z
   [junit4]   2> 2276546 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_CA11916FAE22ADDA-001/solr-instance-001/solr.xml
   [junit4]   2> 2276552 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2276552 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2276552 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1599154, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2276611 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1599154
   [junit4]   2> 2276621 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1599154
   [junit4]   2> 2276621 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1599154
   [junit4]   2> 2276624 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_CA11916FAE22ADDA-001/solr-instance-001/.
   [junit4]   2> 2276624 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 2276624 INFO  (coreLoadExecutor-8370-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 2276649 INFO  (coreLoadExecutor-8370-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 2276669 INFO  (coreLoadExecutor-8370-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2276671 INFO  (coreLoadExecutor-8370-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 2276671 INFO  (coreLoadExecutor-8370-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_CA11916FAE22ADDA-001/solr-instance-001/./collection1,
 trusted=true
   [junit4]   2> 2276672 INFO  (coreLoadExecutor-8370-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@1599154
   [junit4]   2> 2276672 INFO  (coreLoadExecutor-8370-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2276672 INFO  (coreLoadExecutor-8370-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_CA11916FAE22ADDA-001/solr-instance-001/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_CA11916FAE22ADDA-001/solr-instance-001/./collection1/data/]
   [junit4]   2> 2276673 INFO  (coreLoadExecutor-8370-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=22, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=23.6708984375, 
floorSegmentMB=0.9541015625, forceMergeDeletesPctAllowed=20.551858828718697, 
segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 2276739 INFO  (coreLoadExecutor-8370-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2276739 INFO  (coreLoadExecutor-8370-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2276748 INFO  (coreLoadExecutor-8370-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=31, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=23.041015625, 
floorSegmentMB=2.173828125, forceMergeDeletesPctAllowed=0.25461825583142916, 
segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.503602920328307
   [junit4]   2> 2276748 INFO  (coreLoadExecutor-8370-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@eeabe3f[collection1] 
main]
   [junit4]   2> 2276748 INFO  (coreLoadExecutor-8370-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_CA11916FAE22ADDA-001/solr-instance-001/collection1/conf
   [junit4]   2> 2276749 INFO  (coreLoadExecutor-8370-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following 
config files: schema.xml,xslt/dummy.xsl
   [junit4]   2> 2276749 INFO  (coreLoadExecutor-8370-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2276750 INFO  
(searcherExecutor-8371-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@eeabe3f[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2276753 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_CA11916FAE22ADDA-001/solr-instance-002/collection1
   [junit4]   2> 2276763 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T23:27:37+02:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2276764 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2276764 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2276764 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 2276765 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6d2f20f1{/solr,null,AVAILABLE}
   [junit4]   2> 2276765 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.e.j.s.AbstractConnector Started 
ServerConnector@3eb2528f{HTTP/1.1,[http/1.1]}{127.0.0.1:56556}
   [junit4]   2> 2276765 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.e.j.s.Server Started @2281812ms
   [junit4]   2> 2276765 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_CA11916FAE22ADDA-001/solr-instance-002/collection1/data,
 hostContext=/solr, hostPort=56556}
   [junit4]   2> 2276765 ERROR 
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 2276765 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 7.3.0
   [junit4]   2> 2276765 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone 
mode on port null
   [junit4]   2> 2276765 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2276765 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-25T03:30:48.338Z
   [junit4]   2> 2276766 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_CA11916FAE22ADDA-001/solr-instance-002/solr.xml
   [junit4]   2> 2276772 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2276772 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2276772 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1599154, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2276840 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1599154
   [junit4]   2> 2276849 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1599154
   [junit4]   2> 2276849 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1599154
   [junit4]   2> 2276851 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_CA11916FAE22ADDA-001/solr-instance-002/.
   [junit4]   2> 2276851 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 2276852 INFO  (coreLoadExecutor-8380-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 2276877 INFO  (coreLoadExecutor-8380-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 2276881 INFO  (coreLoadExecutor-8380-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2276884 INFO  (coreLoadExecutor-8380-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 2276884 INFO  (coreLoadExecutor-8380-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_CA11916FAE22ADDA-001/solr-instance-002/./collection1,
 trusted=true
   [junit4]   2> 2276884 INFO  (coreLoadExecutor-8380-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@1599154
   [junit4]   2> 2276885 INFO  (coreLoadExecutor-8380-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2276885 INFO  (coreLoadExecutor-8380-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_CA11916FAE22ADDA-001/solr-instance-002/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_CA11916FAE22ADDA-001/solr-instance-002/./collection1/data/]
   [junit4]   2> 2276887 INFO  (coreLoadExecutor-8380-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=22, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=23.6708984375, 
floorSegmentMB=0.9541015625, forceMergeDeletesPctAllowed=20.551858828718697, 
segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 2276949 INFO  (coreLoadExecutor-8380-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2276949 INFO  (coreLoadExecutor-8380-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2276956 INFO  (coreLoadExecutor-8380-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=31, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=23.041015625, 
floorSegmentMB=2.173828125, forceMergeDeletesPctAllowed=0.25461825583142916, 
segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.503602920328307
   [junit4]   2> 2276956 INFO  (coreLoadExecutor-8380-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@47bcb84a[collection1] main]
   [junit4]   2> 2276957 INFO  (coreLoadExecutor-8380-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_CA11916FAE22ADDA-001/solr-instance-002/collection1/conf
   [junit4]   2> 2276960 INFO  (coreLoadExecutor-8380-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 
1000ms
   [junit4]   2> 2276960 INFO  (coreLoadExecutor-8380-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2276961 INFO  
(searcherExecutor-8381-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@47bcb84a[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2276963 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.e.j.s.AbstractConnector Stopped 
ServerConnector@3eb2528f{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2276964 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=359756144
   [junit4]   2> 2276964 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.node, tag=null
   [junit4]   2> 2276964 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@5d9a298a: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@671ea781
   [junit4]   2> 2276969 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jvm, tag=null
   [junit4]   2> 2276969 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@203d97b: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@4cb38530
   [junit4]   2> 2276973 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jetty, tag=null
   [junit4]   2> 2276973 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@374f1102: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@25cf18c4
   [junit4]   2> 2276976 INFO  (coreCloseExecutor-8386-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@536768b7
   [junit4]   2> 2276976 INFO  (coreCloseExecutor-8386-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=1399285943
   [junit4]   2> 2276976 INFO  (coreCloseExecutor-8386-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@23f1f353: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@37fbb15a
   [junit4]   2> 2276988 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@6d2f20f1{/solr,null,UNAVAILABLE}
   [junit4]   2> 2276988 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 2276990 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T23:27:37+02:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2276991 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2276991 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2276991 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 2276991 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6cd1f1b8{/solr,null,AVAILABLE}
   [junit4]   2> 2276991 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.e.j.s.AbstractConnector Started 
ServerConnector@5d01141b{HTTP/1.1,[http/1.1]}{127.0.0.1:56557}
   [junit4]   2> 2276991 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.e.j.s.Server Started @2282038ms
   [junit4]   2> 2276991 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_CA11916FAE22ADDA-001/solr-instance-002/collection1/data,
 hostContext=/solr, hostPort=56557}
   [junit4]   2> 2276991 ERROR 
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 2276992 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 7.3.0
   [junit4]   2> 2276992 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone 
mode on port null
   [junit4]   2> 2276992 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2276992 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-25T03:30:48.565Z
   [junit4]   2> 2276992 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_CA11916FAE22ADDA-001/solr-instance-002/solr.xml
   [junit4]   2> 2276998 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2276998 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2276998 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1599154, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2277052 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1599154
   [junit4]   2> 2277077 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1599154
   [junit4]   2> 2277077 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1599154
   [junit4]   2> 2277081 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_CA11916FAE22ADDA-001/solr-instance-002/.
   [junit4]   2> 2277081 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[CA11916FAE22ADDA])
 [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 2277081 INFO  (coreLoadExecutor-8393-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 2277105 INFO  (coreLoadExecutor-8393-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 2277109 INFO  (coreLoadExecutor-8393-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2277112 INFO  (coreLoadExecutor-8393-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 2277112 INFO  (coreLoadExecutor-8393-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_CA11916FAE22ADDA-001/solr-instance-002/./collection1,
 trusted=true
   [junit4]   2> 2277113 INFO  (coreLoadExecutor-8393-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@1599154
   [junit4]   2> 2277113 INFO  (coreLoadExecutor-8393-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2277113 INFO  (coreLoadExecutor-8393-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_CA11916FAE22ADDA-001/solr-instance-002/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_CA11916FAE22ADDA-001/solr-instance-002/./collection1/data/]
   [junit4]   2> 2277119 INFO  (coreLoadExecutor-8393-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=22, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=23.6708984375, 
floorSegmentMB=0.9541015625, forceMergeDeletesPctAllowed=20.551858828718697, 
segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 2277183 INFO  (coreLoadExecutor-8393-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2277183 INFO  (coreLoadExecutor-8393-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2277183 INFO  (coreLoadExecutor-8393-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=31, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=23.041015625, 
floorSegmentMB=2.173828125, forceMergeDeletesPctAllowed=0.25461825583142916, 
segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.503602920328307
   [junit4]   2> 2277184 INFO  (coreLoadExecutor-8393-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@11864ae7[collection1] main]
   [junit4]   2> 2277184 INFO  (coreLoadExecutor-8393-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_CA11916FAE22ADDA-001/solr-instance-002/collection1/conf
   [junit4]   2> 2277184 INFO  (coreLoadExecutor-8393-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2277185 INFO  
(searcherExecutor-8394-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@11864ae7[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2277197 INFO  (qtp1313188642-25688) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2277197 INFO  (qtp1313188642-25688) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:*} 0 0
   [junit4]   2> 2277206 INFO  (qtp896341255-25725) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2277206 INFO  (qtp896341255-25725) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:*} 0 5
   [junit4]   2> 2277207 INFO  (qtp896341255-25727) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2277207 INFO  (qtp896341255-25727) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@326cce4d commitCommandVersion:0
   [junit4]   2> 2277208 INFO  (qtp896341255-25727) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@7d963c4b[collection1] main]
   [junit4]   2> 2277208 INFO  (qtp896341255-25727) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2277209 INFO  
(searcherExecutor-8394-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7d963c4b[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2277209 INFO  (qtp896341255-25727) [    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 2
   [junit4]   2> 2277211 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[0]} 0 0
   [junit4]   2> 2277211 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[1]} 0 0
   [junit4]   2> 2277211 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[2]} 0 0
   [junit4]   2> 2277215 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[3]} 0 0
   [junit4]   2> 2277215 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[4]} 0 0
   [junit4]   2> 2277216 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[5]} 0 0
   [junit4]   2> 2277216 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[6]} 0 0
   [junit4]   2> 2277216 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[7]} 0 0
   [junit4]   2> 2277217 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[8]} 0 0
   [junit4]   2> 2277217 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[9]} 0 0
   [junit4]   2> 2277218 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[10]} 0 0
   [junit4]   2> 2277218 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[11]} 0 0
   [junit4]   2> 2277218 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[12]} 0 0
   [junit4]   2> 2277219 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[13]} 0 0
   [junit4]   2> 2277219 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[14]} 0 0
   [junit4]   2> 2277220 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[15]} 0 0
   [junit4]   2> 2277220 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[16]} 0 0
   [junit4]   2> 2277220 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[17]} 0 0
   [junit4]   2> 2277221 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[18]} 0 0
   [junit4]   2> 2277221 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[19]} 0 0
   [junit4]   2> 2277221 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[20]} 0 0
   [junit4]   2> 2277222 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[21]} 0 0
   [junit4]   2> 2277222 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[22]} 0 0
   [junit4]   2> 2277222 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[23]} 0 0
   [junit4]   2> 2277223 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[24]} 0 0
   [junit4]   2> 2277223 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[25]} 0 0
   [junit4]   2> 2277223 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[26]} 0 0
   [junit4]   2> 2277224 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[27]} 0 0
   [junit4]   2> 2277224 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[28]} 0 0
   [junit4]   2> 2277225 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[29]} 0 0
   [junit4]   2> 2277225 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[30]} 0 0
   [junit4]   2> 2277226 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[31]} 0 0
   [junit4]   2> 2277226 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[32]} 0 0
   [junit4]   2> 2277226 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[33]} 0 0
   [junit4]   2> 2277227 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[34]} 0 0
   [junit4]   2> 2277227 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[35]} 0 0
   [junit4]   2> 2277228 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[36]} 0 0
   [junit4]   2> 2277228 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[37]} 0 0
   [junit4]   2> 2277228 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[38]} 0 0
   [junit4]   2> 2277229 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[39]} 0 0
   [junit4]   2> 2277229 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[40]} 0 0
   [junit4]   2> 2277229 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[41]} 0 0
   [junit4]   2> 2277230 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[42]} 0 0
   [junit4]   2> 2277230 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[43]} 0 0
   [junit4]   2> 2277230 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[44]} 0 0
   [junit4]   2> 2277231 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[45]} 0 0
   [junit4]   2> 2277231 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[46]} 0 0
   [junit4]   2> 2277231 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[47]} 0 0
   [junit4]   2> 2277232 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[48]} 0 0
   [junit4]   2> 2277232 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[49]} 0 0
   [junit4]   2> 2277233 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[50]} 0 0
   [junit4]   2> 2277233 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[51]} 0 0
   [junit4]   2> 2277233 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[52]} 0 0
   [junit4]   2> 2277234 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[53]} 0 0
   [junit4]   2> 2277234 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[54]} 0 0
   [junit4]   2> 2277234 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[55]} 0 0
   [junit4]   2> 2277235 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[56]} 0 0
   [junit4]   2> 2277235 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[57]} 0 0
   [junit4]   2> 2277235 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[58]} 0 0
   [junit4]   2> 2277236 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[59]} 0 0
   [junit4]   2> 2277236 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[60]} 0 0
   [junit4]   2> 2277236 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[61]} 0 0
   [junit4]   2> 2277237 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[62]} 0 0
   [junit4]   2> 2277237 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[63]} 0 0
   [junit4]   2> 2277238 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[64]} 0 0
   [junit4]   2> 2277238 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[65]} 0 0
   [junit4]   2> 2277238 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[66]} 0 0
   [junit4]   2> 2277239 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[67]} 0 0
   [junit4]   2> 2277239 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[68]} 0 0
   [junit4]   2> 2277239 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[69]} 0 0
   [junit4]   2> 2277240 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[70]} 0 0
   [junit4]   2> 2277240 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[71]} 0 0
   [junit4]   2> 2277241 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[72]} 0 0
   [junit4]   2> 2277241 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[73]} 0 0
   [junit4]   2> 2277241 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[74]} 0 0
   [junit4]   2> 2277242 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[75]} 0 0
   [junit4]   2> 2277242 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[76]} 0 0
   [junit4]   2> 2277242 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[77]} 0 0
   [junit4]   2> 2277243 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[78]} 0 0
   [junit4]   2> 2277243 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[79]} 0 0
   [junit4]   2> 2277243 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[80]} 0 0
   [junit4]   2> 2277244 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[81]} 0 0
   [junit4]   2> 2277244 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[82]} 0 0
   [junit4]   2> 2277244 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[83]} 0 0
   [junit4]   2> 2277245 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[84]} 0 0
   [junit4]   2> 2277245 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[85]} 0 0
   [junit4]   2> 2277245 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[86]} 0 0
   [junit4]   2> 2277246 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[87]} 0 0
   [junit4]   2> 2277246 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[88]} 0 0
   [junit4]   2> 2277246 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[89]} 0 0
   [junit4]   2> 2277247 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[90]} 0 0
   [junit4]   2> 2277247 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[91]} 0 0
   [junit4]   2> 2277248 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[92]} 0 0
   [junit4]   2> 2277248 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[93]} 0 0
   [junit4]   2> 2277248 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[94]} 0 0
   [junit4]   2> 2277249 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[95]} 0 0
   [junit4]   2> 2277249 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[96]} 0 0
   [junit4]   2> 2277249 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[97]} 0 0
   [junit4]   2> 2277250 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[98]} 0 0
   [junit4]   2> 2277250 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[99]} 0 0
   [junit4]   2> 2277250 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[100]} 0 0
   [junit4]   2> 2277251 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[101]} 0 0
   [junit4]   2> 2277251 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[102]} 0 0
   [junit4]   2> 2277252 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[103]} 0 0
   [junit4]   2> 2277252 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[104]} 0 0
   [junit4]   2> 2277252 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[105]} 0 0
   [junit4]   2> 2277253 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[106]} 0 0
   [junit4]   2> 2277253 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[107]} 0 0
   [junit4]   2> 2277253 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[108]} 0 0
   [junit4]   2> 2277254 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[109]} 0 0
   [junit4]   2> 2277254 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[110]} 0 0
   [junit4]   2> 2277255 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[111]} 0 0
   [junit4]   2> 2277255 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[112]} 0 0
   [junit4]   2> 2277255 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[113]} 0 0
   [junit4]   2> 2277256 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[114]} 0 0
   [junit4]   2> 2277256 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[115]} 0 0
   [junit4]   2> 2277256 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[116]} 0 0
   [junit4]   2> 2277257 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[117]} 0 0
   [junit4]   2> 2277257 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[118]} 0 0
   [junit4]   2> 2277257 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[119]} 0 0
   [junit4]   2> 2277258 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[120]} 0 0
   [junit4]   2> 2277258 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[121]} 0 0
   [junit4]   2> 2277258 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[122]} 0 0
   [junit4]   2> 2277258 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[123]} 0 0
   [junit4]   2> 2277258 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[124]} 0 0
   [junit4]   2> 2277258 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[125]} 0 0
   [junit4]   2> 2277258 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[126]} 0 0
   [junit4]   2> 2277258 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[127]} 0 0
   [junit4]   2> 2277263 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[128]} 0 0
   [junit4]   2> 2277264 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[129]} 0 0
   [junit4]   2> 2277264 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[130]} 0 0
   [junit4]   2> 2277264 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[131]} 0 0
   [junit4]   2> 2277265 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[132]} 0 0
   [junit4]   2> 2277265 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[133]} 0 0
   [junit4]   2> 2277265 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[134]} 0 0
   [junit4]   2> 2277266 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[135]} 0 0
   [junit4]   2> 2277266 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[136]} 0 0
   [junit4]   2> 2277266 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[137]} 0 0
   [junit4]   2> 2277267 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[138]} 0 0
   [junit4]   2> 2277267 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[139]} 0 0
   [junit4]   2> 2277267 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[140]} 0 0
   [junit4]   2> 2277268 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[141]} 0 0
   [junit4]   2> 2277268 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[142]} 0 0
   [junit4]   2> 2277269 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[143]} 0 0
   [junit4]   2> 2277269 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[144]} 0 0
   [junit4]   2> 2277269 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[145]} 0 0
   [junit4]   2> 2277270 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[146]} 0 0
   [junit4]   2> 2277270 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[147]} 0 0
   [junit4]   2> 2277270 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[148]} 0 0
   [junit4]   2> 2277271 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[149]} 0 0
   [junit4]   2> 2277271 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[150]} 0 0
   [junit4]   2> 2277271 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[151]} 0 0
   [junit4]   2> 2277272 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[152]} 0 0
   [junit4]   2> 2277272 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[153]} 0 0
   [junit4]   2> 2277272 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[154]} 0 0
   [junit4]   2> 2277273 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[155]} 0 0
   [junit4]   2> 2277273 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[156]} 0 0
   [junit4]   2> 2277273 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[157]} 0 0
   [junit4]   2> 2277274 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[158]} 0 0
   [junit4]   2> 2277274 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[159]} 0 0
   [junit4]   2> 2277274 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[160]} 0 0
   [junit4]   2> 2277275 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[161]} 0 0
   [junit4]   2> 2277275 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[162]} 0 0
   [junit4]   2> 2277276 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[163]} 0 0
   [junit4]   2> 2277276 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[164]} 0 0
   [junit4]   2> 2277276 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[165]} 0 0
   [junit4]   2> 2277277 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[166]} 0 0
   [junit4]   2> 2277277 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[167]} 0 0
   [junit4]   2> 2277277 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[168]} 0 0
   [junit4]   2> 2277278 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[169]} 0 0
   [junit4]   2> 2277278 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[170]} 0 0
   [junit4]   2> 2277279 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[171]} 0 0
   [junit4]   2> 2277279 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[172]} 0 0
   [junit4]   2> 2277279 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[173]} 0 0
   [junit4]   2> 2277280 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[174]} 0 0
   [junit4]   2> 2277280 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[175]} 0 0
   [junit4]   2> 2277280 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[176]} 0 0
   [junit4]   2> 2277281 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[177]} 0 0
   [junit4]   2> 2277281 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[178]} 0 0
   [junit4]   2> 2277281 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[179]} 0 0
   [junit4]   2> 2277282 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[180]} 0 0
   [junit4]   2> 2277282 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[181]} 0 0
   [junit4]   2> 2277282 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[182]} 0 0
   [junit4]   2> 2277283 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[183]} 0 0
   [junit4]   2> 2277283 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[184]} 0 0
   [junit4]   2> 2277283 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[185]} 0 0
   [junit4]   2> 2277283 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[186]} 0 0
   [junit4]   2> 2277283 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[187]} 0 0
   [junit4]   2> 2277283 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[188]} 0 0
   [junit4]   2> 2277283 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[189]} 0 0
   [junit4]   2> 2277287 INFO  (qtp1313188642-25690) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[190]} 0 0
   [junit4]   2> 2277287 INFO  (qtp1313188642-25692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcesso

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

P/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1275877 INFO  (jetty-closer-1315-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1572487511
   [junit4]   2> 1275877 INFO  (jetty-closer-1315-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1275877 INFO  (jetty-closer-1315-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@439fb97c: rootName = 
solr_56642, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@782101f1
   [junit4]   2> 1275881 INFO  (jetty-closer-1315-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1275881 INFO  (jetty-closer-1315-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1eba7367: rootName = 
solr_56642, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@40c23c28
   [junit4]   2> 1275884 INFO  (jetty-closer-1315-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1275884 INFO  (jetty-closer-1315-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@c08b513: rootName = 
solr_56642, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@396f29a
   [junit4]   2> 1275886 INFO  (jetty-closer-1315-thread-1) [    ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:56642_solr
   [junit4]   2> 1275887 INFO  (jetty-closer-1315-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 1275887 INFO  
(zkCallback-1324-thread-3-processing-n:127.0.0.1:56642_solr) 
[n:127.0.0.1:56642_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (0)
   [junit4]   2> 1275887 INFO  (coreCloseExecutor-2586-thread-1) 
[n:127.0.0.1:56642_solr c:cdcr-target s:shard1 r:core_node2 
x:cdcr-target_shard1_replica_n1] o.a.s.c.SolrCore 
[cdcr-target_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@4631a0f1
   [junit4]   2> 1275887 INFO  (coreCloseExecutor-2586-thread-1) 
[n:127.0.0.1:56642_solr c:cdcr-target s:shard1 r:core_node2 
x:cdcr-target_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.cdcr-target.shard1.replica_n1, tag=1177657585
   [junit4]   2> 1275887 INFO  (coreCloseExecutor-2586-thread-1) 
[n:127.0.0.1:56642_solr c:cdcr-target s:shard1 r:core_node2 
x:cdcr-target_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@59f3138: rootName = 
solr_56642, domain = solr.core.cdcr-target.shard1.replica_n1, service url = 
null, agent id = null] for registry solr.core.cdcr-target.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@2f21ca4a
   [junit4]   2> 1275888 INFO  
(zkCallback-1324-thread-2-processing-n:127.0.0.1:56642_solr) 
[n:127.0.0.1:56642_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-target/state.json] for collection [cdcr-target] has 
occurred - updating... (live nodes size: [0])
   [junit4]   2> 1275888 INFO  
(zkCallback-1324-thread-1-processing-n:127.0.0.1:56642_solr) 
[n:127.0.0.1:56642_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-target/state.json] for collection [cdcr-target] has 
occurred - updating... (live nodes size: [0])
   [junit4]   2> 1275894 INFO  (coreCloseExecutor-2586-thread-1) 
[n:127.0.0.1:56642_solr c:cdcr-target s:shard1 r:core_node2 
x:cdcr-target_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.cdcr-target.shard1.leader, tag=1177657585
   [junit4]   2> 1275894 INFO  (coreCloseExecutor-2586-thread-1) 
[n:127.0.0.1:56642_solr c:cdcr-target s:shard1 r:core_node2 
x:cdcr-target_shard1_replica_n1] o.a.s.h.CdcrRequestHandler Solr core is being 
closed - shutting down CDCR handler @ cdcr-target:shard1
   [junit4]   2> 1275897 INFO  (jetty-closer-1315-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=72119361775206403-127.0.0.1:56642_solr-n_0000000000) closing
   [junit4]   2> 1275897 INFO  
(OverseerStateUpdate-72119361775206403-127.0.0.1:56642_solr-n_0000000000) 
[n:127.0.0.1:56642_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:56642_solr
   [junit4]   2> 1275897 WARN  
(OverseerAutoScalingTriggerThread-72119361775206403-127.0.0.1:56642_solr-n_0000000000)
 [n:127.0.0.1:56642_solr    ] o.a.s.c.a.OverseerTriggerThread 
OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1275900 INFO  (jetty-closer-1315-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1bbe59aa{/solr,null,UNAVAILABLE}
   [junit4]   2> 1275900 INFO  (jetty-closer-1315-thread-1) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 1275901 ERROR 
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[CA11916FAE22ADDA]) 
[    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so 
ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1275902 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[CA11916FAE22ADDA]) 
[    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:56640 56640
   [junit4]   2> 1275947 INFO  (Thread-1251) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:56640 56640
   [junit4]   2> 1276069 WARN  (Thread-1251) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/aliases.json
   [junit4]   2>        3       /solr/clusterprops.json
   [junit4]   2>        2       /solr/collections/cdcr-target/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/collections/cdcr-target/state.json
   [junit4]   2>        3       /solr/clusterstate.json
   [junit4]   2>        2       /solr/collections/cdcr-target/cdcr/state/process
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/live_nodes
   [junit4]   2>        3       /solr/collections
   [junit4]   2> 
   [junit4]   2> 1276069 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[CA11916FAE22ADDA]) 
[    ] o.a.s.SolrTestCaseJ4 ###Ending testBootstrapWithSourceCluster
   [junit4] OK      11.5s J0 | CdcrBootstrapTest.testBootstrapWithSourceCluster
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.cdcr.CdcrBootstrapTest_CA11916FAE22ADDA-001
   [junit4]   2> Feb 25, 2018 4:49:53 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{xyz=PostingsFormat(name=Asserting), id=FST50}, docValues:{}, 
maxPointsInLeafNode=1317, maxMBSortInHeap=7.2907263911762765, 
sim=RandomSimilarity(queryNorm=true): {}, locale=es-DO, timezone=Asia/Tokyo
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_144 
(64-bit)/cpus=3,threads=1,free=84260208,total=378085376
   [junit4]   2> NOTE: All tests run in this JVM: [ShardSplitTest, 
TestReplicationHandler, CdcrBootstrapTest, ShardSplitTest, CdcrBootstrapTest, 
CdcrBootstrapTest]
   [junit4] Completed [16/20 (1!)] on J0 in 156.82s, 3 tests, 1 failure <<< 
FAILURES!

[...truncated 42 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/common-build.xml:1560: 
The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/common-build.xml:1085: 
There were test failures: 20 suites, 125 tests, 1 failure, 5 ignored (5 
assumptions) [seed: CA11916FAE22ADDA]

Total time: 22 minutes 17 seconds

[repro] Setting last failure code to 256

[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.TestUtilizeNode
[repro]   0/5 failed: org.apache.solr.cloud.api.collections.ShardSplitTest
[repro]   0/5 failed: org.apache.solr.handler.TestReplicationHandler
[repro]   1/5 failed: org.apache.solr.cloud.cdcr.CdcrBootstrapTest
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all 
warnings.
<Git Blamer> GIT_COMMIT=d7f6cb93837e1bde1066c96606845c4ab04e50cf, 
workspace=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX
[WARNINGS] Computing warning deltas based on reference build #473
Recording test results
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to