Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/1905/

2 tests failed.
FAILED:  
junit.framework.TestSuite.org.apache.solr.analytics.facet.RangeFacetTest

Error Message:
docs were sent out-of-order: lastDocID=99 vs docID=5

Stack Trace:
java.lang.IllegalArgumentException: docs were sent out-of-order: lastDocID=99 
vs docID=5
        at __randomizedtesting.SeedInfo.seed([9788CAF3BA815B0C]:0)
        at 
org.apache.lucene.queries.function.valuesource.IntFieldSource$1.getValueForDoc(IntFieldSource.java:62)
        at 
org.apache.lucene.queries.function.valuesource.IntFieldSource$1.access$000(IntFieldSource.java:57)
        at 
org.apache.lucene.queries.function.valuesource.IntFieldSource$1$1.fillValue(IntFieldSource.java:104)
        at 
org.apache.solr.analytics.statistics.MinMaxStatsCollector.collect(MinMaxStatsCollector.java:68)
        at 
org.apache.solr.analytics.statistics.NumericStatsCollector.collect(NumericStatsCollector.java:40)
        at 
org.apache.solr.analytics.statistics.AbstractDelegatingStatsCollector.collect(AbstractDelegatingStatsCollector.java:68)
        at 
org.apache.solr.analytics.statistics.MedianStatsCollector.collect(MedianStatsCollector.java:57)
        at 
org.apache.solr.analytics.accumulator.FacetingAccumulator.collectRange(FacetingAccumulator.java:260)
        at 
org.apache.solr.analytics.accumulator.facet.RangeFacetAccumulator.collect(RangeFacetAccumulator.java:38)
        at 
org.apache.lucene.search.Weight$DefaultBulkScorer.scoreAll(Weight.java:233)
        at 
org.apache.lucene.search.Weight$DefaultBulkScorer.score(Weight.java:184)
        at org.apache.lucene.search.BulkScorer.score(BulkScorer.java:39)
        at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:658)
        at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:462)
        at 
org.apache.solr.analytics.accumulator.FacetingAccumulator.processRangeFacets(FacetingAccumulator.java:741)
        at 
org.apache.solr.analytics.accumulator.FacetingAccumulator.postProcess(FacetingAccumulator.java:580)
        at 
org.apache.solr.analytics.request.AnalyticsStats.execute(AnalyticsStats.java:127)
        at 
org.apache.solr.handler.component.AnalyticsComponent.process(AnalyticsComponent.java:45)
        at 
org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:295)
        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:178)
        at org.apache.solr.core.SolrCore.execute(SolrCore.java:2473)
        at org.apache.solr.util.TestHarness.query(TestHarness.java:337)
        at org.apache.solr.util.TestHarness.query(TestHarness.java:319)
        at 
org.apache.solr.analytics.facet.RangeFacetTest.beforeClass(RangeFacetTest.java:115)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:847)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


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

Error Message:
expected:<null> but was:<.numFound:498!=501>

Stack Trace:
java.lang.AssertionError: expected:<null> but was:<.numFound:498!=501>
        at 
__randomizedtesting.SeedInfo.seed([42C7834EC25D90DF:597C7231A3E2E869]: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:147)
        at 
org.apache.solr.handler.TestReplicationHandler.doTestIndexFetchWithMasterUrl(TestReplicationHandler.java:760)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12006 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReplicationHandler
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_42C7834EC25D90DF-001/init-core-data-001
   [junit4]   2> 1019029 WARN  
(SUITE-TestReplicationHandler-seed#[42C7834EC25D90DF]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=27 numCloses=27
   [junit4]   2> 1019029 INFO  
(SUITE-TestReplicationHandler-seed#[42C7834EC25D90DF]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1019030 INFO  
(SUITE-TestReplicationHandler-seed#[42C7834EC25D90DF]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
   [junit4]   2> 1019031 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[42C7834EC25D90DF])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting doTestHandlerPathUnchanged
   [junit4]   2> 1019031 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[42C7834EC25D90DF])
 [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_42C7834EC25D90DF-001/solr-instance-001/collection1
   [junit4]   2> 1019034 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[42C7834EC25D90DF])
 [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1019038 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[42C7834EC25D90DF])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7691351b{/solr,null,AVAILABLE}
   [junit4]   2> 1019039 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[42C7834EC25D90DF])
 [    ] o.e.j.s.AbstractConnector Started 
ServerConnector@448cde08{HTTP/1.1,[http/1.1]}{127.0.0.1:50406}
   [junit4]   2> 1019039 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[42C7834EC25D90DF])
 [    ] o.e.j.s.Server Started @1021112ms
   [junit4]   2> 1019039 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[42C7834EC25D90DF])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_42C7834EC25D90DF-001/solr-instance-001/collection1/data,
 hostContext=/solr, hostPort=50406}
   [junit4]   2> 1019039 ERROR 
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[42C7834EC25D90DF])
 [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 1019039 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[42C7834EC25D90DF])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 7.0.0
   [junit4]   2> 1019039 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[42C7834EC25D90DF])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone 
