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 2015/08/02 14:38:27 UTC

[JENKINS-EA] Lucene-Solr-trunk-Linux (32bit/jdk1.9.0-ea-b60) - Build # 13701 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/13701/
Java: 32bit/jdk1.9.0-ea-b60 -server -XX:+UseSerialGC -Djava.locale.providers=JRE,SPI

4 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.handler.TestSolrConfigHandlerCloud

Error Message:
ERROR: SolrIndexSearcher opens=281 closes=280

Stack Trace:
java.lang.AssertionError: ERROR: SolrIndexSearcher opens=281 closes=280
	at __randomizedtesting.SeedInfo.seed([3614497085EC0A6]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:472)
	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:238)
	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:502)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:799)
	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:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	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:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.handler.TestSolrConfigHandlerCloud

Error Message:
2 threads leaked from SUITE scope at org.apache.solr.handler.TestSolrConfigHandlerCloud:     1) Thread[id=4105, name=searcherExecutor-2349-thread-1, state=WAITING, group=TGRP-TestSolrConfigHandlerCloud]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)         at java.lang.Thread.run(Thread.java:745)    2) Thread[id=3491, name=qtp17690207-3491, state=RUNNABLE, group=TGRP-TestSolrConfigHandlerCloud]         at java.util.WeakHashMap.get(WeakHashMap.java:403)         at org.apache.solr.servlet.cache.HttpCacheHeaderUtil.calcEtag(HttpCacheHeaderUtil.java:101)         at org.apache.solr.servlet.cache.HttpCacheHeaderUtil.doCacheHeaderValidation(HttpCacheHeaderUtil.java:219)         at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:445)         at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:229)         at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:198)         at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)         at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:106)         at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)         at org.eclipse.jetty.servlets.UserAgentFilter.doFilter(UserAgentFilter.java:83)         at org.eclipse.jetty.servlets.GzipFilter.doFilter(GzipFilter.java:364)         at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)         at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585)         at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:221)         at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)         at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)         at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)         at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)         at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)         at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)         at org.eclipse.jetty.server.Server.handle(Server.java:499)         at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:310)         at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)         at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)         at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE scope at org.apache.solr.handler.TestSolrConfigHandlerCloud: 
   1) Thread[id=4105, name=searcherExecutor-2349-thread-1, state=WAITING, group=TGRP-TestSolrConfigHandlerCloud]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
   2) Thread[id=3491, name=qtp17690207-3491, state=RUNNABLE, group=TGRP-TestSolrConfigHandlerCloud]
        at java.util.WeakHashMap.get(WeakHashMap.java:403)
        at org.apache.solr.servlet.cache.HttpCacheHeaderUtil.calcEtag(HttpCacheHeaderUtil.java:101)
        at org.apache.solr.servlet.cache.HttpCacheHeaderUtil.doCacheHeaderValidation(HttpCacheHeaderUtil.java:219)
        at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:445)
        at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:229)
        at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:198)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
        at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:106)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
        at org.eclipse.jetty.servlets.UserAgentFilter.doFilter(UserAgentFilter.java:83)
        at org.eclipse.jetty.servlets.GzipFilter.doFilter(GzipFilter.java:364)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
        at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585)
        at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:221)
        at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
        at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
        at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
        at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
        at org.eclipse.jetty.server.Server.handle(Server.java:499)
        at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:310)
        at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
        at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
        at java.lang.Thread.run(Thread.java:745)
	at __randomizedtesting.SeedInfo.seed([3614497085EC0A6]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.handler.TestSolrConfigHandlerCloud

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=4105, name=searcherExecutor-2349-thread-1, state=WAITING, group=TGRP-TestSolrConfigHandlerCloud]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)         at java.lang.Thread.run(Thread.java:745)    2) Thread[id=3491, name=qtp17690207-3491, state=RUNNABLE, group=TGRP-TestSolrConfigHandlerCloud]         at java.util.WeakHashMap.get(WeakHashMap.java:403)         at org.apache.solr.servlet.cache.HttpCacheHeaderUtil.calcEtag(HttpCacheHeaderUtil.java:101)         at org.apache.solr.servlet.cache.HttpCacheHeaderUtil.doCacheHeaderValidation(HttpCacheHeaderUtil.java:219)         at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:445)         at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:229)         at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:198)         at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)         at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:106)         at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)         at org.eclipse.jetty.servlets.UserAgentFilter.doFilter(UserAgentFilter.java:83)         at org.eclipse.jetty.servlets.GzipFilter.doFilter(GzipFilter.java:364)         at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)         at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585)         at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:221)         at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)         at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)         at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)         at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)         at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)         at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)         at org.eclipse.jetty.server.Server.handle(Server.java:499)         at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:310)         at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)         at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)         at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=4105, name=searcherExecutor-2349-thread-1, state=WAITING, group=TGRP-TestSolrConfigHandlerCloud]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
   2) Thread[id=3491, name=qtp17690207-3491, state=RUNNABLE, group=TGRP-TestSolrConfigHandlerCloud]
        at java.util.WeakHashMap.get(WeakHashMap.java:403)
        at org.apache.solr.servlet.cache.HttpCacheHeaderUtil.calcEtag(HttpCacheHeaderUtil.java:101)
        at org.apache.solr.servlet.cache.HttpCacheHeaderUtil.doCacheHeaderValidation(HttpCacheHeaderUtil.java:219)
        at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:445)
        at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:229)
        at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:198)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
        at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:106)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
        at org.eclipse.jetty.servlets.UserAgentFilter.doFilter(UserAgentFilter.java:83)
        at org.eclipse.jetty.servlets.GzipFilter.doFilter(GzipFilter.java:364)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
        at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585)
        at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:221)
        at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
        at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
        at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
        at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
        at org.eclipse.jetty.server.Server.handle(Server.java:499)
        at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:310)
        at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
        at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
        at java.lang.Thread.run(Thread.java:745)
	at __randomizedtesting.SeedInfo.seed([3614497085EC0A6]:0)


FAILED:  org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.test

Error Message:
expected:<0> but was:<1>

