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/04/22 19:28:44 UTC

[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.8.0_40) - Build # 12403 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/12403/
Java: 32bit/jdk1.8.0_40 -client -XX:+UseSerialGC

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([8C561D5B34D705F2]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:496)
	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:232)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$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=676, name=searcherExecutor-745-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=664, name=qtp3654709-664, state=WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]         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:397)         at org.apache.solr.update.StreamingSolrClients.blockUntilFinished(StreamingSolrClients.java:103)         at org.apache.solr.update.SolrCmdDistributor.blockAndDoRetries(SolrCmdDistributor.java:229)         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:2036)         at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:841)         at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:453)         at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:223)         at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)         at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:105)         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:497)         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=676, name=searcherExecutor-745-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=664, name=qtp3654709-664, state=WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]
        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:397)
        at org.apache.solr.update.StreamingSolrClients.blockUntilFinished(StreamingSolrClients.java:103)
        at org.apache.solr.update.SolrCmdDistributor.blockAndDoRetries(SolrCmdDistributor.java:229)
        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:2036)
        at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:841)
        at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:453)
        at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:223)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
        at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:105)
        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:497)
        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([8C561D5B34D705F2]:0)




Build Log:
[...truncated 9608 lines...]
   [junit4] Suite: org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 8C561D5B34D705F2-001/init-core-data-001
   [junit4]   2> 139673 T614 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /_pbl/r
   [junit4]   2> 139684 T614 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 139686 T615 oasc.ZkTestServer$2$1.setClientPort client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 139686 T615 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 139786 T614 oasc.ZkTestServer.run start zk server on port:53761
   [junit4]   2> 139796 T614 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 139830 T614 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 139855 T622 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e7f631 name:ZooKeeperConnection Watcher:127.0.0.1:53761 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 139855 T614 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 139856 T614 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 139857 T614 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 139875 T614 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 139876 T614 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 139877 T625 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@868d6f name:ZooKeeperConnection Watcher:127.0.0.1:53761/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 139877 T614 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 139877 T614 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 139880 T614 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 139883 T614 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 139885 T614 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 139886 T614 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 139888 T614 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 139889 T614 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 139892 T614 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 139892 T614 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 139895 T614 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 139895 T614 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 139897 T614 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 139898 T614 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 139900 T614 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 139900 T614 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 139902 T614 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 139903 T614 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 139905 T614 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 139905 T614 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 139907 T614 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 139907 T614 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 139909 T614 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 139909 T614 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 139911 T614 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 139911 T614 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 139913 T614 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 139913 T614 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 139972 T614 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 8C561D5B34D705F2-001/control-001/cores/collection1
   [junit4]   2> 139974 T614 oejs.Server.doStart jetty-9.2.10.v20150310
   [junit4]   2> 139975 T614 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@c18aa5{/_pbl/r,null,AVAILABLE}
   [junit4]   2> 139978 T614 oejs.AbstractConnector.doStart Started ServerConnector@83ccbb{HTTP/1.1}{127.0.0.1:46279}
   [junit4]   2> 139979 T614 oejs.Server.doStart Started @140712ms
   [junit4]   2> 139979 T614 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 8C561D5B34D705F2-001/tempDir-001/control/data, hostContext=/_pbl/r, hostPort=46279, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 8C561D5B34D705F2-001/control-001/cores}
   [junit4]   2> 139980 T614 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@e2f2a
   [junit4]   2> 139980 T614 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 8C561D5B34D705F2-001/control-001/'
   [junit4]   2> 140002 T614 oasc.SolrXmlConfig.fromFile Loading container configuration from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 8C561D5B34D705F2-001/control-001/solr.xml
   [junit4]   2> 140008 T614 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 8C561D5B34D705F2-001/control-001/cores
   [junit4]   2> 140009 T614 oasc.CoreContainer.<init> New CoreContainer 19811682
   [junit4]   2> 140009 T614 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 8C561D5B34D705F2-001/control-001/]
   [junit4]   2> 140009 T614 oasc.CoreContainer.load loading shared library: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 8C561D5B34D705F2-001/control-001/lib
   [junit4]   2> 140009 T614 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 8C561D5B34D705F2-001/control-001/lib).
   [junit4]   2> 140016 T614 oashc.HttpShardHandlerFactory.init 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> 140017 T614 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 140018 T614 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 140018 T614 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 140019 T614 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 140019 T614 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53761/solr
   [junit4]   2> 140029 T614 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 140029 T614 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 140030 T614 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 140032 T639 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1795502 name:ZooKeeperConnection Watcher:127.0.0.1:53761 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 140032 T614 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 140033 T614 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 140037 T614 N:127.0.0.1:46279__pbl%2Fr oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 140038 T642 N:127.0.0.1:46279__pbl%2Fr oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@9739c6 name:ZooKeeperConnection Watcher:127.0.0.1:53761/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 140038 T614 N:127.0.0.1:46279__pbl%2Fr oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 140044 T614 N:127.0.0.1:46279__pbl%2Fr oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 140049 T614 N:127.0.0.1:46279__pbl%2Fr oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 140052 T614 N:127.0.0.1:46279__pbl%2Fr oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 140054 T614 N:127.0.0.1:46279__pbl%2Fr oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 140056 T614 N:127.0.0.1:46279__pbl%2Fr oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 140062 T614 N:127.0.0.1:46279__pbl%2Fr oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 140064 T614 N:127.0.0.1:46279__pbl%2Fr oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 140065 T614 N:127.0.0.1:46279__pbl%2Fr oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 140066 T614 N:127.0.0.1:46279__pbl%2Fr oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46279__pbl%2Fr
   [junit4]   2> 140068 T614 N:127.0.0.1:46279__pbl%2Fr oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:46279__pbl%2Fr
   [junit4]   2> 140070 T614 N:127.0.0.1:46279__pbl%2Fr oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 140072 T614 N:127.0.0.1:46279__pbl%2Fr oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 140073 T614 N:127.0.0.1:46279__pbl%2Fr oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 140077 T614 N:127.0.0.1:46279__pbl%2Fr oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:46279__pbl%2Fr
   [junit4]   2> 140078 T614 N:127.0.0.1:46279__pbl%2Fr oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 140079 T614 N:127.0.0.1:46279__pbl%2Fr oasc.Overseer.start Overseer (id=93698282761355267-127.0.0.1:46279__pbl%2Fr-n_0000000000) starting
   [junit4]   2> 140084 T614 N:127.0.0.1:46279__pbl%2Fr oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 140100 T614 N:127.0.0.1:46279__pbl%2Fr oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 140103 T644 N:127.0.0.1:46279__pbl%2Fr oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 140103 T614 N:127.0.0.1:46279__pbl%2Fr oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 140107 T643 N:127.0.0.1:46279__pbl%2Fr oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 140111 T614 N:127.0.0.1:46279__pbl%2Fr oasc.CorePropertiesLocator.discover Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 8C561D5B34D705F2-001/control-001/cores
   [junit4]   2> 140114 T614 N:127.0.0.1:46279__pbl%2Fr oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 8C561D5B34D705F2-001/control-001/cores/collection1, collection=control_collection, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 8C561D5B34D705F2-001/control-001/cores/collection1/, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 140115 T614 N:127.0.0.1:46279__pbl%2Fr oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 8C561D5B34D705F2-001/control-001/cores/collection1/
   [junit4]   2> 140115 T614 N:127.0.0.1:46279__pbl%2Fr oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 140116 T646 N:127.0.0.1:46279__pbl%2Fr C:control_collection c:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 140116 T646 N:127.0.0.1:46279__pbl%2Fr C:control_collection c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 140120 T642 N:127.0.0.1:46279__pbl%2Fr oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 140120 T646 N:127.0.0.1:46279__pbl%2Fr oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 140122 T643 N:127.0.0.1:46279__pbl%2Fr oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:46279/_pbl/r",
   [junit4]   2> 	  "node_name":"127.0.0.1:46279__pbl%2Fr",
   [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> 140131 T643 N:127.0.0.1:46279__pbl%2Fr oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:46279/_pbl/r",
   [junit4]   2> 	  "node_name":"127.0.0.1:46279__pbl%2Fr",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 140133 T643 N:127.0.0.1:46279__pbl%2Fr oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 140141 T643 N:127.0.0.1:46279__pbl%2Fr oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 140146 T642 N:127.0.0.1:46279__pbl%2Fr oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 141121 T646 N:127.0.0.1:46279__pbl%2Fr oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 141121 T646 N:127.0.0.1:46279__pbl%2Fr oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 141122 T646 N:127.0.0.1:46279__pbl%2Fr oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 141122 T646 N:127.0.0.1:46279__pbl%2Fr oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 141123 T646 N:127.0.0.1:46279__pbl%2Fr oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 141123 T646 N:127.0.0.1:46279__pbl%2Fr oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 8C561D5B34D705F2-001/control-001/cores/collection1/'
   [junit4]   2> 141144 T646 N:127.0.0.1:46279__pbl%2Fr oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 141151 T646 N:127.0.0.1:46279__pbl%2Fr oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 141155 T646 N:127.0.0.1:46279__pbl%2Fr oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 141169 T646 N:127.0.0.1:46279__pbl%2Fr oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 141170 T646 N:127.0.0.1:46279__pbl%2Fr oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 141179 T646 N:127.0.0.1:46279__pbl%2Fr oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 141359 T646 N:127.0.0.1:46279__pbl%2Fr oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 141360 T646 N:127.0.0.1:46279__pbl%2Fr oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 141362 T646 N:127.0.0.1:46279__pbl%2Fr oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 141365 T646 N:127.0.0.1:46279__pbl%2Fr oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 141388 T646 N:127.0.0.1:46279__pbl%2Fr oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 141389 T646 N:127.0.0.1:46279__pbl%2Fr c:collection1 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 141396 T646 N:127.0.0.1:46279__pbl%2Fr c:collection1 oasc.SolrCore.<init> [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 8C561D5B34D705F2-001/control-001/cores/collection1/], dataDir=[null]
   [junit4]   2> 141397 T646 N:127.0.0.1:46279__pbl%2Fr c:collection1 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@15a4cbd
   [junit4]   2> 141400 T646 N:127.0.0.1:46279__pbl%2Fr c:collection1 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 8C561D5B34D705F2-001/control-001/cores/collection1/data
   [junit4]   2> 141401 T646 N:127.0.0.1:46279__pbl%2Fr c:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 8C561D5B34D705F2-001/control-001/cores/collection1/data/index/
   [junit4]   2> 141401 T646 N:127.0.0.1:46279__pbl%2Fr c:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 8C561D5B34D705F2-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 141402 T646 N:127.0.0.1:46279__pbl%2Fr c:collection1 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 8C561D5B34D705F2-001/control-001/cores/collection1/data/index
   [junit4]   2> 141403 T646 N:127.0.0.1:46279__pbl%2Fr c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=42, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=24.265625, floorSegmentMB=2.0009765625, forceMergeDeletesPctAllowed=26.828286558274705, segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 141428 T646 N:127.0.0.1:46279__pbl%2Fr c:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 8C561D5B34D705F2-001/control-001/cores/collection1/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 141429 T646 N:127.0.0.1:46279__pbl%2Fr c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 141435 T646 N:127.0.0.1:46279__pbl%2Fr c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 141442 T646 N:127.0.0.1:46279__pbl%2Fr c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 141442 T646 N:127.0.0.1:46279__pbl%2Fr c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 141442 T646 N:127.0.0.1:46279__pbl%2Fr c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 141442 T646 N:127.0.0.1:46279__pbl%2Fr c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 141443 T646 N:127.0.0.1:46279__pbl%2Fr c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 141443 T646 N:127.0.0.1:46279__pbl%2Fr c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 141443 T646 N:127.0.0.1:46279__pbl%2Fr c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 141444 T646 N:127.0.0.1:46279__pbl%2Fr c:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 141445 T646 N:127.0.0.1:46279__pbl%2Fr c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 141448 T646 N:127.0.0.1:46279__pbl%2Fr c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 141449 T646 N:127.0.0.1:46279__pbl%2Fr c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 141451 T646 N:127.0.0.1:46279__pbl%2Fr c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 141458 T646 N:127.0.0.1:46279__pbl%2Fr c:collection1 oasc.RequestHandlers.initHandlersFromConfig 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> 141459 T646 N:127.0.0.1:46279__pbl%2Fr c:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 141459 T646 N:127.0.0.1:46279__pbl%2Fr c:collection1 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 141459 T646 N:127.0.0.1:46279__pbl%2Fr c:collection1 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 141460 T646 N:127.0.0.1:46279__pbl%2Fr c:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 141460 T646 N:127.0.0.1:46279__pbl%2Fr c:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 141461 T646 N:127.0.0.1:46279__pbl%2Fr c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=280804700, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 141462 T646 N:127.0.0.1:46279__pbl%2Fr c:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 8C561D5B34D705F2-001/control-001/cores/collection1/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 141462 T646 N:127.0.0.1:46279__pbl%2Fr c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 141462 T646 N:127.0.0.1:46279__pbl%2Fr c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@14fea47[collection1] main
   [junit4]   2> 141463 T646 N:127.0.0.1:46279__pbl%2Fr c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 141464 T646 N:127.0.0.1:46279__pbl%2Fr c:collection1 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 141464 T646 N:127.0.0.1:46279__pbl%2Fr c:collection1 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 141466 T646 N:127.0.0.1:46279__pbl%2Fr c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 141467 T646 N:127.0.0.1:46279__pbl%2Fr c:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 141467 T646 N:127.0.0.1:46279__pbl%2Fr c:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 141468 T646 N:127.0.0.1:46279__pbl%2Fr c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 141468 T646 N:127.0.0.1:46279__pbl%2Fr c:collection1 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 141468 T646 N:127.0.0.1:46279__pbl%2Fr c:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 141468 T646 N:127.0.0.1:46279__pbl%2Fr c:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 141470 T647 N:127.0.0.1:46279__pbl%2Fr c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@14fea47[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 141472 T646 N:127.0.0.1:46279__pbl%2Fr c:collection1 oasc.ZkController.getConfDirListeners watch zkdir /configs/conf1
   [junit4]   2> 141473 T646 N:127.0.0.1:46279__pbl%2Fr c:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 141474 T650 N:127.0.0.1:46279__pbl%2Fr C:control_collection S:shard1 c:collection1 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:46279/_pbl/r collection:control_collection shard:shard1
   [junit4]   2> 141474 T614 N:127.0.0.1:46279__pbl%2Fr oass.SolrDispatchFilter.init user.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 141475 T614 N:127.0.0.1:46279__pbl%2Fr oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 141480 T650 N:127.0.0.1:46279__pbl%2Fr C:control_collection S:shard1 c:collection1 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 141483 T614 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 141484 T650 N:127.0.0.1:46279__pbl%2Fr C:control_collection S:shard1 c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 141484 T614 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 141490 T653 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@17bb83c name:ZooKeeperConnection Watcher:127.0.0.1:53761/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 141491 T614 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 141491 T642 N:127.0.0.1:46279__pbl%2Fr oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 141491 T614 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 141491 T650 N:127.0.0.1:46279__pbl%2Fr C:control_collection S:shard1 c:collection1 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 141492 T614 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 141492 T643 N:127.0.0.1:46279__pbl%2Fr oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 141492 T650 N:127.0.0.1:46279__pbl%2Fr C:control_collection S:shard1 c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1785 name=collection1 org.apache.solr.core.SolrCore@faf888 url=http://127.0.0.1:46279/_pbl/r/collection1 node=127.0.0.1:46279__pbl%2Fr C1785_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:46279/_pbl/r, node_name=127.0.0.1:46279__pbl%2Fr, state=down}
   [junit4]   2> 141494 T650 N:127.0.0.1:46279__pbl%2Fr C:control_collection S:shard1 c:collection1 C1785 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:46279/_pbl/r/collection1/
   [junit4]   2> 141494 T650 N:127.0.0.1:46279__pbl%2Fr C:control_collection S:shard1 c:collection1 C1785 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 141494 T614 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 141495 T650 N:127.0.0.1:46279__pbl%2Fr C:control_collection S:shard1 c:collection1 C1785 oasc.SyncStrategy.syncToMe http://127.0.0.1:46279/_pbl/r/collection1/ has no replicas
   [junit4]   2> 141495 T614 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 141495 T650 N:127.0.0.1:46279__pbl%2Fr C:control_collection S:shard1 c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:46279/_pbl/r/collection1/ shard1
   [junit4]   2> 141495 T614 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 141496 T614 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 141497 T650 N:127.0.0.1:46279__pbl%2Fr C:control_collection S:shard1 c:collection1 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 141498 T656 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@108724f name:ZooKeeperConnection Watcher:127.0.0.1:53761/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 141498 T614 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 141498 T614 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 141501 T642 N:127.0.0.1:46279__pbl%2Fr oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 141502 T643 N:127.0.0.1:46279__pbl%2Fr oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "name":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "stateFormat":"2"} current state version: 1
   [junit4]   2> 141502 T643 N:127.0.0.1:46279__pbl%2Fr oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 141503 T642 N:127.0.0.1:46279__pbl%2Fr oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 141503 T653 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 141506 T643 N:127.0.0.1:46279__pbl%2Fr oasc.Overseer$ClusterStateUpdater.run 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:46279/_pbl/r",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 141507 T643 N:127.0.0.1:46279__pbl%2Fr oasco.ZkStateWriter.writePendingUpdates going to create_collection /collections/collection1/state.json
   [junit4]   2> 141508 T642 N:127.0.0.1:46279__pbl%2Fr oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 141508 T653 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 141511 T657 N:127.0.0.1:46279__pbl%2Fr oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 141512 T657 N:127.0.0.1:46279__pbl%2Fr oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 141512 T653 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 141553 T650 N:127.0.0.1:46279__pbl%2Fr C:control_collection S:shard1 c:collection1 oasc.ZkController.register We are http://127.0.0.1:46279/_pbl/r/collection1/ and leader is http://127.0.0.1:46279/_pbl/r/collection1/
   [junit4]   2> 141553 T650 N:127.0.0.1:46279__pbl%2Fr C:control_collection S:shard1 c:collection1 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:46279/_pbl/r
   [junit4]   2> 141553 T650 N:127.0.0.1:46279__pbl%2Fr C:control_collection S:shard1 c:collection1 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 141553 T650 N:127.0.0.1:46279__pbl%2Fr C:control_collection S:shard1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 141554 T650 N:127.0.0.1:46279__pbl%2Fr C:control_collection S:shard1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 141555 T657 N:127.0.0.1:46279__pbl%2Fr oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 141556 T643 N:127.0.0.1:46279__pbl%2Fr oasc.Overseer$ClusterStateUpdater.run 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:46279/_pbl/r",
   [junit4]   2> 	  "node_name":"127.0.0.1:46279__pbl%2Fr",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 4
   [junit4]   2> 141556 T643 N:127.0.0.1:46279__pbl%2Fr oasco.ReplicaMutator.updateState 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:46279/_pbl/r",
   [junit4]   2> 	  "node_name":"127.0.0.1:46279__pbl%2Fr",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 141566 T614 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 8C561D5B34D705F2-001/shard-1-001/cores/collection1
   [junit4]   2> 141567 T614 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 8C561D5B34D705F2-001/shard-1-001
   [junit4]   2> 141567 T614 oejs.Server.doStart jetty-9.2.10.v20150310
   [junit4]   2> 141569 T614 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@3d47b9{/_pbl/r,null,AVAILABLE}
   [junit4]   2> 141569 T614 oejs.AbstractConnector.doStart Started ServerConnector@a91d16{HTTP/1.1}{127.0.0.1:35251}
   [junit4]   2> 141570 T614 oejs.Server.doStart Started @142303ms
   [junit4]   2> 141570 T614 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 8C561D5B34D705F2-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/_pbl/r, hostPort=35251, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 8C561D5B34D705F2-001/shard-1-001/cores}
   [junit4]   2> 141570 T614 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@e2f2a
   [junit4]   2> 141571 T614 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 8C561D5B34D705F2-001/shard-1-001/'
   [junit4]   2> 141585 T614 oasc.SolrXmlConfig.fromFile Loading container configuration from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 8C561D5B34D705F2-001/shard-1-001/solr.xml
   [junit4]   2> 141591 T614 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 8C561D5B34D705F2-001/shard-1-001/cores
   [junit4]   2> 141591 T614 oasc.CoreContainer.<init> New CoreContainer 11652350
   [junit4]   2> 141591 T614 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 8C561D5B34D705F2-001/shard-1-001/]
   [junit4]   2> 141592 T614 oasc.CoreContainer.load loading shared library: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 8C561D5B34D705F2-001/shard-1-001/lib
   [junit4]   2> 141592 T614 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 8C561D5B34D705F2-001/shard-1-001/lib).
   [junit4]   2> 141600 T614 oashc.HttpShardHandlerFactory.init 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> 141601 T614 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 141602 T614 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 141602 T614 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 141602 T614 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 141602 T614 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53761/solr
   [junit4]   2> 141603 T614 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 141603 T614 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 141604 T614 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 141611 T671 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1031b1d name:ZooKeeperConnection Watcher:127.0.0.1:53761 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 141611 T614 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 141612 T614 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 141613 T614 N:127.0.0.1:35251__pbl%2Fr oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 141615 T674 N:127.0.0.1:35251__pbl%2Fr oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a306b0 name:ZooKeeperConnection Watcher:127.0.0.1:53761/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 141615 T614 N:127.0.0.1:35251__pbl%2Fr oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 141618 T614 N:127.0.0.1:35251__pbl%2Fr oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 141659 T653 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 141659 T674 N:127.0.0.1:35251__pbl%2Fr oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 141659 T657 N:127.0.0.1:46279__pbl%2Fr oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 142622 T614 N:127.0.0.1:35251__pbl%2Fr oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35251__pbl%2Fr
   [junit4]   2> 142623 T614 N:127.0.0.1:35251__pbl%2Fr oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:35251__pbl%2Fr
   [junit4]   2> 142625 T614 N:127.0.0.1:35251__pbl%2Fr oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 142627 T614 N:127.0.0.1:35251__pbl%2Fr oasc.CorePropertiesLocator.discover Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 8C561D5B34D705F2-001/shard-1-001/cores
   [junit4]   2> 142628 T614 N:127.0.0.1:35251__pbl%2Fr oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 8C561D5B34D705F2-001/shard-1-001/cores/collection1, collection=collection1, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 8C561D5B34D705F2-001/shard-1-001/cores/collection1/, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 142629 T614 N:127.0.0.1:35251__pbl%2Fr oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 8C561D5B34D705F2-001/shard-1-001/cores/collection1/
   [junit4]   2> 142629 T614 N:127.0.0.1:35251__pbl%2Fr oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 142630 T675 N:127.0.0.1:35251__pbl%2Fr C:collection1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 142631 T675 N:127.0.0.1:35251__pbl%2Fr C:collection1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 142632 T657 N:127.0.0.1:46279__pbl%2Fr oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 142632 T675 N:127.0.0.1:35251__pbl%2Fr oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 142632 T643 N:127.0.0.1:46279__pbl%2Fr oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:35251/_pbl/r",
   [junit4]   2> 	  "node_name":"127.0.0.1:35251__pbl%2Fr",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 142632 T675 N:127.0.0.1:35251__pbl%2Fr oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 142633 T643 N:127.0.0.1:46279__pbl%2Fr oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:35251/_pbl/r",
   [junit4]   2> 	  "node_name":"127.0.0.1:35251__pbl%2Fr",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 142633 T675 N:127.0.0.1:35251__pbl%2Fr oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 142633 T643 N:127.0.0.1:46279__pbl%2Fr oasco.ReplicaMutator.updateState Collection already exists with numShards=1
   [junit4]   2> 142633 T643 N:127.0.0.1:46279__pbl%2Fr oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 142635 T675 N:127.0.0.1:35251__pbl%2Fr oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 0 
   [junit4]   2> 142636 T675 N:127.0.0.1:35251__pbl%2Fr oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 142737 T643 N:127.0.0.1:46279__pbl%2Fr oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 142738 T674 N:127.0.0.1:35251__pbl%2Fr oascc.ZkStateReader$7.process 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> 142739 T674 N:127.0.0.1:35251__pbl%2Fr oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 1 
   [junit4]   2> 143636 T675 N:127.0.0.1:35251__pbl%2Fr oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 143636 T675 N:127.0.0.1:35251__pbl%2Fr oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 143637 T675 N:127.0.0.1:35251__pbl%2Fr oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 143637 T675 N:127.0.0.1:35251__pbl%2Fr oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 143638 T675 N:127.0.0.1:35251__pbl%2Fr oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 143638 T675 N:127.0.0.1:35251__pbl%2Fr oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 8C561D5B34D705F2-001/shard-1-001/cores/collection1/'
   [junit4]   2> 143653 T675 N:127.0.0.1:35251__pbl%2Fr oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 143658 T675 N:127.0.0.1:35251__pbl%2Fr oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 143664 T675 N:127.0.0.1:35251__pbl%2Fr oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 143679 T675 N:127.0.0.1:35251__pbl%2Fr oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 143680 T675 N:127.0.0.1:35251__pbl%2Fr oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 143688 T675 N:127.0.0.1:35251__pbl%2Fr oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 143793 T675 N:127.0.0.1:35251__pbl%2Fr oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 143799 T675 N:127.0.0.1:35251__pbl%2Fr oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 143801 T675 N:127.0.0.1:35251__pbl%2Fr oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 143804 T675 N:127.0.0.1:35251__pbl%2Fr oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 143824 T675 N:127.0.0.1:35251__pbl%2Fr oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 143824 T675 N:127.0.0.1:35251__pbl%2Fr c:collection1 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 143825 T675 N:127.0.0.1:35251__pbl%2Fr c:collection1 oasc.SolrCore.<init> [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 8C561D5B34D705F2-001/shard-1-001/cores/collection1/], dataDir=[null]
   [junit4]   2> 143825 T675 N:127.0.0.1:35251__pbl%2Fr c:collection1 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@15a4cbd
   [junit4]   2> 143826 T675 N:127.0.0.1:35251__pbl%2Fr c:collection1 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 8C561D5B34D705F2-001/shard-1-001/cores/collection1/data
   [junit4]   2> 143826 T675 N:127.0.0.1:35251__pbl%2Fr c:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 8C561D5B34D705F2-001/shard-1-001/cores/collection1/data/index/
   [junit4]   2> 143826 T675 N:127.0.0.1:35251__pbl%2Fr c:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 8C561D5B34D705F2-001/shard-1-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 143826 T675 N:127.0.0.1:35251__pbl%2Fr c:collection1 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 8C561D5B34D705F2-001/shard-1-001/cores/collection1/data/index
   [junit4]   2> 143827 T675 N:127.0.0.1:35251__pbl%2Fr c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=42, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=24.265625, floorSegmentMB=2.0009765625, forceMergeDeletesPctAllowed=26.828286558274705, segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 143857 T675 N:127.0.0.1:35251__pbl%2Fr c:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 8C561D5B34D705F2-001/shard-1-001/cores/collection1/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 143857 T675 N:127.0.0.1:35251__pbl%2Fr c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 143865 T675 N:127.0.0.1:35251__pbl%2Fr c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 143866 T675 N:127.0.0.1:35251__pbl%2Fr c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 143866 T675 N:127.0.0.1:35251__pbl%2Fr c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 143866 T675 N:127.0.0.1:35251__pbl%2Fr c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 143867 T675 N:127.0.0.1:35251__pbl%2Fr c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 143867 T675 N:127.0.0.1:35251__pbl%2Fr c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 143868 T675 N:127.0.0.1:35251__pbl%2Fr c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 143868 T675 N:127.0.0.1:35251__pbl%2Fr c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 143868 T675 N:127.0.0.1:35251__pbl%2Fr c:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 143871 T675 N:127.0.0.1:35251__pbl%2Fr c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 143873 T675 N:127.0.0.1:35251__pbl%2Fr c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 143874 T675 N:127.0.0.1:35251__pbl%2Fr c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 143876 T675 N:127.0.0.1:35251__pbl%2Fr c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 143886 T675 N:127.0.0.1:35251__pbl%2Fr c:collection1 oasc.RequestHandlers.initHandlersFromConfig 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> 143886 T675 N:127.0.0.1:35251__pbl%2Fr c:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 143887 T675 N:127.0.0.1:35251__pbl%2Fr c:collection1 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 143887 T675 N:127.0.0.1:35251__pbl%2Fr c:collection1 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 143887 T675 N:127.0.0.1:35251__pbl%2Fr c:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 143888 T675 N:127.0.0.1:35251__pbl%2Fr c:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 143889 T675 N:127.0.0.1:35251__pbl%2Fr c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=280804700, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 143890 T675 N:127.0.0.1:35251__pbl%2Fr c:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 8C561D5B34D705F2-001/shard-1-001/cores/collection1/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 143890 T675 N:127.0.0.1:35251__pbl%2Fr c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 143891 T675 N:127.0.0.1:35251__pbl%2Fr c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@26a9a9[collection1] main
   [junit4]   2> 143891 T675 N:127.0.0.1:35251__pbl%2Fr c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 143892 T675 N:127.0.0.1:35251__pbl%2Fr c:collection1 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 143892 T675 N:127.0.0.1:35251__pbl%2Fr c:collection1 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 143892 T675 N:127.0.0.1:35251__pbl%2Fr c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 143893 T675 N:127.0.0.1:35251__pbl%2Fr c:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 143893 T675 N:127.0.0.1:35251__pbl%2Fr c:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 143893 T675 N:127.0.0.1:35251__pbl%2Fr c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 143894 T675 N:127.0.0.1:35251__pbl%2Fr c:collection1 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 143894 T675 N:127.0.0.1:35251__pbl%2Fr c:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 143894 T675 N:127.0.0.1:35251__pbl%2Fr c:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 143895 T676 N:127.0.0.1:35251__pbl%2Fr c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@26a9a9[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 143897 T675 N:127.0.0.1:35251__pbl%2Fr c:collection1 oasc.ZkController.getConfDirListeners watch zkdir /configs/conf1
   [junit4]   2> 143897 T675 N:127.0.0.1:35251__pbl%2Fr c:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 143898 T679 N:127.0.0.1:35251__pbl%2Fr C:collection1 S:shard1 c:collection1 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:35251/_pbl/r collection:collection1 shard:shard1
   [junit4]   2> 143898 T614 N:127.0.0.1:35251__pbl%2Fr oass.SolrDispatchFilter.init user.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 143899 T614 N:127.0.0.1:35251__pbl%2Fr oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 143899 T679 N:127.0.0.1:35251__pbl%2Fr C:collection1 S:shard1 c:collection1 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 143906 T679 N:127.0.0.1:35251__pbl%2Fr C:collection1 S:shard1 c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 143908 T657 N:127.0.0.1:46279__pbl%2Fr oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 143908 T679 N:127.0.0.1:35251__pbl%2Fr C:collection1 S:shard1 c:collection1 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 143910 T679 N:127.0.0.1:35251__pbl%2Fr C:collection1 S:shard1 c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 143909 T643 N:127.0.0.1:46279__pbl%2Fr oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1"} current state version: 5
   [junit4]   2> ASYNC  NEW_CORE C1786 name=collection1 org.apache.solr.core.SolrCore@16a2a70 url=http://127.0.0.1:35251/_pbl/r/collection1 node=127.0.0.1:35251__pbl%2Fr C1786_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:35251/_pbl/r, node_name=127.0.0.1:35251__pbl%2Fr, state=down}
   [junit4]   2> 143910 T679 N:127.0.0.1:35251__pbl%2Fr C:collection1 S:shard1 c:collection1 C1786 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:35251/_pbl/r/collection1/
   [junit4]   2> 143911 T679 N:127.0.0.1:35251__pbl%2Fr C:collection1 S:shard1 c:collection1 C1786 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 143911 T679 N:127.0.0.1:35251__pbl%2Fr C:collection1 S:shard1 c:collection1 C1786 oasc.SyncStrategy.syncToMe http://127.0.0.1:35251/_pbl/r/collection1/ has no replicas
   [junit4]   2> 143911 T643 N:127.0.0.1:46279__pbl%2Fr oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 143911 T679 N:127.0.0.1:35251__pbl%2Fr C:collection1 S:shard1 c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:35251/_pbl/r/collection1/ shard1
   [junit4]   2> 143912 T679 N:127.0.0.1:35251__pbl%2Fr C:collection1 S:shard1 c:collection1 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 143912 T674 N:127.0.0.1:35251__pbl%2Fr oascc.ZkStateReader$7.process 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> 143914 T674 N:127.0.0.1:35251__pbl%2Fr oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 2 
   [junit4]   2> 143916 T657 N:127.0.0.1:46279__pbl%2Fr oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 143917 T643 N:127.0.0.1:46279__pbl%2Fr oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:35251/_pbl/r",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 5
   [junit4]   2> 143918 T643 N:127.0.0.1:46279__pbl%2Fr oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 143919 T674 N:127.0.0.1:35251__pbl%2Fr oascc.ZkStateReader$7.process 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> 143920 T674 N:127.0.0.1:35251__pbl%2Fr oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 143967 T679 N:127.0.0.1:35251__pbl%2Fr C:collection1 S:shard1 c:collection1 oasc.ZkController.register We are http://127.0.0.1:35251/_pbl/r/collection1/ and leader is http://127.0.0.1:35251/_pbl/r/collection1/
   [junit4]   2> 143968 T679 N:127.0.0.1:35251__pbl%2Fr C:collection1 S:shard1 c:collection1 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:35251/_pbl/r
   [junit4]   2> 143968 T679 N:127.0.0.1:35251__pbl%2Fr C:collection1 S:shard1 c:collection1 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 143968 T679 N:127.0.0.1:35251__pbl%2Fr C:collection1 S:shard1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 143968 T679 N:127.0.0.1:35251__pbl%2Fr C:collection1 S:shard1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 143969 T614 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 8C561D5B34D705F2-001/shard-2-001/cores/collection1
   [junit4]   2> 143969 T657 N:127.0.0.1:46279__pbl%2Fr oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 143970 T614 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 8C561D5B34D705F2-001/shard-2-001
   [junit4]   2> 143970 T643 N:127.0.0.1:46279__pbl%2Fr oasc.Overseer$ClusterStateUpdater.run 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:35251/_pbl/r",
   [junit4]   2> 	  "node_name":"127.0.0.1:35251__pbl%2Fr",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 143971 T614 oejs.Server.doStart jetty-9.2.10.v20150310
   [junit4]   2> 143971 T643 N:127.0.0.1:46279__pbl%2Fr oasco.ReplicaMutator.updateState 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:35251/_pbl/r",
   [junit4]   2> 	  "node_name":"127.0.0.1:35251__pbl%2Fr",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 143971 T679 N:127.0.0.1:35251__pbl%2Fr C:collection1 S:shard1 c:collection1 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 143978 T643 N:127.0.0.1:46279__pbl%2Fr oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 143978 T614 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@92a19b{/_pbl/r,null,AVAILABLE}
   [junit4]   2> 143978 T674 N:127.0.0.1:35251__pbl%2Fr oascc.ZkStateReader$7.process 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> 143979 T674 N:127.0.0.1:35251__pbl%2Fr oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 143979 T614 oejs.AbstractConnector.doStart Started ServerConnector@5f8855{HTTP/1.1}{127.0.0.1:59043}
   [junit4]   2> 143980 T614 oejs.Server.doStart Started @144714ms
   [junit4]   2> 143980 T614 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 8C561D5B34D705F2-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/_pbl/r, hostPort=59043, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 8C561D5B34D705F2-001/shard-2-001/cores}
   [junit4]   2> 143981 T614 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@e2f2a
   [junit4]   2> 143981 T614 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 8C561D5B34D705F2-001/shard-2-001/'
   [junit4]   2> 143997 T614 oasc.SolrXmlConfig.fromFile Loading container configuration from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 8C561D5B34D705F2-001/shard-2-001/solr.xml
   [junit4]   2> 144007 T614 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 8C561D5B34D705F2-001/shard-2-001/cores
   [junit4]   2> 144008 T614 oasc.CoreContainer.<init> New CoreContainer 3487096
   [junit4]   2> 144008 T614 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 8C561D5B34D705F2-001/shard-2-001/]
   [junit4]   2> 144008 T614 oasc.CoreContainer.load loading shared library: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 8C561D5B34D705F2-001/shard-2-001/lib
   [junit4]   2> 144009 T614 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 8C561D5B34D705F2-001/shard-2-001/lib).
   [junit4]   2> 144016 T614 oashc.HttpShardHandlerFactory.init 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> 144017 T614 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 144018 T614 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 144018 T614 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 144018 T614 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 144019 T614 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53761/solr
   [junit4]   2> 144019 T614 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 144020 T614 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 144020 T614 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 144022 T693 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@696c36 name:ZooKeeperConnection Watcher:127.0.0.1:53761 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 144022 T614 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 144023 T614 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 144024 T614 N:127.0.0.1:59043__pbl%2Fr oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 144025 T696 N:127.0.0.1:59043__pbl%2Fr oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ab3d7 name:ZooKeeperConnection Watcher:127.0.0.1:53761/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 144026 T614 N:127.0.0.1:59043__pbl%2Fr oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 144029 T614 N:127.0.0.1:59043__pbl%2Fr oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 145033 T614 N:127.0.0.1:59043__pbl%2Fr oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59043__pbl%2Fr
   [junit4]   2> 145034 T614 N:127.0.0.1:59043__pbl%2Fr oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59043__pbl%2Fr
   [junit4]   2> 145036 T614 N:127.0.0.1:59043__pbl%2Fr oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 145037 T614 N:127.0.0.1:59043__pbl%2Fr oasc.CorePropertiesLocator.discover Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 8C561D5B34D705F2-001/shard-2-001/cores
   [junit4]   2> 145038 T614 N:127.0.0.1:59043__pbl%2Fr oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 8C561D5B34D705F2-001/shard-2-001/cores/collection1, collection=collection1, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 8C561D5B34D705F2-001/shard-2-001/cores/collection1/, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 145039 T614 N:127.0.0.1:59043__pbl%2Fr oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../.

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

