Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1526/

2 tests failed.
FAILED:  
org.apache.solr.handler.TestReplicationHandler.doTestIndexFetchWithMasterUrl

Error Message:
expected:<null> but was:<.numFound:500!=496>

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


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

Error Message:
expected:<847> but was:<735>

Stack Trace:
java.lang.AssertionError: expected:<847> but was:<735>
        at 
__randomizedtesting.SeedInfo.seed([9AE936E4347BA6AE:414236223153CF1D]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.handler.TestReplicationHandler.doTestStressReplication(TestReplicationHandler.java:904)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 13708 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReplicationHandler
   [junit4]   2> 1469955 INFO  
(SUITE-TestReplicationHandler-seed#[9AE936E4347BA6AE]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9AE936E4347BA6AE-001/init-core-data-001
   [junit4]   2> 1469956 WARN  
(SUITE-TestReplicationHandler-seed#[9AE936E4347BA6AE]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=88 numCloses=88
   [junit4]   2> 1469956 INFO  
(SUITE-TestReplicationHandler-seed#[9AE936E4347BA6AE]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1469957 INFO  
(SUITE-TestReplicationHandler-seed#[9AE936E4347BA6AE]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
   [junit4]   2> 1469958 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testRateLimitedReplication
   [junit4]   2> 1469959 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9AE936E4347BA6AE-001/solr-instance-001/collection1
   [junit4]   2> 1469961 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T02:27:37+05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1469962 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1469962 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1469962 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1469962 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6fdc1ff9{/solr,null,AVAILABLE}
   [junit4]   2> 1469963 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.e.j.s.AbstractConnector Started 
ServerConnector@419350a4{HTTP/1.1,[http/1.1]}{127.0.0.1:36511}
   [junit4]   2> 1469963 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.e.j.s.Server Started @1469999ms
   [junit4]   2> 1469963 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9AE936E4347BA6AE-001/solr-instance-001/collection1/data,
 hostContext=/solr, hostPort=36511}
   [junit4]   2> 1469963 ERROR 
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 1469963 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1469963 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 8.0.0
   [junit4]   2> 1469963 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone 
mode on port null
   [junit4]   2> 1469963 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1469963 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-04-09T13:34:51.813Z
   [junit4]   2> 1469963 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9AE936E4347BA6AE-001/solr-instance-001/solr.xml
   [junit4]   2> 1469966 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1469966 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1469967 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@79f5ff1c, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1469995 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@79f5ff1c
   [junit4]   2> 1470002 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@79f5ff1c
   [junit4]   2> 1470003 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@79f5ff1c
   [junit4]   2> 1470004 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9AE936E4347BA6AE-001/solr-instance-001/.
   [junit4]   2> 1470004 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1470004 INFO  (coreLoadExecutor-5075-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1470015 INFO  (coreLoadExecutor-5075-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1470021 INFO  (coreLoadExecutor-5075-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1470023 INFO  (coreLoadExecutor-5075-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 1470023 INFO  (coreLoadExecutor-5075-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9AE936E4347BA6AE-001/solr-instance-001/./collection1,
 trusted=true
   [junit4]   2> 1470023 INFO  (coreLoadExecutor-5075-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@79f5ff1c
   [junit4]   2> 1470023 INFO  (coreLoadExecutor-5075-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1470023 INFO  (coreLoadExecutor-5075-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9AE936E4347BA6AE-001/solr-instance-001/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9AE936E4347BA6AE-001/solr-instance-001/./collection1/data/]
   [junit4]   2> 1470025 INFO  (coreLoadExecutor-5075-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@4c37bd2f
   [junit4]   2> 1470057 INFO  (coreLoadExecutor-5075-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1470057 INFO  (coreLoadExecutor-5075-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1470059 INFO  (coreLoadExecutor-5075-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=853539232, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1470060 INFO  (coreLoadExecutor-5075-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@e1681a[collection1] 
main]
   [junit4]   2> 1470060 INFO  (coreLoadExecutor-5075-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9AE936E4347BA6AE-001/solr-instance-001/collection1/conf
   [junit4]   2> 1470061 INFO  (coreLoadExecutor-5075-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following 
config files: schema.xml,xslt/dummy.xsl
   [junit4]   2> 1470061 INFO  (coreLoadExecutor-5075-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1470061 INFO  
(searcherExecutor-5076-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@e1681a[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1470563 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9AE936E4347BA6AE-001/solr-instance-002/collection1
   [junit4]   2> 1470566 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T02:27:37+05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1470567 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1470567 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1470567 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 1470567 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@22206cab{/solr,null,AVAILABLE}
   [junit4]   2> 1470568 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.e.j.s.AbstractConnector Started 
ServerConnector@5b0ce72{HTTP/1.1,[http/1.1]}{127.0.0.1:34684}
   [junit4]   2> 1470568 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.e.j.s.Server Started @1470604ms
   [junit4]   2> 1470568 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9AE936E4347BA6AE-001/solr-instance-002/collection1/data,
 hostContext=/solr, hostPort=34684}
   [junit4]   2> 1470568 ERROR 
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 1470568 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1470568 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 8.0.0
   [junit4]   2> 1470568 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone 
mode on port null
   [junit4]   2> 1470568 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1470568 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-04-09T13:34:52.418Z
   [junit4]   2> 1470569 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9AE936E4347BA6AE-001/solr-instance-002/solr.xml
   [junit4]   2> 1470573 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1470573 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1470574 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@79f5ff1c, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1470609 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@79f5ff1c
   [junit4]   2> 1470619 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@79f5ff1c
   [junit4]   2> 1470619 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@79f5ff1c
   [junit4]   2> 1470621 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9AE936E4347BA6AE-001/solr-instance-002/.
   [junit4]   2> 1470621 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1470622 INFO  (coreLoadExecutor-5085-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1470631 INFO  (coreLoadExecutor-5085-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1470648 INFO  (coreLoadExecutor-5085-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1470650 INFO  (coreLoadExecutor-5085-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 1470650 INFO  (coreLoadExecutor-5085-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9AE936E4347BA6AE-001/solr-instance-002/./collection1,
 trusted=true
   [junit4]   2> 1470650 INFO  (coreLoadExecutor-5085-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@79f5ff1c
   [junit4]   2> 1470650 INFO  (coreLoadExecutor-5085-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1470650 INFO  (coreLoadExecutor-5085-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9AE936E4347BA6AE-001/solr-instance-002/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9AE936E4347BA6AE-001/solr-instance-002/./collection1/data/]
   [junit4]   2> 1470652 INFO  (coreLoadExecutor-5085-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@78f9eecb
   [junit4]   2> 1470686 INFO  (coreLoadExecutor-5085-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1470686 INFO  (coreLoadExecutor-5085-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1470687 INFO  (coreLoadExecutor-5085-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=853539232, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1470688 INFO  (coreLoadExecutor-5085-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6132c74b[collection1] main]
   [junit4]   2> 1470688 INFO  (coreLoadExecutor-5085-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9AE936E4347BA6AE-001/solr-instance-002/collection1/conf
   [junit4]   2> 1470690 INFO  (coreLoadExecutor-5085-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 
1000ms
   [junit4]   2> 1470690 INFO  (coreLoadExecutor-5085-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1470691 INFO  
(searcherExecutor-5086-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6132c74b[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1470692 INFO  (qtp111036576-17430) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1470692 INFO  (qtp111036576-17430) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:*} 0 0
   [junit4]   2> 1470693 INFO  (qtp1313038488-17447) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1470693 INFO  (qtp1313038488-17447) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:*} 0 0
   [junit4]   2> 1470694 INFO  (qtp111036576-17432) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1470695 INFO  (qtp111036576-17432) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@2c75461c commitCommandVersion:0
   [junit4]   2> 1470698 INFO  (qtp111036576-17432) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@3a05896[collection1] main]
   [junit4]   2> 1470698 INFO  (qtp111036576-17432) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1470699 INFO  
(searcherExecutor-5076-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3a05896[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1470699 INFO  (qtp111036576-17432) [    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 5
   [junit4]   2> 1470700 INFO  (qtp1313038488-17449) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1470700 INFO  (qtp1313038488-17449) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@55f0be0c commitCommandVersion:0
   [junit4]   2> 1470701 INFO  (qtp1313038488-17449) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@7a25bfb6[collection1] main]
   [junit4]   2> 1470701 INFO  (qtp1313038488-17449) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1470702 INFO  
(searcherExecutor-5086-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7a25bfb6[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1470702 INFO  (qtp1313038488-17449) [    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> 1470703 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.e.j.s.AbstractConnector Stopped 
ServerConnector@419350a4{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1470703 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1996513022
   [junit4]   2> 1470703 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.node, tag=null
   [junit4]   2> 1470704 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4276b88c: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@7684fdec
   [junit4]   2> 1470708 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jvm, tag=null
   [junit4]   2> 1470708 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@b6e0db0: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@50c7a143
   [junit4]   2> 1470710 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jetty, tag=null
   [junit4]   2> 1470710 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@57c6f8c1: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@531f5fe9
   [junit4]   2> 1470711 INFO  (coreCloseExecutor-5091-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@467a189f
   [junit4]   2> 1470711 INFO  (coreCloseExecutor-5091-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=467a189f
   [junit4]   2> 1470711 INFO  (coreCloseExecutor-5091-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@20226f8b: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@6a15e9d
   [junit4]   2> 1470717 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@6fdc1ff9{/solr,null,UNAVAILABLE}
   [junit4]   2> 1470717 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 1470718 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.e.j.s.AbstractConnector Stopped 
ServerConnector@5b0ce72{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1470718 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=833203197
   [junit4]   2> 1470718 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.node, tag=null
   [junit4]   2> 1470718 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@624dc109: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@155c2bcc
   [junit4]   2> 1470723 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jvm, tag=null
   [junit4]   2> 1470724 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3ccf383c: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@50c7a143
   [junit4]   2> 1470727 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jetty, tag=null
   [junit4]   2> 1470727 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@5422b03c: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@531f5fe9
   [junit4]   2> 1470727 INFO  (coreCloseExecutor-5093-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@9f1dcd6
   [junit4]   2> 1470727 INFO  (coreCloseExecutor-5093-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=9f1dcd6
   [junit4]   2> 1470728 INFO  (coreCloseExecutor-5093-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7e5e4986: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@716e7453
   [junit4]   2> 1470736 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@22206cab{/solr,null,UNAVAILABLE}
   [junit4]   2> 1470736 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 1470738 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T02:27:37+05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1470738 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1470738 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1470738 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1470739 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@17922c7f{/solr,null,AVAILABLE}
   [junit4]   2> 1470739 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.e.j.s.AbstractConnector Started 
ServerConnector@68de0d1c{HTTP/1.1,[http/1.1]}{127.0.0.1:45162}
   [junit4]   2> 1470739 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.e.j.s.Server Started @1470775ms
   [junit4]   2> 1470739 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9AE936E4347BA6AE-001/solr-instance-001/collection1/data,
 hostContext=/solr, hostPort=45162}
   [junit4]   2> 1470739 ERROR 
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 1470739 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1470739 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 8.0.0
   [junit4]   2> 1470739 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone 
mode on port null
   [junit4]   2> 1470739 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1470739 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-04-09T13:34:52.589Z
   [junit4]   2> 1470740 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9AE936E4347BA6AE-001/solr-instance-001/solr.xml
   [junit4]   2> 1470743 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1470743 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1470744 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@79f5ff1c, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1470772 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@79f5ff1c
   [junit4]   2> 1470780 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@79f5ff1c
   [junit4]   2> 1470780 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@79f5ff1c
   [junit4]   2> 1470781 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9AE936E4347BA6AE-001/solr-instance-001/.
   [junit4]   2> 1470782 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1470782 INFO  (coreLoadExecutor-5100-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1470790 INFO  (coreLoadExecutor-5100-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1470797 INFO  (coreLoadExecutor-5100-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1470798 INFO  (coreLoadExecutor-5100-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 1470799 INFO  (coreLoadExecutor-5100-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9AE936E4347BA6AE-001/solr-instance-001/./collection1,
 trusted=true
   [junit4]   2> 1470799 INFO  (coreLoadExecutor-5100-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@79f5ff1c
   [junit4]   2> 1470799 INFO  (coreLoadExecutor-5100-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1470799 INFO  (coreLoadExecutor-5100-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9AE936E4347BA6AE-001/solr-instance-001/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9AE936E4347BA6AE-001/solr-instance-001/./collection1/data/]
   [junit4]   2> 1470801 INFO  (coreLoadExecutor-5100-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@3b8f0e35
   [junit4]   2> 1470838 INFO  (coreLoadExecutor-5100-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1470838 INFO  (coreLoadExecutor-5100-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1470839 INFO  (coreLoadExecutor-5100-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1242138799, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1470839 INFO  (coreLoadExecutor-5100-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7d67e055[collection1] main]
   [junit4]   2> 1470839 INFO  (coreLoadExecutor-5100-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9AE936E4347BA6AE-001/solr-instance-001/collection1/conf
   [junit4]   2> 1470840 INFO  (coreLoadExecutor-5100-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1470841 INFO  
(searcherExecutor-5101-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7d67e055[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1470842 INFO  (qtp1267540764-17473) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[0]} 0 0
   [junit4]   2> 1470843 INFO  (qtp1267540764-17475) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[1]} 0 0
   [junit4]   2> 1470843 INFO  (qtp1267540764-17477) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[2]} 0 0
   [junit4]   2> 1470844 INFO  (qtp1267540764-17475) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[3]} 0 0
   [junit4]   2> 1470847 INFO  (qtp1267540764-17477) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[4]} 0 3
   [junit4]   2> 1470848 INFO  (qtp1267540764-17475) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[5]} 0 0
   [junit4]   2> 1470848 INFO  (qtp1267540764-17477) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[6]} 0 0
   [junit4]   2> 1470848 INFO  (qtp1267540764-17475) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[7]} 0 0
   [junit4]   2> 1470849 INFO  (qtp1267540764-17477) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[8]} 0 0
   [junit4]   2> 1470849 INFO  (qtp1267540764-17475) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[9]} 0 0
   [junit4]   2> 1470849 INFO  (qtp1267540764-17477) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[10]} 0 0
   [junit4]   2> 1470850 INFO  (qtp1267540764-17475) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[11]} 0 0
   [junit4]   2> 1470851 INFO  (qtp1267540764-17477) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[12]} 0 1
   [junit4]   2> 1470851 INFO  (qtp1267540764-17475) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[13]} 0 0
   [junit4]   2> 1470852 INFO  (qtp1267540764-17477) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[14]} 0 0
   [junit4]   2> 1470852 INFO  (qtp1267540764-17475) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[15]} 0 0
   [junit4]   2> 1470852 INFO  (qtp1267540764-17477) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[16]} 0 0
   [junit4]   2> 1470854 INFO  (qtp1267540764-17475) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[17]} 0 1
   [junit4]   2> 1470854 INFO  (qtp1267540764-17477) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[18]} 0 0
   [junit4]   2> 1470854 INFO  (qtp1267540764-17475) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[19]} 0 0
   [junit4]   2> 1470855 INFO  (qtp1267540764-17477) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[20]} 0 0
   [junit4]   2> 1470855 INFO  (qtp1267540764-17475) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[21]} 0 0
   [junit4]   2> 1470856 INFO  (qtp1267540764-17477) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[22]} 0 1
   [junit4]   2> 1470857 INFO  (qtp1267540764-17475) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[23]} 0 0
   [junit4]   2> 1470857 INFO  (qtp1267540764-17477) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[24]} 0 0
   [junit4]   2> 1470857 INFO  (qtp1267540764-17475) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[25]} 0 0
   [junit4]   2> 1470857 INFO  (qtp1267540764-17477) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[26]} 0 0
   [junit4]   2> 1470858 INFO  (qtp1267540764-17475) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[27]} 0 0
   [junit4]   2> 1470858 INFO  (qtp1267540764-17477) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[28]} 0 0
   [junit4]   2> 1470859 INFO  (qtp1267540764-17475) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[29]} 0 0
   [junit4]   2> 1470859 INFO  (qtp1267540764-17477) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[30]} 0 0
   [junit4]   2> 1470860 INFO  (qtp1267540764-17475) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[31]} 0 0
   [junit4]   2> 1470860 INFO  (qtp1267540764-17477) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[32]} 0 0
   [junit4]   2> 1470861 INFO  (qtp1267540764-17475) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[33]} 0 0
   [junit4]   2> 1470861 INFO  (qtp1267540764-17477) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[34]} 0 0
   [junit4]   2> 1470862 INFO  (qtp1267540764-17475) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[35]} 0 0
   [junit4]   2> 1470862 INFO  (qtp1267540764-17477) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[36]} 0 0
   [junit4]   2> 1470862 INFO  (qtp1267540764-17475) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[37]} 0 0
   [junit4]   2> 1470863 INFO  (qtp1267540764-17477) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[38]} 0 0
   [junit4]   2> 1470864 INFO  (qtp1267540764-17475) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[39]} 0 0
   [junit4]   2> 1470864 INFO  (qtp1267540764-17477) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[40]} 0 0
   [junit4]   2> 1470864 INFO  (qtp1267540764-17475) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[41]} 0 0
   [junit4]   2> 1470865 INFO  (qtp1267540764-17477) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[42]} 0 0
   [junit4]   2> 1470865 INFO  (qtp1267540764-17475) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[43]} 0 0
   [junit4]   2> 1470865 INFO  (qtp1267540764-17477) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[44]} 0 0
   [junit4]   2> 1470866 INFO  (qtp1267540764-17475) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[45]} 0 0
   [junit4]   2> 1470866 INFO  (qtp1267540764-17477) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[46]} 0 0
   [junit4]   2> 1470867 INFO  (qtp1267540764-17475) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[47]} 0 0
   [junit4]   2> 1470867 INFO  (qtp1267540764-17477) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[48]} 0 0
   [junit4]   2> 1470867 INFO  (qtp1267540764-17475) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[49]} 0 0
   [junit4]   2> 1470868 INFO  (qtp1267540764-17477) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[50]} 0 0
   [junit4]   2> 1470868 INFO  (qtp1267540764-17475) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[51]} 0 0
   [junit4]   2> 1470869 INFO  (qtp1267540764-17477) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[52]} 0 0
   [junit4]   2> 1470869 INFO  (qtp1267540764-17475) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[53]} 0 0
   [junit4]   2> 1470869 INFO  (qtp1267540764-17477) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[54]} 0 0
   [junit4]   2> 1470870 INFO  (qtp1267540764-17475) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[55]} 0 0
   [junit4]   2> 1470870 INFO  (qtp1267540764-17477) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[56]} 0 0
   [junit4]   2> 1470870 INFO  (qtp1267540764-17475) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[57]} 0 0
   [junit4]   2> 1470871 INFO  (qtp1267540764-17477) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[58]} 0 0
   [junit4]   2> 1470872 INFO  (qtp1267540764-17475) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[59]} 0 0
   [junit4]   2> 1470872 INFO  (qtp1267540764-17477) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[60]} 0 0
   [junit4]   2> 1470872 INFO  (qtp1267540764-17475) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[61]} 0 0
   [junit4]   2> 1470873 INFO  (qtp1267540764-17477) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[62]} 0 0
   [junit4]   2> 1470873 INFO  (qtp1267540764-17475) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[63]} 0 0
   [junit4]   2> 1470873 INFO  (qtp1267540764-17477) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[64]} 0 0
   [junit4]   2> 1470874 INFO  (qtp1267540764-17475) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[65]} 0 0
   [junit4]   2> 1470875 INFO  (qtp1267540764-17477) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[66]} 0 0
   [junit4]   2> 1470875 INFO  (qtp1267540764-17475) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[67]} 0 0
   [junit4]   2> 1470875 INFO  (qtp1267540764-17477) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[68]} 0 0
   [junit4]   2> 1470876 INFO  (qtp1267540764-17475) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[69]} 0 0
   [junit4]   2> 1470876 INFO  (qtp1267540764-17477) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[70]} 0 0
   [junit4]   2> 1470877 INFO  (qtp1267540764-17475) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[71]} 0 0
   [junit4]   2> 1470877 INFO  (qtp1267540764-17477) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[72]} 0 0
   [junit4]   2> 1470878 INFO  (qtp1267540764-17475) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[73]} 0 0
   [junit4]   2> 1470878 INFO  (qtp1267540764-17477) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[74]} 0 0
   [junit4]   2> 1470878 INFO  (qtp1267540764-17475) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[75]} 0 0
   [junit4]   2> 1470879 INFO  (qtp1267540764-17477) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[76]} 0 0
   [junit4]   2> 1470879 INFO  (qtp1267540764-17475) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[77]} 0 0
   [junit4]   2> 1470880 INFO  (qtp1267540764-17477) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[78]} 0 0
   [junit4]   2> 1470880 INFO  (qtp1267540764-17475) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[79]} 0 0
   [junit4]   2> 1470881 INFO  (qtp1267540764-17477) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[80]} 0 0
   [junit4]   2> 1470881 INFO  (qtp1267540764-17475) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[81]} 0 0
   [junit4]   2> 1470881 INFO  (qtp1267540764-17477) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[82]} 0 0
   [junit4]   2> 1470882 INFO  (qtp1267540764-17475) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[83]} 0 0
   [junit4]   2> 1470883 INFO  (qtp1267540764-17477) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[84]} 0 0
   [junit4]   2> 1470883 INFO  (qtp1267540764-17475) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[85]} 0 0
   [junit4]   2> 1470883 INFO  (qtp1267540764-17477) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[86]} 0 0
   [junit4]   2> 1470884 INFO  (qtp1267540764-17475) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[87]} 0 0
   [junit4]   2> 1470884 INFO  (qtp1267540764-17477) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[88]} 0 0
   [junit4]   2> 1470884 INFO  (qtp1267540764-17475) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[89]} 0 0
   [junit4]   2> 1470885 INFO  (qtp1267540764-17477) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[90]} 0 0
   [junit4]   2> 1470886 INFO  (qtp1267540764-17475) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[91]} 0 0
   [junit4]   2> 1470886 INFO  (qtp1267540764-17477) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[92]} 0 0
   [junit4]   2> 1470886 INFO  (qtp1267540764-17475) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[93]} 0 0
   [junit4]   2> 1470887 INFO  (qtp1267540764-17477) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[94]} 0 0
   [junit4]   2> 1470887 INFO  (qtp1267540764-17475) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[95]} 0 0
   [junit4]   2> 1470888 INFO  (qtp1267540764-17477) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[96]} 0 0
   [junit4]   2> 1470888 INFO  (qtp1267540764-17475) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[97]} 0 0
   [junit4]   2> 1470889 INFO  (qtp1267540764-17477) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[98]} 0 0
   [junit4]   2> 1470889 INFO  (qtp1267540764-17475) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[99]} 0 0
   [junit4]   2> 1470889 INFO  (qtp1267540764-17477) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1470889 INFO  (qtp1267540764-17477) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@7e916919 commitCommandVersion:0
   [junit4]   2> 1470912 INFO  (qtp1267540764-17477) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@550a503a[collection1] main]
   [junit4]   2> 1470912 INFO  (qtp1267540764-17477) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1470913 INFO  