mode on port null
   [junit4]   2> 1019040 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[42C7834EC25D90DF])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1019040 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[42C7834EC25D90DF])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-25T22:43:26.968Z
   [junit4]   2> 1019040 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[42C7834EC25D90DF])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_42C7834EC25D90DF-001/solr-instance-001/solr.xml
   [junit4]   2> 1019044 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[42C7834EC25D90DF])
 [    ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5bd63195, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1019073 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[42C7834EC25D90DF])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5bd63195
   [junit4]   2> 1019077 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[42C7834EC25D90DF])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5bd63195
   [junit4]   2> 1019077 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[42C7834EC25D90DF])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5bd63195
   [junit4]   2> 1019079 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[42C7834EC25D90DF])
 [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_42C7834EC25D90DF-001/solr-instance-001/.
   [junit4]   2> 1019079 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[42C7834EC25D90DF])
 [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1019090 INFO  (coreLoadExecutor-4343-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1019097 INFO  (coreLoadExecutor-4343-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1019099 INFO  (coreLoadExecutor-4343-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 1019099 INFO  (coreLoadExecutor-4343-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_42C7834EC25D90DF-001/solr-instance-001/./collection1,
 trusted=true
   [junit4]   2> 1019099 INFO  (coreLoadExecutor-4343-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@5bd63195
   [junit4]   2> 1019099 INFO  (coreLoadExecutor-4343-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1019099 INFO  (coreLoadExecutor-4343-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_42C7834EC25D90DF-001/solr-instance-001/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_42C7834EC25D90DF-001/solr-instance-001/./collection1/data/]
   [junit4]   2> 1019100 INFO  (coreLoadExecutor-4343-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=32, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=30.7685546875, 
floorSegmentMB=1.9169921875, forceMergeDeletesPctAllowed=21.923568351466006, 
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4780410058802905
   [junit4]   2> 1019128 INFO  (coreLoadExecutor-4343-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1019128 INFO  (coreLoadExecutor-4343-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1019128 INFO  (coreLoadExecutor-4343-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=26, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=32.2958984375, 
floorSegmentMB=2.01953125, forceMergeDeletesPctAllowed=14.905748314645622, 
segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3581039971743929
   [junit4]   2> 1019129 INFO  (coreLoadExecutor-4343-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4f1d4ba1[collection1] main]
   [junit4]   2> 1019129 INFO  (coreLoadExecutor-4343-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_42C7834EC25D90DF-001/solr-instance-001/collection1/conf
   [junit4]   2> 1019130 INFO  (coreLoadExecutor-4343-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following 
config files: schema.xml,xslt/dummy.xsl
   [junit4]   2> 1019130 INFO  (coreLoadExecutor-4343-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1019131 INFO  
(searcherExecutor-4344-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@4f1d4ba1[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1019590 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[42C7834EC25D90DF])
 [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_42C7834EC25D90DF-001/solr-instance-002/collection1
   [junit4]   2> 1019592 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[42C7834EC25D90DF])
 [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1019593 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[42C7834EC25D90DF])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@357c95fc{/solr,null,AVAILABLE}
   [junit4]   2> 1019593 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[42C7834EC25D90DF])
 [    ] o.e.j.s.AbstractConnector Started 
ServerConnector@181b4754{HTTP/1.1,[http/1.1]}{127.0.0.1:34559}
   [junit4]   2> 1019593 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[42C7834EC25D90DF])
 [    ] o.e.j.s.Server Started @1021666ms
   [junit4]   2> 1019593 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[42C7834EC25D90DF])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_42C7834EC25D90DF-001/solr-instance-002/collection1/data,
 hostContext=/solr, hostPort=34559}
   [junit4]   2> 1019594 ERROR 
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[42C7834EC25D90DF])
 [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 1019594 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[42C7834EC25D90DF])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 7.0.0
   [junit4]   2> 1019594 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[42C7834EC25D90DF])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone 
mode on port null
   [junit4]   2> 1019594 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[42C7834EC25D90DF])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1019594 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[42C7834EC25D90DF])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-25T22:43:27.522Z
   [junit4]   2> 1019594 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[42C7834EC25D90DF])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_42C7834EC25D90DF-001/solr-instance-002/solr.xml
   [junit4]   2> 1019612 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[42C7834EC25D90DF])
 [    ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5bd63195, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1019636 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[42C7834EC25D90DF])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5bd63195
   [junit4]   2> 1019641 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[42C7834EC25D90DF])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5bd63195
   [junit4]   2> 1019641 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[42C7834EC25D90DF])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5bd63195
   [junit4]   2> 1019642 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[42C7834EC25D90DF])
 [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_42C7834EC25D90DF-001/solr-instance-002/.
   [junit4]   2> 1019643 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[42C7834EC25D90DF])
 [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1019672 INFO  (coreLoadExecutor-4353-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1019678 INFO  (coreLoadExecutor-4353-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1019680 INFO  (coreLoadExecutor-4353-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 1019680 INFO  (coreLoadExecutor-4353-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_42C7834EC25D90DF-001/solr-instance-002/./collection1,
 trusted=true
   [junit4]   2> 1019680 INFO  (coreLoadExecutor-4353-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@5bd63195
   [junit4]   2> 1019680 INFO  (coreLoadExecutor-4353-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1019680 INFO  (coreLoadExecutor-4353-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_42C7834EC25D90DF-001/solr-instance-002/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_42C7834EC25D90DF-001/solr-instance-002/./collection1/data/]
   [junit4]   2> 1019682 INFO  (coreLoadExecutor-4353-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=32, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=30.7685546875, 
floorSegmentMB=1.9169921875, forceMergeDeletesPctAllowed=21.923568351466006, 
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4780410058802905
   [junit4]   2> 1019719 INFO  (coreLoadExecutor-4353-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1019719 INFO  (coreLoadExecutor-4353-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1019720 INFO  (coreLoadExecutor-4353-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=26, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=32.2958984375, 
floorSegmentMB=2.01953125, forceMergeDeletesPctAllowed=14.905748314645622, 
segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3581039971743929
   [junit4]   2> 1019720 INFO  (coreLoadExecutor-4353-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@29a67480[collection1] main]
   [junit4]   2> 1019720 INFO  (coreLoadExecutor-4353-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_42C7834EC25D90DF-001/solr-instance-002/collection1/conf
   [junit4]   2> 1019721 INFO  (coreLoadExecutor-4353-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 
1000ms
   [junit4]   2> 1019722 INFO  
(searcherExecutor-4354-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@29a67480[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1019751 INFO  (qtp2002907369-12982) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 1019751 INFO  (indexFetcher-4358-thread-1) [    x:collection1] 
o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 1019751 INFO  (indexFetcher-4358-thread-1) [    x:collection1] 
o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 1019751 INFO  (indexFetcher-4358-thread-1) [    x:collection1] 
o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 1019751 INFO  (indexFetcher-4358-thread-1) [    x:collection1] 
o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 1020168 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[42C7834EC25D90DF])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending doTestHandlerPathUnchanged
   [junit4]   2> 1020169 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[42C7834EC25D90DF])
 [    ] o.e.j.s.AbstractConnector Stopped 
ServerConnector@448cde08{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1020169 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[42C7834EC25D90DF])
 [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=777898874
   [junit4]   2> 1020169 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[42C7834EC25D90DF])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.node, tag=null
   [junit4]   2> 1020172 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[42C7834EC25D90DF])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jvm, tag=null
   [junit4]   2> 1020175 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[42C7834EC25D90DF])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jetty, tag=null
   [junit4]   2> 1020175 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[42C7834EC25D90DF])
 [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1020175 INFO  (coreCloseExecutor-4359-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@69786fd5
   [junit4]   2> 1020176 INFO  (coreCloseExecutor-4359-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=1769500629
   [junit4]   2> 1020181 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[42C7834EC25D90DF])
 [    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@7691351b{/solr,null,UNAVAILABLE}
   [junit4]   2> 1020182 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[42C7834EC25D90DF])
 [    ] o.e.j.s.AbstractConnector Stopped 
ServerConnector@181b4754{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1020183 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[42C7834EC25D90DF])
 [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=709585658
   [junit4]   2> 1020183 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[42C7834EC25D90DF])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.node, tag=null
   [junit4]   2> 1020183 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[42C7834EC25D90DF])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jvm, tag=null
   [junit4]   2> 1020183 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[42C7834EC25D90DF])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jetty, tag=null
   [junit4]   2> 1020183 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[42C7834EC25D90DF])
 [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1020183 INFO  (coreCloseExecutor-4361-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@3533f013
   [junit4]   2> 1020184 INFO  (coreCloseExecutor-4361-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=892596243
   [junit4]   2> 1020185 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[42C7834EC25D90DF])
 [    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@357c95fc{/solr,null,UNAVAILABLE}
   [junit4]   2> 1020187 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testRateLimitedReplication
   [junit4]   2> 1020187 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_42C7834EC25D90DF-001/solr-instance-003/collection1
   [junit4]   2> 1020189 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1020191 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7eb39706{/solr,null,AVAILABLE}
   [junit4]   2> 1020191 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.e.j.s.AbstractConnector Started 
ServerConnector@df0d47f{HTTP/1.1,[http/1.1]}{127.0.0.1:36295}
   [junit4]   2> 1020191 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.e.j.s.Server Started @1022264ms
   [junit4]   2> 1020191 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_42C7834EC25D90DF-001/solr-instance-003/collection1/data,
 hostContext=/solr, hostPort=36295}
   [junit4]   2> 1020192 ERROR 
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 1020192 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 7.0.0
   [junit4]   2> 1020192 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone 
mode on port null
   [junit4]   2> 1020192 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1020192 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-25T22:43:28.120Z
   [junit4]   2> 1020193 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_42C7834EC25D90DF-001/solr-instance-003/solr.xml
   [junit4]   2> 1020200 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5bd63195, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1020225 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5bd63195
   [junit4]   2> 1020229 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5bd63195
   [junit4]   2> 1020229 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5bd63195
   [junit4]   2> 1020230 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_42C7834EC25D90DF-001/solr-instance-003/.
   [junit4]   2> 1020230 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1020244 INFO  (coreLoadExecutor-4368-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1020251 INFO  (coreLoadExecutor-4368-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1020253 INFO  (coreLoadExecutor-4368-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 1020253 INFO  (coreLoadExecutor-4368-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_42C7834EC25D90DF-001/solr-instance-003/./collection1,
 trusted=true
   [junit4]   2> 1020253 INFO  (coreLoadExecutor-4368-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@5bd63195
   [junit4]   2> 1020253 INFO  (coreLoadExecutor-4368-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1020254 INFO  (coreLoadExecutor-4368-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_42C7834EC25D90DF-001/solr-instance-003/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_42C7834EC25D90DF-001/solr-instance-003/./collection1/data/]
   [junit4]   2> 1020255 INFO  (coreLoadExecutor-4368-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=32, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=30.7685546875, 
floorSegmentMB=1.9169921875, forceMergeDeletesPctAllowed=21.923568351466006, 
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4780410058802905
   [junit4]   2> 1020285 INFO  (coreLoadExecutor-4368-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1020285 INFO  (coreLoadExecutor-4368-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1020286 INFO  (coreLoadExecutor-4368-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=26, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=32.2958984375, 
floorSegmentMB=2.01953125, forceMergeDeletesPctAllowed=14.905748314645622, 
segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3581039971743929
   [junit4]   2> 1020286 INFO  (coreLoadExecutor-4368-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@64ecd97b[collection1] main]
   [junit4]   2> 1020287 INFO  (coreLoadExecutor-4368-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_42C7834EC25D90DF-001/solr-instance-003/collection1/conf
   [junit4]   2> 1020287 INFO  (coreLoadExecutor-4368-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following 
config files: schema.xml,xslt/dummy.xsl
   [junit4]   2> 1020287 INFO  (coreLoadExecutor-4368-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1020288 INFO  
(searcherExecutor-4369-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@64ecd97b[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1020746 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_42C7834EC25D90DF-001/solr-instance-004/collection1
   [junit4]   2> 1020761 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1020762 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@44dff03e{/solr,null,AVAILABLE}
   [junit4]   2> 1020762 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.e.j.s.AbstractConnector Started 
ServerConnector@13e15fa7{HTTP/1.1,[http/1.1]}{127.0.0.1:42774}
   [junit4]   2> 1020762 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.e.j.s.Server Started @1022835ms
   [junit4]   2> 1020762 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_42C7834EC25D90DF-001/solr-instance-004/collection1/data,
 hostContext=/solr, hostPort=42774}
   [junit4]   2> 1020763 ERROR 
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 1020763 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 7.0.0
   [junit4]   2> 1020763 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone 
mode on port null
   [junit4]   2> 1020763 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1020763 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-25T22:43:28.691Z
   [junit4]   2> 1020763 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_42C7834EC25D90DF-001/solr-instance-004/solr.xml
   [junit4]   2> 1020768 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5bd63195, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1020793 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5bd63195
   [junit4]   2> 1020797 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5bd63195
   [junit4]   2> 1020798 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5bd63195
   [junit4]   2> 1020799 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_42C7834EC25D90DF-001/solr-instance-004/.
   [junit4]   2> 1020799 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1020816 INFO  (coreLoadExecutor-4378-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1020823 INFO  (coreLoadExecutor-4378-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1020825 INFO  (coreLoadExecutor-4378-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 1020825 INFO  (coreLoadExecutor-4378-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_42C7834EC25D90DF-001/solr-instance-004/./collection1,
 trusted=true
   [junit4]   2> 1020825 INFO  (coreLoadExecutor-4378-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@5bd63195
   [junit4]   2> 1020825 INFO  (coreLoadExecutor-4378-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1020825 INFO  (coreLoadExecutor-4378-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_42C7834EC25D90DF-001/solr-instance-004/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_42C7834EC25D90DF-001/solr-instance-004/./collection1/data/]
   [junit4]   2> 1020827 INFO  (coreLoadExecutor-4378-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=32, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=30.7685546875, 
floorSegmentMB=1.9169921875, forceMergeDeletesPctAllowed=21.923568351466006, 
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4780410058802905
   [junit4]   2> 1020859 INFO  (coreLoadExecutor-4378-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1020859 INFO  (coreLoadExecutor-4378-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1020860 INFO  (coreLoadExecutor-4378-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=26, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=32.2958984375, 
floorSegmentMB=2.01953125, forceMergeDeletesPctAllowed=14.905748314645622, 
segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3581039971743929
   [junit4]   2> 1020860 INFO  (coreLoadExecutor-4378-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6ed58dbc[collection1] main]
   [junit4]   2> 1020861 INFO  (coreLoadExecutor-4378-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_42C7834EC25D90DF-001/solr-instance-004/collection1/conf
   [junit4]   2> 1020862 INFO  (coreLoadExecutor-4378-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 
1000ms
   [junit4]   2> 1020863 INFO  
(searcherExecutor-4379-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6ed58dbc[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1020899 INFO  (qtp717513778-13025) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 1020899 INFO  (indexFetcher-4383-thread-1) [    x:collection1] 
o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 1020899 INFO  (indexFetcher-4383-thread-1) [    x:collection1] 
o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 1020899 INFO  (indexFetcher-4383-thread-1) [    x:collection1] 
o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 1020899 INFO  (indexFetcher-4383-thread-1) [    x:collection1] 
o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 1021329 INFO  (qtp717513778-13026) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1021330 INFO  (qtp717513778-13026) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:*} 0 0
   [junit4]   2> 1021331 INFO  (qtp1834461378-13041) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1021331 INFO  (qtp1834461378-13041) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:*} 0 0
   [junit4]   2> 1021332 INFO  (qtp717513778-13027) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1021332 INFO  (qtp717513778-13027) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@38ae0c5d commitCommandVersion:0
   [junit4]   2> 1021333 INFO  (qtp717513778-13027) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@7754ef03[collection1] main]
   [junit4]   2> 1021334 INFO  (qtp717513778-13027) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1021335 INFO  
(searcherExecutor-4369-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7754ef03[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1021335 INFO  (qtp717513778-13027) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 3
   [junit4]   2> 1021336 INFO  (qtp1834461378-13043) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1021336 INFO  (qtp1834461378-13043) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@4fa45421 commitCommandVersion:0
   [junit4]   2> 1021337 INFO  (qtp1834461378-13043) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@5ea99e[collection1] main]
   [junit4]   2> 1021337 INFO  (qtp1834461378-13043) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1021338 INFO  
(searcherExecutor-4379-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@5ea99e[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1021338 INFO  (qtp1834461378-13043) [    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> 1021339 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.e.j.s.AbstractConnector Stopped 
ServerConnector@df0d47f{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1021339 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1613736452
   [junit4]   2> 1021339 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.node, tag=null
   [junit4]   2> 1021341 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jvm, tag=null
   [junit4]   2> 1021342 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jetty, tag=null
   [junit4]   2> 1021342 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1021343 INFO  (coreCloseExecutor-4384-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@49b8abf9
   [junit4]   2> 1021346 INFO  (coreCloseExecutor-4384-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=1236839417
   [junit4]   2> 1021351 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@7eb39706{/solr,null,UNAVAILABLE}
   [junit4]   2> 1021352 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.e.j.s.AbstractConnector Stopped 
ServerConnector@13e15fa7{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1021352 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=958411526
   [junit4]   2> 1021353 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.node, tag=null
   [junit4]   2> 1021353 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jvm, tag=null
   [junit4]   2> 1021353 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jetty, tag=null
   [junit4]   2> 1021353 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1021357 INFO  (coreCloseExecutor-4386-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@72a16010
   [junit4]   2> 1021358 INFO  (coreCloseExecutor-4386-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=1923178512
   [junit4]   2> 1021359 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@44dff03e{/solr,null,UNAVAILABLE}
   [junit4]   2> 1021362 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1021363 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7167580{/solr,null,AVAILABLE}
   [junit4]   2> 1021364 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.e.j.s.AbstractConnector Started 
ServerConnector@676ab69c{HTTP/1.1,[http/1.1]}{127.0.0.1:56197}
   [junit4]   2> 1021364 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.e.j.s.Server Started @1023437ms
   [junit4]   2> 1021364 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_42C7834EC25D90DF-001/solr-instance-003/collection1/data,
 hostContext=/solr, hostPort=56197}
   [junit4]   2> 1021365 ERROR 
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 1021365 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 7.0.0
   [junit4]   2> 1021365 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone 
mode on port null
   [junit4]   2> 1021365 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1021365 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-25T22:43:29.293Z
   [junit4]   2> 1021366 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_42C7834EC25D90DF-001/solr-instance-003/solr.xml
   [junit4]   2> 1021372 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5bd63195, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1021396 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5bd63195
   [junit4]   2> 1021400 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5bd63195
   [junit4]   2> 1021400 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5bd63195
   [junit4]   2> 1021401 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_42C7834EC25D90DF-001/solr-instance-003/.
   [junit4]   2> 1021401 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1021420 INFO  (coreLoadExecutor-4393-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1021427 INFO  (coreLoadExecutor-4393-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1021429 INFO  (coreLoadExecutor-4393-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 1021429 INFO  (coreLoadExecutor-4393-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_42C7834EC25D90DF-001/solr-instance-003/./collection1,
 trusted=true
   [junit4]   2> 1021429 INFO  (coreLoadExecutor-4393-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@5bd63195
   [junit4]   2> 1021429 INFO  (coreLoadExecutor-4393-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1021429 INFO  (coreLoadExecutor-4393-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_42C7834EC25D90DF-001/solr-instance-003/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_42C7834EC25D90DF-001/solr-instance-003/./collection1/data/]
   [junit4]   2> 1021431 INFO  (coreLoadExecutor-4393-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=46, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5759493817662227]
   [junit4]   2> 1021462 INFO  (coreLoadExecutor-4393-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1021462 INFO  (coreLoadExecutor-4393-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1021474 INFO  (coreLoadExecutor-4393-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=7, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 1021475 INFO  (coreLoadExecutor-4393-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@60732152[collection1] main]
   [junit4]   2> 1021475 INFO  (coreLoadExecutor-4393-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_42C7834EC25D90DF-001/solr-instance-003/collection1/conf
   [junit4]   2> 1021475 INFO  (coreLoadExecutor-4393-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1021476 INFO  
(searcherExecutor-4394-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@60732152[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1021923 INFO  (qtp592961143-13067) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[0]} 0 1
   [junit4]   2> 1021924 INFO  (qtp592961143-13067) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[1]} 0 0
   [junit4]   2> 1021925 INFO  (qtp592961143-13067) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[2]} 0 0
   [junit4]   2> 1021926 INFO  (qtp592961143-13067) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[3]} 0 0
   [junit4]   2> 1021927 INFO  (qtp592961143-13071) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[4]} 0 0
   [junit4]   2> 1021927 INFO  (qtp592961143-13071) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[5]} 0 0
   [junit4]   2> 1021929 INFO  (qtp592961143-13071) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[6]} 0 1
   [junit4]   2> 1021930 INFO  (qtp592961143-13069) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[7]} 0 0
   [junit4]   2> 1021931 INFO  (qtp592961143-13069) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[8]} 0 0
   [junit4]   2> 1021931 INFO  (qtp592961143-13069) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[9]} 0 0
   [junit4]   2> 1021932 INFO  (qtp592961143-13069) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[10]} 0 0
   [junit4]   2> 1021932 INFO  (qtp592961143-13069) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[11]} 0 0
   [junit4]   2> 1021933 INFO  (qtp592961143-13069) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[12]} 0 0
   [junit4]   2> 1021933 INFO  (qtp592961143-13069) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[13]} 0 0
   [junit4]   2> 1021934 INFO  (qtp592961143-13067) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[14]} 0 0
   [junit4]   2> 1021935 INFO  (qtp592961143-13064) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[15]} 0 0
   [junit4]   2> 1021936 INFO  (qtp592961143-13068) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[16]} 0 1
   [junit4]   2> 1021937 INFO  (qtp592961143-13068) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[17]} 0 0
   [junit4]   2> 1021940 INFO  (qtp592961143-13070) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[18]} 0 0
   [junit4]   2> 1021940 INFO  (qtp592961143-13070) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[19]} 0 0
   [junit4]   2> 1021941 INFO  (qtp592961143-13067) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[20]} 0 0
   [junit4]   2> 1021941 INFO  (qtp592961143-13064) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[21]} 0 0
   [junit4]   2> 1021943 INFO  (qtp592961143-13071) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[22]} 0 1
   [junit4]   2> 1021944 INFO  (qtp592961143-13068) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[23]} 0 0
   [junit4]   2> 1021945 INFO  (qtp592961143-13069) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[24]} 0 0
   [junit4]   2> 1021945 INFO  (qtp592961143-13070) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[25]} 0 0
   [junit4]   2> 1021947 INFO  (qtp592961143-13067) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[26]} 0 0
   [junit4]   2> 1021948 INFO  (qtp592961143-13064) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[27]} 0 0
   [junit4]   2> 1021948 INFO  (qtp592961143-13071) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[28]} 0 0
   [junit4]   2> 1021949 INFO  (qtp592961143-13068) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[29]} 0 0
   [junit4]   2> 1021950 INFO  (qtp592961143-13069) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[30]} 0 0
   [junit4]   2> 1021951 INFO  (qtp592961143-13070) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[31]} 0 0
   [junit4]   2> 1021952 INFO  (qtp592961143-13067) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[32]} 0 0
   [junit4]   2> 1021953 INFO  (qtp592961143-13064) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[33]} 0 0
   [junit4]   2> 1021953 INFO  (qtp592961143-13071) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[34]} 0 0
   [junit4]   2> 1021954 INFO  (qtp592961143-13068) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[35]} 0 0
   [junit4]   2> 1021955 INFO  (qtp592961143-13069) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[36]} 0 0
   [junit4]   2> 1021955 INFO  (qtp592961143-13070) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[37]} 0 0
   [junit4]   2> 1021956 INFO  (qtp592961143-13067) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[38]} 0 0
   [junit4]   2> 1021957 INFO  (qtp592961143-13064) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[39]} 0 0
   [junit4]   2> 1021957 INFO  (qtp592961143-13071) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[40]} 0 0
   [junit4]   2> 1021958 INFO  (qtp592961143-13068) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[41]} 0 0
   [junit4]   2> 1021959 INFO  (qtp592961143-13069) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[42]} 0 0
   [junit4]   2> 1021959 INFO  (qtp592961143-13070) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[43]} 0 0
   [junit4]   2> 1021961 INFO  (qtp592961143-13070) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[44]} 0 1
   [junit4]   2> 1021962 INFO  (qtp592961143-13064) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[45]} 0 0
   [junit4]   2> 1021962 INFO  (qtp592961143-13071) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[46]} 0 0
   [junit4]   2> 1021963 INFO  (qtp592961143-13068) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[47]} 0 0
   [junit4]   2> 1021964 INFO  (qtp592961143-13069) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[48]} 0 0
   [junit4]   2> 1021964 INFO  (qtp592961143-13067) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[49]} 0 0
   [junit4]   2> 1021965 INFO  (qtp592961143-13070) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[50]} 0 0
   [junit4]   2> 1021965 INFO  (qtp592961143-13064) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[51]} 0 0
   [junit4]   2> 1021967 INFO  (qtp592961143-13064) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[52]} 0 1
   [junit4]   2> 1021968 INFO  (qtp592961143-13068) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[53]} 0 0
   [junit4]   2> 1021968 INFO  (qtp592961143-13069) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[54]} 0 0
   [junit4]   2> 1021969 INFO  (qtp592961143-13067) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[55]} 0 0
   [junit4]   2> 1021971 INFO  (qtp592961143-13070) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[56]} 0 0
   [junit4]   2> 1021972 INFO  (qtp592961143-13071) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[57]} 0 0
   [junit4]   2> 1021972 INFO  (qtp592961143-13064) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[58]} 0 0
   [junit4]   2> 1021973 INFO  (qtp592961143-13068) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[59]} 0 0
   [junit4]   2> 1021974 INFO  (qtp592961143-13069) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[60]} 0 0
   [junit4]   2> 1021975 INFO  (qtp592961143-13067) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[61]} 0 0
   [junit4]   2> 1021976 INFO  (qtp592961143-13070) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[62]} 0 0
   [junit4]   2> 1021977 INFO  (qtp592961143-13071) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[63]} 0 0
   [junit4]   2> 1021978 INFO  (qtp592961143-13064) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[64]} 0 0
   [junit4]   2> 1021978 INFO  (qtp592961143-13068) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1021978 INFO  (qtp592961143-13068) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@16d99099 commitCommandVersion:0
   [junit4]   2> 1022051 INFO  (qtp592961143-13068) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@3d42c4fb[collection1] main]
   [junit4]   2> 1022053 INFO  
