You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2016/02/13 10:40:04 UTC

[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0_72) - Build # 15873 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/15873/
Java: 64bit/jdk1.8.0_72 -XX:+UseCompressedOops -XX:+UseSerialGC

All tests passed

Build Log:
[...truncated 68532 lines...]
-documentation-lint:
    [jtidy] Checking for broken html (such as invalid tags)...
   [delete] Deleting directory /home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/jtidy_tmp
     [echo] Checking for broken links...
     [exec] 
     [exec] Crawl/parse...
     [exec] 
     [exec] Verify...
     [exec] 
     [exec] file:///home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/docs/solr-core/org/apache/solr/index/class-use/MergePolicyFactory.html
     [exec]   BROKEN LINK: file:///home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/docs/core/org/apache/lucene/index/SortingMergePolicy.html
     [exec] 
     [exec] file:///home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/docs/solr-core/org/apache/solr/index/class-use/WrapperMergePolicyFactory.html
     [exec]   BROKEN LINK: file:///home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/docs/core/org/apache/lucene/index/SortingMergePolicy.html
     [exec] 
     [exec] file:///home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/docs/solr-core/org/apache/solr/index/SortingMergePolicyFactory.html
     [exec]   BROKEN LINK: file:///home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/docs/core/org/apache/lucene/index/SortingMergePolicy.html
     [exec] 
     [exec] file:///home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/docs/solr-core/org/apache/solr/index/package-summary.html
     [exec]   BROKEN LINK: file:///home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/docs/core/org/apache/lucene/index/SortingMergePolicy.html
     [exec] 
     [exec] Broken javadocs links were found!

BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:740: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:101: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:632: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:645: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:2486: exec returned: 1

Total time: 63 minutes 0 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0_72) - Build # 15874 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/15874/
Java: 64bit/jdk1.8.0_72 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

2 tests failed.
FAILED:  org.apache.solr.cloud.DistribDocExpirationUpdateProcessorTest.test

Error Message:
Exactly one shard should have changed, instead: [shard2, shard1] nodes=([core_node3(shard2), core_node2(shard1), core_node4(shard1)]) expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: Exactly one shard should have changed, instead: [shard2, shard1] nodes=([core_node3(shard2), core_node2(shard1), core_node4(shard1)]) expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([F262B3FA20A9AEDD:7A368C208E55C325]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.solr.cloud.DistribDocExpirationUpdateProcessorTest.test(DistribDocExpirationUpdateProcessorTest.java:118)
	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:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:964)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:939)
	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:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	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:367)
	at java.lang.Thread.run(Thread.java:745)


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

Error Message:
timed out waiting for collection1 startAt time to exceed: Sat Feb 13 12:26:10 CET 2016