Stack Trace:
java.lang.AssertionError: expected:<0> but was:<1>
	at __randomizedtesting.SeedInfo.seed([3614497085EC0A6:8B357B4DA6A2AD5E]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.test(ChaosMonkeySafeLeaderTest.java:156)
	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:502)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:966)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:941)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	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:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	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:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10307 lines...]
   [junit4] Suite: org.apache.solr.cloud.ChaosMonkeySafeLeaderTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_3614497085EC0A6-001/init-core-data-001
   [junit4]   2> 554137 INFO  (SUITE-ChaosMonkeySafeLeaderTest-seed#[3614497085EC0A6]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 554137 INFO  (SUITE-ChaosMonkeySafeLeaderTest-seed#[3614497085EC0A6]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 554139 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 554139 INFO  (Thread-1333) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 554139 INFO  (Thread-1333) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 554239 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.ZkTestServer start zk server on port:55015
   [junit4]   2> 554239 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 554240 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 554241 INFO  (zkCallback-435-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@cd27a1 name:ZooKeeperConnection Watcher:127.0.0.1:55015 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 554242 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 554242 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 554242 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 554243 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 554244 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 554244 INFO  (zkCallback-436-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@951646 name:ZooKeeperConnection Watcher:127.0.0.1:55015/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 554244 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 554244 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 554244 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 554245 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 554246 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 554246 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 554246 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 554247 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 554247 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 554247 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 554248 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 554248 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 554249 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 554249 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 554250 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 554250 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 554250 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 554250 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 554251 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 554251 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 554251 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 554252 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 554252 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 554252 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 554253 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 554253 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 554253 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 554253 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 554306 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_3614497085EC0A6-001/control-001/cores/collection1
   [junit4]   2> 554307 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.e.j.s.Server jetty-9.2.11.v20150529
   [junit4]   2> 554308 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1ca6989{/,null,AVAILABLE}
   [junit4]   2> 554310 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.e.j.s.ServerConnector Started ServerConnector@e92919{HTTP/1.1}{127.0.0.1:34822}
   [junit4]   2> 554310 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.e.j.s.Server Started @556163ms
   [junit4]   2> 554310 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_3614497085EC0A6-001/tempDir-001/control/data, hostContext=/, hostPort=34822, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_3614497085EC0A6-001/control-001/cores}
   [junit4]   2> 554310 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@19ebb3d
   [junit4]   2> 554311 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_3614497085EC0A6-001/control-001/'
   [junit4]   2> 554318 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 554319 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 554319 INFO  (zkCallback-437-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1c07ada name:ZooKeeperConnection Watcher:127.0.0.1:55015/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 554320 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 554320 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 554320 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 554320 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_3614497085EC0A6-001/control-001/solr.xml
   [junit4]   2> 554323 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.CoresLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_3614497085EC0A6-001/control-001/cores
   [junit4]   2> 554323 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.CoreContainer New CoreContainer 15309430
   [junit4]   2> 554323 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_3614497085EC0A6-001/control-001/]
   [junit4]   2> 554323 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.CoreContainer loading shared library: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_3614497085EC0A6-001/control-001/lib
   [junit4]   2> 554324 WARN  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_3614497085EC0A6-001/control-001/lib).
   [junit4]   2> 554328 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] 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> 554328 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 554329 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 554329 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 554329 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55015/solr
   [junit4]   2> 554329 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 554329 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 554329 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 554330 INFO  (zkCallback-439-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@799e2 name:ZooKeeperConnection Watcher:127.0.0.1:55015 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 554330 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 554331 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 554332 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [n:127.0.0.1:34822_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 554332 INFO  (zkCallback-440-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1d25b61 name:ZooKeeperConnection Watcher:127.0.0.1:55015/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 554332 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [n:127.0.0.1:34822_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 554333 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [n:127.0.0.1:34822_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 554333 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [n:127.0.0.1:34822_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 554334 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [n:127.0.0.1:34822_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 554335 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [n:127.0.0.1:34822_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 554335 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [n:127.0.0.1:34822_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 554336 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [n:127.0.0.1:34822_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 554336 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [n:127.0.0.1:34822_    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 554337 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [n:127.0.0.1:34822_    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 554337 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [n:127.0.0.1:34822_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34822_
   [junit4]   2> 554337 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [n:127.0.0.1:34822_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:34822_
   [junit4]   2> 554338 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [n:127.0.0.1:34822_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 554338 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [n:127.0.0.1:34822_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 554338 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [n:127.0.0.1:34822_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 554339 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [n:127.0.0.1:34822_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/94274745325125636-127.0.0.1:34822_-n_0000000000
   [junit4]   2> 554339 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [n:127.0.0.1:34822_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:34822_
   [junit4]   2> 554339 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [n:127.0.0.1:34822_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 554339 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [n:127.0.0.1:34822_    ] o.a.s.c.Overseer Overseer (id=94274745325125636-127.0.0.1:34822_-n_0000000000) starting
   [junit4]   2> 554340 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [n:127.0.0.1:34822_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 554342 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [n:127.0.0.1:34822_    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 554342 INFO  (OverseerCollectionProcessor-94274745325125636-127.0.0.1:34822_-n_0000000000) [n:127.0.0.1:34822_    ] o.a.s.c.OverseerCollectionProcessor Process current queue of collection creations
   [junit4]   2> 554342 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [n:127.0.0.1:34822_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 554342 INFO  (OverseerStateUpdate-94274745325125636-127.0.0.1:34822_-n_0000000000) [n:127.0.0.1:34822_    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 554343 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [n:127.0.0.1:34822_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 554343 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [n:127.0.0.1:34822_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 554344 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [n:127.0.0.1:34822_    ] o.a.s.c.CoresLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_3614497085EC0A6-001/control-001/cores
   [junit4]   2> 554344 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [n:127.0.0.1:34822_    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_3614497085EC0A6-001/control-001/cores/collection1, collection=control_collection, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_3614497085EC0A6-001/control-001/cores/collection1/, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 554344 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [n:127.0.0.1:34822_    ] o.a.s.c.CoresLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_3614497085EC0A6-001/control-001/cores/collection1/
   [junit4]   2> 554344 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [n:127.0.0.1:34822_    ] o.a.s.c.CoresLocator Found 1 core definitions
   [junit4]   2> 554345 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 554345 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 554345 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [n:127.0.0.1:34822_    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 554345 INFO  (zkCallback-440-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 554345 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [n:127.0.0.1:34822_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 554345 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 554346 INFO  (OverseerStateUpdate-94274745325125636-127.0.0.1:34822_-n_0000000000) [n:127.0.0.1:34822_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:34822",
   [junit4]   2>   "node_name":"127.0.0.1:34822_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 554346 INFO  (OverseerStateUpdate-94274745325125636-127.0.0.1:34822_-n_0000000000) [n:127.0.0.1:34822_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:34822",
   [junit4]   2>   "node_name":"127.0.0.1:34822_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 554346 INFO  (OverseerStateUpdate-94274745325125636-127.0.0.1:34822_-n_0000000000) [n:127.0.0.1:34822_    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 554346 INFO  (OverseerStateUpdate-94274745325125636-127.0.0.1:34822_-n_0000000000) [n:127.0.0.1:34822_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 554347 INFO  (zkCallback-440-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_    ] o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 554347 INFO  (zkCallback-440-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_    ] o.a.s.c.c.ZkStateReader Updated cluster state version to 1
   [junit4]   2> 555346 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 555346 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 555346 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 555346 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from:/collections/control_collection
   [junit4]   2> 555347 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 555347 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_3614497085EC0A6-001/control-001/cores/collection1/'
   [junit4]   2> 555354 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 555357 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 555359 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 555372 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection   x:collection1] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 555373 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection   x:collection1] o.a.s.s.IndexSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 555376 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 555422 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 555423 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 555423 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 555425 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 555432 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection   x:collection1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 555432 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 555432 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore solr.StandardDirectoryFactory
   [junit4]   2> 555436 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_3614497085EC0A6-001/control-001/cores/collection1/], dataDir=[null]
   [junit4]   2> 555436 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@c66dca
   [junit4]   2> 555436 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_3614497085EC0A6-001/control-001/cores/collection1/data
   [junit4]   2> 555437 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 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/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_3614497085EC0A6-001/control-001/cores/collection1/data/index/
   [junit4]   2> 555437 WARN  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_3614497085EC0A6-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 555437 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_3614497085EC0A6-001/control-001/cores/collection1/data/index
   [junit4]   2> 555438 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=20, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=69.8349609375, floorSegmentMB=2.1767578125, forceMergeDeletesPctAllowed=24.083603495810145, segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.22782914919544447
   [junit4]   2> 555460 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_3614497085EC0A6-001/control-001/cores/collection1/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 555461 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 555461 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 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/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_3614497085EC0A6-001/control-001/cores/collection1/data/
   [junit4]   2> 555462 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 555463 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 555463 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 555463 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 555463 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 555463 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 555463 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 555463 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 555463 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 555464 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 555465 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 555465 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 555466 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 555467 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 555468 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 555468 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 555468 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 555469 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 555469 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 555469 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=48, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=51.6865234375, floorSegmentMB=0.7001953125, forceMergeDeletesPctAllowed=5.6985726780237815, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7135064124791478
   [junit4]   2> 555469 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_3614497085EC0A6-001/control-001/cores/collection1/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 555469 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 555470 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@1952abe[collection1] main
   [junit4]   2> 555470 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader Load collection config from:/collections/control_collection
   [junit4]   2> 555470 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 555470 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 555470 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 555470 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 555471 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 555471 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 555471 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 555471 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 555471 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 555471 INFO  (searcherExecutor-1665-thread-1-processing-n:127.0.0.1:34822_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1952abe[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 555471 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 555472 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 555472 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 555472 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1508395926598713344
   [junit4]   2> 555473 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Took 1 ms to seed version buckets with highest version 1508395926598713344
   [junit4]   2> 555474 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 555474 INFO  (coreLoadExecutor-1664-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 555474 INFO  (coreZkRegister-1658-thread-1-processing-n:127.0.0.1:34822_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController Register replica - core:collection1 address:http://127.0.0.1:34822 collection:control_collection shard:shard1
   [junit4]   2> 555474 INFO  (coreZkRegister-1658-thread-1-processing-n:127.0.0.1:34822_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 555475 INFO  (coreZkRegister-1658-thread-1-processing-n:127.0.0.1:34822_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.LeaderElector Joined leadership election with path: /collections/control_collection/leader_elect/shard1/election/94274745325125636-core_node1-n_0000000000
   [junit4]   2> 555476 INFO  (coreZkRegister-1658-thread-1-processing-n:127.0.0.1:34822_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard shard1
   [junit4]   2> 555476 INFO  (zkCallback-440-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 555476 INFO  (coreZkRegister-1658-thread-1-processing-n:127.0.0.1:34822_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 555476 INFO  (coreZkRegister-1658-thread-1-processing-n:127.0.0.1:34822_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 555476 INFO  (coreZkRegister-1658-thread-1-processing-n:127.0.0.1:34822_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:34822/collection1/
   [junit4]   2> 555477 INFO  (OverseerStateUpdate-94274745325125636-127.0.0.1:34822_-n_0000000000) [n:127.0.0.1:34822_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection"} current state version: 1
   [junit4]   2> 555477 INFO  (coreZkRegister-1658-thread-1-processing-n:127.0.0.1:34822_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 555477 INFO  (coreZkRegister-1658-thread-1-processing-n:127.0.0.1:34822_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:34822/collection1/ has no replicas
   [junit4]   2> 555477 INFO  (coreZkRegister-1658-thread-1-processing-n:127.0.0.1:34822_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:34822/collection1/ shard1
   [junit4]   2> 555477 INFO  (coreZkRegister-1658-thread-1-processing-n:127.0.0.1:34822_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 555478 INFO  (zkCallback-440-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 555479 INFO  (OverseerStateUpdate-94274745325125636-127.0.0.1:34822_-n_0000000000) [n:127.0.0.1:34822_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"http://127.0.0.1:34822",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 555580 INFO  (zkCallback-440-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_    ] o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 555580 INFO  (zkCallback-440-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_    ] o.a.s.c.c.ZkStateReader Updated cluster state version to 2
   [junit4]   2> 555629 INFO  (coreZkRegister-1658-thread-1-processing-n:127.0.0.1:34822_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are http://127.0.0.1:34822/collection1/ and leader is http://127.0.0.1:34822/collection1/
   [junit4]   2> 555629 INFO  (coreZkRegister-1658-thread-1-processing-n:127.0.0.1:34822_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:34822
   [junit4]   2> 555629 INFO  (coreZkRegister-1658-thread-1-processing-n:127.0.0.1:34822_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 555629 INFO  (coreZkRegister-1658-thread-1-processing-n:127.0.0.1:34822_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 555629 INFO  (coreZkRegister-1658-thread-1-processing-n:127.0.0.1:34822_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34822_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 555630 INFO  (zkCallback-440-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 555630 INFO  (OverseerStateUpdate-94274745325125636-127.0.0.1:34822_-n_0000000000) [n:127.0.0.1:34822_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:34822",
   [junit4]   2>   "node_name":"127.0.0.1:34822_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 2
   [junit4]   2> 555630 INFO  (OverseerStateUpdate-94274745325125636-127.0.0.1:34822_-n_0000000000) [n:127.0.0.1:34822_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:34822",
   [junit4]   2>   "node_name":"127.0.0.1:34822_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 555731 INFO  (zkCallback-440-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_    ] o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 555732 INFO  (zkCallback-440-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_    ] o.a.s.c.c.ZkStateReader Updated cluster state version to 3
   [junit4]   2> 555847 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 555847 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 555848 INFO  (zkCallback-442-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@b86ae6 name:ZooKeeperConnection Watcher:127.0.0.1:55015/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 555848 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 555848 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 555848 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 555849 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 555849 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 555849 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 555850 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 555850 INFO  (zkCallback-443-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1e06010 name:ZooKeeperConnection Watcher:127.0.0.1:55015/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 555850 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 555850 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 555851 INFO  (zkCallback-440-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 555851 INFO  (OverseerStateUpdate-94274745325125636-127.0.0.1:34822_-n_0000000000) [n:127.0.0.1:34822_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"create",
   [junit4]   2>   "name":"collection1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "stateFormat":"2"} current state version: 3
   [junit4]   2> 555851 INFO  (OverseerStateUpdate-94274745325125636-127.0.0.1:34822_-n_0000000000) [n:127.0.0.1:34822_    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 555895 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_3614497085EC0A6-001/shard-1-001/cores/collection1
   [junit4]   2> 555896 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_3614497085EC0A6-001/shard-1-001
   [junit4]   2> 555897 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.e.j.s.Server jetty-9.2.11.v20150529
   [junit4]   2> 555898 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@865dbd{/,null,AVAILABLE}
   [junit4]   2> 555898 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.e.j.s.ServerConnector Started ServerConnector@a422e0{HTTP/1.1}{127.0.0.1:42962}
   [junit4]   2> 555898 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.e.j.s.Server Started @557751ms
   [junit4]   2> 555898 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_3614497085EC0A6-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=42962, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_3614497085EC0A6-001/shard-1-001/cores}
   [junit4]   2> 555899 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@19ebb3d
   [junit4]   2> 555899 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_3614497085EC0A6-001/shard-1-001/'
   [junit4]   2> 555907 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 555908 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 555908 INFO  (zkCallback-444-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@b33a96 name:ZooKeeperConnection Watcher:127.0.0.1:55015/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 555908 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 555909 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 555909 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 555909 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_3614497085EC0A6-001/shard-1-001/solr.xml
   [junit4]   2> 555912 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.CoresLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_3614497085EC0A6-001/shard-1-001/cores
   [junit4]   2> 555912 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.CoreContainer New CoreContainer 31562696
   [junit4]   2> 555912 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_3614497085EC0A6-001/shard-1-001/]
   [junit4]   2> 555912 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.CoreContainer loading shared library: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_3614497085EC0A6-001/shard-1-001/lib
   [junit4]   2> 555912 WARN  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_3614497085EC0A6-001/shard-1-001/lib).
   [junit4]   2> 555916 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] 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> 555917 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 555918 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 555918 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 555918 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55015/solr
   [junit4]   2> 555918 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 555918 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 555918 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 555919 INFO  (zkCallback-446-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7e89f3 name:ZooKeeperConnection Watcher:127.0.0.1:55015 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 555919 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 555920 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 555920 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [n:127.0.0.1:42962_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 555921 INFO  (zkCallback-447-thread-1-processing-n:127.0.0.1:42962_) [n:127.0.0.1:42962_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@eb5eb5 name:ZooKeeperConnection Watcher:127.0.0.1:55015/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 555921 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [n:127.0.0.1:42962_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 555923 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [n:127.0.0.1:42962_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 555952 INFO  (OverseerStateUpdate-94274745325125636-127.0.0.1:34822_-n_0000000000) [n:127.0.0.1:34822_    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/collection1/state.json
   [junit4]   2> 555953 INFO  (zkCallback-442-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 555953 INFO  (zkCallback-440-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_    ] o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 555953 INFO  (zkCallback-447-thread-1-processing-n:127.0.0.1:42962_) [n:127.0.0.1:42962_    ] o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 555954 INFO  (zkCallback-442-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated cluster state version to 4
   [junit4]   2> 555954 INFO  (zkCallback-440-thread-1-processing-n:127.0.0.1:34822_) [n:127.0.0.1:34822_    ] o.a.s.c.c.ZkStateReader Updated cluster state version to 4
   [junit4]   2> 555954 INFO  (zkCallback-447-thread-1-processing-n:127.0.0.1:42962_) [n:127.0.0.1:42962_    ] o.a.s.c.c.ZkStateReader Updated cluster state version to 4
   [junit4]   2> 556924 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [n:127.0.0.1:42962_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42962_
   [junit4]   2> 556924 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [n:127.0.0.1:42962_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:42962_
   [junit4]   2> 556925 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [n:127.0.0.1:42962_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 556925 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [n:127.0.0.1:42962_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/94274745325125641-127.0.0.1:42962_-n_0000000001
   [junit4]   2> 556926 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[3614497085EC0A6]) [n:127.0.0.1:42962_    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/94274745325125636-127.0.0.1:34822_-n_0000000000 to know if I could be the lea

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

serts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J2 | TestSolrConfigHandlerCloud (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ERROR: SolrIndexSearcher opens=281 closes=280
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([3614497085EC0A6]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:472)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:238)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE scope at org.apache.solr.handler.TestSolrConfigHandlerCloud: 
   [junit4]    >    1) Thread[id=4105, name=searcherExecutor-2349-thread-1, state=WAITING, group=TGRP-TestSolrConfigHandlerCloud]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >    2) Thread[id=3491, name=qtp17690207-3491, state=RUNNABLE, group=TGRP-TestSolrConfigHandlerCloud]
   [junit4]    >         at java.util.WeakHashMap.get(WeakHashMap.java:403)
   [junit4]    >         at org.apache.solr.servlet.cache.HttpCacheHeaderUtil.calcEtag(HttpCacheHeaderUtil.java:101)
   [junit4]    >         at org.apache.solr.servlet.cache.HttpCacheHeaderUtil.doCacheHeaderValidation(HttpCacheHeaderUtil.java:219)
   [junit4]    >         at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:445)
   [junit4]    >         at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:229)
   [junit4]    >         at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:198)
   [junit4]    >         at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
   [junit4]    >         at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:106)
   [junit4]    >         at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
   [junit4]    >         at org.eclipse.jetty.servlets.UserAgentFilter.doFilter(UserAgentFilter.java:83)
   [junit4]    >         at org.eclipse.jetty.servlets.GzipFilter.doFilter(GzipFilter.java:364)
   [junit4]    >         at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
   [junit4]    >         at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585)
   [junit4]    >         at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:221)
   [junit4]    >         at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
   [junit4]    >         at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
   [junit4]    >         at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]    >         at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)
   [junit4]    >         at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]    >         at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
   [junit4]    >         at org.eclipse.jetty.server.Server.handle(Server.java:499)
   [junit4]    >         at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:310)
   [junit4]    >         at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
   [junit4]    >         at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([3614497085EC0A6]:0)Throwable #3: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=4105, name=searcherExecutor-2349-thread-1, state=WAITING, group=TGRP-TestSolrConfigHandlerCloud]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >    2) Thread[id=3491, name=qtp17690207-3491, state=RUNNABLE, group=TGRP-TestSolrConfigHandlerCloud]
   [junit4]    >         at java.util.WeakHashMap.get(WeakHashMap.java:403)
   [junit4]    >         at org.apache.solr.servlet.cache.HttpCacheHeaderUtil.calcEtag(HttpCacheHeaderUtil.java:101)
   [junit4]    >         at org.apache.solr.servlet.cache.HttpCacheHeaderUtil.doCacheHeaderValidation(HttpCacheHeaderUtil.java:219)
   [junit4]    >         at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:445)
   [junit4]    >         at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:229)
   [junit4]    >         at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:198)
   [junit4]    >         at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
   [junit4]    >         at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:106)
   [junit4]    >         at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
   [junit4]    >         at org.eclipse.jetty.servlets.UserAgentFilter.doFilter(UserAgentFilter.java:83)
   [junit4]    >         at org.eclipse.jetty.servlets.GzipFilter.doFilter(GzipFilter.java:364)
   [junit4]    >         at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
   [junit4]    >         at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585)
   [junit4]    >         at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:221)
   [junit4]    >         at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
   [junit4]    >         at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
   [junit4]    >         at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]    >         at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)
   [junit4]    >         at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]    >         at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
   [junit4]    >         at org.eclipse.jetty.server.Server.handle(Server.java:499)
   [junit4]    >         at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:310)
   [junit4]    >         at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
   [junit4]    >         at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([3614497085EC0A6]:0)
   [junit4] Completed [198/529] on J2 in 238.30s, 1 test, 1 failure, 2 errors <<< FAILURES!

[...truncated 1006 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:716: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:660: 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:230: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:514: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1429: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:984: There were test failures: 529 suites, 2092 tests, 3 suite-level errors, 1 failure, 1247 ignored (22 assumptions)

Total time: 39 minutes 17 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS-EA] Lucene-Solr-trunk-Linux (32bit/jdk1.8.0_60-ea-b24) - Build # 13702 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/13702/
Java: 32bit/jdk1.8.0_60-ea-b24 -client -XX:+UseSerialGC

1 tests failed.
FAILED:  org.apache.solr.cloud.CdcrReplicationHandlerTest.doTest

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

Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 330 seconds
	at __randomizedtesting.SeedInfo.seed([7FFD725D86E36543:D8B9CAF9EB5876FA]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:172)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:133)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:128)
	at org.apache.solr.cloud.BaseCdcrDistributedZkTest.waitForRecoveriesToFinish(BaseCdcrDistributedZkTest.java:465)
	at org.apache.solr.cloud.BaseCdcrDistributedZkTest.clearSourceCollection(BaseCdcrDistributedZkTest.java:319)
	at org.apache.solr.cloud.CdcrReplicationHandlerTest.doTestPartialReplicationAfterPeerSync(CdcrReplicationHandlerTest.java:158)
	at org.apache.solr.cloud.CdcrReplicationHandlerTest.doTest(CdcrReplicationHandlerTest.java:53)
	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:497)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:966)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:941)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	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:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	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:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10262 lines...]
   [junit4] Suite: org.apache.solr.cloud.CdcrReplicationHandlerTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationHandlerTest_7FFD725D86E36543-001/init-core-data-001
   [junit4]   2> 680802 INFO  (SUITE-CdcrReplicationHandlerTest-seed#[7FFD725D86E36543]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true)
   [junit4]   2> 680802 INFO  (SUITE-CdcrReplicationHandlerTest-seed#[7FFD725D86E36543]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /fd/tl
   [junit4]   2> 680805 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 680805 INFO  (Thread-1395) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 680805 INFO  (Thread-1395) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 680905 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.ZkTestServer start zk server on port:43495
   [junit4]   2> 680906 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 680906 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 680908 INFO  (zkCallback-522-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@f8b01f name:ZooKeeperConnection Watcher:127.0.0.1:43495 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 680908 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 680909 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 680909 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 680911 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 680911 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 680912 INFO  (zkCallback-523-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@16210ff name:ZooKeeperConnection Watcher:127.0.0.1:43495/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 680912 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 680913 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 680913 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 680914 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 680916 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 680917 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 680918 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-cdcr.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 680919 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 680921 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 680921 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 680923 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 680924 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 680925 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 680926 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 680927 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 680927 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 680929 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 680929 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 680931 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 680931 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 680932 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 680933 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 680934 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 680934 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 680936 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 680936 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 680938 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 680938 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 680940 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 680941 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 680941 INFO  (zkCallback-524-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@157d769 name:ZooKeeperConnection Watcher:127.0.0.1:43495/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 680942 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 680942 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 680943 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.SolrTestCaseJ4 ###Starting doTest
   [junit4]   2> 681010 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationHandlerTest_7FFD725D86E36543-001/jetty-001/cores/collection1
   [junit4]   2> 681012 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.e.j.s.Server jetty-9.2.11.v20150529
   [junit4]   2> 681013 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1da80bd{/fd/tl,null,AVAILABLE}
   [junit4]   2> 681025 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.e.j.s.ServerConnector Started ServerConnector@139a5cf{SSL-http/1.1}{127.0.0.1:34958}
   [junit4]   2> 681025 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.e.j.s.Server Started @682237ms
   [junit4]   2> 681025 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {shards=shard1, hostContext=/fd/tl, hostPort=34958, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationHandlerTest_7FFD725D86E36543-001/jetty-001/cores}
   [junit4]   2> 681028 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@e2f2a
   [junit4]   2> 681029 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationHandlerTest_7FFD725D86E36543-001/jetty-001/'
   [junit4]   2> 681057 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 681058 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 681059 INFO  (zkCallback-525-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1d8a7e5 name:ZooKeeperConnection Watcher:127.0.0.1:43495/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 681060 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 681060 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 681062 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 681062 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationHandlerTest_7FFD725D86E36543-001/jetty-001/solr.xml
   [junit4]   2> 681069 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.CoresLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationHandlerTest_7FFD725D86E36543-001/jetty-001/cores
   [junit4]   2> 681070 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.CoreContainer New CoreContainer 13648868
   [junit4]   2> 681070 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationHandlerTest_7FFD725D86E36543-001/jetty-001/]
   [junit4]   2> 681070 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.CoreContainer loading shared library: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationHandlerTest_7FFD725D86E36543-001/jetty-001/lib
   [junit4]   2> 681070 WARN  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationHandlerTest_7FFD725D86E36543-001/jetty-001/lib).
   [junit4]   2> 681080 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] 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> 681084 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 681086 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 681086 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 681087 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43495/solr
   [junit4]   2> 681087 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 681087 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 681087 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 681089 INFO  (zkCallback-527-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1d8387e name:ZooKeeperConnection Watcher:127.0.0.1:43495 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 681089 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 681090 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 681091 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [n:127.0.0.1:34958_fd%2Ftl    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 681092 INFO  (zkCallback-528-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1704bc8 name:ZooKeeperConnection Watcher:127.0.0.1:43495/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 681093 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [n:127.0.0.1:34958_fd%2Ftl    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 681094 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [n:127.0.0.1:34958_fd%2Ftl    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 681096 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [n:127.0.0.1:34958_fd%2Ftl    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 681099 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [n:127.0.0.1:34958_fd%2Ftl    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 681101 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [n:127.0.0.1:34958_fd%2Ftl    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 681102 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [n:127.0.0.1:34958_fd%2Ftl    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 681105 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [n:127.0.0.1:34958_fd%2Ftl    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 681107 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [n:127.0.0.1:34958_fd%2Ftl    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 681108 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [n:127.0.0.1:34958_fd%2Ftl    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 681109 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [n:127.0.0.1:34958_fd%2Ftl    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34958_fd%2Ftl
   [junit4]   2> 681109 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [n:127.0.0.1:34958_fd%2Ftl    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:34958_fd%2Ftl
   [junit4]   2> 681111 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [n:127.0.0.1:34958_fd%2Ftl    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 681112 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [n:127.0.0.1:34958_fd%2Ftl    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 681113 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [n:127.0.0.1:34958_fd%2Ftl    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 681114 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [n:127.0.0.1:34958_fd%2Ftl    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/94275158107029509-127.0.0.1:34958_fd%2Ftl-n_0000000000
   [junit4]   2> 681115 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [n:127.0.0.1:34958_fd%2Ftl    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:34958_fd%2Ftl
   [junit4]   2> 681115 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [n:127.0.0.1:34958_fd%2Ftl    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 681116 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [n:127.0.0.1:34958_fd%2Ftl    ] o.a.s.c.Overseer Overseer (id=94275158107029509-127.0.0.1:34958_fd%2Ftl-n_0000000000) starting
   [junit4]   2> 681118 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [n:127.0.0.1:34958_fd%2Ftl    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 681123 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [n:127.0.0.1:34958_fd%2Ftl    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 681124 INFO  (OverseerCollectionProcessor-94275158107029509-127.0.0.1:34958_fd%2Ftl-n_0000000000) [n:127.0.0.1:34958_fd%2Ftl    ] o.a.s.c.OverseerCollectionProcessor Process current queue of collection creations
   [junit4]   2> 681124 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [n:127.0.0.1:34958_fd%2Ftl    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 681124 INFO  (OverseerStateUpdate-94275158107029509-127.0.0.1:34958_fd%2Ftl-n_0000000000) [n:127.0.0.1:34958_fd%2Ftl    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 681126 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [n:127.0.0.1:34958_fd%2Ftl    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 681127 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [n:127.0.0.1:34958_fd%2Ftl    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 681127 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [n:127.0.0.1:34958_fd%2Ftl    ] o.a.s.c.CoresLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationHandlerTest_7FFD725D86E36543-001/jetty-001/cores
   [junit4]   2> 681128 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [n:127.0.0.1:34958_fd%2Ftl    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationHandlerTest_7FFD725D86E36543-001/jetty-001/cores/collection1, collection=tmp_collection, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationHandlerTest_7FFD725D86E36543-001/jetty-001/cores/collection1/, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 681128 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [n:127.0.0.1:34958_fd%2Ftl    ] o.a.s.c.CoresLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationHandlerTest_7FFD725D86E36543-001/jetty-001/cores/collection1/
   [junit4]   2> 681128 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [n:127.0.0.1:34958_fd%2Ftl    ] o.a.s.c.CoresLocator Found 1 core definitions
   [junit4]   2> 681129 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [n:127.0.0.1:34958_fd%2Ftl    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 681129 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [n:127.0.0.1:34958_fd%2Ftl    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 681129 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 681130 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 681130 INFO  (zkCallback-528-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 681130 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 681131 INFO  (OverseerStateUpdate-94275158107029509-127.0.0.1:34958_fd%2Ftl-n_0000000000) [n:127.0.0.1:34958_fd%2Ftl    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:34958/fd/tl",
   [junit4]   2>   "node_name":"127.0.0.1:34958_fd%2Ftl",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"tmp_collection",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 681132 INFO  (OverseerStateUpdate-94275158107029509-127.0.0.1:34958_fd%2Ftl-n_0000000000) [n:127.0.0.1:34958_fd%2Ftl    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:34958/fd/tl",
   [junit4]   2>   "node_name":"127.0.0.1:34958_fd%2Ftl",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"tmp_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 681133 INFO  (OverseerStateUpdate-94275158107029509-127.0.0.1:34958_fd%2Ftl-n_0000000000) [n:127.0.0.1:34958_fd%2Ftl    ] o.a.s.c.o.ClusterStateMutator building a new cName: tmp_collection
   [junit4]   2> 681133 INFO  (OverseerStateUpdate-94275158107029509-127.0.0.1:34958_fd%2Ftl-n_0000000000) [n:127.0.0.1:34958_fd%2Ftl    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 681134 INFO  (zkCallback-528-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl    ] o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 681136 INFO  (zkCallback-528-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl    ] o.a.s.c.c.ZkStateReader Updated cluster state version to 1
   [junit4]   2> 682131 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 682131 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:tmp_collection
   [junit4]   2> 682132 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection   x:collection1] o.a.s.c.ZkController Creating collection in ZooKeeper:tmp_collection
   [junit4]   2> 682132 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection   x:collection1] o.a.s.c.ZkController Looking for collection configName
   [junit4]   2> 682133 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection   x:collection1] o.a.s.c.ZkController Only one config set found in zk - using it:conf1
   [junit4]   2> 682133 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection   x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/tmp_collection
   [junit4]   2> 682134 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from:/collections/tmp_collection
   [junit4]   2> 682134 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection   x:collection1] o.a.s.c.c.ZkStateReader path=/collections/tmp_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 682135 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationHandlerTest_7FFD725D86E36543-001/jetty-001/cores/collection1/'
   [junit4]   2> 682149 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 682154 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 682156 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 682162 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection   x:collection1] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 682163 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection   x:collection1] o.a.s.s.IndexSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 682168 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 682240 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 682241 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 682241 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 682244 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 682262 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection   x:collection1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 682262 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection tmp_collection
   [junit4]   2> 682262 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore solr.StandardDirectoryFactory
   [junit4]   2> 682262 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationHandlerTest_7FFD725D86E36543-001/jetty-001/cores/collection1/], dataDir=[null]
   [junit4]   2> 682263 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@d535fb
   [junit4]   2> 682263 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationHandlerTest_7FFD725D86E36543-001/jetty-001/cores/collection1/data
   [junit4]   2> 682264 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection s:shard1 r:core_node1 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/J1/temp/solr.cloud.CdcrReplicationHandlerTest_7FFD725D86E36543-001/jetty-001/cores/collection1/data/index/
   [junit4]   2> 682271 WARN  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationHandlerTest_7FFD725D86E36543-001/jetty-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 682271 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationHandlerTest_7FFD725D86E36543-001/jetty-001/cores/collection1/data/index
   [junit4]   2> 682272 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=31.2119140625, floorSegmentMB=0.21875, forceMergeDeletesPctAllowed=1.026462753628976, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5496256645744276
   [junit4]   2> 682303 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationHandlerTest_7FFD725D86E36543-001/jetty-001/cores/collection1/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 682303 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 682304 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection s:shard1 r:core_node1 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/J1/temp/solr.cloud.CdcrReplicationHandlerTest_7FFD725D86E36543-001/jetty-001/cores/collection1/data/
   [junit4]   2> 682307 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "cdcr-processor-chain"
   [junit4]   2> 682316 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 682318 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 682319 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 682321 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 682322 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 682332 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/cdcr,/update,/admin/file
   [junit4]   2> 682333 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 682338 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 682339 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 682339 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 682340 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 682341 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=35, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 682341 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationHandlerTest_7FFD725D86E36543-001/jetty-001/cores/collection1/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 682341 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 682342 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@19e736[collection1] main
   [junit4]   2> 682342 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader Load collection config from:/collections/tmp_collection
   [junit4]   2> 682343 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader path=/collections/tmp_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 682343 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 682343 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 682343 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 682344 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 682344 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 682344 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 682344 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 682345 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 682347 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/tmp_collection/cdcr/state
   [junit4]   2> 682350 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.CdcrBufferStateManager Created znode /collections/tmp_collection/cdcr/state/buffer
   [junit4]   2> 682353 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.CdcrProcessStateManager Created znode /collections/tmp_collection/cdcr/state/process
   [junit4]   2> 682365 INFO  (searcherExecutor-1683-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl x:collection1 s:shard1 c:tmp_collection r:core_node1) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@19e736[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 682365 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 682365 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 682365 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 682366 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1508402531347202048
   [junit4]   2> 682367 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Took 2 ms to seed version buckets with highest version 1508402531347202048
   [junit4]   2> 682367 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 682368 INFO  (coreLoadExecutor-1682-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 682368 INFO  (coreZkRegister-1676-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl x:collection1 s:shard1 c:tmp_collection r:core_node1) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController Register replica - core:collection1 address:https://127.0.0.1:34958/fd/tl collection:tmp_collection shard:shard1
   [junit4]   2> 682369 INFO  (coreZkRegister-1676-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl x:collection1 s:shard1 c:tmp_collection r:core_node1) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/tmp_collection/leader_elect/shard1/election
   [junit4]   2> 682372 INFO  (coreZkRegister-1676-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl x:collection1 s:shard1 c:tmp_collection r:core_node1) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.LeaderElector Joined leadership election with path: /collections/tmp_collection/leader_elect/shard1/election/94275158107029509-core_node1-n_0000000000
   [junit4]   2> 682373 INFO  (coreZkRegister-1676-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl x:collection1 s:shard1 c:tmp_collection r:core_node1) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard shard1
   [junit4]   2> 682374 INFO  (zkCallback-528-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 682374 INFO  (coreZkRegister-1676-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl x:collection1 s:shard1 c:tmp_collection r:core_node1) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 682374 INFO  (coreZkRegister-1676-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl x:collection1 s:shard1 c:tmp_collection r:core_node1) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 682374 INFO  (coreZkRegister-1676-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl x:collection1 s:shard1 c:tmp_collection r:core_node1) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:34958/fd/tl/collection1/
   [junit4]   2> 682374 INFO  (OverseerStateUpdate-94275158107029509-127.0.0.1:34958_fd%2Ftl-n_0000000000) [n:127.0.0.1:34958_fd%2Ftl    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"tmp_collection"} current state version: 1
   [junit4]   2> 682374 INFO  (coreZkRegister-1676-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl x:collection1 s:shard1 c:tmp_collection r:core_node1) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 682375 INFO  (coreZkRegister-1676-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl x:collection1 s:shard1 c:tmp_collection r:core_node1) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy https://127.0.0.1:34958/fd/tl/collection1/ has no replicas
   [junit4]   2> 682375 INFO  (coreZkRegister-1676-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl x:collection1 s:shard1 c:tmp_collection r:core_node1) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:34958/fd/tl/collection1/ shard1
   [junit4]   2> 682375 INFO  (coreZkRegister-1676-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl x:collection1 s:shard1 c:tmp_collection r:core_node1) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/tmp_collection/leaders/shard1
   [junit4]   2> 682377 INFO  (zkCallback-528-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl    ] o.a.s.h.CdcrProcessStateManager Received new leader state @ tmp_collection:shard1
   [junit4]   2> 682379 INFO  (zkCallback-528-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 682379 INFO  (OverseerStateUpdate-94275158107029509-127.0.0.1:34958_fd%2Ftl-n_0000000000) [n:127.0.0.1:34958_fd%2Ftl    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"tmp_collection",
   [junit4]   2>   "base_url":"https://127.0.0.1:34958/fd/tl",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 682482 INFO  (zkCallback-528-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl    ] o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 682484 INFO  (zkCallback-528-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl    ] o.a.s.c.c.ZkStateReader Updated cluster state version to 2
   [junit4]   2> 682530 INFO  (coreZkRegister-1676-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl x:collection1 s:shard1 c:tmp_collection r:core_node1) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are https://127.0.0.1:34958/fd/tl/collection1/ and leader is https://127.0.0.1:34958/fd/tl/collection1/
   [junit4]   2> 682530 INFO  (coreZkRegister-1676-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl x:collection1 s:shard1 c:tmp_collection r:core_node1) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:34958/fd/tl
   [junit4]   2> 682530 INFO  (coreZkRegister-1676-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl x:collection1 s:shard1 c:tmp_collection r:core_node1) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 682530 INFO  (coreZkRegister-1676-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl x:collection1 s:shard1 c:tmp_collection r:core_node1) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 682530 INFO  (coreZkRegister-1676-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl x:collection1 s:shard1 c:tmp_collection r:core_node1) [n:127.0.0.1:34958_fd%2Ftl c:tmp_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 682531 INFO  (zkCallback-528-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 682533 INFO  (OverseerStateUpdate-94275158107029509-127.0.0.1:34958_fd%2Ftl-n_0000000000) [n:127.0.0.1:34958_fd%2Ftl    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:34958/fd/tl",
   [junit4]   2>   "node_name":"127.0.0.1:34958_fd%2Ftl",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"tmp_collection",
   [junit4]   2>   "operation":"state"} current state version: 2
   [junit4]   2> 682534 INFO  (OverseerStateUpdate-94275158107029509-127.0.0.1:34958_fd%2Ftl-n_0000000000) [n:127.0.0.1:34958_fd%2Ftl    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:34958/fd/tl",
   [junit4]   2>   "node_name":"127.0.0.1:34958_fd%2Ftl",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"tmp_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 682636 INFO  (zkCallback-528-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl    ] o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 682637 INFO  (zkCallback-528-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl    ] o.a.s.c.c.ZkStateReader Updated cluster state version to 3
   [junit4]   2> 682714 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationHandlerTest_7FFD725D86E36543-001/jetty-002/cores/collection1
   [junit4]   2> 682716 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.e.j.s.Server jetty-9.2.11.v20150529
   [junit4]   2> 682717 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@afda77{/fd/tl,null,AVAILABLE}
   [junit4]   2> 682724 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.e.j.s.ServerConnector Started ServerConnector@229809{SSL-http/1.1}{127.0.0.1:56185}
   [junit4]   2> 682725 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.e.j.s.Server Started @683936ms
   [junit4]   2> 682725 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {shards=shard2, hostContext=/fd/tl, hostPort=56185, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationHandlerTest_7FFD725D86E36543-001/jetty-002/cores}
   [junit4]   2> 682727 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@e2f2a
   [junit4]   2> 682727 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationHandlerTest_7FFD725D86E36543-001/jetty-002/'
   [junit4]   2> 682741 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 682741 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 682742 INFO  (zkCallback-529-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1c12ee7 name:ZooKeeperConnection Watcher:127.0.0.1:43495/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 682742 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 682743 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 682744 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 682744 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationHandlerTest_7FFD725D86E36543-001/jetty-002/solr.xml
   [junit4]   2> 682749 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.CoresLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationHandlerTest_7FFD725D86E36543-001/jetty-002/cores
   [junit4]   2> 682749 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.CoreContainer New CoreContainer 2355113
   [junit4]   2> 682750 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationHandlerTest_7FFD725D86E36543-001/jetty-002/]
   [junit4]   2> 682750 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.CoreContainer loading shared library: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationHandlerTest_7FFD725D86E36543-001/jetty-002/lib
   [junit4]   2> 682750 WARN  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationHandlerTest_7FFD725D86E36543-001/jetty-002/lib).
   [junit4]   2> 682758 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] 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> 682760 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 682762 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 682762 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 682762 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43495/solr
   [junit4]   2> 682763 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 682763 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 682763 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 682764 INFO  (zkCallback-531-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@16ed268 name:ZooKeeperConnection Watcher:127.0.0.1:43495 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 682765 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 682766 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 682767 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [n:127.0.0.1:56185_fd%2Ftl    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 682768 INFO  (zkCallback-532-thread-1-processing-n:127.0.0.1:56185_fd%2Ftl) [n:127.0.0.1:56185_fd%2Ftl    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@105f79d name:ZooKeeperConnection Watcher:127.0.0.1:43495/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 682768 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [n:127.0.0.1:56185_fd%2Ftl    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 682772 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [n:127.0.0.1:56185_fd%2Ftl    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 683776 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [n:127.0.0.1:56185_fd%2Ftl    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56185_fd%2Ftl
   [junit4]   2> 683777 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [n:127.0.0.1:56185_fd%2Ftl    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:56185_fd%2Ftl
   [junit4]   2> 683779 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [n:127.0.0.1:56185_fd%2Ftl    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 683779 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [n:127.0.0.1:56185_fd%2Ftl    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/94275158107029512-127.0.0.1:56185_fd%2Ftl-n_0000000001
   [junit4]   2> 683780 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [n:127.0.0.1:56185_fd%2Ftl    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/94275158107029509-127.0.0.1:34958_fd%2Ftl-n_0000000000 to know if I could be the leader
   [junit4]   2> 683781 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [n:127.0.0.1:56185_fd%2Ftl    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 683782 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [n:127.0.0.1:56185_fd%2Ftl    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 683783 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [n:127.0.0.1:56185_fd%2Ftl    ] o.a.s.c.CoresLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationHandlerTest_7FFD725D86E36543-001/jetty-002/cores
   [junit4]   2> 683783 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [n:127.0.0.1:56185_fd%2Ftl    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationHandlerTest_7FFD725D86E36543-001/jetty-002/cores/collection1, collection=tmp_collection, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationHandlerTest_7FFD725D86E36543-001/jetty-002/cores/collection1/, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 683784 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [n:127.0.0.1:56185_fd%2Ftl    ] o.a.s.c.CoresLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationHandlerTest_7FFD725D86E36543-001/jetty-002/cores/collection1/
   [junit4]   2> 683784 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [n:127.0.0.1:56185_fd%2Ftl    ] o.a.s.c.CoresLocator Found 1 core definitions
   [junit4]   2> 683785 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [n:127.0.0.1:56185_fd%2Ftl    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 683785 INFO  (coreLoadExecutor-1694-thread-1-processing-n:127.0.0.1:56185_fd%2Ftl) [n:127.0.0.1:56185_fd%2Ftl c:tmp_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 683785 INFO  (coreLoadExecutor-1694-thread-1-processing-n:127.0.0.1:56185_fd%2Ftl) [n:127.0.0.1:56185_fd%2Ftl c:tmp_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 683785 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [n:127.0.0.1:56185_fd%2Ftl    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 683786 INFO  (coreLoadExecutor-1694-thread-1-processing-n:127.0.0.1:56185_fd%2Ftl) [n:127.0.0.1:56185_fd%2Ftl c:tmp_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 683786 INFO  (zkCallback-528-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 683787 INFO  (OverseerStateUpdate-94275158107029509-127.0.0.1:34958_fd%2Ftl-n_0000000000) [n:127.0.0.1:34958_fd%2Ftl    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:56185/fd/tl",
   [junit4]   2>   "node_name":"127.0.0.1:56185_fd%2Ftl",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"tmp_collection",
   [junit4]   2>   "operation":"state"} current state version: 3
   [junit4]   2> 683787 INFO  (OverseerStateUpdate-94275158107029509-127.0.0.1:34958_fd%2Ftl-n_0000000000) [n:127.0.0.1:34958_fd%2Ftl    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:56185/fd/tl",
   [junit4]   2>   "node_name":"127.0.0.1:56185_fd%2Ftl",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"tmp_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 683787 INFO  (OverseerStateUpdate-94275158107029509-127.0.0.1:34958_fd%2Ftl-n_0000000000) [n:127.0.0.1:34958_fd%2Ftl    ] o.a.s.c.o.ReplicaMutator Collection already exists with numShards=1
   [junit4]   2> 683788 INFO  (OverseerStateUpdate-94275158107029509-127.0.0.1:34958_fd%2Ftl-n_0000000000) [n:127.0.0.1:34958_fd%2Ftl    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 683890 INFO  (zkCallback-528-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl    ] o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 683890 INFO  (zkCallback-532-thread-1-processing-n:127.0.0.1:56185_fd%2Ftl) [n:127.0.0.1:56185_fd%2Ftl    ] o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 683891 INFO  (zkCallback-528-thread-1-processing-n:127.0.0.1:34958_fd%2Ftl) [n:127.0.0.1:34958_fd%2Ftl    ] o.a.s.c.c.ZkStateReader Updated cluster state version to 4
   [junit4]   2> 683891 INFO  (zkCallback-532-thread-1-processing-n:127.0.0.1:56185_fd%2Ftl) [n:127.0.0.1:56185_fd%2Ftl    ] o.a.s.c.c.ZkStateReader Updated cluster state version to 4
   [junit4]   2> 684786 INFO  (coreLoadExecutor-1694-thread-1-processing-n:127.0.0.1:56185_fd%2Ftl) [n:127.0.0.1:56185_fd%2Ftl c:tmp_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 684786 INFO  (coreLoadExecutor-1694-thread-1-processing-n:127.0.0.1:56185_fd%2Ftl) [n:127.0.0.1:56185_fd%2Ftl c:tmp_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:tmp_collection
   [junit4]   2> 684787 INFO  (coreLoadExecutor-1694-thread-1-processing-n:127.0.0.1:56185_fd%2Ftl) [n:127.0.0.1:56185_fd%2Ftl c:tmp_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 684787 INFO  (coreLoadExecutor-1694-thread-1-processing-n:127.0.0.1:56185_fd%2Ftl) [n:127.0.0.1:56185_fd%2Ftl c:tmp_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from:/collections/tmp_collection
   [junit4]   2> 684788 INFO  (coreLoadExecutor-1694-thread-1-processing-n:127.0.0.1:56185_fd%2Ftl) [n:127.0.0.1:56185_fd%2Ftl c:tmp_collection   x:collection1] o.a.s.c.c.ZkStateReader path=/collections/tmp_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 684788 INFO  (coreLoadExecutor-1694-thread-1-processing-n:127.0.0.1:56185_fd%2Ftl) [n:127.0.0.1:56185_fd%2Ftl c:tmp_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationHandlerTest_7FFD725D86E36543-001/jetty-002/cores/collection1/'
   [junit4]   2> 684801 INFO  (coreLoadExecutor-1694-thread-1-processing-n:127.0.0.1:56185_fd%2Ftl) [n:127.0.0.1:56185_fd%2Ftl c:tmp_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 684805 INFO  (coreLoadExecutor-1694-thread-1-processing-n:127.0.0.1:56185_fd%2Ftl) [n:127.0.0.1:56185_fd%2Ftl c:tmp_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 684808 INFO  (coreLoadExecutor-1694-thread-1-processing-n:127.0.0.1:56185_fd%2Ftl) [n:127.0.0.1:56185_fd%2Ftl c:tmp_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 684814 INFO  (coreLoadExecutor-1694-thread-1-processing-n:127.0.0.1:56185_fd%2Ftl) [n:127.0.0.1:56185_fd%2Ftl c:tmp_collection   x:collection1] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 684815 INFO  (coreLoadExecutor-1694-thread-1-processing-n:127.0.0.1:56185_fd%2Ftl) [n:127.0.0.1:56185_fd%2Ftl c:tmp_collection   x:collection1] o.a.s.s.IndexSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 684820 INFO  (coreLoadExecutor-1694-thread-1-processing-n:127.0.0.1:56185_fd%2Ftl) [n:127.0.0.1:56185_fd%2Ftl c:tmp_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 684911 INFO  (coreLoadExecutor-1694-thread-1-processing-n:127.0.0.1:56185_fd%2Ftl) [n:127.0.0.1:56185_fd%2Ftl c:tmp_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 684912 INFO  (coreLoadExecutor-1694-thread-1-processing-n:127.0.0.1:56185_fd%2Ftl) [n:127.0.0.1:56185_fd%2Ftl c:tmp_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 684913 INFO  (coreLoadExecutor-1694-thread-1-processing-n:127.0.0.1:56185_fd%2Ftl) [n:127.0.0.1:56185_fd%2Ftl c:tmp_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 684915 INFO  (coreLoadExecutor-1694-thread-1-processing-n:127.0.0.1:56185_fd%2Ftl) [n:127.0.0.1:56185_fd%2Ftl c:tmp_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 684927 INFO  (coreLoadExecutor-1694-thread-1-processing-n:127.0.0.1:56185_fd%2Ftl) [n:127.0.0.1:56185_fd%2Ftl c:tmp_collection   x:collection1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 684927 INFO  (coreLoadExecutor-1694-thread-1-processing-n:127.0.0.1:56185_fd%2Ftl) [n:127.0.0.1:56185_fd%2Ftl c:tmp_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection tmp_collection
   [junit4]   2> 684927 INFO  (coreLoadExecutor-1694-thread-1-processing-n:127.0.0.1:56185_fd%2Ftl) [n:127.0.0.1:56185_fd%2Ftl c:tmp_collection s:shard1 r:core_node2 x:collection1] o.a.s.c.SolrCore solr.StandardDirectoryFactory
   [junit4]   2> 684928 INFO  (coreLoadExecutor-1694-thread-1-processing-n:127.0.0.1:56185_fd%2Ftl) [n:127.0.0.1:56185_fd%2Ftl c:tmp_collection s:shard1 r:core_node2 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationHandlerTest_7FFD725D86E36543-001/jetty-002/cores/collection1/], dataDir=[null]
   [junit4]   2> 684928 INFO  (coreLoadExecutor-1694-thread-1-processing-n:127.0.0.1:56185_fd%2Ftl) [n:127.0.0.1:56185_fd%2Ftl c:tmp_collection s:shard1 r:core_node2 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@d535fb
   [junit4]   2> 684928 INFO  (coreLoadExecutor-1694-thread-1-processing-n:127.0.0.1:56185_fd%2Ftl) [n:127.0.0.1:56185_fd%2Ftl c:tmp_collection s:shard1 r:core_node2 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationHandlerTest_7FFD725D86E36543-001/jetty-002/cores/collection1/data
   [junit4]   2> 684929 INFO  (coreLoadExecutor-1694-thread-1-processing-n:127.0.0.1:56185_fd%2Ftl) [n:127.0.0.1:56185_fd%2Ftl c:tmp_collection s:shard1 r:core_node2 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/J1/temp/solr.cloud.CdcrReplicationHandlerTest_7FFD725D86E36543-001/jetty-002/cores/collection1/data/index/
   [junit4]   2> 684929 WARN  (coreLoadExecutor-1694-thread-1-processing-n:127.0.0.1:56185_fd%2Ftl) [n:127.0.0.1:56185_fd%2Ftl c:tmp_collection s:shard1 r:core_node2 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationHandlerTest_7FFD725D86E36543-001/jetty-002/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 684929 INFO  (coreLoadExecutor-1694-thread-1-processing-n:127.0.0.1:56185_fd%2Ftl) [n:127.0.0.1:56185_fd%2Ftl c:tmp_collection s:shard1 r:core_node2 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationHandlerTest_7FFD725D86E36543-001/jetty-002/cores/collection1/data/index
   [junit4]   2> 684930 INFO  (coreLoadExecutor-1694-thread-1-processing-n:127.0.0.1:56185_fd%2Ftl) [n:127.0.0.1:56185_fd%2Ftl c:tmp_collection s:shard1 r:core_node2 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=31.2119140625, floorSegmentMB=0.21875, forceMergeDeletesPctAllowed=1.026462753628976, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5496256645744276
   [junit4]   2> 684950 INFO  (coreLoadExecutor-1694-thread-1-processing-n:127.0.0.1:56185_fd%2Ftl) [n:127.0.0.1:56185_fd%2Ftl c:tmp_collection s:shard1 r:core_node2 x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationHandlerTest_7FFD725D86E36543-001/jetty-002/cores/collection1/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 684951 INFO  (coreLoadExecutor-1694-thread-1-processing-n:127.0.0.1:56185_fd%2Ftl) [n:127.0.0.1:56185_fd%2Ftl c:tmp_collection s:shard1 r:core_node2 x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 684951 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:56185_fd%2Ftl c:tmp_collection s:shard1 r:core_node2 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/J1/temp/solr.cloud.CdcrReplicationHandlerTest_7FFD725D86E36543-001/jetty-002/cores/collection1/data/
   [junit4]   2> 684955 INFO  (coreLoadExecutor-1694-thread-1-processing-n:127.0.0.1:56185_fd%2Ftl) [n:127.0.0.1:56185_fd%2Ftl c:tmp_collection s:shard1 r:core_node2 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "cdcr-processor-chain"
   [junit4]   2> 684956 INFO  (coreLoadExecutor-1694-thread-1-processing-n:127.0.0.1:56185_fd%2Ftl) [n:127.0.0.1:56185_fd%2Ftl c:tmp_collection s:shard1 r:core_node2 x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 684958 INFO  (coreLoadExecutor-1694-thread-1-processing-n:127.0.0.1:56185_fd%2Ftl) [n:127.0.0.1:56185_fd%2Ftl c:tmp_collection s:shard1 r:core_node2 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 684959 INFO  (coreLoadExecutor-1694-thread-1-processing-n:127.0.0.1:56185_fd%2Ftl) [n:127.0.0.1:56185_fd%2Ftl c:tmp_collection s:shard1 r:core_node2 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 684960 INFO  (coreLoadExecutor-1694-thread-1-processing-n:127.0.0.1:56185_fd%2Ftl) [n:127.0.0.1:56185_fd%2Ftl c:tmp_collection s:shard1 r:core_node2 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 684961 INFO  (coreLoadExecutor-1694-thread-1-processing-n:127.0.0.1:56185_fd%2Ftl) [n:127.0.0.1:56185_fd%2Ftl c:tmp_collection s:shard1 r:core_node2 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 684968 INFO  (coreLoadExecutor-1694-thread-1-processing-n:127.0.0.1:56185_fd%2Ftl) [n:127.0.0.1:56185_fd%2Ftl c:tmp_collection s:shard1 r:core_node2 x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/cdcr,/update,/admin/file
   [junit4]   2> 684969 INFO  (coreLoadExecutor-1694-thread-1-processing-n:127.0.0.1:56185_fd%2Ftl) [n:127.0.0.1:56185_fd%2Ftl c:tmp_collection s:shard1 r:core_node2 x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 684970 INFO  (coreLoadExecutor-1694-thread-1-processing-n:127.0.0.1:56185_fd%2Ftl) [n:127.0.0.1:56185_fd%2Ftl c:tmp_collection s:shard1 r:core_node2 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 684970 INFO  (coreLoadExecutor-1694-thread-1-processing-n:127.0.0.1:56185_fd%2Ftl) [n:127.0.0.1:56185_fd%2Ftl c:tmp_collection s:shard1 r:core_node2 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 684971 INFO  (coreLoadExecutor-1694-thread-1-processing-n:127.0.0.1:56185_fd%2Ftl) [n:127.0.0.1:56185_fd%2Ftl c:tmp_collection s:shard1 r:core_node2 x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 684971 INFO  (coreLoadExecutor-1694-thread-1-processing-n:127.0.0.1:56185_fd%2Ftl) [n:127.0.0.1:56185_fd%2Ftl c:tmp_collection s:shard1 r:core_node2 x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 684972 INFO  (coreLoadExecutor-1694-thread-1-processing-n:127.0.0.1:56185_fd%2Ftl) [n:127.0.0.1:56185_fd%2Ftl c:tmp_collection s:shard1 r:core_node2 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=35, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 684972 INFO  (coreLoadExecutor-1694-thread-1-processing-n:127.0.0.1:56185_fd%2Ftl) [n:127.0.0.1:56185_fd%2Ftl c:tmp_collection s:shard1 r:core_node2 x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationHandlerTest_7FFD725D86E36543-001/jetty-002/cores/collection1/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 684972 INFO  (coreLoadExecut

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

725D86E36543]) [n:127.0.0.1:56185_fd%2Ftl c:source_collection s:shard1 r:core_node2 x:source_collection_shard1_replica1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationHandlerTest_7FFD725D86E36543-001/jetty-002/cores/source_collection_shard1_replica1/data/index.20150802141359784 [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationHandlerTest_7FFD725D86E36543-001/jetty-002/cores/source_collection_shard1_replica1/data/index.20150802141359784;done=false>>]
   [junit4]   2> 1133226 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [n:127.0.0.1:56185_fd%2Ftl c:source_collection s:shard1 r:core_node2 x:source_collection_shard1_replica1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationHandlerTest_7FFD725D86E36543-001/jetty-002/cores/source_collection_shard1_replica1/data/index.20150802141359784
   [junit4]   2> 1133228 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [n:127.0.0.1:56185_fd%2Ftl c:source_collection s:shard1 r:core_node2 x:source_collection_shard1_replica1] o.a.s.c.Overseer Overseer (id=94275158107029579-127.0.0.1:56185_fd%2Ftl-n_0000000004) closing
   [junit4]   2> 1133229 INFO  (OverseerStateUpdate-94275158107029579-127.0.0.1:56185_fd%2Ftl-n_0000000004) [n:127.0.0.1:56185_fd%2Ftl    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:56185_fd%2Ftl
   [junit4]   2> 1134730 WARN  (zkCallback-676-thread-6-processing-n:127.0.0.1:56185_fd%2Ftl) [n:127.0.0.1:56185_fd%2Ftl    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1134731 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@178bd4{SSL-http/1.1}{127.0.0.1:56185}
   [junit4]   2> 1134732 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1a07cb{/fd/tl,null,UNAVAILABLE}
   [junit4]   2> 1134732 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [n:127.0.0.1:56185_fd%2Ftl c:source_collection s:shard1 r:core_node2 x:source_collection_shard1_replica1] o.a.s.SolrTestCaseJ4 ###Ending doTest
   [junit4]   2> 1134733 INFO  (TEST-CdcrReplicationHandlerTest.doTest-seed#[7FFD725D86E36543]) [n:127.0.0.1:56185_fd%2Ftl c:source_collection s:shard1 r:core_node2 x:source_collection_shard1_replica1] o.a.s.c.ZkTestServer connecting to 127.0.0.1:43495 43495
   [junit4]   2> 1134739 INFO  (Thread-1395) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:43495 43495
   [junit4]   2> 1134740 WARN  (Thread-1395) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	68	/solr/aliases.json
   [junit4]   2> 	68	/solr/clusterstate.json
   [junit4]   2> 	14	/solr/configs/conf1
   [junit4]   2> 	11	/solr/collections/source_collection/state.json
   [junit4]   2> 	7	/solr/collections/source_collection/leaders/shard1
   [junit4]   2> 	2	/solr/collections/tmp_collection/leaders/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	13	/solr/collections/source_collection/cdcr/state/buffer
   [junit4]   2> 	13	/solr/collections/source_collection/cdcr/state/process
   [junit4]   2> 	4	/solr/collections/source_collection/leader_elect/shard1/election/94275158107029536-core_node1-n_0000000000
   [junit4]   2> 	2	/solr/collections/source_collection/leader_elect/shard1/election/94275158107029512-core_node2-n_0000000000
   [junit4]   2> 	2	/solr/collections/tmp_collection/cdcr/state/buffer
   [junit4]   2> 	2	/solr/overseer_elect/election/94275158107029536-127.0.0.1:34958_fd%2Ftl-n_0000000002
   [junit4]   2> 	2	/solr/collections/tmp_collection/cdcr/state/process
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	65	/solr/live_nodes
   [junit4]   2> 	4	/solr/overseer/queue
   [junit4]   2> 	4	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CdcrReplicationHandlerTest -Dtests.method=doTest -Dtests.seed=7FFD725D86E36543 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sl_SI -Dtests.timezone=Atlantic/St_Helena -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE  454s J1 | CdcrReplicationHandlerTest.doTest <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: There are still nodes recoverying - waited for 330 seconds
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([7FFD725D86E36543:D8B9CAF9EB5876FA]:0)
   [junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:172)
   [junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:133)
   [junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:128)
   [junit4]    > 	at org.apache.solr.cloud.BaseCdcrDistributedZkTest.waitForRecoveriesToFinish(BaseCdcrDistributedZkTest.java:465)
   [junit4]    > 	at org.apache.solr.cloud.BaseCdcrDistributedZkTest.clearSourceCollection(BaseCdcrDistributedZkTest.java:319)
   [junit4]    > 	at org.apache.solr.cloud.CdcrReplicationHandlerTest.doTestPartialReplicationAfterPeerSync(CdcrReplicationHandlerTest.java:158)
   [junit4]    > 	at org.apache.solr.cloud.CdcrReplicationHandlerTest.doTest(CdcrReplicationHandlerTest.java:53)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:966)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:941)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1134757 INFO  (SUITE-CdcrReplicationHandlerTest-seed#[7FFD725D86E36543]-worker) [n:127.0.0.1:56185_fd%2Ftl c:source_collection s:shard1 r:core_node2 x:source_collection_shard1_replica1] 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.CdcrReplicationHandlerTest_7FFD725D86E36543-001
   [junit4]   2> Aug 02, 2015 2:20:05 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=DummyCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY, chunkSize=22600, maxDocsPerChunk=550, blockSize=414), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, chunkSize=22600, blockSize=414)), sim=DefaultSimilarity, locale=sl_SI, timezone=Atlantic/St_Helena
   [junit4]   2> NOTE: Linux 3.16.0-44-generic i386/Oracle Corporation 1.8.0_60-ea (32-bit)/cpus=12,threads=1,free=212219208,total=317603840
   [junit4]   2> NOTE: All tests run in this JVM: [ShardRoutingCustomTest, ClusterStateUpdateTest, FieldAnalysisRequestHandlerTest, TestSolrConfigHandlerConcurrent, OutOfBoxZkACLAndCredentialsProvidersTest, TestCoreDiscovery, ShardRoutingTest, ScriptEngineTest, BJQParserTest, HdfsWriteToMultipleCollectionsTest, OverseerRolesTest, CursorMarkTest, RecoveryAfterSoftCommitTest, TestBulkSchemaAPI, TestCloudInspectUtil, TestConfigSets, DeleteShardTest, TestAtomicUpdateErrorCases, TestSolrDeletionPolicy2, SaslZkACLProviderTest, TestNonDefinedSimilarityFactory, TestFreeTextSuggestions, ConnectionManagerTest, ConvertedLegacyTest, TestCloudSchemaless, TestSchemaNameResource, ShardSplitTest, DocValuesMultiTest, JsonLoaderTest, TestPivotHelperCode, TestCustomSort, TestRandomRequestDistribution, TestLMDirichletSimilarityFactory, BitVectorTest, DistanceFunctionTest, TestComponentsName, TestLMJelinekMercerSimilarityFactory, TestRequestStatusCollectionAPI, SharedFSAutoReplicaFailoverUtilsTest, TestElisionMultitermQuery, TestManagedResource, TestShardHandlerFactory, TestExpandComponent, TestClassNameShortening, TestCloudPivotFacet, DistanceUnitsTest, SuggesterTSTTest, TestSchemaResource, TestLRUCache, NoCacheHeaderTest, TestIndexSearcher, TestSchemaSimilarityResource, TestHashPartitioner, TestJsonFacets, TestRestManager, TestFileDictionaryLookup, ZkSolrClientTest, LukeRequestHandlerTest, CdcrReplicationHandlerTest]
   [junit4] Completed [220/529] on J1 in 454.73s, 1 test, 1 failure <<< FAILURES!

[...truncated 965 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:716: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:660: 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:230: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:514: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1429: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:984: There were test failures: 529 suites, 2092 tests, 1 failure, 65 ignored (30 assumptions)

Total time: 55 minutes 30 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any