(searcherExecutor-4394-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3d42c4fb[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C65)))}
   [junit4]   2> 1022053 INFO  (qtp592961143-13068) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1022053 INFO  (qtp592961143-13068) [    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 74
   [junit4]   2> 1022055 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.e.j.s.AbstractConnector Stopped 
ServerConnector@676ab69c{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1022055 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=724439631
   [junit4]   2> 1022055 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.node, tag=null
   [junit4]   2> 1022058 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jvm, tag=null
   [junit4]   2> 1022061 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jetty, tag=null
   [junit4]   2> 1022061 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1022061 INFO  (coreCloseExecutor-4398-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@c12bdd3
   [junit4]   2> 1022063 INFO  (coreCloseExecutor-4398-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=202554835
   [junit4]   2> 1022066 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@7167580{/solr,null,UNAVAILABLE}
   [junit4]   2> 1022068 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1022069 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@74667b04{/solr,null,AVAILABLE}
   [junit4]   2> 1022069 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.e.j.s.AbstractConnector Started 
ServerConnector@1d6ed537{HTTP/1.1,[http/1.1]}{127.0.0.1:44399}
   [junit4]   2> 1022070 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.e.j.s.Server Started @1024142ms
   [junit4]   2> 1022070 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_42C7834EC25D90DF-001/solr-instance-003/collection1/data,
 hostContext=/solr, hostPort=44399}
   [junit4]   2> 1022070 ERROR 
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 1022070 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 7.0.0
   [junit4]   2> 1022070 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone 
mode on port null
   [junit4]   2> 1022070 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1022070 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-25T22:43:29.998Z
   [junit4]   2> 1022071 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_42C7834EC25D90DF-001/solr-instance-003/solr.xml
   [junit4]   2> 1022076 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5bd63195, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1022099 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5bd63195
   [junit4]   2> 1022102 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5bd63195
   [junit4]   2> 1022102 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5bd63195
   [junit4]   2> 1022104 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_42C7834EC25D90DF-001/solr-instance-003/.
   [junit4]   2> 1022104 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1022119 INFO  (coreLoadExecutor-4405-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1022127 INFO  (coreLoadExecutor-4405-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1022130 INFO  (coreLoadExecutor-4405-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 1022130 INFO  (coreLoadExecutor-4405-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_42C7834EC25D90DF-001/solr-instance-003/./collection1,
 trusted=true
   [junit4]   2> 1022130 INFO  (coreLoadExecutor-4405-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@5bd63195
   [junit4]   2> 1022130 INFO  (coreLoadExecutor-4405-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1022130 INFO  (coreLoadExecutor-4405-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_42C7834EC25D90DF-001/solr-instance-003/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_42C7834EC25D90DF-001/solr-instance-003/./collection1/data/]
   [junit4]   2> 1022165 INFO  (coreLoadExecutor-4405-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1022165 INFO  (coreLoadExecutor-4405-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1022166 INFO  (coreLoadExecutor-4405-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=46, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5759493817662227]
   [junit4]   2> 1022170 INFO  (coreLoadExecutor-4405-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@78ffc827[collection1] main]
   [junit4]   2> 1022171 INFO  (coreLoadExecutor-4405-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_42C7834EC25D90DF-001/solr-instance-003/collection1/conf
   [junit4]   2> 1022171 INFO  (coreLoadExecutor-4405-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1022172 INFO  
(searcherExecutor-4406-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@78ffc827[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C65)))}
   [junit4]   2> 1022620 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1022622 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@742ac5ef{/solr,null,AVAILABLE}
   [junit4]   2> 1022622 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.e.j.s.AbstractConnector Started 
ServerConnector@4eb16e1d{HTTP/1.1,[http/1.1]}{127.0.0.1:58171}
   [junit4]   2> 1022622 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.e.j.s.Server Started @1024695ms
   [junit4]   2> 1022622 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_42C7834EC25D90DF-001/solr-instance-004/collection1/data,
 hostContext=/solr, hostPort=58171}
   [junit4]   2> 1022623 ERROR 
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 1022623 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 7.0.0
   [junit4]   2> 1022623 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone 
mode on port null
   [junit4]   2> 1022623 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1022623 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-25T22:43:30.551Z
   [junit4]   2> 1022624 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_42C7834EC25D90DF-001/solr-instance-004/solr.xml
   [junit4]   2> 1022629 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5bd63195, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1022654 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5bd63195
   [junit4]   2> 1022659 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[42C7834EC25D90DF])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5bd63195
   [junit4]   2> 1022659 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplicatio

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

 for registry=solr.jetty, tag=null
   [junit4]   2> 1160550 INFO  (coreCloseExecutor-5029-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@7fdac18b
   [junit4]   2> 1160551 INFO  (coreCloseExecutor-5029-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=2145042827
   [junit4]   2> 1160555 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[42C7834EC25D90DF]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@7a8578d2{/solr,null,UNAVAILABLE}
   [junit4]   2> 1160557 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[42C7834EC25D90DF]) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@4728df34{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1160557 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[42C7834EC25D90DF]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=841207047
   [junit4]   2> 1160557 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[42C7834EC25D90DF]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1160557 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[42C7834EC25D90DF]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1160557 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[42C7834EC25D90DF]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1160557 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[42C7834EC25D90DF]) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1160558 INFO  (coreCloseExecutor-5031-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@57bfaad6
   [junit4]   2> 1160558 INFO  (coreCloseExecutor-5031-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=1472178902
   [junit4]   2> 1160559 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[42C7834EC25D90DF]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1b3a2c1b{/solr,null,UNAVAILABLE}
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_42C7834EC25D90DF-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{name=PostingsFormat(name=Direct), id=PostingsFormat(name=Direct), 
newname=PostingsFormat(name=Direct)}, docValues:{}, maxPointsInLeafNode=1859, 
maxMBSortInHeap=5.217568774190582, sim=RandomSimilarity(queryNorm=true): {}, 
locale=es-CL, timezone=US/East-Indiana
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_131 (64-bit)/cpus=4,threads=1,free=147615128,total=531103744
   [junit4]   2> NOTE: All tests run in this JVM: [TestSSLRandomization, 
DocValuesMissingTest, RequestHandlersTest, PingRequestHandlerTest, 
ImplicitSnitchTest, TestCrossCoreJoin, TestJsonRequest, AssignTest, 
TestSolrCLIRunExample, WordBreakSolrSpellCheckerTest, TestApiFramework, 
TestRestManager, IndexBasedSpellCheckerTest, SpellCheckCollatorTest, 
TestMiniSolrCloudCluster, TestEmbeddedSolrServerConstructors, 
LeaderElectionIntegrationTest, TestDocBasedVersionConstraints, 
TestSchemaManager, PeerSyncTest, PreAnalyzedFieldTest, VersionInfoTest, 
HdfsUnloadDistributedZkTest, TestSlowCompositeReaderWrapper, TestRecoveryHdfs, 
TestSQLHandlerNonCloud, BinaryUpdateRequestHandlerTest, 
TestSolrDeletionPolicy1, TestMaxTokenLenTokenizer, SecurityConfHandlerTest, 
DataDrivenBlockJoinTest, JSONWriterTest, StandardRequestHandlerTest, 
TestDocumentBuilder, ConnectionReuseTest, TestFreeTextSuggestions, 
TestCopyFieldCollectionResource, TestImpersonationWithHadoopAuth, 
BitVectorTest, BJQParserTest, DOMUtilTest, 
TestSolrCloudWithSecureImpersonation, PeerSyncReplicationTest, 
HdfsBasicDistributedZk2Test, TestSolrCoreParser, TestRandomFaceting, 
TestRandomFlRTGCloud, LeaderFailureAfterFreshStartTest, 
DistributedQueryComponentCustomSortTest, BasicZkTest, TestDocSet, 
TestRealTimeGet, DistributedFacetPivotSmallAdvancedTest, TestFieldTypeResource, 
MigrateRouteKeyTest, TestOnReconnectListenerSupport, CheckHdfsIndexTest, 
TestRangeQuery, SyncSliceTest, MultiThreadedOCPTest, TestCloudInspectUtil, 
TestUseDocValuesAsStored2, TestBadConfig, TestHighlightDedupGrouping, 
DefaultValueUpdateProcessorTest, RollingRestartTest, 
HdfsChaosMonkeySafeLeaderTest, TestCollationFieldDocValues, 
TestXmlQParserPlugin, FieldMutatingUpdateProcessorTest, 
OverriddenZkACLAndCredentialsProvidersTest, TestCloudPseudoReturnFields, 
OutputWriterTest, TestLuceneMatchVersion, ReplaceNodeTest, ShardSplitTest, 
HdfsLockFactoryTest, MBeansHandlerTest, SolrXmlInZkTest, DeleteShardTest, 
TestLazyCores, SynonymTokenizerTest, TestRuleBasedAuthorizationPlugin, 
TestPerFieldSimilarity, TestSubQueryTransformerDistrib, SuggestComponentTest, 
TestPayloadCheckQParserPlugin, CursorPagingTest, 
DistributedQueryElevationComponentTest, MetricUtilsTest, 
PKIAuthenticationIntegrationTest, TestFastLRUCache, TestCollationField, 
BlockDirectoryTest, TestRemoteStreaming, SampleTest, OverseerRolesTest, 
TestCollapseQParserPlugin, TestXIncludeConfig, SpellingQueryConverterTest, 
TestAnalyzedSuggestions, TestCustomStream, TestLRUStatsCache, 
TestNumericRangeQuery32, TestReplicationHandler]
   [junit4] Completed [355/723 (1!)] on J0 in 141.56s, 16 tests, 1 failure, 1 
skipped <<< FAILURES!

[...truncated 3902 lines...]
   [junit4] Suite: org.apache.solr.analytics.facet.RangeFacetTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/contrib/solr-analytics/test/J0/temp/solr.analytics.facet.RangeFacetTest_9788CAF3BA815B0C-001/init-core-data-001
   [junit4]   2> Jun 25, 2017 11:08:22 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: 
codec=FastCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST,
 chunkSize=26330, maxDocsPerChunk=8, blockSize=4), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, 
chunkSize=26330, blockSize=4)), sim=RandomSimilarity(queryNorm=true): {}, 
locale=ar-TN, timezone=Australia/LHI
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_131 (64-bit)/cpus=4,threads=1,free=202540112,total=274202624
   [junit4]   2> NOTE: All tests run in this JVM: [FieldFacetTest, 
AbstractAnalyticsFacetTest, RangeFacetTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=RangeFacetTest 
-Dtests.seed=9788CAF3BA815B0C -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.locale=ar-TN -Dtests.timezone=Australia/LHI -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | RangeFacetTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.IllegalArgumentException: docs were 
sent out-of-order: lastDocID=99 vs docID=5
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([9788CAF3BA815B0C]:0)
   [junit4]    >        at 
org.apache.lucene.queries.function.valuesource.IntFieldSource$1.getValueForDoc(IntFieldSource.java:62)
   [junit4]    >        at 
org.apache.lucene.queries.function.valuesource.IntFieldSource$1.access$000(IntFieldSource.java:57)
   [junit4]    >        at 
org.apache.lucene.queries.function.valuesource.IntFieldSource$1$1.fillValue(IntFieldSource.java:104)
   [junit4]    >        at 
org.apache.solr.analytics.statistics.MinMaxStatsCollector.collect(MinMaxStatsCollector.java:68)
   [junit4]    >        at 
org.apache.solr.analytics.statistics.NumericStatsCollector.collect(NumericStatsCollector.java:40)
   [junit4]    >        at 
org.apache.solr.analytics.statistics.AbstractDelegatingStatsCollector.collect(AbstractDelegatingStatsCollector.java:68)
   [junit4]    >        at 
org.apache.solr.analytics.statistics.MedianStatsCollector.collect(MedianStatsCollector.java:57)
   [junit4]    >        at 
org.apache.solr.analytics.accumulator.FacetingAccumulator.collectRange(FacetingAccumulator.java:260)
   [junit4]    >        at 
org.apache.solr.analytics.accumulator.facet.RangeFacetAccumulator.collect(RangeFacetAccumulator.java:38)
   [junit4]    >        at 
org.apache.lucene.search.Weight$DefaultBulkScorer.scoreAll(Weight.java:233)
   [junit4]    >        at 
org.apache.lucene.search.Weight$DefaultBulkScorer.score(Weight.java:184)
   [junit4]    >        at 
org.apache.lucene.search.BulkScorer.score(BulkScorer.java:39)
   [junit4]    >        at 
org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:658)
   [junit4]    >        at 
org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:462)
   [junit4]    >        at 
org.apache.solr.analytics.accumulator.FacetingAccumulator.processRangeFacets(FacetingAccumulator.java:741)
   [junit4]    >        at 
org.apache.solr.analytics.accumulator.FacetingAccumulator.postProcess(FacetingAccumulator.java:580)
   [junit4]    >        at 
org.apache.solr.analytics.request.AnalyticsStats.execute(AnalyticsStats.java:127)
   [junit4]    >        at 
org.apache.solr.handler.component.AnalyticsComponent.process(AnalyticsComponent.java:45)
   [junit4]    >        at 
org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:295)
   [junit4]    >        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:178)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.execute(SolrCore.java:2473)
   [junit4]    >        at 
org.apache.solr.util.TestHarness.query(TestHarness.java:337)
   [junit4]    >        at 
org.apache.solr.util.TestHarness.query(TestHarness.java:319)
   [junit4]    >        at 
org.apache.solr.analytics.facet.RangeFacetTest.beforeClass(RangeFacetTest.java:115)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4] Completed [9/10 (1!)] on J0 in 2.94s, 0 tests, 1 error <<< FAILURES!

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

Reply via email to