C:collection1 S:shard1 R:core_node1 c:collection1 C2100 oasc.CachingDirectoryFactory.closeCacheValue looking to close /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 8C561D5B34D705F2-001/shard-1-001/cores/collection1/data/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 8C561D5B34D705F2-001/shard-1-001/cores/collection1/data/index;done=false>>]
   [junit4]   2> 401512 T664 N:127.0.0.1:35251__pbl%2Fr C:collection1 S:shard1 R:core_node1 c:collection1 C2100 oasc.CachingDirectoryFactory.close Closing directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 8C561D5B34D705F2-001/shard-1-001/cores/collection1/data/index
   [junit4]   2> 401512 T664 N:127.0.0.1:35251__pbl%2Fr C:collection1 S:shard1 R:core_node1 c:collection1 C2100 oasc.CachingDirectoryFactory.closeCacheValue looking to close /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 8C561D5B34D705F2-001/shard-1-001/cores/collection1/data [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 8C561D5B34D705F2-001/shard-1-001/cores/collection1/data;done=false>>]
   [junit4]   2> 401512 T664 N:127.0.0.1:35251__pbl%2Fr C:collection1 S:shard1 R:core_node1 c:collection1 C2100 oasc.CachingDirectoryFactory.close Closing directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 8C561D5B34D705F2-001/shard-1-001/cores/collection1/data
   [junit4]   2> 261840 T613 ccr.ThreadLeakControl.tryToInterruptAll All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {rnd_b=PostingsFormat(name=LuceneVarGapFixedInterval), _version_=PostingsFormat(name=Direct), a_t=PostingsFormat(name=Direct), a_i=PostingsFormat(name=LuceneVarGapFixedInterval), id=PostingsFormat(name=LuceneVarGapFixedInterval)}, docValues:{}, sim=DefaultSimilarity, locale=ar_MA, timezone=America/Coral_Harbour
   [junit4]   2> NOTE: Linux 3.13.0-49-generic i386/Oracle Corporation 1.8.0_40 (32-bit)/cpus=12,threads=1,free=34926736,total=92782592
   [junit4]   2> NOTE: All tests run in this JVM: [TestManagedSchema, TestComplexPhraseQParserPlugin, TestCSVLoader, CurrencyFieldXmlFileTest, TestSchemaSimilarityResource, TestRandomFaceting, TestJmxMonitoredMap, TestLazyCores, TestDistributedSearch, TestExactStatsCache, ChaosMonkeyNothingIsSafeTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ChaosMonkeyNothingIsSafeTest -Dtests.seed=8C561D5B34D705F2 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ar_MA -Dtests.timezone=America/Coral_Harbour -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([8C561D5B34D705F2]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:496)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:232)
   [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=676, name=searcherExecutor-745-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=664, name=qtp3654709-664, state=WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]
   [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:397)
   [junit4]    >         at org.apache.solr.update.StreamingSolrClients.blockUntilFinished(StreamingSolrClients.java:103)
   [junit4]    >         at org.apache.solr.update.SolrCmdDistributor.blockAndDoRetries(SolrCmdDistributor.java:229)
   [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:2036)
   [junit4]    >         at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:841)
   [junit4]    >         at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:453)
   [junit4]    >         at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:223)
   [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:105)
   [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:497)
   [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([8C561D5B34D705F2]:0)
   [junit4] Completed [97/483] on J0 in 261.91s, 1 test, 1 failure, 1 error <<< FAILURES!

[...truncated 1205 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:526: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:474: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:61: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:39: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:229: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:512: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1415: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:973: There were test failures: 483 suites, 1919 tests, 2 suite-level errors, 53 ignored (25 assumptions)

Total time: 49 minutes 15 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