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/07/29 09:28:56 UTC

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

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

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest

Error Message:
ERROR: SolrIndexSearcher opens=8 closes=7

Stack Trace:
java.lang.AssertionError: ERROR: SolrIndexSearcher opens=8 closes=7
	at __randomizedtesting.SeedInfo.seed([ADDAB5FC650158D4]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:467)
	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:233)
	at sun.reflect.GeneratedMethodAccessor44.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.cloud.ChaosMonkeyNothingIsSafeTest

Error Message:
2 threads leaked from SUITE scope at org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest:     1) Thread[id=2623, name=searcherExecutor-1078-thread-1, state=WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]         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=2607, name=qtp6767288-2607, state=WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]         at java.lang.Object.wait(Native Method)         at java.lang.Object.wait(Object.java:508)         at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient.blockUntilFinished(ConcurrentUpdateSolrClient.java:404)         at org.apache.solr.update.StreamingSolrClients.blockUntilFinished(StreamingSolrClients.java:103)         at org.apache.solr.update.SolrCmdDistributor.blockAndDoRetries(SolrCmdDistributor.java:231)         at org.apache.solr.update.SolrCmdDistributor.finish(SolrCmdDistributor.java:89)         at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:782)         at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:1649)         at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:183)         at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)         at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:143)         at org.apache.solr.core.SolrCore.execute(SolrCore.java:2068)         at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:649)         at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:453)         at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:227)         at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:196)         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:300)         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.cloud.ChaosMonkeyNothingIsSafeTest: 
   1) Thread[id=2623, name=searcherExecutor-1078-thread-1, state=WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]
        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=2607, name=qtp6767288-2607, state=WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]
        at java.lang.Object.wait(Native Method)
        at java.lang.Object.wait(Object.java:508)
        at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient.blockUntilFinished(ConcurrentUpdateSolrClient.java:404)
        at org.apache.solr.update.StreamingSolrClients.blockUntilFinished(StreamingSolrClients.java:103)
        at org.apache.solr.update.SolrCmdDistributor.blockAndDoRetries(SolrCmdDistributor.java:231)
        at org.apache.solr.update.SolrCmdDistributor.finish(SolrCmdDistributor.java:89)
        at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:782)
        at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:1649)
        at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:183)
        at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
        at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:143)
        at org.apache.solr.core.SolrCore.execute(SolrCore.java:2068)
        at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:649)
        at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:453)
        at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:227)
        at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:196)
        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:300)
        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([ADDAB5FC650158D4]:0)