Stack Trace:
java.lang.AssertionError: timed out waiting for collection1 startAt time to exceed: Sat Feb 13 12:26:10 CET 2016
	at __randomizedtesting.SeedInfo.seed([F262B3FA20A9AEDD:29C9B33C2581C76E]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.handler.TestReplicationHandler.watchCoreStartAt(TestReplicationHandler.java:1419)
	at org.apache.solr.handler.TestReplicationHandler.doTestStressReplication(TestReplicationHandler.java:771)
	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:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	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:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	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:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11329 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReplicationHandler
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/init-core-data-001
   [junit4]   2> 1016841 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testRateLimitedReplication
   [junit4]   2> 1016841 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-001/collection1
   [junit4]   2> 1016844 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1016844 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2f828410{/solr,null,AVAILABLE}
   [junit4]   2> 1016847 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.e.j.s.ServerConnector Started ServerConnector@a96db31{HTTP/1.1}{127.0.0.1:42278}
   [junit4]   2> 1016847 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.e.j.s.Server Started @1018502ms
   [junit4]   2> 1016847 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-001/collection1/data, hostContext=/solr, hostPort=42278}
   [junit4]   2> 1016847 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 1016847 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-001'
   [junit4]   2> 1016847 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1016847 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1016848 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-001/solr.xml
   [junit4]   2> 1016851 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-001/.
   [junit4]   2> 1016851 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.c.CoreContainer New CoreContainer 641545574
   [junit4]   2> 1016851 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-001]
   [junit4]   2> 1016851 WARN  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-001/lib to classpath: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-001/lib
   [junit4]   2> 1016852 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1016852 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1016852 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1016852 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1016852 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1016853 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1016853 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-001/.
   [junit4]   2> 1016854 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 1016854 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-001/./collection1
   [junit4]   2> 1016854 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1016866 INFO  (coreLoadExecutor-3613-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-001/collection1'
   [junit4]   2> 1016866 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 1016866 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1016866 INFO  (coreLoadExecutor-3613-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1016866 INFO  (coreLoadExecutor-3613-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1016873 INFO  (coreLoadExecutor-3613-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1016875 INFO  (coreLoadExecutor-3613-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1016881 INFO  (coreLoadExecutor-3613-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1016883 INFO  (coreLoadExecutor-3613-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1016886 INFO  (coreLoadExecutor-3613-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1016887 INFO  (coreLoadExecutor-3613-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-001/collection1'
   [junit4]   2> 1016887 INFO  (coreLoadExecutor-3613-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-001/./collection1
   [junit4]   2> 1016887 INFO  (coreLoadExecutor-3613-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1016888 INFO  (coreLoadExecutor-3613-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-001/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-001/./collection1/data/]
   [junit4]   2> 1016888 INFO  (coreLoadExecutor-3613-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 1016888 INFO  (coreLoadExecutor-3613-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-001/./collection1/data
   [junit4]   2> 1016888 INFO  (coreLoadExecutor-3613-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-001/./collection1/data/index/
   [junit4]   2> 1016888 WARN  (coreLoadExecutor-3613-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-001/./collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1016889 INFO  (coreLoadExecutor-3613-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-001/./collection1/data/index
   [junit4]   2> 1016889 INFO  (coreLoadExecutor-3613-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@414ed0b3
   [junit4]   2> 1016889 INFO  (coreLoadExecutor-3613-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@60e3b101 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@48c909fc),segFN=segments_1,generation=1}
   [junit4]   2> 1016889 INFO  (coreLoadExecutor-3613-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1016889 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-001/./collection1/data/
   [junit4]   2> 1016891 INFO  (coreLoadExecutor-3613-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1016892 INFO  (coreLoadExecutor-3613-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1016893 INFO  (coreLoadExecutor-3613-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1016894 INFO  (coreLoadExecutor-3613-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1016894 INFO  (coreLoadExecutor-3613-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1016895 INFO  (coreLoadExecutor-3613-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1016895 INFO  (coreLoadExecutor-3613-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file
   [junit4]   2> 1016896 INFO  (coreLoadExecutor-3613-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1016896 INFO  (coreLoadExecutor-3613-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1016896 INFO  (coreLoadExecutor-3613-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1016896 INFO  (coreLoadExecutor-3613-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=22, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=95.890625, floorSegmentMB=1.5810546875, forceMergeDeletesPctAllowed=8.810902767076655, segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1016896 INFO  (coreLoadExecutor-3613-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@60e3b101 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@48c909fc),segFN=segments_1,generation=1}
   [junit4]   2> 1016896 INFO  (coreLoadExecutor-3613-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1016897 INFO  (coreLoadExecutor-3613-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@36996141[collection1] main]
   [junit4]   2> 1016897 INFO  (coreLoadExecutor-3613-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-001/collection1/conf
   [junit4]   2> 1016897 INFO  (coreLoadExecutor-3613-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-001/collection1/conf}
   [junit4]   2> 1016897 INFO  (coreLoadExecutor-3613-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-001/collection1/conf
   [junit4]   2> 1016897 INFO  (coreLoadExecutor-3613-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1016897 INFO  (coreLoadExecutor-3613-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following config files: schema.xml,xslt/dummy.xsl
   [junit4]   2> 1016897 INFO  (coreLoadExecutor-3613-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1016897 INFO  (searcherExecutor-3614-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@36996141[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1016898 INFO  (coreLoadExecutor-3613-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1017367 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-002/collection1
   [junit4]   2> 1017370 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1017371 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@f830ff6{/solr,null,AVAILABLE}
   [junit4]   2> 1017371 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.e.j.s.ServerConnector Started ServerConnector@62f2fb84{HTTP/1.1}{127.0.0.1:53600}
   [junit4]   2> 1017371 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.e.j.s.Server Started @1019027ms
   [junit4]   2> 1017371 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-002/collection1/data, hostContext=/solr, hostPort=53600}
   [junit4]   2> 1017371 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 1017371 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-002'
   [junit4]   2> 1017372 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1017372 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1017372 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-002/solr.xml
   [junit4]   2> 1017375 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-002/.
   [junit4]   2> 1017376 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.c.CoreContainer New CoreContainer 65653020
   [junit4]   2> 1017376 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-002]
   [junit4]   2> 1017376 WARN  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-002/lib to classpath: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-002/lib
   [junit4]   2> 1017377 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1017377 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1017378 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1017378 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1017378 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1017378 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1017378 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-002/.
   [junit4]   2> 1017379 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 1017379 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-002/./collection1
   [junit4]   2> 1017379 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1017380 INFO  (coreLoadExecutor-3623-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-002/collection1'
   [junit4]   2> 1017380 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 1017380 INFO  (coreLoadExecutor-3623-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1017380 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1017380 INFO  (coreLoadExecutor-3623-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1017384 INFO  (coreLoadExecutor-3623-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1017386 INFO  (coreLoadExecutor-3623-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1017398 INFO  (coreLoadExecutor-3623-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1017401 INFO  (coreLoadExecutor-3623-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1017402 INFO  (coreLoadExecutor-3623-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1017403 INFO  (coreLoadExecutor-3623-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-002/collection1'
   [junit4]   2> 1017403 INFO  (coreLoadExecutor-3623-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-002/./collection1
   [junit4]   2> 1017403 INFO  (coreLoadExecutor-3623-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1017403 INFO  (coreLoadExecutor-3623-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-002/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-002/./collection1/data/]
   [junit4]   2> 1017403 INFO  (coreLoadExecutor-3623-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 1017403 INFO  (coreLoadExecutor-3623-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-002/./collection1/data
   [junit4]   2> 1017403 INFO  (coreLoadExecutor-3623-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-002/./collection1/data/index/
   [junit4]   2> 1017403 WARN  (coreLoadExecutor-3623-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-002/./collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1017404 INFO  (coreLoadExecutor-3623-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-002/./collection1/data/index
   [junit4]   2> 1017404 INFO  (coreLoadExecutor-3623-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@7a1497d5
   [junit4]   2> 1017404 INFO  (coreLoadExecutor-3623-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@bebc14d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3ca2f0d7),segFN=segments_1,generation=1}
   [junit4]   2> 1017404 INFO  (coreLoadExecutor-3623-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1017404 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-002/./collection1/data/
   [junit4]   2> 1017405 INFO  (coreLoadExecutor-3623-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1017406 INFO  (coreLoadExecutor-3623-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1017406 INFO  (coreLoadExecutor-3623-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1017407 INFO  (coreLoadExecutor-3623-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1017407 INFO  (coreLoadExecutor-3623-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1017408 INFO  (coreLoadExecutor-3623-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1017408 INFO  (coreLoadExecutor-3623-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file
   [junit4]   2> 1017408 INFO  (coreLoadExecutor-3623-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1017408 INFO  (coreLoadExecutor-3623-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1017408 INFO  (coreLoadExecutor-3623-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1017408 INFO  (coreLoadExecutor-3623-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=22, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=95.890625, floorSegmentMB=1.5810546875, forceMergeDeletesPctAllowed=8.810902767076655, segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1017408 INFO  (coreLoadExecutor-3623-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@bebc14d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3ca2f0d7),segFN=segments_1,generation=1}
   [junit4]   2> 1017408 INFO  (coreLoadExecutor-3623-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1017408 INFO  (coreLoadExecutor-3623-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@517de2ec[collection1] main]
   [junit4]   2> 1017409 INFO  (coreLoadExecutor-3623-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-002/collection1/conf
   [junit4]   2> 1017409 INFO  (coreLoadExecutor-3623-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-002/collection1/conf}
   [junit4]   2> 1017409 INFO  (coreLoadExecutor-3623-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-002/collection1/conf
   [junit4]   2> 1017409 INFO  (coreLoadExecutor-3623-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1017410 INFO  (coreLoadExecutor-3623-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 1000ms
   [junit4]   2> 1017410 INFO  (searcherExecutor-3624-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@517de2ec[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1017410 INFO  (coreLoadExecutor-3623-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1017413 INFO  (qtp1060080150-8448) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 1017881 INFO  (qtp1060080150-8449) [    x:collection1] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1017881 INFO  (qtp1060080150-8449) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=*:*} 0 0
   [junit4]   2> 1017883 INFO  (qtp2088663260-8466) [    x:collection1] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1017883 INFO  (qtp2088663260-8466) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=*:*} 0 0
   [junit4]   2> 1017884 INFO  (qtp1060080150-8450) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1017885 INFO  (qtp1060080150-8450) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@60e3b101 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@48c909fc),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@60e3b101 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@48c909fc),segFN=segments_2,generation=2}
   [junit4]   2> 1017885 INFO  (qtp1060080150-8450) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 1017885 INFO  (qtp1060080150-8450) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@785f867c[collection1] main]
   [junit4]   2> 1017885 INFO  (qtp1060080150-8450) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1017885 INFO  (searcherExecutor-3614-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@785f867c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1017885 INFO  (qtp1060080150-8450) [    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 1
   [junit4]   2> 1017887 INFO  (qtp2088663260-8467) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1017887 INFO  (qtp2088663260-8467) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@bebc14d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3ca2f0d7),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@bebc14d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3ca2f0d7),segFN=segments_2,generation=2}
   [junit4]   2> 1017888 INFO  (qtp2088663260-8467) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 1017888 INFO  (qtp2088663260-8467) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7ebeb360[collection1] main]
   [junit4]   2> 1017888 INFO  (qtp2088663260-8467) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1017888 INFO  (searcherExecutor-3624-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7ebeb360[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1017888 INFO  (qtp2088663260-8467) [    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 1
   [junit4]   2> 1017889 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@a96db31{HTTP/1.1}{127.0.0.1:0}
   [junit4]   2> 1017889 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=641545574
   [junit4]   2> 1017889 INFO  (coreCloseExecutor-3629-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@33d578ed
   [junit4]   2> 1017889 INFO  (coreCloseExecutor-3629-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
   [junit4]   2> 1017889 INFO  (coreCloseExecutor-3629-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1017889 INFO  (coreCloseExecutor-3629-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1017889 INFO  (coreCloseExecutor-3629-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1017889 INFO  (coreCloseExecutor-3629-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1017889 INFO  (coreCloseExecutor-3629-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1017889 INFO  (coreCloseExecutor-3629-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-001/./collection1/data [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-001/./collection1/data;done=false>>]
   [junit4]   2> 1017890 INFO  (coreCloseExecutor-3629-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-001/./collection1/data
   [junit4]   2> 1017890 INFO  (coreCloseExecutor-3629-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-001/./collection1/data/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-001/./collection1/data/index;done=false>>]
   [junit4]   2> 1017890 INFO  (coreCloseExecutor-3629-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-001/./collection1/data/index
   [junit4]   2> 1017890 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2f828410{/solr,null,UNAVAILABLE}
   [junit4]   2> 1017890 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@62f2fb84{HTTP/1.1}{127.0.0.1:0}
   [junit4]   2> 1017891 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=65653020
   [junit4]   2> 1017891 INFO  (coreCloseExecutor-3630-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@64d2a6a8
   [junit4]   2> 1017891 INFO  (coreCloseExecutor-3630-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
   [junit4]   2> 1017891 INFO  (coreCloseExecutor-3630-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1017891 INFO  (coreCloseExecutor-3630-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1017891 INFO  (coreCloseExecutor-3630-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1017891 INFO  (coreCloseExecutor-3630-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1017891 INFO  (coreCloseExecutor-3630-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1017891 INFO  (coreCloseExecutor-3630-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-002/./collection1/data [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-002/./collection1/data;done=false>>]
   [junit4]   2> 1017891 INFO  (coreCloseExecutor-3630-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-002/./collection1/data
   [junit4]   2> 1017891 INFO  (coreCloseExecutor-3630-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-002/./collection1/data/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-002/./collection1/data/index;done=false>>]
   [junit4]   2> 1017892 INFO  (coreCloseExecutor-3630-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-002/./collection1/data/index
   [junit4]   2> 1017892 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@f830ff6{/solr,null,UNAVAILABLE}
   [junit4]   2> 1017897 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1017897 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@21232a12{/solr,null,AVAILABLE}
   [junit4]   2> 1017897 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.e.j.s.ServerConnector Started ServerConnector@7afb12ec{HTTP/1.1}{127.0.0.1:39333}
   [junit4]   2> 1017897 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.e.j.s.Server Started @1019553ms
   [junit4]   2> 1017897 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-001/collection1/data, hostContext=/solr, hostPort=39333}
   [junit4]   2> 1017898 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 1017898 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-001'
   [junit4]   2> 1017898 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1017898 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1017898 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-001/solr.xml
   [junit4]   2> 1017901 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-001/.
   [junit4]   2> 1017901 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.c.CoreContainer New CoreContainer 302322755
   [junit4]   2> 1017901 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-001]
   [junit4]   2> 1017901 WARN  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-001/lib to classpath: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-001/lib
   [junit4]   2> 1017901 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1017902 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1017903 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1017903 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1017903 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1017903 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1017903 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-001/.
   [junit4]   2> 1017904 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 1017904 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-001/./collection1
   [junit4]   2> 1017904 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1017904 INFO  (coreLoadExecutor-3636-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-001/collection1'
   [junit4]   2> 1017904 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 1017905 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1017905 INFO  (coreLoadExecutor-3636-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1017905 INFO  (coreLoadExecutor-3636-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1017909 INFO  (coreLoadExecutor-3636-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1017911 INFO  (coreLoadExecutor-3636-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1017917 INFO  (coreLoadExecutor-3636-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1017918 INFO  (coreLoadExecutor-3636-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1017919 INFO  (coreLoadExecutor-3636-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1017920 INFO  (coreLoadExecutor-3636-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-001/collection1'
   [junit4]   2> 1017920 INFO  (coreLoadExecutor-3636-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-001/./collection1
   [junit4]   2> 1017920 INFO  (coreLoadExecutor-3636-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.NRTCachingDirectoryFactory
   [junit4]   2> 1017921 INFO  (coreLoadExecutor-3636-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-001/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-001/./collection1/data/]
   [junit4]   2> 1017921 INFO  (coreLoadExecutor-3636-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 1017921 INFO  (coreLoadExecutor-3636-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-001/collection1/data
   [junit4]   2> 1017921 INFO  (coreLoadExecutor-3636-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-001/./collection1/data/index/
   [junit4]   2> 1017921 WARN  (coreLoadExecutor-3636-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-001/./collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1017921 INFO  (coreLoadExecutor-3636-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-001/collection1/data/index
   [junit4]   2> 1017921 INFO  (coreLoadExecutor-3636-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=33, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=84.958984375, floorSegmentMB=1.236328125, forceMergeDeletesPctAllowed=18.53814700846163, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1017950 INFO  (coreLoadExecutor-3636-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=NRTCachingDirectory(MMapDirectory@/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-001/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4c64260e; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 1017950 INFO  (coreLoadExecutor-3636-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1017950 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-001/./collection1/data/
   [junit4]   2> 1017952 INFO  (coreLoadExecutor-3636-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1017953 INFO  (coreLoadExecutor-3636-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1017953 INFO  (coreLoadExecutor-3636-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1017954 INFO  (coreLoadExecutor-3636-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1017954 INFO  (coreLoadExecutor-3636-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1017955 INFO  (coreLoadExecutor-3636-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1017955 INFO  (coreLoadExecutor-3636-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file
   [junit4]   2> 1017955 INFO  (coreLoadExecutor-3636-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1017955 INFO  (coreLoadExecutor-3636-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1017955 INFO  (coreLoadExecutor-3636-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1017955 INFO  (coreLoadExecutor-3636-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=42, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1017956 INFO  (coreLoadExecutor-3636-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=NRTCachingDirectory(MMapDirectory@/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-001/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4c64260e; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 1017956 INFO  (coreLoadExecutor-3636-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1017956 INFO  (coreLoadExecutor-3636-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@40cadde2[collection1] main]
   [junit4]   2> 1017956 INFO  (coreLoadExecutor-3636-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-001/collection1/conf
   [junit4]   2> 1017956 INFO  (coreLoadExecutor-3636-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-001/collection1/conf}
   [junit4]   2> 1017956 INFO  (coreLoadExecutor-3636-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-001/collection1/conf
   [junit4]   2> 1017956 INFO  (coreLoadExecutor-3636-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1017956 INFO  (coreLoadExecutor-3636-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1017956 INFO  (searcherExecutor-3637-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@40cadde2[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1017956 INFO  (coreLoadExecutor-3636-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1018408 INFO  (qtp379934256-8491) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[0]} 0 1
   [junit4]   2> 1018410 INFO  (qtp379934256-8492) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1]} 0 0
   [junit4]   2> 1018412 INFO  (qtp379934256-8493) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2]} 0 0
   [junit4]   2> 1018414 INFO  (qtp379934256-8491) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[3]} 0 0
   [junit4]   2> 1018415 INFO  (qtp379934256-8492) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[4]} 0 0
   [junit4]   2> 1018417 INFO  (qtp379934256-8493) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[5]} 0 0
   [junit4]   2> 1018419 INFO  (qtp379934256-8491) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[6]} 0 0
   [junit4]   2> 1018420 INFO  (qtp379934256-8492) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[7]} 0 0
   [junit4]   2> 1018422 INFO  (qtp379934256-8493) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[8]} 0 0
   [junit4]   2> 1018423 INFO  (qtp379934256-8491) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[9]} 0 0
   [junit4]   2> 1018425 INFO  (qtp379934256-8492) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[10]} 0 0
   [junit4]   2> 1018426 INFO  (qtp379934256-8493) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[11]} 0 0
   [junit4]   2> 1018428 INFO  (qtp379934256-8491) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[12]} 0 0
   [junit4]   2> 1018433 INFO  (qtp379934256-8492) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[13]} 0 0
   [junit4]   2> 1018435 INFO  (qtp379934256-8493) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[14]} 0 0
   [junit4]   2> 1018437 INFO  (qtp379934256-8491) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[15]} 0 0
   [junit4]   2> 1018438 INFO  (qtp379934256-8492) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[16]} 0 0
   [junit4]   2> 1018440 INFO  (qtp379934256-8493) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[17]} 0 0
   [junit4]   2> 1018442 INFO  (qtp379934256-8491) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[18]} 0 0
   [junit4]   2> 1018443 INFO  (qtp379934256-8492) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[19]} 0 0
   [junit4]   2> 1018445 INFO  (qtp379934256-8493) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[20]} 0 0
   [junit4]   2> 1018446 INFO  (qtp379934256-8491) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[21]} 0 0
   [junit4]   2> 1018448 INFO  (qtp379934256-8492) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[22]} 0 0
   [junit4]   2> 1018450 INFO  (qtp379934256-8493) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[23]} 0 0
   [junit4]   2> 1018451 INFO  (qtp379934256-8491) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[24]} 0 0
   [junit4]   2> 1018453 INFO  (qtp379934256-8492) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[25]} 0 0
   [junit4]   2> 1018454 INFO  (qtp379934256-8493) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[26]} 0 0
   [junit4]   2> 1018456 INFO  (qtp379934256-8491) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[27]} 0 0
   [junit4]   2> 1018458 INFO  (qtp379934256-8492) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[28]} 0 0
   [junit4]   2> 1018460 INFO  (qtp379934256-8493) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[29]} 0 0
   [junit4]   2> 1018461 INFO  (qtp379934256-8491) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[30]} 0 0
   [junit4]   2> 1018463 INFO  (qtp379934256-8492) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[31]} 0 0
   [junit4]   2> 1018464 INFO  (qtp379934256-8493) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[32]} 0 0
   [junit4]   2> 1018466 INFO  (qtp379934256-8491) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[33]} 0 0
   [junit4]   2> 1018467 INFO  (qtp379934256-8492) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[34]} 0 0
   [junit4]   2> 1018469 INFO  (qtp379934256-8493) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[35]} 0 0
   [junit4]   2> 1018470 INFO  (qtp379934256-8491) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[36]} 0 0
   [junit4]   2> 1018472 INFO  (qtp379934256-8492) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[37]} 0 0
   [junit4]   2> 1018474 INFO  (qtp379934256-8493) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[38]} 0 0
   [junit4]   2> 1018475 INFO  (qtp379934256-8491) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[39]} 0 0
   [junit4]   2> 1018477 INFO  (qtp379934256-8492) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[40]} 0 0
   [junit4]   2> 1018478 INFO  (qtp379934256-8493) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[41]} 0 0
   [junit4]   2> 1018480 INFO  (qtp379934256-8491) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[42]} 0 0
   [junit4]   2> 1018482 INFO  (qtp379934256-8492) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[43]} 0 0
   [junit4]   2> 1018483 INFO  (qtp379934256-8493) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[44]} 0 0
   [junit4]   2> 1018485 INFO  (qtp379934256-8491) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[45]} 0 0
   [junit4]   2> 1018486 INFO  (qtp379934256-8492) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[46]} 0 0
   [junit4]   2> 1018488 INFO  (qtp379934256-8493) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[47]} 0 0
   [junit4]   2> 1018489 INFO  (qtp379934256-8491) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[48]} 0 0
   [junit4]   2> 1018491 INFO  (qtp379934256-8492) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[49]} 0 0
   [junit4]   2> 1018492 INFO  (qtp379934256-8493) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[50]} 0 0
   [junit4]   2> 1018494 INFO  (qtp379934256-8491) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[51]} 0 0
   [junit4]   2> 1018495 INFO  (qtp379934256-8492) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1018640 INFO  (qtp379934256-8492) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=NRTCachingDirectory(MMapDirectory@/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-001/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4c64260e; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=NRTCachingDirectory(MMapDirectory@/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-001/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4c64260e; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2}
   [junit4]   2> 1018641 INFO  (qtp379934256-8492) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 1018665 INFO  (qtp379934256-8492) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3c4a0b21[collection1] main]
   [junit4]   2> 1018665 INFO  (qtp379934256-8492) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1018665 INFO  (searcherExecutor-3637-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3c4a0b21[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):C52)))}
   [junit4]   2> 1018666 INFO  (qtp379934256-8492) [    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 170
   [junit4]   2> 1018672 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@7afb12ec{HTTP/1.1}{127.0.0.1:0}
   [junit4]   2> 1018672 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=302322755
   [junit4]   2> 1018672 INFO  (coreCloseExecutor-3641-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@34ea4f2a
   [junit4]   2> 1018672 INFO  (coreCloseExecutor-3641-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=52,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 1018672 INFO  (coreCloseExecutor-3641-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1018673 INFO  (coreCloseExecutor-3641-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1018673 INFO  (coreCloseExecutor-3641-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1018673 INFO  (coreCloseExecutor-3641-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1018673 INFO  (coreCloseExecutor-3641-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing NRTCachingDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1018673 INFO  (coreCloseExecutor-3641-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-001/collection1/data/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-001/collection1/data/index;done=false>>]
   [junit4]   2> 1018674 INFO  (coreCloseExecutor-3641-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-001/collection1/data/index
   [junit4]   2> 1018674 INFO  (coreCloseExecutor-3641-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-001/collection1/data [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-001/collection1/data;done=false>>]
   [junit4]   2> 1018674 INFO  (coreCloseExecutor-3641-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-001/collection1/data
   [junit4]   2> 1018674 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@21232a12{/solr,null,UNAVAILABLE}
   [junit4]   2> 1018675 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1018676 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4c6a82e5{/solr,null,AVAILABLE}
   [junit4]   2> 1018676 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.e.j.s.ServerConnector Started ServerConnector@7c7e8cfe{HTTP/1.1}{127.0.0.1:55850}
   [junit4]   2> 1018676 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.e.j.s.Server Started @1020332ms
   [junit4]   2> 1018676 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-001/collection1/data, hostContext=/solr, hostPort=55850}
   [junit4]   2> 1018677 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 1018677 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_F262B3FA20A9AEDD-001/solr-instance-001'
   [junit4]   2> 1018677 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1018677 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1018677 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-So

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

d-2-processing-n:127.0.0.1:38224_) [n:127.0.0.1:38224_ c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_F262B3FA20A9AEDD-001/shard-4-001/cores/collection1/data/index
   [junit4]   2> 1397622 INFO  (zkCallback-2572-thread-2-processing-n:127.0.0.1:38224_) [n:127.0.0.1:38224_ c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_F262B3FA20A9AEDD-001/shard-4-001/cores/collection1/data [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_F262B3FA20A9AEDD-001/shard-4-001/cores/collection1/data;done=false>>]
   [junit4]   2> 1397622 INFO  (zkCallback-2572-thread-2-processing-n:127.0.0.1:38224_) [n:127.0.0.1:38224_ c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_F262B3FA20A9AEDD-001/shard-4-001/cores/collection1/data
   [junit4]   2> 1397623 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[F262B3FA20A9AEDD]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@5dac644e{HTTP/1.1}{127.0.0.1:0}
   [junit4]   2> 1397623 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[F262B3FA20A9AEDD]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@ec8bc2f{/,null,UNAVAILABLE}
   [junit4]   2> 1397623 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[F262B3FA20A9AEDD]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:34817 34817
   [junit4]   2> 1397644 INFO  (Thread-4521) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:34817 34817
   [junit4]   2> 1397644 WARN  (Thread-4521) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	7	/solr/aliases.json
   [junit4]   2> 	6	/solr/security.json
   [junit4]   2> 	5	/solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	10	/solr/clusterstate.json
   [junit4]   2> 	4	/solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	11	/solr/live_nodes
   [junit4]   2> 	7	/solr/collections
   [junit4]   2> 	3	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/overseer/queue
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=DistribDocExpirationUpdateProcessorTest -Dtests.method=test -Dtests.seed=F262B3FA20A9AEDD -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ms-MY -Dtests.timezone=EET -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 60.0s J1 | DistribDocExpirationUpdateProcessorTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Exactly one shard should have changed, instead: [shard2, shard1] nodes=([core_node3(shard2), core_node2(shard1), core_node4(shard1)]) expected:<1> but was:<2>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F262B3FA20A9AEDD:7A368C208E55C325]:0)
   [junit4]    > 	at org.apache.solr.cloud.DistribDocExpirationUpdateProcessorTest.test(DistribDocExpirationUpdateProcessorTest.java:118)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:964)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:939)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1397646 INFO  (SUITE-DistribDocExpirationUpdateProcessorTest-seed#[F262B3FA20A9AEDD]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_F262B3FA20A9AEDD-001
   [junit4]   2> Feb 13, 2016 11:32:14 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {_version_=PostingsFormat(name=LuceneVarGapDocFreqInterval), eXpField_tdt=PostingsFormat(name=LuceneVarGapDocFreqInterval), tTl_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), id=PostingsFormat(name=LuceneFixedGap)}, docValues:{}, sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=ms-MY, timezone=EET
   [junit4]   2> NOTE: Linux 3.19.0-47-generic amd64/Oracle Corporation 1.8.0_72 (64-bit)/cpus=12,threads=1,free=207130440,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestCloudManagedSchemaConcurrent, TestCollapseQParserPlugin, SolrCmdDistributorTest, DistanceFunctionTest, TimeZoneUtilsTest, SpatialRPTFieldTypeTest, MultiThreadedOCPTest, SolrIndexConfigTest, SpellingQueryConverterTest, TestFieldSortValues, TestStandardQParsers, GraphQueryTest, ExitableDirectoryReaderTest, ConnectionManagerTest, TestManagedSchemaFieldResource, TestSchemaVersionResource, ZkStateReaderTest, TestManagedSchema, DocValuesTest, CollectionsAPIAsyncDistributedZkTest, TestClassicSimilarityFactory, NumericFieldsTest, TestCloudInspectUtil, TestConfigSets, FileUtilsTest, MoreLikeThisHandlerTest, ZkCLITest, MinimalSchemaTest, UUIDUpdateProcessorFallbackTest, TestCopyFieldCollectionResource, TestSolrCoreProperties, HighlighterMaxOffsetTest, TestShortCircuitedRequests, TestSolrQueryParserResource, TestFastLRUCache, CollectionReloadTest, NotRequiredUniqueKeyTest, TestMacros, ZkControllerTest, SecurityConfHandlerTest, TestPartialUpdateDeduplication, SpellCheckCollatorTest, CloneFieldUpdateProcessorFactoryTest, TestTrie, TestDocBasedVersionConstraints, TestDefaultStatsCache, UniqFieldsUpdateProcessorFactoryTest, SharedFSAutoReplicaFailoverTest, TestUseDocValuesAsStored2, HighlighterTest, TestLMJelinekMercerSimilarityFactory, TestExactStatsCache, CSVRequestHandlerTest, ZkSolrClientTest, TestMiniSolrCloudCluster, DistributedTermsComponentTest, SolrIndexSplitterTest, OverseerTaskQueueTest, TestExclusionRuleCollectionAccess, AliasIntegrationTest, CdcrReplicationHandlerTest, TestCryptoKeys, TestSolrDeletionPolicy2, ParsingFieldUpdateProcessorsTest, TestOrdValues, DistributedMLTComponentTest, AsyncMigrateRouteKeyTest, MultiTermTest, OpenExchangeRatesOrgProviderTest, DateRangeFieldTest, ShardRoutingCustomTest, SimplePostToolTest, TestReqParamsAPI, TriLevelCompositeIdRoutingTest, TestSimpleQParserPlugin, HLLUtilTest, AnalysisErrorHandlingTest, TestRandomCollapseQParserPlugin, HdfsBasicDistributedZkTest, SuggesterFSTTest, SolrInfoMBeanTest, TestConfigSetsAPI, TestRecoveryHdfs, TestCursorMarkWithoutUniqueKey, TestInitQParser, SolrPluginUtilsTest, TestInfoStreamLogging, ConjunctionSolrSpellCheckerTest, FacetPivotSmallTest, SpellCheckComponentTest, TestRTimerTree, TestFileDictionaryLookup, TestBinaryResponseWriter, ShardRoutingTest, SuggestComponentTest, RulesTest, DistributedQueryComponentCustomSortTest, CollectionsAPIDistributedZkTest, ClusterStateUpdateTest, TestZkChroot, TestDistributedSearch, ShowFileRequestHandlerTest, AnalysisAfterCoreReloadTest, SpatialFilterTest, NoCacheHeaderTest, SchemaVersionSpecificBehaviorTest, TestPseudoReturnFields, QueryEqualityTest, TestSolrDeletionPolicy1, DebugComponentTest, TestSurroundQueryParser, DisMaxRequestHandlerTest, TestQueryUtils, DirectSolrSpellCheckerTest, TermsComponentTest, RequestHandlersTest, TestIndexingPerformance, FastVectorHighlighterTest, LoggingHandlerTest, UpdateRequestProcessorFactoryTest, JSONWriterTest, BinaryUpdateRequestHandlerTest, HighlighterConfigTest, SOLR749Test, TestQuerySenderListener, UpdateParamsTest, AlternateDirectoryTest, TestQuerySenderNoQuery, ResponseLogComponentTest, TestStressRecovery, TestDFRSimilarityFactory, TestBM25SimilarityFactory, TestFastOutputStream, PluginInfoTest, TestSystemIdResolver, DOMUtilTest, TestSolrJ, TestLRUCache, TestDocumentBuilder, SliceStateTest, UUIDFieldTest, CursorPagingTest, DistributedIntervalFacetingTest, TestSimpleTrackingShardHandler, CleanupOldIndexTest, CustomCollectionTest, DistribDocExpirationUpdateProcessorTest]
   [junit4] Completed [448/579 (2!)] on J1 in 60.73s, 1 test, 1 failure <<< FAILURES!

[...truncated 449 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:740: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:684: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:233: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:524: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1457: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1014: There were test failures: 579 suites (8 ignored), 2331 tests, 2 failures, 117 ignored (72 assumptions) [seed: F262B3FA20A9AEDD]

Total time: 50 minutes 14 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any