(searcherExecutor-5101-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@550a503a[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):c100)))}
   [junit4]   2> 1470913 INFO  (qtp1267540764-17477) [    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 24
   [junit4]   2> 1470914 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.e.j.s.AbstractConnector Stopped 
ServerConnector@68de0d1c{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1470914 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=657115704
   [junit4]   2> 1470914 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.node, tag=null
   [junit4]   2> 1470914 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3cc7c5b5: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@5734acae
   [junit4]   2> 1470920 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jvm, tag=null
   [junit4]   2> 1470920 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1dd12b26: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@50c7a143
   [junit4]   2> 1470924 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jetty, tag=null
   [junit4]   2> 1470924 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7fb55f9f: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@531f5fe9
   [junit4]   2> 1470924 INFO  (coreCloseExecutor-5105-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@57820597
   [junit4]   2> 1470924 INFO  (coreCloseExecutor-5105-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=57820597
   [junit4]   2> 1470924 INFO  (coreCloseExecutor-5105-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@600a563c: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@1d96c851
   [junit4]   2> 1470932 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@17922c7f{/solr,null,UNAVAILABLE}
   [junit4]   2> 1470932 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 1470934 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T02:27:37+05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1470934 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1470934 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1470934 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1470935 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@32f398a5{/solr,null,AVAILABLE}
   [junit4]   2> 1470935 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.e.j.s.AbstractConnector Started 
ServerConnector@42cdf7ef{HTTP/1.1,[http/1.1]}{127.0.0.1:37295}
   [junit4]   2> 1470935 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.e.j.s.Server Started @1470971ms
   [junit4]   2> 1470935 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9AE936E4347BA6AE-001/solr-instance-001/collection1/data,
 hostContext=/solr, hostPort=37295}
   [junit4]   2> 1470935 ERROR 
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 1470935 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1470935 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 8.0.0
   [junit4]   2> 1470935 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone 
mode on port null
   [junit4]   2> 1470935 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1470935 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-04-09T13:34:52.785Z
   [junit4]   2> 1470936 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9AE936E4347BA6AE-001/solr-instance-001/solr.xml
   [junit4]   2> 1470939 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1470939 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1470940 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@79f5ff1c, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1470968 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@79f5ff1c
   [junit4]   2> 1470976 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@79f5ff1c
   [junit4]   2> 1470976 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@79f5ff1c
   [junit4]   2> 1470978 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9AE936E4347BA6AE-001/solr-instance-001/.
   [junit4]   2> 1470978 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1470978 INFO  (coreLoadExecutor-5112-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1470986 INFO  (coreLoadExecutor-5112-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1470993 INFO  (coreLoadExecutor-5112-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1470994 INFO  (coreLoadExecutor-5112-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 1470994 INFO  (coreLoadExecutor-5112-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9AE936E4347BA6AE-001/solr-instance-001/./collection1,
 trusted=true
   [junit4]   2> 1470995 INFO  (coreLoadExecutor-5112-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@79f5ff1c
   [junit4]   2> 1470995 INFO  (coreLoadExecutor-5112-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1470995 INFO  (coreLoadExecutor-5112-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9AE936E4347BA6AE-001/solr-instance-001/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9AE936E4347BA6AE-001/solr-instance-001/./collection1/data/]
   [junit4]   2> 1471026 INFO  (coreLoadExecutor-5112-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1471026 INFO  (coreLoadExecutor-5112-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1471027 INFO  (coreLoadExecutor-5112-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@3e5a9c55
   [junit4]   2> 1471028 INFO  (coreLoadExecutor-5112-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@114636b6[collection1] main]
   [junit4]   2> 1471028 INFO  (coreLoadExecutor-5112-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9AE936E4347BA6AE-001/solr-instance-001/collection1/conf
   [junit4]   2> 1471029 INFO  (coreLoadExecutor-5112-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1471029 INFO  
(searcherExecutor-5113-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@114636b6[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):c100)))}
   [junit4]   2> 1471031 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T02:27:37+05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1471032 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1471032 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1471032 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1471032 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5df5d0d5{/solr,null,AVAILABLE}
   [junit4]   2> 1471032 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.e.j.s.AbstractConnector Started 
ServerConnector@7e86465e{HTTP/1.1,[http/1.1]}{127.0.0.1:42710}
   [junit4]   2> 1471032 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.e.j.s.Server Started @1471068ms
   [junit4]   2> 1471032 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9AE936E4347BA6AE-001/solr-instance-002/collection1/data,
 hostContext=/solr, hostPort=42710}
   [junit4]   2> 1471033 ERROR 
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 1471033 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1471033 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 8.0.0
   [junit4]   2> 1471033 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone 
mode on port null
   [junit4]   2> 1471033 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1471033 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-04-09T13:34:52.883Z
   [junit4]   2> 1471033 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9AE936E4347BA6AE-001/solr-instance-002/solr.xml
   [junit4]   2> 1471036 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1471036 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1471037 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@79f5ff1c, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1471066 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@79f5ff1c
   [junit4]   2> 1471075 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@79f5ff1c
   [junit4]   2> 1471075 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@79f5ff1c
   [junit4]   2> 1471077 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9AE936E4347BA6AE-001/solr-instance-002/.
   [junit4]   2> 1471077 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9AE936E4347BA6AE])
 [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1471077 INFO  (coreLoadExecutor-5122-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1471086 INFO  (coreLoadExecutor-5122-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1471091 INFO  (coreLoadExecutor-5122-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1471093 INFO  (coreLoadExecutor-5122-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 1471093 INFO  (coreLoadExecutor-5122-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9AE936E4347BA6AE-001/solr-instance-002/./collection1,
 trusted=true
   [junit4]   2> 1471093 INFO  (coreLoadExecutor-5122-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@79f5ff1c
   [junit4]   2> 1471093 INFO  (coreLoadExecutor-5122-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1471093 INFO  (coreLoadExecutor-5122-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9AE936E4347BA6AE-001/solr-instance-002/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9AE936E4347BA6AE-001/solr-instance-002/./collection1/data/]
   [junit4]   2> 1471101 INFO  (coreLoadExecutor-5122-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@2dcc6c2f
   [junit4]   2> 1471136 INFO  (coreLoadExecutor-5122-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1471136 INFO  (coreLoadExecutor-5122-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1471137 INFO  (coreLoadExecutor-5122-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1242138799, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1471138 INFO  (coreLoadExecutor-5122-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@592cc21c[collection1] main]
   [junit4]   2> 1471138 INFO  (coreLoadExecutor-5122-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9AE936E4347BA6AE-001/solr-instance-002/collection1/conf
   [junit4]   2> 1471139 INFO  (coreLoadExecutor-5122-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1471139 INFO  
(searcherExecutor-5123-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@592cc21c[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [ju

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

not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/null1842423806
     [copy] Copying 40 files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/null1842423806
   [delete] Deleting directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/null1842423806

resolve-example:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

resolve-server:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/null1350296833
     [copy] Copying 246 files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/null1350296833
   [delete] Deleting directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/null1350296833

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: 
org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath]         confs: [default]
[ivy:cachepath]         found 
org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath]         found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath]         found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath]         found org.apache.httpcomponents#httpclient;4.3.6 in 
public
[ivy:cachepath]         found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath]         found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath]         found commons-codec#commons-codec;1.6 in public
[ivy:cachepath]         found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 68ms :: artifacts dl 7ms
        ---------------------------------------------------------------------
        |                  |            modules            ||   artifacts   |
        |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
        ---------------------------------------------------------------------
        |      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
        ---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for 
further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 249 minutes 33 seconds
Archiving artifacts
WARN: No artifacts found that match the file pattern 
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
WARN: java.lang.InterruptedException: no matches found within 10000
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to