Build Log:
[...truncated 10510 lines...]
   [junit4] Suite: org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_ADDAB5FC650158D4-001/init-core-data-001
   [junit4]   2> 370639 INFO  (SUITE-ChaosMonkeyNothingIsSafeTest-seed#[ADDAB5FC650158D4]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 370641 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 370641 INFO  (Thread-1115) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 370641 INFO  (Thread-1115) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 370741 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.ZkTestServer start zk server on port:44229
   [junit4]   2> 370742 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 370742 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 370743 INFO  (zkCallback-283-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@16fdd9f name:ZooKeeperConnection Watcher:127.0.0.1:44229 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 370743 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 370744 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 370744 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 370745 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 370746 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 370746 INFO  (zkCallback-284-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@16d5732 name:ZooKeeperConnection Watcher:127.0.0.1:44229/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 370746 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 370747 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 370747 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 370747 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 370748 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 370748 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 370749 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 370749 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 370750 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 370750 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 370750 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 370751 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 370751 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 370751 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 370752 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 370752 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 370752 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 370752 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 370753 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 370753 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 370753 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 370753 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 370754 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 370754 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 370755 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 370755 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 370755 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 370755 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 370802 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_ADDAB5FC650158D4-001/control-001/cores/collection1
   [junit4]   2> 370803 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.e.j.s.Server jetty-9.2.11.v20150529
   [junit4]   2> 370804 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5e6dc{/,null,AVAILABLE}
   [junit4]   2> 370804 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.e.j.s.ServerConnector Started ServerConnector@12f930b{HTTP/1.1}{127.0.0.1:52539}
   [junit4]   2> 370804 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.e.j.s.Server Started @372409ms
   [junit4]   2> 370804 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_ADDAB5FC650158D4-001/tempDir-001/control/data, hostContext=/, hostPort=52539, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_ADDAB5FC650158D4-001/control-001/cores}
   [junit4]   2> 370804 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@19ebb3d
   [junit4]   2> 370805 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_ADDAB5FC650158D4-001/control-001/'
   [junit4]   2> 370812 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_ADDAB5FC650158D4-001/control-001/solr.xml
   [junit4]   2> 370815 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.CoresLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_ADDAB5FC650158D4-001/control-001/cores
   [junit4]   2> 370815 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.CoreContainer New CoreContainer 21096904
   [junit4]   2> 370815 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_ADDAB5FC650158D4-001/control-001/]
   [junit4]   2> 370815 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.CoreContainer loading shared library: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_ADDAB5FC650158D4-001/control-001/lib
   [junit4]   2> 370815 WARN  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_ADDAB5FC650158D4-001/control-001/lib).
   [junit4]   2> 370819 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] 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> 370820 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 370820 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 370820 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 370820 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44229/solr
   [junit4]   2> 370820 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 370820 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 370820 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 370822 INFO  (zkCallback-286-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@58093f name:ZooKeeperConnection Watcher:127.0.0.1:44229 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 370822 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 370822 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 370823 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [n:127.0.0.1:52539_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 370824 INFO  (zkCallback-287-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@16ed1a0 name:ZooKeeperConnection Watcher:127.0.0.1:44229/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 370825 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [n:127.0.0.1:52539_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 370825 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [n:127.0.0.1:52539_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 370826 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [n:127.0.0.1:52539_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 370827 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [n:127.0.0.1:52539_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 370827 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [n:127.0.0.1:52539_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 370828 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [n:127.0.0.1:52539_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 370828 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [n:127.0.0.1:52539_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 370829 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [n:127.0.0.1:52539_    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 370829 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [n:127.0.0.1:52539_    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 370829 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [n:127.0.0.1:52539_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52539_
   [junit4]   2> 370829 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [n:127.0.0.1:52539_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:52539_
   [junit4]   2> 370830 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [n:127.0.0.1:52539_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 370830 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [n:127.0.0.1:52539_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 370831 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [n:127.0.0.1:52539_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 370831 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [n:127.0.0.1:52539_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/94250841014206467-127.0.0.1:52539_-n_0000000000
   [junit4]   2> 370831 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [n:127.0.0.1:52539_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:52539_
   [junit4]   2> 370831 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [n:127.0.0.1:52539_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 370832 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [n:127.0.0.1:52539_    ] o.a.s.c.Overseer Overseer (id=94250841014206467-127.0.0.1:52539_-n_0000000000) starting
   [junit4]   2> 370832 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [n:127.0.0.1:52539_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 370833 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [n:127.0.0.1:52539_    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 370834 INFO  (OverseerCollectionProcessor-94250841014206467-127.0.0.1:52539_-n_0000000000) [n:127.0.0.1:52539_    ] o.a.s.c.OverseerCollectionProcessor Process current queue of collection creations
   [junit4]   2> 370834 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [n:127.0.0.1:52539_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 370834 INFO  (OverseerStateUpdate-94250841014206467-127.0.0.1:52539_-n_0000000000) [n:127.0.0.1:52539_    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 370835 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [n:127.0.0.1:52539_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 370835 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [n:127.0.0.1:52539_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 370836 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [n:127.0.0.1:52539_    ] o.a.s.c.CoresLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_ADDAB5FC650158D4-001/control-001/cores
   [junit4]   2> 370836 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [n:127.0.0.1:52539_    ] 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-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_ADDAB5FC650158D4-001/control-001/cores/collection1, collection=control_collection, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_ADDAB5FC650158D4-001/control-001/cores/collection1/, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 370836 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [n:127.0.0.1:52539_    ] o.a.s.c.CoresLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_ADDAB5FC650158D4-001/control-001/cores/collection1/
   [junit4]   2> 370836 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [n:127.0.0.1:52539_    ] o.a.s.c.CoresLocator Found 1 core definitions
   [junit4]   2> 370837 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 370837 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 370837 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [n:127.0.0.1:52539_    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 370837 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [n:127.0.0.1:52539_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 370837 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 370837 INFO  (zkCallback-287-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 370838 INFO  (OverseerStateUpdate-94250841014206467-127.0.0.1:52539_-n_0000000000) [n:127.0.0.1:52539_    ] 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:52539",
   [junit4]   2>   "node_name":"127.0.0.1:52539_",
   [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> 370838 INFO  (OverseerStateUpdate-94250841014206467-127.0.0.1:52539_-n_0000000000) [n:127.0.0.1:52539_    ] 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:52539",
   [junit4]   2>   "node_name":"127.0.0.1:52539_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 370838 INFO  (OverseerStateUpdate-94250841014206467-127.0.0.1:52539_-n_0000000000) [n:127.0.0.1:52539_    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 370838 INFO  (OverseerStateUpdate-94250841014206467-127.0.0.1:52539_-n_0000000000) [n:127.0.0.1:52539_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 370839 INFO  (zkCallback-287-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_    ] 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> 370840 INFO  (zkCallback-287-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_    ] o.a.s.c.c.ZkStateReader Updated cluster state version to 1
   [junit4]   2> 371837 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 371837 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 371838 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 371838 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from:/collections/control_collection
   [junit4]   2> 371838 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 371838 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_ADDAB5FC650158D4-001/control-001/cores/collection1/'
   [junit4]   2> 371845 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 371848 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 371850 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.3.0
   [junit4]   2> 371860 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ c:control_collection   x:collection1] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 371861 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ c:control_collection   x:collection1] o.a.s.s.IndexSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 371863 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 371920 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 371921 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 371922 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 371923 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 371929 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ 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-5.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 371929 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 371929 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore solr.StandardDirectoryFactory
   [junit4]   2> 371933 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ 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-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_ADDAB5FC650158D4-001/control-001/cores/collection1/], dataDir=[null]
   [junit4]   2> 371933 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ 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@16ff2b0
   [junit4]   2> 371933 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_ADDAB5FC650158D4-001/control-001/cores/collection1/data
   [junit4]   2> 371933 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ 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-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_ADDAB5FC650158D4-001/control-001/cores/collection1/data/index/
   [junit4]   2> 371934 WARN  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_ADDAB5FC650158D4-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 371934 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_ADDAB5FC650158D4-001/control-001/cores/collection1/data/index
   [junit4]   2> 371934 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ 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=15, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=26.7998046875, floorSegmentMB=1.1875, forceMergeDeletesPctAllowed=21.709569996221717, segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.32352439124384524
   [junit4]   2> 371959 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ 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-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_ADDAB5FC650158D4-001/control-001/cores/collection1/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 371959 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 371959 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:52539_ 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-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_ADDAB5FC650158D4-001/control-001/cores/collection1/data/
   [junit4]   2> 371960 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 371961 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 371961 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 371961 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 371961 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 371961 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ 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> 371961 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ 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> 371961 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ 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> 371961 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ 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> 371963 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 371963 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 371964 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 371964 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 371965 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ 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> 371966 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ 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> 371966 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ 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> 371966 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ 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> 371967 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 371967 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 371967 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ 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=47, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=21.462890625, floorSegmentMB=0.3515625, forceMergeDeletesPctAllowed=0.6390100566076595, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.538971480128743
   [junit4]   2> 371967 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ 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-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_ADDAB5FC650158D4-001/control-001/cores/collection1/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 371967 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 371968 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@51bb26[collection1] main
   [junit4]   2> 371968 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ 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> 371968 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ 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> 371968 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ 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> 371968 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 371968 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 371968 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ 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> 371969 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ 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> 371969 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ 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> 371969 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 371969 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 371969 INFO  (searcherExecutor-1067-thread-1-processing-n:127.0.0.1:52539_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:52539_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@51bb26[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 371969 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ 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> 371969 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ 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> 371969 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ 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> 371970 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ 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 1508013457610375168
   [junit4]   2> 371971 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Took 2 ms to seed version buckets with highest version 1508013457610375168
   [junit4]   2> 371971 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 371972 INFO  (coreLoadExecutor-1066-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 371972 INFO  (coreZkRegister-1060-thread-1-processing-n:127.0.0.1:52539_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:52539_ 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:52539 collection:control_collection shard:shard1
   [junit4]   2> 371972 INFO  (coreZkRegister-1060-thread-1-processing-n:127.0.0.1:52539_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:52539_ 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> 371973 INFO  (coreZkRegister-1060-thread-1-processing-n:127.0.0.1:52539_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:52539_ 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/94250841014206467-core_node1-n_0000000000
   [junit4]   2> 371974 INFO  (coreZkRegister-1060-thread-1-processing-n:127.0.0.1:52539_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:52539_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard shard1
   [junit4]   2> 371974 INFO  (zkCallback-287-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 371974 INFO  (coreZkRegister-1060-thread-1-processing-n:127.0.0.1:52539_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:52539_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 371974 INFO  (coreZkRegister-1060-thread-1-processing-n:127.0.0.1:52539_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:52539_ 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> 371974 INFO  (coreZkRegister-1060-thread-1-processing-n:127.0.0.1:52539_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:52539_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:52539/collection1/
   [junit4]   2> 371975 INFO  (OverseerStateUpdate-94250841014206467-127.0.0.1:52539_-n_0000000000) [n:127.0.0.1:52539_    ] 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> 371975 INFO  (coreZkRegister-1060-thread-1-processing-n:127.0.0.1:52539_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:52539_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 371975 INFO  (coreZkRegister-1060-thread-1-processing-n:127.0.0.1:52539_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:52539_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:52539/collection1/ has no replicas
   [junit4]   2> 371975 INFO  (coreZkRegister-1060-thread-1-processing-n:127.0.0.1:52539_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:52539_ 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:52539/collection1/ shard1
   [junit4]   2> 371975 INFO  (coreZkRegister-1060-thread-1-processing-n:127.0.0.1:52539_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:52539_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 371976 INFO  (zkCallback-287-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 371976 INFO  (OverseerStateUpdate-94250841014206467-127.0.0.1:52539_-n_0000000000) [n:127.0.0.1:52539_    ] 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:52539",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 372077 INFO  (zkCallback-287-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_    ] 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> 372078 INFO  (zkCallback-287-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_    ] o.a.s.c.c.ZkStateReader Updated cluster state version to 2
   [junit4]   2> 372126 INFO  (coreZkRegister-1060-thread-1-processing-n:127.0.0.1:52539_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:52539_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are http://127.0.0.1:52539/collection1/ and leader is http://127.0.0.1:52539/collection1/
   [junit4]   2> 372127 INFO  (coreZkRegister-1060-thread-1-processing-n:127.0.0.1:52539_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:52539_ 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:52539
   [junit4]   2> 372127 INFO  (coreZkRegister-1060-thread-1-processing-n:127.0.0.1:52539_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:52539_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 372127 INFO  (coreZkRegister-1060-thread-1-processing-n:127.0.0.1:52539_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:52539_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 372127 INFO  (coreZkRegister-1060-thread-1-processing-n:127.0.0.1:52539_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:52539_ 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> 372127 INFO  (zkCallback-287-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 372127 INFO  (OverseerStateUpdate-94250841014206467-127.0.0.1:52539_-n_0000000000) [n:127.0.0.1:52539_    ] 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:52539",
   [junit4]   2>   "node_name":"127.0.0.1:52539_",
   [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> 372128 INFO  (OverseerStateUpdate-94250841014206467-127.0.0.1:52539_-n_0000000000) [n:127.0.0.1:52539_    ] 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:52539",
   [junit4]   2>   "node_name":"127.0.0.1:52539_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 372229 INFO  (zkCallback-287-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_    ] 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> 372229 INFO  (zkCallback-287-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_    ] o.a.s.c.c.ZkStateReader Updated cluster state version to 3
   [junit4]   2> 372339 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 372339 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 372340 INFO  (zkCallback-289-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@b467da name:ZooKeeperConnection Watcher:127.0.0.1:44229/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 372340 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 372341 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 372341 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 372342 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 372389 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_ADDAB5FC650158D4-001/shard-1-001/cores/collection1
   [junit4]   2> 372390 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_ADDAB5FC650158D4-001/shard-1-001
   [junit4]   2> 372391 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.e.j.s.Server jetty-9.2.11.v20150529
   [junit4]   2> 372391 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@14e4fb3{/,null,AVAILABLE}
   [junit4]   2> 372392 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.e.j.s.ServerConnector Started ServerConnector@1906b29{HTTP/1.1}{127.0.0.1:50785}
   [junit4]   2> 372392 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.e.j.s.Server Started @373997ms
   [junit4]   2> 372392 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_ADDAB5FC650158D4-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=50785, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_ADDAB5FC650158D4-001/shard-1-001/cores}
   [junit4]   2> 372392 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@19ebb3d
   [junit4]   2> 372392 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_ADDAB5FC650158D4-001/shard-1-001/'
   [junit4]   2> 372400 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_ADDAB5FC650158D4-001/shard-1-001/solr.xml
   [junit4]   2> 372413 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.CoresLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_ADDAB5FC650158D4-001/shard-1-001/cores
   [junit4]   2> 372414 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.CoreContainer New CoreContainer 10757592
   [junit4]   2> 372414 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_ADDAB5FC650158D4-001/shard-1-001/]
   [junit4]   2> 372414 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.CoreContainer loading shared library: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_ADDAB5FC650158D4-001/shard-1-001/lib
   [junit4]   2> 372414 WARN  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_ADDAB5FC650158D4-001/shard-1-001/lib).
   [junit4]   2> 372419 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] 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> 372419 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 372420 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 372420 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 372420 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44229/solr
   [junit4]   2> 372420 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 372420 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 372420 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 372421 INFO  (zkCallback-291-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@be5434 name:ZooKeeperConnection Watcher:127.0.0.1:44229 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 372422 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 372422 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 372423 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [n:127.0.0.1:50785_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 372424 INFO  (zkCallback-292-thread-1-processing-n:127.0.0.1:50785_) [n:127.0.0.1:50785_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@16bea98 name:ZooKeeperConnection Watcher:127.0.0.1:44229/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 372424 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [n:127.0.0.1:50785_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 372426 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [n:127.0.0.1:50785_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 373427 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [n:127.0.0.1:50785_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50785_
   [junit4]   2> 373428 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [n:127.0.0.1:50785_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:50785_
   [junit4]   2> 373429 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [n:127.0.0.1:50785_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 373429 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [n:127.0.0.1:50785_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/94250841014206470-127.0.0.1:50785_-n_0000000001
   [junit4]   2> 373429 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [n:127.0.0.1:50785_    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/94250841014206467-127.0.0.1:52539_-n_0000000000 to know if I could be the leader
   [junit4]   2> 373430 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [n:127.0.0.1:50785_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 373430 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [n:127.0.0.1:50785_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 373430 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [n:127.0.0.1:50785_    ] o.a.s.c.CoresLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_ADDAB5FC650158D4-001/shard-1-001/cores
   [junit4]   2> 373431 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [n:127.0.0.1:50785_    ] 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-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_ADDAB5FC650158D4-001/shard-1-001/cores/collection1, collection=collection1, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_ADDAB5FC650158D4-001/shard-1-001/cores/collection1/, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 373431 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [n:127.0.0.1:50785_    ] o.a.s.c.CoresLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_ADDAB5FC650158D4-001/shard-1-001/cores/collection1/
   [junit4]   2> 373431 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [n:127.0.0.1:50785_    ] o.a.s.c.CoresLocator Found 1 core definitions
   [junit4]   2> 373431 INFO  (coreLoadExecutor-1077-thread-1-processing-n:127.0.0.1:50785_) [n:127.0.0.1:50785_ c:collection1   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 373431 INFO  (coreLoadExecutor-1077-thread-1-processing-n:127.0.0.1:50785_) [n:127.0.0.1:50785_ c:collection1   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 373431 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [n:127.0.0.1:50785_    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 373432 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[ADDAB5FC650158D4]) [n:127.0.0.1:50785_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 373432 INFO  (coreLoadExecutor-1077-thread-1-processing-n:127.0.0.1:50785_) [n:127.0.0.1:50785_ c:collection1   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 373432 INFO  (zkCallback-287-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 373432 INFO  (OverseerStateUpdate-94250841014206467-127.0.0.1:52539_-n_0000000000) [n:127.0.0.1:52539_    ] 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:50785",
   [junit4]   2>   "node_name":"127.0.0.1:50785_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"} current state version: 3
   [junit4]   2> 373432 INFO  (OverseerStateUpdate-94250841014206467-127.0.0.1:52539_-n_0000000000) [n:127.0.0.1:52539_    ] 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:50785",
   [junit4]   2>   "node_name":"127.0.0.1:50785_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 373432 INFO  (OverseerStateUpdate-94250841014206467-127.0.0.1:52539_-n_0000000000) [n:127.0.0.1:52539_    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 373432 INFO  (OverseerStateUpdate-94250841014206467-127.0.0.1:52539_-n_0000000000) [n:127.0.0.1:52539_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 373533 INFO  (zkCallback-289-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: 2)
   [junit4]   2> 373533 INFO  (zkCallback-287-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_    ] 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> 373533 INFO  (zkCallback-292-thread-1-processing-n:127.0.0.1:50785_) [n:127.0.0.1:50785_    ] 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> 373534 INFO  (zkCallback-289-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated cluster state version to 4
   [junit4]   2> 373534 INFO  (zkCallback-287-thread-1-processing-n:127.0.0.1:52539_) [n:127.0.0.1:52539_    ] o.a.s.c.c.ZkStateReader Updated cluster state version to 4
   [junit4]   2> 373535 INFO  (zkCallback-292-thread-1-processing-n:127.0.0.1:50785_) [n:127.0.0.1:50785_    ] o.a.s.c.c.ZkStateReader Updated cluster state version to 4
   [junit4]   2> 374432 INFO  (coreLoadExecutor-1077-thread-1-processing-n:127.0.0.1:50785_) [n:127.0.0.1:50785_ c:collection1   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 374432 INFO  (coreLoadExecutor-1077-thread-1-processing-n:127.0.0.1:50785_) [n:127.0.0.1:50785_ c:collection1   x:collection1] o.a.s.c.ZkController Check for collection zkNode:collection1
   [junit4]   2> 374432 INFO  (coreLoadExecutor-1077-thread-1-processing-n:127.0.0.1:50785_) [n:127.0.0.1:50785_ c:collection1   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 374432 INFO  (coreLoadExecutor-1077-thread-1-processing-n:127.0.0.1:50785_) [n:127.0.0.1:50785_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from:/collections/collection1
   [junit4]   2> 374433 INFO  (coreLoadExecutor-1077-thread-1-processing-n:127.0.0.1:50785_) [n:127.0.0.1:50785_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 374433 INFO  (coreLoadExecutor-1077-thread-1-processing-n:127.0.0.1:50785_) [n:127.0.0.1:50785_ c:collection1   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_ADDAB5FC650158D4-001/shard-1-001/cores/collection1/'
   [junit4]   2> 374439 INFO  (coreLoadExecutor-1077-thread-1-processing-n:127.0.0.1:50785_) [n:127.0.0.1:50785_ c:collection1   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 374441 INFO  (coreLoadExecutor-1077-thread-1-processing-n:127.0.0.1:50785_) [n:127.0.0.1:50785_ c:collection1   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 374443 INFO  (coreLoadExecutor-1077-thread-1-processing-n:127.0.0.1:50785_) [n:127.0.0.1:50785_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.3.0
   [junit4]   2> 374448 INFO  (coreLoadExecutor-1077-thread-1-processing-n:127.0.0.1:50785_) [n:127.0.0.1:50785_ c:collection1   x:collection1] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 374448 INFO  (coreLoadExecutor-1077-thread-1-processing-n:127.0.0.1:50785_) [n:127.0.0.1:50785_ c:collection1   x:collection1] o.a.s.s.IndexSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 374450 INFO  (coreLoadExecutor-1077-thread-1-processing-n:127.0.0.1:50785_) [n:127.0.0.1:50785_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 374511 INFO  (coreLoadExecutor-1077-thread-1-processing-n:127.0.0.1:50785_) [n:127.0.0.1:50785_ c:collection1   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 374512 INFO  (coreLoadExecutor-1077-thread-1-processing-n:127.0.0.1:50785_) [n:127.0.0.1:50785_ c:collection1   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 374512 INFO  (coreLoadExecutor-1077-thread-1-processing-n:127.0.0.1:50785_) [n:127.0.0.1:50785_ c:collection1   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 374514 INFO  (coreLoadExecutor-1077-thread-1-processing-n:127.0.0.1:50785_) [n:127.0.0.1:50785_ c:collection1   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 374521 INFO  (coreLoadExecutor-1077-thread-1-processing-n:127.0.0.1:50785_) [n:127.0.0.1:50785_ c:collection1   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-5.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 374521 INFO  (coreLoadExecutor-1077-thread-1-processing-n:127.0.0.1:50785_) [n:127.0.0.1:50785_ c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 374521 INFO  (coreLoadExecutor-1077-thread-1-processing-n:127.0.0.1:50785_) [n:127.0.0.1:50785_ c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore solr.StandardDirectoryFactory
   [junit4]   2> 374521 INFO  (coreLoadExecutor-1077-thread-1-processing-n:127.0.0.1:50785_) [n:127.0.0.1:50785_ c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_ADDAB5FC650158D4-001/shard-1-001/cores/collection1/], dataDir=[null]
   [junit4]   2> 374521 INFO  (coreLoadExecutor-1077-thread-1-processing-n:127.0.0.1:50785_) [n:127.0.0.1:50785_ c:collection1 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@16ff2b0
   [junit4]   2> 374521 INFO  (coreLoadExecutor-1077-thread-1-processing-n:127.0.0.1:50785_) [n:127.0.0.1:50785_ c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_ADDAB5FC650158D4-001/shard-1-001/cores/collection1/data
   [junit4]   2> 374522 INFO  (coreLoadExecutor-1077-thread-1-processing-n:127.0.0.1:50785_) [n:127.0.0.1:50785_ c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_ADDAB5FC650158D4-001/shard-1-001/cores/collection1/data/index/
   [junit4]   2> 374522 WARN  (coreLoadExecutor-1077-thread-1-processing-n:127.0.0.1:50785_) [n:127.0.0.1:50785_ c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_ADDAB5FC650158D4-001/shard-1-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 374522 INFO  (coreLoadExecutor-1077-thread-1-processing-n:127.0.0.1:50785_) [n:127.0.0.1:50785_ c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_ADDAB5FC650158D4-001/shard-1-001/cores/collection1/data/index
   [junit4]   2> 374523 INFO  (coreLoadExecutor-1077-thread-1-processing-n:127.0.0.1:50785_) [n:127.0.0.1:50785_ c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=15, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=26.7998046875, floorSegmentMB=1.1875, forceMergeDeletesPctAllowed=21.709569996221717, segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.32352439124384524
   [junit4]   2> 374538 INFO  (coreLoadExecutor-1077-thread-1-processing-n:127.0.0.1:50785_) [n:127.0.0.1:50785_ c:collection1 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-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_ADDAB5FC650158D4-001/shard-1-001/cores/collection1/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 374538 INFO  (coreLoadExecutor-1077-thread-1-processing-n:127.0.0.1:50785_) [n:127.0.0.1:50785_ c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 374538 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:50785_ c:collection1 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/work

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

1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_ADDAB5FC650158D4-001/shard-1-001/cores/collection1/data/index
   [junit4]   2> 627888 INFO  (qtp6767288-2607) [n:127.0.0.1:50785_ c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_ADDAB5FC650158D4-001/shard-1-001/cores/collection1/data [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_ADDAB5FC650158D4-001/shard-1-001/cores/collection1/data;done=false>>]
   [junit4]   2> 627888 INFO  (qtp6767288-2607) [n:127.0.0.1:50785_ c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_ADDAB5FC650158D4-001/shard-1-001/cores/collection1/data
   [junit4]   2> Jul 29, 2015 7:12:39 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene53): {rnd_b=PostingsFormat(name=Direct), _version_=PostingsFormat(name=Memory doPackFST= false), a_t=PostingsFormat(name=Memory doPackFST= false), a_i=PostingsFormat(name=Direct), id=PostingsFormat(name=Direct)}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=hr, timezone=Europe/Moscow
   [junit4]   2> NOTE: Linux 3.16.0-44-generic i386/Oracle Corporation 1.9.0-ea (32-bit)/cpus=12,threads=1,free=42104272,total=181735424
   [junit4]   2> NOTE: All tests run in this JVM: [TestMergePolicyConfig, TestAddFieldRealTimeGet, DistribJoinFromCollectionTest, TestClusterStateMutator, HighlighterConfigTest, HdfsWriteToMultipleCollectionsTest, TestJmxIntegration, TestReRankQParserPlugin, SyncSliceTest, UpdateRequestProcessorFactoryTest, DateMathParserTest, TestJsonRequest, TestStandardQParsers, TestSerializedLuceneMatchVersion, BadCopyFieldTest, CurrencyFieldXmlFileTest, TestNamedUpdateProcessors, HdfsBasicDistributedZkTest, TestDefaultStatsCache, MigrateRouteKeyTest, TestQuerySenderListener, TestRequestStatusCollectionAPI, TestRandomFaceting, TestJmxMonitoredMap, TestCSVLoader, URLClassifyProcessorTest, TestCloudSchemaless, TestComplexPhraseQParserPlugin, TestBulkSchemaAPI, TestReplicaProperties, TestOverriddenPrefixQueryForCustomFieldType, TestManagedResource, TestSchemaVersionResource, SSLMigrationTest, ChaosMonkeyNothingIsSafeTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ChaosMonkeyNothingIsSafeTest -Dtests.seed=ADDAB5FC650158D4 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=hr -Dtests.timezone=Europe/Moscow -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | ChaosMonkeyNothingIsSafeTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ERROR: SolrIndexSearcher opens=8 closes=7
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([ADDAB5FC650158D4]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:467)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:233)
   [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.cloud.ChaosMonkeyNothingIsSafeTest: 
   [junit4]    >    1) Thread[id=2623, name=searcherExecutor-1078-thread-1, state=WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]
   [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=2607, name=qtp6767288-2607, state=WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]
   [junit4]    >         at java.lang.Object.wait(Native Method)
   [junit4]    >         at java.lang.Object.wait(Object.java:508)
   [junit4]    >         at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient.blockUntilFinished(ConcurrentUpdateSolrClient.java:404)
   [junit4]    >         at org.apache.solr.update.StreamingSolrClients.blockUntilFinished(StreamingSolrClients.java:103)
   [junit4]    >         at org.apache.solr.update.SolrCmdDistributor.blockAndDoRetries(SolrCmdDistributor.java:231)
   [junit4]    >         at org.apache.solr.update.SolrCmdDistributor.finish(SolrCmdDistributor.java:89)
   [junit4]    >         at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:782)
   [junit4]    >         at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:1649)
   [junit4]    >         at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:183)
   [junit4]    >         at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]    >         at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:143)
   [junit4]    >         at org.apache.solr.core.SolrCore.execute(SolrCore.java:2068)
   [junit4]    >         at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:649)
   [junit4]    >         at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:453)
   [junit4]    >         at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:227)
   [junit4]    >         at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:196)
   [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:300)
   [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([ADDAB5FC650158D4]:0)
   [junit4] Completed [157/521] on J0 in 257.28s, 1 test, 1 failure, 1 error <<< FAILURES!

[...truncated 1133 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:727: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:671: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build.xml:230: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/common-build.xml:517: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1447: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1002: There were test failures: 521 suites, 2066 tests, 2 suite-level errors, 61 ignored (26 assumptions)

Total time: 49 minutes 41 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] Lucene-Solr-5.x-Linux (64bit/jdk1.8.0_51) - Build # 13466 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/13466/
Java: 64bit/jdk1.8.0_51 -XX:+UseCompressedOops -XX:+UseG1GC

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.DistribDocExpirationUpdateProcessorTest

Error Message:
ERROR: SolrIndexSearcher opens=31 closes=30

Stack Trace:
java.lang.AssertionError: ERROR: SolrIndexSearcher opens=31 closes=30
	at __randomizedtesting.SeedInfo.seed([DE12738AE6E0B194]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:467)
	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:233)
	at sun.reflect.GeneratedMethodAccessor48.invoke(Unknown Source)
	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$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.cloud.DistribDocExpirationUpdateProcessorTest

Error Message:
3 threads leaked from SUITE scope at org.apache.solr.cloud.DistribDocExpirationUpdateProcessorTest:     1) Thread[id=9600, name=qtp697531237-9600, state=WAITING, group=TGRP-DistribDocExpirationUpdateProcessorTest]         at java.lang.Object.wait(Native Method)         at java.lang.Object.wait(Object.java:502)         at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient.blockUntilFinished(ConcurrentUpdateSolrClient.java:404)         at org.apache.solr.update.StreamingSolrClients.blockUntilFinished(StreamingSolrClients.java:103)         at org.apache.solr.update.SolrCmdDistributor.blockAndDoRetries(SolrCmdDistributor.java:231)         at org.apache.solr.update.SolrCmdDistributor.finish(SolrCmdDistributor.java:89)         at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:782)         at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:1649)         at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:183)         at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)         at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:143)         at org.apache.solr.core.SolrCore.execute(SolrCore.java:2068)         at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:649)         at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:453)         at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:227)         at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:196)         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:300)         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)    2) Thread[id=9615, name=autoExpireDocs-4185-thread-1, state=TIMED_WAITING, group=TGRP-DistribDocExpirationUpdateProcessorTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)         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)    3) Thread[id=9614, name=searcherExecutor-4180-thread-1, state=WAITING, group=TGRP-DistribDocExpirationUpdateProcessorTest]         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)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 3 threads leaked from SUITE scope at org.apache.solr.cloud.DistribDocExpirationUpdateProcessorTest: 
   1) Thread[id=9600, name=qtp697531237-9600, state=WAITING, group=TGRP-DistribDocExpirationUpdateProcessorTest]
        at java.lang.Object.wait(Native Method)
        at java.lang.Object.wait(Object.java:502)
        at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient.blockUntilFinished(ConcurrentUpdateSolrClient.java:404)
        at org.apache.solr.update.StreamingSolrClients.blockUntilFinished(StreamingSolrClients.java:103)
        at org.apache.solr.update.SolrCmdDistributor.blockAndDoRetries(SolrCmdDistributor.java:231)
        at org.apache.solr.update.SolrCmdDistributor.finish(SolrCmdDistributor.java:89)
        at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:782)
        at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:1649)
        at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:183)
        at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
        at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:143)
        at org.apache.solr.core.SolrCore.execute(SolrCore.java:2068)
        at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:649)
        at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:453)
        at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:227)
        at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:196)
        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:300)
        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)
   2) Thread[id=9615, name=autoExpireDocs-4185-thread-1, state=TIMED_WAITING, group=TGRP-DistribDocExpirationUpdateProcessorTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
        at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
        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)
   3) Thread[id=9614, name=searcherExecutor-4180-thread-1, state=WAITING, group=TGRP-DistribDocExpirationUpdateProcessorTest]
        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)
	at __randomizedtesting.SeedInfo.seed([DE12738AE6E0B194]:0)




Build Log:
[...truncated 11309 lines...]
   [junit4] Suite: org.apache.solr.cloud.DistribDocExpirationUpdateProcessorTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_DE12738AE6E0B194-001/init-core-data-001
   [junit4]   2> 1097901 INFO  (SUITE-DistribDocExpirationUpdateProcessorTest-seed#[DE12738AE6E0B194]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true)
   [junit4]   2> 1097901 INFO  (SUITE-DistribDocExpirationUpdateProcessorTest-seed#[DE12738AE6E0B194]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1097904 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1097904 INFO  (Thread-3341) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1097904 INFO  (Thread-3341) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1098005 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.ZkTestServer start zk server on port:50254
   [junit4]   2> 1098005 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1098019 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1098023 INFO  (zkCallback-1609-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7c89f9c3 name:ZooKeeperConnection Watcher:127.0.0.1:50254 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1098023 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1098024 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1098024 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 1098026 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1098026 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1098027 INFO  (zkCallback-1610-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2f104988 name:ZooKeeperConnection Watcher:127.0.0.1:50254/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1098027 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1098027 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1098028 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 1098028 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 1098029 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 1098030 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 1098030 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-doc-expire-update-processor.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1098031 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1098032 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 1098032 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 1098033 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1098033 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1098034 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1098035 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1098036 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1098036 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1098037 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1098037 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 1098038 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1098038 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1098039 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1098039 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1098040 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1098040 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1098041 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1098041 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1098042 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1098042 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1098090 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_DE12738AE6E0B194-001/control-001/cores/collection1
   [junit4]   2> 1098091 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.e.j.s.Server jetty-9.2.11.v20150529
   [junit4]   2> 1098092 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@b89e3cb{/,null,AVAILABLE}
   [junit4]   2> 1098092 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.e.j.s.ServerConnector Started ServerConnector@29280b68{HTTP/1.1}{127.0.0.1:46938}
   [junit4]   2> 1098092 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.e.j.s.Server Started @1099746ms
   [junit4]   2> 1098092 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_DE12738AE6E0B194-001/tempDir-001/control/data, hostContext=/, hostPort=46938, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_DE12738AE6E0B194-001/control-001/cores}
   [junit4]   2> 1098093 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@4e0e2f2a
   [junit4]   2> 1098093 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_DE12738AE6E0B194-001/control-001/'
   [junit4]   2> 1098103 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_DE12738AE6E0B194-001/control-001/solr.xml
   [junit4]   2> 1098108 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.CoresLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_DE12738AE6E0B194-001/control-001/cores
   [junit4]   2> 1098108 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.CoreContainer New CoreContainer 654192324
   [junit4]   2> 1098108 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_DE12738AE6E0B194-001/control-001/]
   [junit4]   2> 1098108 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.CoreContainer loading shared library: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_DE12738AE6E0B194-001/control-001/lib
   [junit4]   2> 1098108 WARN  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_DE12738AE6E0B194-001/control-001/lib).
   [junit4]   2> 1098113 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] 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> 1098114 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1098114 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1098114 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1098114 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50254/solr
   [junit4]   2> 1098114 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1098115 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1098115 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1098116 INFO  (zkCallback-1612-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@63df0dce name:ZooKeeperConnection Watcher:127.0.0.1:50254 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1098116 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1098116 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1098117 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [n:127.0.0.1:46938_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1098118 INFO  (zkCallback-1613-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@51111ef7 name:ZooKeeperConnection Watcher:127.0.0.1:50254/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1098118 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [n:127.0.0.1:46938_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1098119 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [n:127.0.0.1:46938_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1098120 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [n:127.0.0.1:46938_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1098122 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [n:127.0.0.1:46938_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1098123 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [n:127.0.0.1:46938_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1098124 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [n:127.0.0.1:46938_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1098125 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [n:127.0.0.1:46938_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1098126 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [n:127.0.0.1:46938_    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1098127 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [n:127.0.0.1:46938_    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1098128 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [n:127.0.0.1:46938_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46938_
   [junit4]   2> 1098128 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [n:127.0.0.1:46938_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:46938_
   [junit4]   2> 1098129 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [n:127.0.0.1:46938_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1098129 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [n:127.0.0.1:46938_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1098130 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [n:127.0.0.1:46938_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1098130 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [n:127.0.0.1:46938_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/94251266499477507-127.0.0.1:46938_-n_0000000000
   [junit4]   2> 1098132 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [n:127.0.0.1:46938_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:46938_
   [junit4]   2> 1098132 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [n:127.0.0.1:46938_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 1098133 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [n:127.0.0.1:46938_    ] o.a.s.c.Overseer Overseer (id=94251266499477507-127.0.0.1:46938_-n_0000000000) starting
   [junit4]   2> 1098136 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [n:127.0.0.1:46938_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 1098139 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [n:127.0.0.1:46938_    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1098139 INFO  (OverseerCollectionProcessor-94251266499477507-127.0.0.1:46938_-n_0000000000) [n:127.0.0.1:46938_    ] o.a.s.c.OverseerCollectionProcessor Process current queue of collection creations
   [junit4]   2> 1098139 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [n:127.0.0.1:46938_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1098139 INFO  (OverseerStateUpdate-94251266499477507-127.0.0.1:46938_-n_0000000000) [n:127.0.0.1:46938_    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1098140 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [n:127.0.0.1:46938_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1098141 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [n:127.0.0.1:46938_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1098141 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [n:127.0.0.1:46938_    ] o.a.s.c.CoresLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_DE12738AE6E0B194-001/control-001/cores
   [junit4]   2> 1098142 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [n:127.0.0.1:46938_    ] 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-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_DE12738AE6E0B194-001/control-001/cores/collection1, collection=control_collection, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_DE12738AE6E0B194-001/control-001/cores/collection1/, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 1098142 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [n:127.0.0.1:46938_    ] o.a.s.c.CoresLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_DE12738AE6E0B194-001/control-001/cores/collection1/
   [junit4]   2> 1098142 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [n:127.0.0.1:46938_    ] o.a.s.c.CoresLocator Found 1 core definitions
   [junit4]   2> 1098144 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1098144 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 1098144 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [n:127.0.0.1:46938_    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1098145 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [n:127.0.0.1:46938_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1098145 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 1098146 INFO  (OverseerStateUpdate-94251266499477507-127.0.0.1:46938_-n_0000000000) [n:127.0.0.1:46938_    ] 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:46938",
   [junit4]   2>   "node_name":"127.0.0.1:46938_",
   [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> 1098146 INFO  (OverseerStateUpdate-94251266499477507-127.0.0.1:46938_-n_0000000000) [n:127.0.0.1:46938_    ] 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:46938",
   [junit4]   2>   "node_name":"127.0.0.1:46938_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1098146 INFO  (OverseerStateUpdate-94251266499477507-127.0.0.1:46938_-n_0000000000) [n:127.0.0.1:46938_    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 1098146 INFO  (OverseerStateUpdate-94251266499477507-127.0.0.1:46938_-n_0000000000) [n:127.0.0.1:46938_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1098147 INFO  (zkCallback-1613-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_    ] 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> 1098148 INFO  (zkCallback-1613-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_    ] o.a.s.c.c.ZkStateReader Updated cluster state version to 1
   [junit4]   2> 1098148 INFO  (zkCallback-1613-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1099146 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1099146 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 1099146 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 1099147 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from:/collections/control_collection
   [junit4]   2> 1099147 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1099147 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_DE12738AE6E0B194-001/control-001/cores/collection1/'
   [junit4]   2> 1099155 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 1099158 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1099160 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.3.0
   [junit4]   2> 1099206 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ c:control_collection   x:collection1] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1099206 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ c:control_collection   x:collection1] o.a.s.s.IndexSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1099209 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1099267 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1099267 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1099268 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1099270 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1099276 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ 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-5.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1099276 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1099276 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1099276 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ 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-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_DE12738AE6E0B194-001/control-001/cores/collection1/], dataDir=[null]
   [junit4]   2> 1099276 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 1099277 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_DE12738AE6E0B194-001/control-001/cores/collection1/data
   [junit4]   2> 1099277 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ 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-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_DE12738AE6E0B194-001/control-001/cores/collection1/data/index/
   [junit4]   2> 1099277 WARN  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_DE12738AE6E0B194-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1099277 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_DE12738AE6E0B194-001/control-001/cores/collection1/data/index
   [junit4]   2> 1099277 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ 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=33, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=82.7236328125, floorSegmentMB=0.8193359375, forceMergeDeletesPctAllowed=12.410877316564402, segmentsPerTier=2.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1099278 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@fb7d6cb lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@20dc6cb),segFN=segments_1,generation=1}
   [junit4]   2> 1099278 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1099278 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:46938_ 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-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_DE12738AE6E0B194-001/control-001/cores/collection1/data/
   [junit4]   2> 1099278 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:46938_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_DE12738AE6E0B194-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1099280 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "convert-ttl-defaults"
   [junit4]   2> 1099287 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "convert-ttl-field"
   [junit4]   2> 1099293 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "convert-ttl-param"
   [junit4]   2> 1099293 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "convert-ttl-field-with-param-default"
   [junit4]   2> 1099293 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "scheduled-delete" (default)
   [junit4]   2> 1099299 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "scheduled-delete" (default)
   [junit4]   2> 1099300 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1099301 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1099301 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1099302 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1099303 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,,/update/csv,/update/json/docs,/admin/luke,/select,/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> 1099303 WARN  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers no default request handler is registered (either '/select' or 'standard')
   [junit4]   2> 1099303 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ 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> 1099304 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ 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> 1099304 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ 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> 1099304 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 1099304 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 1099305 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ c:control_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=25, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1099305 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@fb7d6cb lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@20dc6cb),segFN=segments_1,generation=1}
   [junit4]   2> 1099305 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1099305 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@51d31888[collection1] main
   [junit4]   2> 1099305 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ 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> 1099306 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ 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> 1099306 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ 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> 1099306 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1099306 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 1099306 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ 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> 1099306 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ 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> 1099306 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ 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> 1099306 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1099309 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1099309 INFO  (searcherExecutor-4168-thread-1-processing-n:127.0.0.1:46938_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:46938_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@51d31888[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1099309 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ 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> 1099309 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ 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> 1099309 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ 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> 1099309 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ 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 1508020265463840768
   [junit4]   2> 1099311 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Took 2 ms to seed version buckets with highest version 1508020265463840768
   [junit4]   2> 1099311 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 1099312 INFO  (coreLoadExecutor-4167-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1099312 INFO  (coreZkRegister-4161-thread-1-processing-n:127.0.0.1:46938_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:46938_ 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:46938 collection:control_collection shard:shard1
   [junit4]   2> 1099312 INFO  (coreZkRegister-4161-thread-1-processing-n:127.0.0.1:46938_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:46938_ 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> 1099314 INFO  (coreZkRegister-4161-thread-1-processing-n:127.0.0.1:46938_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:46938_ 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/94251266499477507-core_node1-n_0000000000
   [junit4]   2> 1099314 INFO  (coreZkRegister-4161-thread-1-processing-n:127.0.0.1:46938_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:46938_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard shard1
   [junit4]   2> 1099314 INFO  (zkCallback-1613-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1099314 INFO  (coreZkRegister-4161-thread-1-processing-n:127.0.0.1:46938_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:46938_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1099315 INFO  (coreZkRegister-4161-thread-1-processing-n:127.0.0.1:46938_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:46938_ 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> 1099315 INFO  (coreZkRegister-4161-thread-1-processing-n:127.0.0.1:46938_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:46938_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:46938/collection1/
   [junit4]   2> 1099315 INFO  (OverseerStateUpdate-94251266499477507-127.0.0.1:46938_-n_0000000000) [n:127.0.0.1:46938_    ] 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> 1099315 INFO  (coreZkRegister-4161-thread-1-processing-n:127.0.0.1:46938_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:46938_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1099315 INFO  (coreZkRegister-4161-thread-1-processing-n:127.0.0.1:46938_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:46938_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:46938/collection1/ has no replicas
   [junit4]   2> 1099315 INFO  (coreZkRegister-4161-thread-1-processing-n:127.0.0.1:46938_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:46938_ 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:46938/collection1/ shard1
   [junit4]   2> 1099315 INFO  (coreZkRegister-4161-thread-1-processing-n:127.0.0.1:46938_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:46938_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1099316 INFO  (zkCallback-1613-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1099317 INFO  (OverseerStateUpdate-94251266499477507-127.0.0.1:46938_-n_0000000000) [n:127.0.0.1:46938_    ] 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:46938",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 1099418 INFO  (zkCallback-1613-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_    ] 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> 1099419 INFO  (zkCallback-1613-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_    ] o.a.s.c.c.ZkStateReader Updated cluster state version to 2
   [junit4]   2> 1099467 INFO  (coreZkRegister-4161-thread-1-processing-n:127.0.0.1:46938_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:46938_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are http://127.0.0.1:46938/collection1/ and leader is http://127.0.0.1:46938/collection1/
   [junit4]   2> 1099467 INFO  (coreZkRegister-4161-thread-1-processing-n:127.0.0.1:46938_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:46938_ 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:46938
   [junit4]   2> 1099467 INFO  (coreZkRegister-4161-thread-1-processing-n:127.0.0.1:46938_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:46938_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1099467 INFO  (coreZkRegister-4161-thread-1-processing-n:127.0.0.1:46938_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:46938_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 1099467 INFO  (coreZkRegister-4161-thread-1-processing-n:127.0.0.1:46938_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:46938_ 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> 1099468 INFO  (zkCallback-1613-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1099468 INFO  (OverseerStateUpdate-94251266499477507-127.0.0.1:46938_-n_0000000000) [n:127.0.0.1:46938_    ] 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:46938",
   [junit4]   2>   "node_name":"127.0.0.1:46938_",
   [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> 1099469 INFO  (OverseerStateUpdate-94251266499477507-127.0.0.1:46938_-n_0000000000) [n:127.0.0.1:46938_    ] 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:46938",
   [junit4]   2>   "node_name":"127.0.0.1:46938_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1099570 INFO  (zkCallback-1613-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_    ] 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> 1099571 INFO  (zkCallback-1613-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_    ] o.a.s.c.c.ZkStateReader Updated cluster state version to 3
   [junit4]   2> 1099647 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1099647 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1099648 INFO  (zkCallback-1615-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@201e19c8 name:ZooKeeperConnection Watcher:127.0.0.1:50254/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1099648 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1099648 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1099649 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1099650 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1099650 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 1099650 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1099650 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1099651 INFO  (zkCallback-1616-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3c4d9eb3 name:ZooKeeperConnection Watcher:127.0.0.1:50254/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1099651 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1099651 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1099652 INFO  (zkCallback-1613-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1099652 INFO  (OverseerStateUpdate-94251266499477507-127.0.0.1:46938_-n_0000000000) [n:127.0.0.1:46938_    ] 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> 1099652 INFO  (OverseerStateUpdate-94251266499477507-127.0.0.1:46938_-n_0000000000) [n:127.0.0.1:46938_    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 1099698 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_DE12738AE6E0B194-001/shard-1-001/cores/collection1
   [junit4]   2> 1099698 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_DE12738AE6E0B194-001/shard-1-001
   [junit4]   2> 1099699 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.e.j.s.Server jetty-9.2.11.v20150529
   [junit4]   2> 1099699 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3ab7014f{/,null,AVAILABLE}
   [junit4]   2> 1099700 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.e.j.s.ServerConnector Started ServerConnector@583601db{HTTP/1.1}{127.0.0.1:54761}
   [junit4]   2> 1099700 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.e.j.s.Server Started @1101354ms
   [junit4]   2> 1099700 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_DE12738AE6E0B194-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=54761, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_DE12738AE6E0B194-001/shard-1-001/cores}
   [junit4]   2> 1099700 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@4e0e2f2a
   [junit4]   2> 1099700 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_DE12738AE6E0B194-001/shard-1-001/'
   [junit4]   2> 1099710 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_DE12738AE6E0B194-001/shard-1-001/solr.xml
   [junit4]   2> 1099712 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.CoresLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_DE12738AE6E0B194-001/shard-1-001/cores
   [junit4]   2> 1099713 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.CoreContainer New CoreContainer 1123373640
   [junit4]   2> 1099713 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_DE12738AE6E0B194-001/shard-1-001/]
   [junit4]   2> 1099713 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.CoreContainer loading shared library: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_DE12738AE6E0B194-001/shard-1-001/lib
   [junit4]   2> 1099713 WARN  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_DE12738AE6E0B194-001/shard-1-001/lib).
   [junit4]   2> 1099717 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] 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> 1099718 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1099718 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1099718 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1099718 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50254/solr
   [junit4]   2> 1099719 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1099719 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1099719 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1099720 INFO  (zkCallback-1618-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1bf09a39 name:ZooKeeperConnection Watcher:127.0.0.1:50254 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1099720 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1099720 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1099721 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [n:127.0.0.1:54761_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1099721 INFO  (zkCallback-1619-thread-1-processing-n:127.0.0.1:54761_) [n:127.0.0.1:54761_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@78216fea name:ZooKeeperConnection Watcher:127.0.0.1:50254/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1099721 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [n:127.0.0.1:54761_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1099723 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [n:127.0.0.1:54761_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1099753 INFO  (OverseerStateUpdate-94251266499477507-127.0.0.1:46938_-n_0000000000) [n:127.0.0.1:46938_    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/collection1/state.json
   [junit4]   2> 1099754 INFO  (zkCallback-1615-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> 1099754 INFO  (zkCallback-1613-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_    ] 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> 1099754 INFO  (zkCallback-1619-thread-1-processing-n:127.0.0.1:54761_) [n:127.0.0.1:54761_    ] 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> 1099756 INFO  (zkCallback-1615-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated cluster state version to 4
   [junit4]   2> 1099756 INFO  (zkCallback-1613-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_    ] o.a.s.c.c.ZkStateReader Updated cluster state version to 4
   [junit4]   2> 1099756 INFO  (zkCallback-1619-thread-1-processing-n:127.0.0.1:54761_) [n:127.0.0.1:54761_    ] o.a.s.c.c.ZkStateReader Updated cluster state version to 4
   [junit4]   2> 1100725 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [n:127.0.0.1:54761_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54761_
   [junit4]   2> 1100725 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [n:127.0.0.1:54761_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:54761_
   [junit4]   2> 1100726 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [n:127.0.0.1:54761_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1100726 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [n:127.0.0.1:54761_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/94251266499477511-127.0.0.1:54761_-n_0000000001
   [junit4]   2> 1100727 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [n:127.0.0.1:54761_    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/94251266499477507-127.0.0.1:46938_-n_0000000000 to know if I could be the leader
   [junit4]   2> 1100727 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [n:127.0.0.1:54761_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1100727 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [n:127.0.0.1:54761_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1100727 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [n:127.0.0.1:54761_    ] o.a.s.c.CoresLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_DE12738AE6E0B194-001/shard-1-001/cores
   [junit4]   2> 1100728 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [n:127.0.0.1:54761_    ] 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-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_DE12738AE6E0B194-001/shard-1-001/cores/collection1, collection=collection1, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_DE12738AE6E0B194-001/shard-1-001/cores/collection1/, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 1100728 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [n:127.0.0.1:54761_    ] o.a.s.c.CoresLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_DE12738AE6E0B194-001/shard-1-001/cores/collection1/
   [junit4]   2> 1100728 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [n:127.0.0.1:54761_    ] o.a.s.c.CoresLocator Found 1 core definitions
   [junit4]   2> 1100729 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [n:127.0.0.1:54761_    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1100729 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[DE12738AE6E0B194]) [n:127.0.0.1:54761_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1100729 INFO  (coreLoadExecutor-4179-thread-1-processing-n:127.0.0.1:54761_) [n:127.0.0.1:54761_ c:collection1   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1100729 INFO  (coreLoadExecutor-4179-thread-1-processing-n:127.0.0.1:54761_) [n:127.0.0.1:54761_ c:collection1   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 1100729 INFO  (zkCallback-1613-thread-1-processing-n:127.0.0.1:46938_) [n:127.0.0.1:46938_    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1100729 INFO  (coreLoadExecutor-4179-thread-1-processing-n:127.0.0.1:54761_) [n:127.0.0.1:54761_ c:collection1   x:collection1] o.a.s.c.ZkController Registering watch for external collection collection1
   [junit4]   2> 1100729 INFO  (coreLoadExecutor-4179-thread-1-processing-n:127.0.0.1:54761_) [n:127.0.0.1:54761_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader addZkWatch collection1
   [junit4]   2> 1100730 INFO  (OverseerStateUpdate-94251266499477507-127.0.0.1:46938_-n_0000000000) [n:127.0.0.1:46938_    ] 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:54761",
   [junit4]   2>   "node_name":"127.0.0.1:54761_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"} current state version: 4
   [junit4]   2> 1100730 INFO  (coreLoadExecutor-4179-thread-1-processing-n:127.0.0.1:54761_) [n:127.0.0.1:54761_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 1100730 INFO  (OverseerStateUpdate-94251266499477507-127.0.0.1:46938_-n_0000000000) [n:127.0.0.1:46938_    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:54761",
   [junit4]   2>   "node_name":"127.0.0.1:54761_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1100730 INFO  (coreLoadExecutor-4179-thread-1-processing-n:127.0.0.1:54761_) [n:127.0.0.1:54761_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Updating data for collection1 to ver 0 
   [junit4]   2> 1100730 INFO  (coreLoadExecutor-4179-thread-1-processing-n:127.0.0.1:54761_) [n:127.0.0.1:54761_ c:collection1   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 1100730 INFO  (OverseerStateUpdate-94251266499477507-127.0.0.1:46938_-n_0000000000) [n:127.0.0.1:46938_    ] o.a.s.c.o.ReplicaMutator Collection already exists with numShards=2
   [junit4]   2> 1100731 INFO  (OverseerStateUpdate-94251266499477507-127.0.0.1:46938_-n_0000000000) [n:127.0.0.1:46938_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 1100832 INFO  (OverseerStateUpdate-94251266499477507-127.0.0.1:46938_-n_0000000000) [n:127.0.0.1:46938_    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 1100832 INFO  (zkCallback-1619-thread-1-processing-n:127.0.0.1:54761_) [n:127.0.0.1:54761_    ] o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1100832 INFO  (zkCallback-1619-thread-1-processing-n:127.0.0.1:54761_) [n:127.0.0.1:54761_    ] o.a.s.c.c.ZkStateReader Updating data for collection1 to ver 1 
   [junit4]   2> 1101731 INFO  (coreLoadExecutor-4179-thread-1-processing-n:127.0.0.1:54761_) [n:127.0.0.1:54761_ c:collection1   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1101731 INFO  (coreLoadExecutor-4179-thread-1-processing-n:127.0.0.1:54761_) [n:127.0.0.1:54761_ c:collection1   x:collection1] o.a.s.c.ZkController Check for collection zkNode:collection1
   [junit4]   2> 1101731 INFO  (coreLoadExecutor-4179-thread-1-processing-n:127.0.0

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

stStressLucene, SpatialFilterTest, WordBreakSolrSpellCheckerTest, TestPseudoReturnFields, TestAtomicUpdateErrorCases, TestRemoteStreaming, SolrInfoMBeanTest, IndexBasedSpellCheckerTest, TestWriterPerf, FileBasedSpellCheckerTest, XmlUpdateRequestHandlerTest, PathHierarchyTokenizerFactoryTest, RequiredFieldsTest, FastVectorHighlighterTest, IndexSchemaTest, UpdateRequestProcessorFactoryTest, UniqFieldsUpdateProcessorFactoryTest, TestPHPSerializedResponseWriter, TestBinaryResponseWriter, SOLR749Test, TestSolrIndexConfig, TestQuerySenderNoQuery, CopyFieldTest, SolrIndexConfigTest, BadComponentTest, TestStressRecovery, TestSolrDeletionPolicy2, SampleTest, NumericFieldsTest, TestElisionMultitermQuery, TestPostingsSolrHighlighter, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, TestCharFilters, EchoParamsTest, TestSweetSpotSimilarityFactory, TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestBM25SimilarityFactory, TestDefaultSimilarityFactory, TestFastWriter, TestJmxMonitoredMap, TimeZoneUtilsTest, TestFastOutputStream, ScriptEngineTest, URLClassifyProcessorTest, PluginInfoTest, DateMathParserTest, PreAnalyzedFieldTest, PrimUtilsTest, DOMUtilTest, TestLRUCache, TestUtils, TestDocumentBuilder, ZkNodePropsTest, SliceStateTest, DistributedMLTComponentTest, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, TestHighlightDedupGrouping, TestTolerantSearch, TestEmbeddedSolrServerConstructors, TestJettySolrRunner, AssignTest, AsyncMigrateRouteKeyTest, DeleteLastCustomShardedReplicaTest, DistribDocExpirationUpdateProcessorTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=DistribDocExpirationUpdateProcessorTest -Dtests.seed=DE12738AE6E0B194 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=nl_BE -Dtests.timezone=Europe/Paris -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J1 | DistribDocExpirationUpdateProcessorTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ERROR: SolrIndexSearcher opens=31 closes=30
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([DE12738AE6E0B194]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:467)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:233)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: 3 threads leaked from SUITE scope at org.apache.solr.cloud.DistribDocExpirationUpdateProcessorTest: 
   [junit4]    >    1) Thread[id=9600, name=qtp697531237-9600, state=WAITING, group=TGRP-DistribDocExpirationUpdateProcessorTest]
   [junit4]    >         at java.lang.Object.wait(Native Method)
   [junit4]    >         at java.lang.Object.wait(Object.java:502)
   [junit4]    >         at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient.blockUntilFinished(ConcurrentUpdateSolrClient.java:404)
   [junit4]    >         at org.apache.solr.update.StreamingSolrClients.blockUntilFinished(StreamingSolrClients.java:103)
   [junit4]    >         at org.apache.solr.update.SolrCmdDistributor.blockAndDoRetries(SolrCmdDistributor.java:231)
   [junit4]    >         at org.apache.solr.update.SolrCmdDistributor.finish(SolrCmdDistributor.java:89)
   [junit4]    >         at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:782)
   [junit4]    >         at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:1649)
   [junit4]    >         at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:183)
   [junit4]    >         at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]    >         at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:143)
   [junit4]    >         at org.apache.solr.core.SolrCore.execute(SolrCore.java:2068)
   [junit4]    >         at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:649)
   [junit4]    >         at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:453)
   [junit4]    >         at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:227)
   [junit4]    >         at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:196)
   [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:300)
   [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]    >    2) Thread[id=9615, name=autoExpireDocs-4185-thread-1, state=TIMED_WAITING, group=TGRP-DistribDocExpirationUpdateProcessorTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
   [junit4]    >         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
   [junit4]    >         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
   [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]    >    3) Thread[id=9614, name=searcherExecutor-4180-thread-1, state=WAITING, group=TGRP-DistribDocExpirationUpdateProcessorTest]
   [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]    > 	at __randomizedtesting.SeedInfo.seed([DE12738AE6E0B194]:0)
   [junit4] Completed [404/521] on J1 in 234.83s, 1 test, 1 failure, 1 error <<< FAILURES!

[...truncated 375 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:727: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:671: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build.xml:230: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/common-build.xml:517: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1447: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1002: There were test failures: 521 suites, 2066 tests, 2 suite-level errors, 61 ignored (26 assumptions)

Total time: 46 minutes 31 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